Link-1:Technology
url = 'https://inshorts.com/en/read/technology'
# Import `requests`
import requests
# Make the request and check object type
r = requests.get(url)
type(r)
requests.models.Response
requests.models.Response
requests.models.Response
# Extract HTML from Response object and print
html = r.text
print(html)
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<style>
/* The Modal (background) */
.modal_contact {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 8; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%;
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
.modal-content {
background-color: #fefefe;
margin: 15% auto;
padding: 20px !important;
padding-top: 0 !important;
/* border: 1px solid #888; */
text-align: center;
position: relative;
border-radius: 6px;
}
/* The Close Button */
.close {
left: 90%;
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
/* position: absolute; */
/* bottom: 86%; */
/* display: inline-block; */
/* padding-left: 5%; */
}
.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
#myBtn {
background: #999999;
color: #ffffff;
text-transform: uppercase;
font-weight: bold;
box-shadow: none;
border-radius: 4px;
border: none;
font-size: .8rem;
/* width: 8rem; */
height: 2rem;
line-height: 2rem;
}
.contact {
margin-bottom: 4%;
clear: both;
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="manifest" href="manifest.json">
<!-- Fallback to homescreen for Chrome <39 on Android -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="inshorts">
<link rel="icon" sizes="192x192" href="https://assets.inshorts.com/website_assets/images/favicon.png">
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="#424242">
<meta name="apple-mobile-web-app-title" content="inshorts">
<link rel="apple-touch-icon" href="https://assets.inshorts.com/website_assets/images/favicon.png">
<!-- Tile icon for Win8 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="fav/favicon.png">
<meta name="msapplication-TileColor" content="#424242">
<meta name="theme-color" content="#424242">
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta name="msapplication-navbutton-color" content="#424242">
<meta name="apple-mobile-web-app-status-bar-style" content="#424242">
<link rel="apple-touch-startup-image" href="https://assets.inshorts.com/website_assets/images/favicon.png">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="twitter:card" content="app"/>
<meta name="twitter:site" content="@inshorts"/>
<meta name="twitter:creator" content="@inshorts"/>
<meta name="twitter:description" content="Inshorts delivers news in less than 60 words, containing only the essential facts, compromising on anything that is close to opinionating and storytelling."/>
<meta name="twitter:app:country" content="IN"/>
<meta name="twitter:app:name:iphone" content="Inshorts - Stay Informed"/>
<meta name="twitter:app:id:iphone" content="892146527"/>
<meta name="twitter:app:url:iphone" content="nis://news"/>
<meta name="twitter:app:name:ipad" content="Inshorts - Stay Informed"/>
<meta name="twitter:app:id:ipad" content="892146527"/>
<meta name="twitter:app:url:ipad" content="nis://news"/>
<meta name="twitter:app:name:googleplay" content="Inshorts - Stay Informed"/>
<meta name="twitter:app:id:googleplay" content="com.nis.app"/>
<meta name="twitter:app:url:googleplay" content="nis://news"/>
<meta name="description" content="Read technology news in English in less that 60 words and get updated with all top news and current affairs related to mobile, internet and computer in a fast and easy way with inshorts."/>
<link href="https://inshorts.com/en/read/technology" rel="canonical" />
<link href="https://inshorts.com/en/read/technology" rel="alternate" reflang="en" />
<meta name="apple-itunes-app" content="app-id=892146527">
<meta name="google-play-app" content="app-id=com.nis.app">
<title>Technology News: Moblie News, Computer News in English with Inshorts</title>
<!-- CSS -->
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.1/css/materialize.min.css">
<link href='https://fonts.googleapis.com/css?family=Hind:500,600,400&subset=latin,devanagari' rel='stylesheet' type='text/css'>
<link href="/dist/styles/main.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="/dist/styles/index.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="/dist/styles/read.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="/dist/styles/news-card.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link rel="icon" type="image/png" href="https://assets.inshorts.com/website_assets/images/favicon.png" />
<link rel="manifest" href="/dist/manifest.json">
<script async='async' src='https://www.googletagservices.com/tag/js/gpt.js'></script>
<script>
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
let top_banner_slot;
</script>
<!-- Top banner for desktop-->
<script>
googletag.cmd.push(function() {
//Top banner for desktop
top_banner_slot = googletag.defineSlot('/142919096/inshorts_website_728x90', [728, 90], 'div-gpt-ad-1536585015617-0')
.addService(googletag.pubads())
.setCollapseEmptyDiv(true,true);
googletag.pubads().disableInitialLoad();
googletag.pubads().enableSingleRequest();
googletag.enableServices();
});
</script>
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '822966517773327');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=822966517773327&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->
<!-- Mix panel script start -->
<script>
(function(f,b){if(!b.__SV){var e,g,i,h;window.mixpanel=b;b._i=[];b.init=function(e,f,c){function g(a,d){var b=d.split(".");2==b.length&&(a=a[b[0]],d=b[1]);a[d]=function(){a.push([d].concat(Array.prototype.slice.call(arguments,0)))}}var a=b;"undefined"!==typeof c?a=b[c]=[]:c="mixpanel";a.people=a.people||[];a.toString=function(a){var d="mixpanel";"mixpanel"!==c&&(d+="."+c);a||(d+=" (stub)");return d};a.people.toString=function(){return a.toString(1)+".people (stub)"};i="disable time_event track track_pageview track_links track_forms track_with_groups add_group set_group remove_group register register_once alias unregister identify name_tag set_config reset opt_in_tracking opt_out_tracking has_opted_in_tracking has_opted_out_tracking clear_opt_in_out_tracking start_batch_senders people.set people.set_once people.unset people.increment people.append people.union people.track_charge people.clear_charges people.delete_user people.remove".split(" ");
for(h=0;h<i.length;h++)g(a,i[h]);var j="set set_once union unset remove delete".split(" ");a.get_group=function(){function b(c){d[c]=function(){call2_args=arguments;call2=[c].concat(Array.prototype.slice.call(call2_args,0));a.push([e,call2])}}for(var d={},e=["get_group"].concat(Array.prototype.slice.call(arguments,0)),c=0;c<j.length;c++)b(j[c]);return d};b._i.push([e,f,c])};b.__SV=1.2;e=f.createElement("script");e.type="text/javascript";e.async=!0;e.src="undefined"!==typeof MIXPANEL_CUSTOM_LIB_URL?
MIXPANEL_CUSTOM_LIB_URL:"file:"===f.location.protocol&&"//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js".match(/^\/\//)?"https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js":"//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js";g=f.getElementsByTagName("script")[0];g.parentNode.insertBefore(e,g)}})(document,window.mixpanel||[]);
mixpanel.init("a99a1037068944b00a0cc8ee56c94e8c")
mixpanel.track("pageview")
</script>
<!-- Mix panel script end -->
</head>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55157535-6', 'auto');
ga('send', 'pageview');
</script>
<!-- Add After importing GA and Mixpanel scripts -->
<script>
function track_GA_Mixpanel({hitType, category, action, label, value = 1}){
if (window && window.ga) {
ga('send', {
hitType: 'event',
eventCategory: category,
eventAction: action,
eventLabel: label,
eventValue: value
});
}
// mix panel analytics
if(window && window.mixpanel){
mixpanel.track("event", {category, action, label, value});
}
}
</script>
<body>
<!-- Begin comScore Tag -->
<script>
var _comscore = _comscore || [];
_comscore.push({ c1: "2", c2: "28268321" });
(function() {
var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true;
s.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js";
el.parentNode.insertBefore(s, el);
})();
</script>
<noscript>
<img src="https://sb.scorecardresearch.com/p?c1=2&c2=28268321&cv=2.0&cj=1" />
</noscript>
<!-- HEADER START -->
<div class="header z-depth-1">
<div class="menu clickable">
<button class="c-hamburger c-hamburger--htx" ><span>toggle menu</span></button><span class="unselectable">Menu</span>
</div>
<!--
<div class="search-wrapper hide-on-small-only">
<input class="search-box" placeholder="Search" id="search"/>
<i id="search_icon" class="material-icons search-icon">search</i>
<div class="search-box-ul"> </div>
</div>
-->
<a href="/"><img src="https://assets.inshorts.com/website_assets/images/logo_inshorts.png" class="logo"/></a>
</div>
<!-- HEADER END -->
<!--SIDEBAR START -->
<div class="hide-on-med-and-up sidebar-bg" style="display: none;"> </div>
<div class="sidebar" style="overflow-y: scroll;">
<div class="lang-bar" style="">
<div class="lang-selector clickable">
<a href='/en/read/technology'><div class="lang-en selected">English</div></a>
<a href='/hi/read/technology'><div class="lang-hi ">हिन्दी</div></a>
</div>
</div>
<div>
<div class="category-header">Categories</div>
<ul class="category-list">
<a onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'LinkToAllNews', 'action': 'clicked', 'label': 'RedirectedToAllNews' });" href='/en/read'> <li class="active-category " >All News</li> </a>
<a onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'LinkToIndiaNews', 'action': 'clicked', 'label': 'RedirectedToIndiaNews' });" href='/en/read/national'> <li class="active-category ">India</li> </a>
<a onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'LinkToBusinessNews', 'action': 'clicked', 'label': 'RedirectedToBusinessNews' });" href='/en/read/business'> <li class="active-category ">Business</li> </a>
<a onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'LinkTosportsNews', 'action': 'clicked', 'label': 'RedirectedToSportsNews' });" href='/en/read/sports'> <li class="active-category ">Sports</li> </a>
<a onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'LinkToworldNews', 'action': 'clicked', 'label': 'RedirectedToworldNews' });" href='/en/read/world'> <li class="active-category ">World</li> </a>
<a onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'LinkToworldNews', 'action': 'clicked', 'label': 'RedirectedToworldNews' });" href='/en/read/politics'> <li class="active-category ">Politics</li> </a>
<a onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'LinkTotechnologyNews', 'action': 'clicked', 'label': 'RedirectedTotechnologyNews' });" href='/en/read/technology'> <li class="active-category selected">Technology</li> </a>
<a onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'LinkTostartupNews', 'action': 'clicked', 'label': 'RedirectedTostartupNews' });" href='/en/read/startup'> <li class="active-category ">Startup</li> </a>
<a onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'LinkToEntertainmentNews', 'action': 'clicked', 'label': 'RedirectedToEntertainmentNews' });" href='/en/read/entertainment'> <li class="active-category ">Entertainment</li> </a>
<a onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'LinkToMiscellaneousNews', 'action': 'clicked', 'label': 'RedirectedToMiscellaneousNews' });" href='/en/read/miscellaneous'> <li class="active-category ">Miscellaneous</li> </a>
<a onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'LinkTohatkeNews', 'action': 'clicked', 'label': 'RedirectedTohatkeNews' });" href='/en/read/hatke'> <li class="active-category ">Hatke</li> </a>
<a onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'LinkToscienceNews', 'action': 'clicked', 'label': 'RedirectedToscienceNews' });" href='/en/read/science'> <li class="active-category ">Science</li> </a>
<a onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'LinkToautomobileNews', 'action': 'clicked', 'label': 'RedirectedToautomobileNews' });" href='/en/read/automobile'> <li class="active-category ">Automobile</li> </a>
</ul>
</div>
</div>
<!--SIDEBAR END -->
<!-- BODY START -->
<div class="container" style="min-height:550px;">
<div class="row" style="padding-top:110px;">
<div id='div-gpt-ad-1536585015617-0' style='height:90px; width:728px;margin: auto; margin-bottom: 1%;'>
<script>
googletag.cmd.push(function() {
googletag.display('div-gpt-ad-1536585015617-0');
googletag.pubads().refresh([top_banner_slot]);
});
</script>
</div>
<div class="hide-on-med-and-down z-depth-1" style="margin-left : auto;margin-right : auto;margin-bottom: 32px;width : 900px;height:48px;background: #f44336">
<div style="font-weight: 300;color:white !important;font-size:14px;margin-left: 48px;margin-top: 13px;position: absolute;display: block;">
For the best experience use <a target="_blank" href="https://inshorts.com/mobile" style="color:white;appearance: none;font-weight: 500;">inshorts</a> app on your smartphone
</div>
</div>
<div class="card-stack">
<div class="">
<div class="news-card z-depth-1" itemscope itemtype="http://schema.org/NewsArticle">
<span content="" itemscope itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" itemid="https://inshorts.com/en/news/uk-judge-orders-extradition-of-assange-to-us-will-face-175year-sentence-1650451138453"></span>
<span itemtype="https://schema.org/Person" itemscope="itemscope" itemprop="author">
<span itemprop="name" content="Ankush Verma"></span>
</span>
<span itemprop="description" content="UK judge orders extradition of Assange to US; will face 175-year sentence"></span>
<span itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
<meta itemprop="url" content="https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/20_wed/img_1650450392425_953.jpg?"></meta>
<meta itemprop="width" content="864"></meta>
<meta itemprop="height" content="483"></meta>
</span>
<span itemtype="https://schema.org/Organization" itemscope="itemscope" itemprop="publisher">
<span itemprop="url" content="https://inshorts.com/"></span>
<span itemprop="name" content="Inshorts"></span>
<span itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
<span itemprop="url" content="https://assets.inshorts.com/inshorts/images/v1/variants/jpg/m/2018/11_nov/21_wed/img_1542823931298_497.jpg"></span>
<meta itemprop="width" content="400"></meta>
<meta itemprop="height" content="60"></meta>
</span>
</span>
<div class="news-card-image" style= "background-image: url('https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/20_wed/img_1650450392425_953.jpg?')">
</div>
<div class="news-card-title news-right-box">
<a class="clickable" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'TitleOfNews', 'action': 'clicked', 'label': 'UK%20judge%20orders%20extradition%20of%20Assange%20to%20US%3B%20will%20face%20175-year%20sentence)' });" style="color:#44444d!important" href="/en/news/uk-judge-orders-extradition-of-assange-to-us-will-face-175year-sentence-1650451138453">
<span itemprop="headline">UK judge orders extradition of Assange to US; will face 175-year sentence</span>
</a>
<div class="news-card-author-time news-card-author-time-in-title">
<a href="/prev/en/news/uk-judge-orders-extradition-of-assange-to-us-will-face-175year-sentence-1650451138453"><span class="short">short</span></a> by <span class="author">Ankush Verma</span> /
<span class="time" itemprop="datePublished" content="2022-04-20T10:38:58.000Z">04:08 pm</span> on <span clas="date">20 Apr 2022,Wednesday</span>
</div>
</div>
<div class="news-card-content news-right-box">
<div itemprop="articleBody">A UK judge has ordered the extradition of WikiLeaks founder Julian Assange to the US where he will face a 175-year sentence. Assange is wanted in the US on 18 criminal charges after WikiLeaks published thousands of classified files and diplomatic cables in 2010. The decision will now move to UK Home Secretary Priti Patel.</div>
<div class="news-card-author-time news-card-author-time-in-content">
<a href="/prev/en/news/uk-judge-orders-extradition-of-assange-to-us-will-face-175year-sentence-1650451138453"><span class="short">short</span></a> by <span class="author">Ankush Verma</span> /
<span class="time" itemprop="dateModified" content="2022-04-20T10:38:58.000Z" >04:08 pm</span> on <span class="date">20 Apr</span>
</div>
</div>
<div class="news-card-footer news-right-box">
<div class="read-more">read more at <a class="source" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'ReadMore', 'action': 'clicked', 'label': 'Twitter' });" target="_blank" href="https://twitter.com/wikileaks/status/1516718259382464513?utm_campaign=fullarticle&utm_medium=referral&utm_source=inshorts ">Twitter</a></div>
</div>
</div>
</div>
<div class="">
<div class="news-card z-depth-1" itemscope itemtype="http://schema.org/NewsArticle">
<span content="" itemscope itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" itemid="https://inshorts.com/en/news/netflix-shares-crash-over-35-in-their-biggest-fall-in-over-10-years-1650468141115"></span>
<span itemtype="https://schema.org/Person" itemscope="itemscope" itemprop="author">
<span itemprop="name" content="Pragya Swastik"></span>
</span>
<span itemprop="description" content="Netflix shares crash over 35% in their biggest fall in more than 10 years"></span>
<span itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
<meta itemprop="url" content="https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/20_wed/img_1650467507898_181.jpg?"></meta>
<meta itemprop="width" content="864"></meta>
<meta itemprop="height" content="483"></meta>
</span>
<span itemtype="https://schema.org/Organization" itemscope="itemscope" itemprop="publisher">
<span itemprop="url" content="https://inshorts.com/"></span>
<span itemprop="name" content="Inshorts"></span>
<span itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
<span itemprop="url" content="https://assets.inshorts.com/inshorts/images/v1/variants/jpg/m/2018/11_nov/21_wed/img_1542823931298_497.jpg"></span>
<meta itemprop="width" content="400"></meta>
<meta itemprop="height" content="60"></meta>
</span>
</span>
<div class="news-card-image" style= "background-image: url('https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/20_wed/img_1650467507898_181.jpg?')">
</div>
<div class="news-card-title news-right-box">
<a class="clickable" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'TitleOfNews', 'action': 'clicked', 'label': 'Netflix%20shares%20crash%20over%2035%25%20in%20their%20biggest%20fall%20in%20more%20than%2010%20years)' });" style="color:#44444d!important" href="/en/news/netflix-shares-crash-over-35-in-their-biggest-fall-in-over-10-years-1650468141115">
<span itemprop="headline">Netflix shares crash over 35% in their biggest fall in more than 10 years</span>
</a>
<div class="news-card-author-time news-card-author-time-in-title">
<a href="/prev/en/news/netflix-shares-crash-over-35-in-their-biggest-fall-in-over-10-years-1650468141115"><span class="short">short</span></a> by <span class="author">Pragya Swastik</span> /
<span class="time" itemprop="datePublished" content="2022-04-20T15:22:21.000Z">08:52 pm</span> on <span clas="date">20 Apr 2022,Wednesday</span>
</div>
</div>
<div class="news-card-content news-right-box">
<div itemprop="articleBody">Netflix shares crashed over 35% on Wednesday in their biggest drop since October 2011. The stock crashed after Netflix reported losing 2,00,000 customers in Q1 2022, marking the first time in more than 10 years that the company lost subscribers. At the time of writing, Netflix shares were trading at $224.68, shedding over a third of their value.</div>
<div class="news-card-author-time news-card-author-time-in-content">
<a href="/prev/en/news/netflix-shares-crash-over-35-in-their-biggest-fall-in-over-10-years-1650468141115"><span class="short">short</span></a> by <span class="author">Pragya Swastik</span> /
<span class="time" itemprop="dateModified" content="2022-04-20T15:22:21.000Z" >08:52 pm</span> on <span class="date">20 Apr</span>
</div>
</div>
<div class="news-card-footer news-right-box">
<div class="read-more">read more at <a class="source" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'ReadMore', 'action': 'clicked', 'label': 'Moneycontrol' });" target="_blank" href="https://www.moneycontrol.com/news/business/netflix-shares-plunge-more-than-30-on-lost-subscribers-8386321.html/amp?utm_campaign=fullarticle&utm_medium=referral&utm_source=inshorts ">Moneycontrol</a></div>
</div>
</div>
</div>
<div class="">
<div class="news-card z-depth-1" itemscope itemtype="http://schema.org/NewsArticle">
<span content="" itemscope itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" itemid="https://inshorts.com/en/news/noncompete-clause-in-offer-letter-wont-limit-career-growth-infosys-after-backlash-1650472659794"></span>
<span itemtype="https://schema.org/Person" itemscope="itemscope" itemprop="author">
<span itemprop="name" content="Pragya Swastik"></span>
</span>
<span itemprop="description" content="'Non-compete' clause in offer letter won't limit career growth: Infosys after backlash"></span>
<span itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
<meta itemprop="url" content="https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/20_wed/img_1650471519498_793.jpg?"></meta>
<meta itemprop="width" content="864"></meta>
<meta itemprop="height" content="483"></meta>
</span>
<span itemtype="https://schema.org/Organization" itemscope="itemscope" itemprop="publisher">
<span itemprop="url" content="https://inshorts.com/"></span>
<span itemprop="name" content="Inshorts"></span>
<span itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
<span itemprop="url" content="https://assets.inshorts.com/inshorts/images/v1/variants/jpg/m/2018/11_nov/21_wed/img_1542823931298_497.jpg"></span>
<meta itemprop="width" content="400"></meta>
<meta itemprop="height" content="60"></meta>
</span>
</span>
<div class="news-card-image" style= "background-image: url('https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/20_wed/img_1650471519498_793.jpg?')">
</div>
<div class="news-card-title news-right-box">
<a class="clickable" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'TitleOfNews', 'action': 'clicked', 'label': ''Non-compete'%20clause%20in%20offer%20letter%20won't%20limit%20career%20growth%3A%20Infosys%20after%20backlash)' });" style="color:#44444d!important" href="/en/news/noncompete-clause-in-offer-letter-wont-limit-career-growth-infosys-after-backlash-1650472659794">
<span itemprop="headline">'Non-compete' clause in offer letter won't limit career growth: Infosys after backlash</span>
</a>
<div class="news-card-author-time news-card-author-time-in-title">
<a href="/prev/en/news/noncompete-clause-in-offer-letter-wont-limit-career-growth-infosys-after-backlash-1650472659794"><span class="short">short</span></a> by <span class="author">Pragya Swastik</span> /
<span class="time" itemprop="datePublished" content="2022-04-20T16:37:39.000Z">10:07 pm</span> on <span clas="date">20 Apr 2022,Wednesday</span>
</div>
</div>
<div class="news-card-content news-right-box">
<div itemprop="articleBody">Infosys, facing backlash for its 'non-compete' clause in offer letters to the employees, on Wednesday said that it won't limit the employees' career growth. The agreement reportedly says that an employee shall not accept an employment offer from "named competitors" for six months after they quit Infosys. The company reportedly named TCS, Wipro, and other major IT firms as competitors.</div>
<div class="news-card-author-time news-card-author-time-in-content">
<a href="/prev/en/news/noncompete-clause-in-offer-letter-wont-limit-career-growth-infosys-after-backlash-1650472659794"><span class="short">short</span></a> by <span class="author">Pragya Swastik</span> /
<span class="time" itemprop="dateModified" content="2022-04-20T16:37:39.000Z" >10:07 pm</span> on <span class="date">20 Apr</span>
</div>
</div>
<div class="news-card-footer news-right-box">
<div class="read-more">read more at <a class="source" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'ReadMore', 'action': 'clicked', 'label': 'Moneycontrol' });" target="_blank" href="https://www.moneycontrol.com/news/business/companies/non-compete-clause-standard-wont-limit-career-growth-infosys-8386371.html/amp?utm_campaign=fullarticle&utm_medium=referral&utm_source=inshorts ">Moneycontrol</a></div>
</div>
</div>
</div>
<div class="">
<div class="news-card z-depth-1" itemscope itemtype="http://schema.org/NewsArticle">
<span content="" itemscope itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" itemid="https://inshorts.com/en/news/$54-billion-wiped-off-netflixs-market-value-in-its-biggest-drop-since-2004-1650532364230"></span>
<span itemtype="https://schema.org/Person" itemscope="itemscope" itemprop="author">
<span itemprop="name" content="Pragya Swastik"></span>
</span>
<span itemprop="description" content="$54 billion wiped off Netflix's market value in its biggest drop since 2004"></span>
<span itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
<meta itemprop="url" content="https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/21_thu/img_1650530917514_824.jpg?"></meta>
<meta itemprop="width" content="864"></meta>
<meta itemprop="height" content="483"></meta>
</span>
<span itemtype="https://schema.org/Organization" itemscope="itemscope" itemprop="publisher">
<span itemprop="url" content="https://inshorts.com/"></span>
<span itemprop="name" content="Inshorts"></span>
<span itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
<span itemprop="url" content="https://assets.inshorts.com/inshorts/images/v1/variants/jpg/m/2018/11_nov/21_wed/img_1542823931298_497.jpg"></span>
<meta itemprop="width" content="400"></meta>
<meta itemprop="height" content="60"></meta>
</span>
</span>
<div class="news-card-image" style= "background-image: url('https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/21_thu/img_1650530917514_824.jpg?')">
</div>
<div class="news-card-title news-right-box">
<a class="clickable" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'TitleOfNews', 'action': 'clicked', 'label': '%2454%20billion%20wiped%20off%20Netflix's%20market%20value%20in%20its%20biggest%20drop%20since%202004)' });" style="color:#44444d!important" href="/en/news/$54-billion-wiped-off-netflixs-market-value-in-its-biggest-drop-since-2004-1650532364230">
<span itemprop="headline">$54 billion wiped off Netflix's market value in its biggest drop since 2004</span>
</a>
<div class="news-card-author-time news-card-author-time-in-title">
<a href="/prev/en/news/$54-billion-wiped-off-netflixs-market-value-in-its-biggest-drop-since-2004-1650532364230"><span class="short">short</span></a> by <span class="author">Pragya Swastik</span> /
<span class="time" itemprop="datePublished" content="2022-04-21T09:12:44.000Z">02:42 pm</span> on <span clas="date">21 Apr 2022,Thursday</span>
</div>
</div>
<div class="news-card-content news-right-box">
<div itemprop="articleBody">Netflix shares crashed 35% on Wednesday, wiping off $54 billion from the company's market value in its biggest drop since 2004. It made Netflix the worst-performing stock of the year on both S&P 500 and Nasdaq 100 indexes. Netflix shares crashed after it reported losing 2,00,000 subscribers in Q1 2022, marking the first drop in subscribers in over 10 years.</div>
<div class="news-card-author-time news-card-author-time-in-content">
<a href="/prev/en/news/$54-billion-wiped-off-netflixs-market-value-in-its-biggest-drop-since-2004-1650532364230"><span class="short">short</span></a> by <span class="author">Pragya Swastik</span> /
<span class="time" itemprop="dateModified" content="2022-04-21T09:12:44.000Z" >02:42 pm</span> on <span class="date">21 Apr</span>
</div>
</div>
<div class="news-card-footer news-right-box">
<div class="read-more">read more at <a class="source" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'ReadMore', 'action': 'clicked', 'label': 'BloombergQuint' });" target="_blank" href="https://www.bloombergquint.com/business/netflix-loses-200-000-customers-its-first-decline-in-a-decade?utm_campaign=fullarticle&utm_medium=referral&utm_source=inshorts ">BloombergQuint</a></div>
</div>
</div>
</div>
<div id='div-gpt-ad-1536748319959-92smi5eo-1' style='height:250px; width:900px; margin: auto; margin-bottom: 2%;'>
<script>
googletag.cmd.push(function() {
//News banner for desktop
var slotIdWeb = 'div-gpt-ad-1536748319959-92smi5eo-1';
var slot = googletag.defineSlot('/142919096/inshorts_website_900x250', [900, 250], slotIdWeb)
.addService(googletag.pubads())
.setCollapseEmptyDiv(true,true);
googletag.display('div-gpt-ad-1536748319959-92smi5eo-1');
googletag.pubads().refresh([slot]);
});
</script>
</div>
<div class="">
<div class="news-card z-depth-1" itemscope itemtype="http://schema.org/NewsArticle">
<span content="" itemscope itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" itemid="https://inshorts.com/en/news/consider-working-at-boring-company-musk-as-his-company-raises-$675-mn-1650532725973"></span>
<span itemtype="https://schema.org/Person" itemscope="itemscope" itemprop="author">
<span itemprop="name" content="Pragya Swastik"></span>
</span>
<span itemprop="description" content="Consider working at Boring Company: Musk as his company raises $675 mn"></span>
<span itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
<meta itemprop="url" content="https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/21_thu/img_1650532230138_255.jpg?"></meta>
<meta itemprop="width" content="864"></meta>
<meta itemprop="height" content="483"></meta>
</span>
<span itemtype="https://schema.org/Organization" itemscope="itemscope" itemprop="publisher">
<span itemprop="url" content="https://inshorts.com/"></span>
<span itemprop="name" content="Inshorts"></span>
<span itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
<span itemprop="url" content="https://assets.inshorts.com/inshorts/images/v1/variants/jpg/m/2018/11_nov/21_wed/img_1542823931298_497.jpg"></span>
<meta itemprop="width" content="400"></meta>
<meta itemprop="height" content="60"></meta>
</span>
</span>
<div class="news-card-image" style= "background-image: url('https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/21_thu/img_1650532230138_255.jpg?')">
</div>
<div class="news-card-title news-right-box">
<a class="clickable" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'TitleOfNews', 'action': 'clicked', 'label': 'Consider%20working%20at%20Boring%20Company%3A%20Musk%20as%20his%20company%20raises%20%24675%20mn)' });" style="color:#44444d!important" href="/en/news/consider-working-at-boring-company-musk-as-his-company-raises-$675-mn-1650532725973">
<span itemprop="headline">Consider working at Boring Company: Musk as his company raises $675 mn</span>
</a>
<div class="news-card-author-time news-card-author-time-in-title">
<a href="/prev/en/news/consider-working-at-boring-company-musk-as-his-company-raises-$675-mn-1650532725973"><span class="short">short</span></a> by <span class="author">Pragya Swastik</span> /
<span class="time" itemprop="datePublished" content="2022-04-21T09:18:45.000Z">02:48 pm</span> on <span clas="date">21 Apr 2022,Thursday</span>
</div>
</div>
<div class="news-card-content news-right-box">
<div itemprop="articleBody">World's richest person Elon Musk tweeted, "Please consider working at The Boring Company! Our goal is to solve traffic, which plagues every major city on Earth." Musk tweeted this after his company, which builds tunnels for vehicles to avoid traffic, raised $675 million in funding at a $5.675 billion valuation. "Purpose is to recruit amazing people," The Boring Company tweeted.</div>
<div class="news-card-author-time news-card-author-time-in-content">
<a href="/prev/en/news/consider-working-at-boring-company-musk-as-his-company-raises-$675-mn-1650532725973"><span class="short">short</span></a> by <span class="author">Pragya Swastik</span> /
<span class="time" itemprop="dateModified" content="2022-04-21T09:18:45.000Z" >02:48 pm</span> on <span class="date">21 Apr</span>
</div>
</div>
<div class="news-card-footer news-right-box">
<div class="read-more">read more at <a class="source" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'ReadMore', 'action': 'clicked', 'label': 'Twitter' });" target="_blank" href="https://twitter.com/elonmusk/status/1516977323576381441?s=20&t=n1DvzxKcPuQK8MefnfdBoQ&utm_campaign=fullarticle&utm_medium=referral&utm_source=inshorts ">Twitter</a></div>
</div>
</div>
</div>
<div class="">
<div class="news-card z-depth-1" itemscope itemtype="http://schema.org/NewsArticle">
<span content="" itemscope itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" itemid="https://inshorts.com/en/news/i-dont-take-my-phones-to-meetings-to-avoid-being-spied-on-eu-tech-chief-1650540001015"></span>
<span itemtype="https://schema.org/Person" itemscope="itemscope" itemprop="author">
<span itemprop="name" content="Pragya Swastik"></span>
</span>
<span itemprop="description" content="I don't take my phones to meetings to avoid being spied on: EU tech chief"></span>
<span itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
<meta itemprop="url" content="https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/21_thu/img_1650537590498_946.jpg?"></meta>
<meta itemprop="width" content="864"></meta>
<meta itemprop="height" content="483"></meta>
</span>
<span itemtype="https://schema.org/Organization" itemscope="itemscope" itemprop="publisher">
<span itemprop="url" content="https://inshorts.com/"></span>
<span itemprop="name" content="Inshorts"></span>
<span itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
<span itemprop="url" content="https://assets.inshorts.com/inshorts/images/v1/variants/jpg/m/2018/11_nov/21_wed/img_1542823931298_497.jpg"></span>
<meta itemprop="width" content="400"></meta>
<meta itemprop="height" content="60"></meta>
</span>
</span>
<div class="news-card-image" style= "background-image: url('https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/21_thu/img_1650537590498_946.jpg?')">
</div>
<div class="news-card-title news-right-box">
<a class="clickable" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'TitleOfNews', 'action': 'clicked', 'label': 'I%20don't%20take%20my%20phones%20to%20meetings%20to%20avoid%20being%20spied%20on%3A%20EU%20tech%20chief)' });" style="color:#44444d!important" href="/en/news/i-dont-take-my-phones-to-meetings-to-avoid-being-spied-on-eu-tech-chief-1650540001015">
<span itemprop="headline">I don't take my phones to meetings to avoid being spied on: EU tech chief</span>
</a>
<div class="news-card-author-time news-card-author-time-in-title">
<a href="/prev/en/news/i-dont-take-my-phones-to-meetings-to-avoid-being-spied-on-eu-tech-chief-1650540001015"><span class="short">short</span></a> by <span class="author">Pragya Swastik</span> /
<span class="time" itemprop="datePublished" content="2022-04-21T11:20:01.000Z">04:50 pm</span> on <span clas="date">21 Apr 2022,Thursday</span>
</div>
</div>
<div class="news-card-content news-right-box">
<div itemprop="articleBody">The EU's technology chief Margrethe Vestager advised not to take phones to important meetings to avoid digital espionage. "I'd leave my phones and my iPad outside of the room before entering," she said. "Most of my feed is so boring that even if you had access to it, you'd think oh my God, this woman...she has no life," she added.</div>
<div class="news-card-author-time news-card-author-time-in-content">
<a href="/prev/en/news/i-dont-take-my-phones-to-meetings-to-avoid-being-spied-on-eu-tech-chief-1650540001015"><span class="short">short</span></a> by <span class="author">Pragya Swastik</span> /
<span class="time" itemprop="dateModified" content="2022-04-21T11:20:01.000Z" >04:50 pm</span> on <span class="date">21 Apr</span>
</div>
</div>
<div class="news-card-footer news-right-box">
<div class="read-more">read more at <a class="source" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'ReadMore', 'action': 'clicked', 'label': 'BloombergQuint' });" target="_blank" href="https://www.bloombergquint.com/onweb/eu-tech-chief-goes-phoneless-in-crucial-meetings-to-thwart-spies?utm_campaign=fullarticle&utm_medium=referral&utm_source=inshorts ">BloombergQuint</a></div>
</div>
</div>
</div>
<div class="">
<div class="news-card z-depth-1" itemscope itemtype="http://schema.org/NewsArticle">
<span content="" itemscope itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" itemid="https://inshorts.com/en/news/musk-confirms-tesla-is-working-on-robotaxi-with-no-steering-wheel-or-pedals-1650536571273"></span>
<span itemtype="https://schema.org/Person" itemscope="itemscope" itemprop="author">
<span itemprop="name" content="Pragya Swastik"></span>
</span>
<span itemprop="description" content="Musk confirms Tesla is working on robotaxi with no steering wheel or pedals"></span>
<span itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
<meta itemprop="url" content="https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/21_thu/img_1650535493741_479.jpg?"></meta>
<meta itemprop="width" content="864"></meta>
<meta itemprop="height" content="483"></meta>
</span>
<span itemtype="https://schema.org/Organization" itemscope="itemscope" itemprop="publisher">
<span itemprop="url" content="https://inshorts.com/"></span>
<span itemprop="name" content="Inshorts"></span>
<span itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
<span itemprop="url" content="https://assets.inshorts.com/inshorts/images/v1/variants/jpg/m/2018/11_nov/21_wed/img_1542823931298_497.jpg"></span>
<meta itemprop="width" content="400"></meta>
<meta itemprop="height" content="60"></meta>
</span>
</span>
<div class="news-card-image" style= "background-image: url('https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/21_thu/img_1650535493741_479.jpg?')">
</div>
<div class="news-card-title news-right-box">
<a class="clickable" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'TitleOfNews', 'action': 'clicked', 'label': 'Musk%20confirms%20Tesla%20is%20working%20on%20robotaxi%20with%20no%20steering%20wheel%20or%20pedals)' });" style="color:#44444d!important" href="/en/news/musk-confirms-tesla-is-working-on-robotaxi-with-no-steering-wheel-or-pedals-1650536571273">
<span itemprop="headline">Musk confirms Tesla is working on robotaxi with no steering wheel or pedals</span>
</a>
<div class="news-card-author-time news-card-author-time-in-title">
<a href="/prev/en/news/musk-confirms-tesla-is-working-on-robotaxi-with-no-steering-wheel-or-pedals-1650536571273"><span class="short">short</span></a> by <span class="author">Pragya Swastik</span> /
<span class="time" itemprop="datePublished" content="2022-04-21T10:22:51.000Z">03:52 pm</span> on <span clas="date">21 Apr 2022,Thursday</span>
</div>
</div>
<div class="news-card-content news-right-box">
<div itemprop="articleBody">Tesla CEO Elon Musk, while presenting the company's Q1 2022 financial results, confirmed that Tesla is working on a robotaxi. "We're working on a new vehicle...which is a dedicated robotaxi that's highly optimised for autonomy, meaning it would not have [a] steering wheel or pedals," said Musk. "We aspire to reach volume production of that in 2024," added Musk.</div>
<div class="news-card-author-time news-card-author-time-in-content">
<a href="/prev/en/news/musk-confirms-tesla-is-working-on-robotaxi-with-no-steering-wheel-or-pedals-1650536571273"><span class="short">short</span></a> by <span class="author">Pragya Swastik</span> /
<span class="time" itemprop="dateModified" content="2022-04-21T10:22:51.000Z" >03:52 pm</span> on <span class="date">21 Apr</span>
</div>
</div>
<div class="news-card-footer news-right-box">
<div class="read-more">read more at <a class="source" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'ReadMore', 'action': 'clicked', 'label': 'Business%20Insider%20India' });" target="_blank" href="https://www.businessinsider.in/thelife/news/elon-musk-says-tesla-hopes-to-produce-a-robotaxi-with-no-steering-wheel-or-pedals-in-2024/amp_articleshow/90968778.cms?utm_campaign=fullarticle&utm_medium=referral&utm_source=inshorts ">Business Insider India</a></div>
</div>
</div>
</div>
<div class="">
<div class="news-card z-depth-1" itemscope itemtype="http://schema.org/NewsArticle">
<span content="" itemscope itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" itemid="https://inshorts.com/en/news/musk-leaves-a-blank-space-in-his-latest-tweet-users-link-it-to-buying-twitter-1650456705838"></span>
<span itemtype="https://schema.org/Person" itemscope="itemscope" itemprop="author">
<span itemprop="name" content="Pragya Swastik"></span>
</span>
<span itemprop="description" content="Musk leaves a blank space in his latest tweet, users link it to buying Twitter"></span>
<span itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
<meta itemprop="url" content="https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/20_wed/img_1650455332487_485.jpg?"></meta>
<meta itemprop="width" content="864"></meta>
<meta itemprop="height" content="483"></meta>
</span>
<span itemtype="https://schema.org/Organization" itemscope="itemscope" itemprop="publisher">
<span itemprop="url" content="https://inshorts.com/"></span>
<span itemprop="name" content="Inshorts"></span>
<span itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
<span itemprop="url" content="https://assets.inshorts.com/inshorts/images/v1/variants/jpg/m/2018/11_nov/21_wed/img_1542823931298_497.jpg"></span>
<meta itemprop="width" content="400"></meta>
<meta itemprop="height" content="60"></meta>
</span>
</span>
<div class="news-card-image" style= "background-image: url('https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/20_wed/img_1650455332487_485.jpg?')">
</div>
<div class="news-card-title news-right-box">
<a class="clickable" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'TitleOfNews', 'action': 'clicked', 'label': 'Musk%20leaves%20a%20blank%20space%20in%20his%20latest%20tweet%2C%20users%20link%20it%20to%20buying%20Twitter)' });" style="color:#44444d!important" href="/en/news/musk-leaves-a-blank-space-in-his-latest-tweet-users-link-it-to-buying-twitter-1650456705838">
<span itemprop="headline">Musk leaves a blank space in his latest tweet, users link it to buying Twitter</span>
</a>
<div class="news-card-author-time news-card-author-time-in-title">
<a href="/prev/en/news/musk-leaves-a-blank-space-in-his-latest-tweet-users-link-it-to-buying-twitter-1650456705838"><span class="short">short</span></a> by <span class="author">Pragya Swastik</span> /
<span class="time" itemprop="datePublished" content="2022-04-20T12:11:45.000Z">05:41 pm</span> on <span clas="date">20 Apr 2022,Wednesday</span>
</div>
</div>
<div class="news-card-content news-right-box">
<div itemprop="articleBody">Elon Musk tweeted, "_______ is the Night," which Twitter users and reports linked to his plan of buying Twitter. It fuelled speculations that he'd launch a tender offer for Twitter shares if the board resists his proposal to acquire Twitter. "The missing word may be 'Tender' as per the F. Scott Fitzgerald's novel, or it could be 'Tonight'," Bloomberg reported.</div>
<div class="news-card-author-time news-card-author-time-in-content">
<a href="/prev/en/news/musk-leaves-a-blank-space-in-his-latest-tweet-users-link-it-to-buying-twitter-1650456705838"><span class="short">short</span></a> by <span class="author">Pragya Swastik</span> /
<span class="time" itemprop="dateModified" content="2022-04-20T12:11:45.000Z" >05:41 pm</span> on <span class="date">20 Apr</span>
</div>
</div>
<div class="news-card-footer news-right-box">
<div class="read-more">read more at <a class="source" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'ReadMore', 'action': 'clicked', 'label': 'BloombergQuint' });" target="_blank" href="https://www.bloombergquint.com/business/musk-drops-another-hint-of-twitter-tender-offer?utm_campaign=fullarticle&utm_medium=referral&utm_source=inshorts ">BloombergQuint</a></div>
</div>
</div>
</div>
<div class="">
<div class="news-card z-depth-1" itemscope itemtype="http://schema.org/NewsArticle">
<span content="" itemscope itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" itemid="https://inshorts.com/en/news/ackman-sells-$11-bn-netflix-stock-at-$400-mn-loss-after-shares-fall-35-1650512887634"></span>
<span itemtype="https://schema.org/Person" itemscope="itemscope" itemprop="author">
<span itemprop="name" content="Aishwarya Awasthi"></span>
</span>
<span itemprop="description" content="Ackman sells $1.1 bn Netflix stock at $400 mn loss after shares fall 35%"></span>
<span itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
<meta itemprop="url" content="https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/21_thu/img_1650511332197_611.jpg?"></meta>
<meta itemprop="width" content="864"></meta>
<meta itemprop="height" content="483"></meta>
</span>
<span itemtype="https://schema.org/Organization" itemscope="itemscope" itemprop="publisher">
<span itemprop="url" content="https://inshorts.com/"></span>
<span itemprop="name" content="Inshorts"></span>
<span itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
<span itemprop="url" content="https://assets.inshorts.com/inshorts/images/v1/variants/jpg/m/2018/11_nov/21_wed/img_1542823931298_497.jpg"></span>
<meta itemprop="width" content="400"></meta>
<meta itemprop="height" content="60"></meta>
</span>
</span>
<div class="news-card-image" style= "background-image: url('https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/21_thu/img_1650511332197_611.jpg?')">
</div>
<div class="news-card-title news-right-box">
<a class="clickable" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'TitleOfNews', 'action': 'clicked', 'label': 'Ackman%20sells%20%241.1%20bn%20Netflix%20stock%20at%20%24400%20mn%20loss%20after%20shares%20fall%2035%25)' });" style="color:#44444d!important" href="/en/news/ackman-sells-$11-bn-netflix-stock-at-$400-mn-loss-after-shares-fall-35-1650512887634">
<span itemprop="headline">Ackman sells $1.1 bn Netflix stock at $400 mn loss after shares fall 35%</span>
</a>
<div class="news-card-author-time news-card-author-time-in-title">
<a href="/prev/en/news/ackman-sells-$11-bn-netflix-stock-at-$400-mn-loss-after-shares-fall-35-1650512887634"><span class="short">short</span></a> by <span class="author">Aishwarya Awasthi</span> /
<span class="time" itemprop="datePublished" content="2022-04-21T03:48:07.000Z">09:18 am</span> on <span clas="date">21 Apr 2022,Thursday</span>
</div>
</div>
<div class="news-card-content news-right-box">
<div itemprop="articleBody">Billionaire Bill Ackman has sold his entire stock worth $1.1 billion in Netflix at over $400 million loss three months after acquiring the position. Netflix shares crashed over 35% on Wednesday in their biggest drop since October 2011. "We have lost confidence in our ability to predict the company's future prospects with a sufficient degree of certainty," Ackman said.</div>
<div class="news-card-author-time news-card-author-time-in-content">
<a href="/prev/en/news/ackman-sells-$11-bn-netflix-stock-at-$400-mn-loss-after-shares-fall-35-1650512887634"><span class="short">short</span></a> by <span class="author">Aishwarya Awasthi</span> /
<span class="time" itemprop="dateModified" content="2022-04-21T03:48:07.000Z" >09:18 am</span> on <span class="date">21 Apr</span>
</div>
</div>
<div class="news-card-footer news-right-box">
<div class="read-more">read more at <a class="source" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'ReadMore', 'action': 'clicked', 'label': 'Reuters' });" target="_blank" href="https://www.reuters.com/technology/ackmans-pershing-square-sells-netflix-investments-2022-04-20/?utm_campaign=fullarticle&utm_medium=referral&utm_source=inshorts ">Reuters</a></div>
</div>
</div>
</div>
<div class="">
<div class="news-card z-depth-1" itemscope itemtype="http://schema.org/NewsArticle">
<span content="" itemscope itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" itemid="https://inshorts.com/en/news/blackstone-vista-rule-out-financing-musks-$43-bn-twitter-bid-report-1650452568934"></span>
<span itemtype="https://schema.org/Person" itemscope="itemscope" itemprop="author">
<span itemprop="name" content="Aishwarya Awasthi"></span>
</span>
<span itemprop="description" content="Blackstone, Vista rule out financing Musk's $43 bn Twitter bid: Report"></span>
<span itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
<meta itemprop="url" content="https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/20_wed/img_1650451638002_889.jpg?"></meta>
<meta itemprop="width" content="864"></meta>
<meta itemprop="height" content="483"></meta>
</span>
<span itemtype="https://schema.org/Organization" itemscope="itemscope" itemprop="publisher">
<span itemprop="url" content="https://inshorts.com/"></span>
<span itemprop="name" content="Inshorts"></span>
<span itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
<span itemprop="url" content="https://assets.inshorts.com/inshorts/images/v1/variants/jpg/m/2018/11_nov/21_wed/img_1542823931298_497.jpg"></span>
<meta itemprop="width" content="400"></meta>
<meta itemprop="height" content="60"></meta>
</span>
</span>
<div class="news-card-image" style= "background-image: url('https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/20_wed/img_1650451638002_889.jpg?')">
</div>
<div class="news-card-title news-right-box">
<a class="clickable" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'TitleOfNews', 'action': 'clicked', 'label': 'Blackstone%2C%20Vista%20rule%20out%20financing%20Musk's%20%2443%20bn%20Twitter%20bid%3A%20Report)' });" style="color:#44444d!important" href="/en/news/blackstone-vista-rule-out-financing-musks-$43-bn-twitter-bid-report-1650452568934">
<span itemprop="headline">Blackstone, Vista rule out financing Musk's $43 bn Twitter bid: Report</span>
</a>
<div class="news-card-author-time news-card-author-time-in-title">
<a href="/prev/en/news/blackstone-vista-rule-out-financing-musks-$43-bn-twitter-bid-report-1650452568934"><span class="short">short</span></a> by <span class="author">Aishwarya Awasthi</span> /
<span class="time" itemprop="datePublished" content="2022-04-20T11:02:48.000Z">04:32 pm</span> on <span clas="date">20 Apr 2022,Wednesday</span>
</div>
</div>
<div class="news-card-content news-right-box">
<div itemprop="articleBody">Private equity firms Blackstone and Vista Equity Partners have ruled out financing Tesla CEO Elon Musk's $43 billion bid to buy Twitter, Bloomberg reported. Brookfield Asset Management has also decided not to finance the bid. Blackstone and Vista have decided not to finance any potential bid for Twitter, even if it's from another party besides Musk, at the moment.</div>
<div class="news-card-author-time news-card-author-time-in-content">
<a href="/prev/en/news/blackstone-vista-rule-out-financing-musks-$43-bn-twitter-bid-report-1650452568934"><span class="short">short</span></a> by <span class="author">Aishwarya Awasthi</span> /
<span class="time" itemprop="dateModified" content="2022-04-20T11:02:48.000Z" >04:32 pm</span> on <span class="date">20 Apr</span>
</div>
</div>
<div class="news-card-footer news-right-box">
<div class="read-more">read more at <a class="source" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'ReadMore', 'action': 'clicked', 'label': 'BloombergQuint' });" target="_blank" href="https://www.bloombergquint.com/business/blackstone-vista-said-to-rule-out-financing-musk-s-twitter-bid?utm_campaign=fullarticle&utm_medium=referral&utm_source=inshorts ">BloombergQuint</a></div>
</div>
</div>
</div>
<div id='div-gpt-ad-1536748319959-qfydujp7-1' style='height:250px; width:900px; margin: auto; margin-bottom: 2%;'>
<script>
googletag.cmd.push(function() {
//News banner for desktop
var slotIdWeb = 'div-gpt-ad-1536748319959-qfydujp7-1';
var slot = googletag.defineSlot('/142919096/inshorts_website_900x250', [900, 250], slotIdWeb)
.addService(googletag.pubads())
.setCollapseEmptyDiv(true,true);
googletag.display('div-gpt-ad-1536748319959-qfydujp7-1');
googletag.pubads().refresh([slot]);
});
</script>
</div>
<div class="">
<div class="news-card z-depth-1" itemscope itemtype="http://schema.org/NewsArticle">
<span content="" itemscope itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" itemid="https://inshorts.com/en/news/elon-musks-boring-company-raises-$675-mn-at-$6-bn-valuation-1650513851737"></span>
<span itemtype="https://schema.org/Person" itemscope="itemscope" itemprop="author">
<span itemprop="name" content="Aishwarya Awasthi"></span>
</span>
<span itemprop="description" content="Elon Musk's Boring Company raises $675 mn at $6 bn valuation"></span>
<span itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
<meta itemprop="url" content="https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/21_thu/img_1650513006368_42.jpg?"></meta>
<meta itemprop="width" content="864"></meta>
<meta itemprop="height" content="483"></meta>
</span>
<span itemtype="https://schema.org/Organization" itemscope="itemscope" itemprop="publisher">
<span itemprop="url" content="https://inshorts.com/"></span>
<span itemprop="name" content="Inshorts"></span>
<span itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
<span itemprop="url" content="https://assets.inshorts.com/inshorts/images/v1/variants/jpg/m/2018/11_nov/21_wed/img_1542823931298_497.jpg"></span>
<meta itemprop="width" content="400"></meta>
<meta itemprop="height" content="60"></meta>
</span>
</span>
<div class="news-card-image" style= "background-image: url('https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/21_thu/img_1650513006368_42.jpg?')">
</div>
<div class="news-card-title news-right-box">
<a class="clickable" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'TitleOfNews', 'action': 'clicked', 'label': 'Elon%20Musk's%20Boring%20Company%20raises%20%24675%20mn%20at%20%246%20bn%20valuation)' });" style="color:#44444d!important" href="/en/news/elon-musks-boring-company-raises-$675-mn-at-$6-bn-valuation-1650513851737">
<span itemprop="headline">Elon Musk's Boring Company raises $675 mn at $6 bn valuation</span>
</a>
<div class="news-card-author-time news-card-author-time-in-title">
<a href="/prev/en/news/elon-musks-boring-company-raises-$675-mn-at-$6-bn-valuation-1650513851737"><span class="short">short</span></a> by <span class="author">Aishwarya Awasthi</span> /
<span class="time" itemprop="datePublished" content="2022-04-21T04:04:11.000Z">09:34 am</span> on <span clas="date">21 Apr 2022,Thursday</span>
</div>
</div>
<div class="news-card-content news-right-box">
<div itemprop="articleBody">World's richest person Elon Musk-led The Boring Company has raised $675 million in a funding round led by Vy Capital and Sequoia Capital. The round has valued the startup at nearly $6 billion. The funding also saw participation from Valor Equity Partners, Founders Fund, 8VC, Craft Ventures, and DFJ Growth. The startup had last raised $120 million three years ago.</div>
<div class="news-card-author-time news-card-author-time-in-content">
<a href="/prev/en/news/elon-musks-boring-company-raises-$675-mn-at-$6-bn-valuation-1650513851737"><span class="short">short</span></a> by <span class="author">Aishwarya Awasthi</span> /
<span class="time" itemprop="dateModified" content="2022-04-21T04:04:11.000Z" >09:34 am</span> on <span class="date">21 Apr</span>
</div>
</div>
<div class="news-card-footer news-right-box">
<div class="read-more">read more at <a class="source" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'ReadMore', 'action': 'clicked', 'label': 'BloombergQuint' });" target="_blank" href="https://www.bloombergquint.com/onweb/musk-s-boring-co-raises-funding-at-nearly-6-billion-valuation?utm_campaign=fullarticle&utm_medium=referral&utm_source=inshorts ">BloombergQuint</a></div>
</div>
</div>
</div>
<div class="">
<div class="news-card z-depth-1" itemscope itemtype="http://schema.org/NewsArticle">
<span content="" itemscope itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" itemid="https://inshorts.com/en/news/whatsapp-planning-paid-multidevice-support-for-businesses-report-1650542479428"></span>
<span itemtype="https://schema.org/Person" itemscope="itemscope" itemprop="author">
<span itemprop="name" content="Ananya Goyal"></span>
</span>
<span itemprop="description" content="WhatsApp planning paid multi-device support for businesses: Report"></span>
<span itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
<meta itemprop="url" content="https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/21_thu/img_1650538408004_512.jpg?"></meta>
<meta itemprop="width" content="864"></meta>
<meta itemprop="height" content="483"></meta>
</span>
<span itemtype="https://schema.org/Organization" itemscope="itemscope" itemprop="publisher">
<span itemprop="url" content="https://inshorts.com/"></span>
<span itemprop="name" content="Inshorts"></span>
<span itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
<span itemprop="url" content="https://assets.inshorts.com/inshorts/images/v1/variants/jpg/m/2018/11_nov/21_wed/img_1542823931298_497.jpg"></span>
<meta itemprop="width" content="400"></meta>
<meta itemprop="height" content="60"></meta>
</span>
</span>
<div class="news-card-image" style= "background-image: url('https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/21_thu/img_1650538408004_512.jpg?')">
</div>
<div class="news-card-title news-right-box">
<a class="clickable" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'TitleOfNews', 'action': 'clicked', 'label': 'WhatsApp%20planning%20paid%20multi-device%20support%20for%20businesses%3A%20Report)' });" style="color:#44444d!important" href="/en/news/whatsapp-planning-paid-multidevice-support-for-businesses-report-1650542479428">
<span itemprop="headline">WhatsApp planning paid multi-device support for businesses: Report</span>
</a>
<div class="news-card-author-time news-card-author-time-in-title">
<a href="/prev/en/news/whatsapp-planning-paid-multidevice-support-for-businesses-report-1650542479428"><span class="short">short</span></a> by <span class="author">Ananya Goyal</span> /
<span class="time" itemprop="datePublished" content="2022-04-21T12:01:19.000Z">05:31 pm</span> on <span clas="date">21 Apr 2022,Thursday</span>
</div>
</div>
<div class="news-card-content news-right-box">
<div itemprop="articleBody">WhatsApp is working on a paid subscription plan for WhatsApp Business, which will allow users to connect up to 10 devices to a single WhatsApp account, WaBetaInfo reported. This will allow multiple employees to access the same account on their phones. Currently, users can connect four additional devices for free, both on WhatsApp and WhatsApp Business.</div>
<div class="news-card-author-time news-card-author-time-in-content">
<a href="/prev/en/news/whatsapp-planning-paid-multidevice-support-for-businesses-report-1650542479428"><span class="short">short</span></a> by <span class="author">Ananya Goyal</span> /
<span class="time" itemprop="dateModified" content="2022-04-21T12:01:19.000Z" >05:31 pm</span> on <span class="date">21 Apr</span>
</div>
</div>
<div class="news-card-footer news-right-box">
<div class="read-more">read more at <a class="source" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'ReadMore', 'action': 'clicked', 'label': 'Business%20Insider' });" target="_blank" href="https://www.businessinsider.in/tech/apps/news/whatsapp-could-soon-introduce-a-paid-subscription-for-multi-device-support/amp_articleshow/90972657.cms?utm_campaign=fullarticle&utm_medium=referral&utm_source=inshorts ">Business Insider</a></div>
</div>
</div>
</div>
<div class="">
<div class="news-card z-depth-1" itemscope itemtype="http://schema.org/NewsArticle">
<span content="" itemscope itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" itemid="https://inshorts.com/en/news/us-judge-rejects-gag-order-for-musk-in-2018-tesla-tweets-case-1650527725480"></span>
<span itemtype="https://schema.org/Person" itemscope="itemscope" itemprop="author">
<span itemprop="name" content="Aishwarya Awasthi"></span>
</span>
<span itemprop="description" content="US judge rejects 'gag order' for Musk in 2018 Tesla tweets case"></span>
<span itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
<meta itemprop="url" content="https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/21_thu/img_1650526071283_737.jpg?"></meta>
<meta itemprop="width" content="864"></meta>
<meta itemprop="height" content="483"></meta>
</span>
<span itemtype="https://schema.org/Organization" itemscope="itemscope" itemprop="publisher">
<span itemprop="url" content="https://inshorts.com/"></span>
<span itemprop="name" content="Inshorts"></span>
<span itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
<span itemprop="url" content="https://assets.inshorts.com/inshorts/images/v1/variants/jpg/m/2018/11_nov/21_wed/img_1542823931298_497.jpg"></span>
<meta itemprop="width" content="400"></meta>
<meta itemprop="height" content="60"></meta>
</span>
</span>
<div class="news-card-image" style= "background-image: url('https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/21_thu/img_1650526071283_737.jpg?')">
</div>
<div class="news-card-title news-right-box">
<a class="clickable" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'TitleOfNews', 'action': 'clicked', 'label': 'US%20judge%20rejects%20'gag%20order'%20for%20Musk%20in%202018%20Tesla%20tweets%20case)' });" style="color:#44444d!important" href="/en/news/us-judge-rejects-gag-order-for-musk-in-2018-tesla-tweets-case-1650527725480">
<span itemprop="headline">US judge rejects 'gag order' for Musk in 2018 Tesla tweets case</span>
</a>
<div class="news-card-author-time news-card-author-time-in-title">
<a href="/prev/en/news/us-judge-rejects-gag-order-for-musk-in-2018-tesla-tweets-case-1650527725480"><span class="short">short</span></a> by <span class="author">Aishwarya Awasthi</span> /
<span class="time" itemprop="datePublished" content="2022-04-21T07:55:25.000Z">01:25 pm</span> on <span clas="date">21 Apr 2022,Thursday</span>
</div>
</div>
<div class="news-card-content news-right-box">
<div itemprop="articleBody">A US judge has ruled Tesla CEO Elon Musk will not be subjected to a "gag order" in a lawsuit against his 2018 tweets on taking Tesla private. He said no proof was found that letting Musk talk posed a danger to a trial. Shareholders had asked for the order after Musk recently discussed the case at a TED conference.</div>
<div class="news-card-author-time news-card-author-time-in-content">
<a href="/prev/en/news/us-judge-rejects-gag-order-for-musk-in-2018-tesla-tweets-case-1650527725480"><span class="short">short</span></a> by <span class="author">Aishwarya Awasthi</span> /
<span class="time" itemprop="dateModified" content="2022-04-21T07:55:25.000Z" >01:25 pm</span> on <span class="date">21 Apr</span>
</div>
</div>
<div class="news-card-footer news-right-box">
<div class="read-more">read more at <a class="source" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'ReadMore', 'action': 'clicked', 'label': 'Reuters' });" target="_blank" href="https://www.reuters.com/legal/transactional/elon-musk-dont-censor-me-tesla-shareholder-lawsuit-2022-04-20/?utm_campaign=fullarticle&utm_medium=referral&utm_source=inshorts ">Reuters</a></div>
</div>
</div>
</div>
<div class="">
<div class="news-card z-depth-1" itemscope itemtype="http://schema.org/NewsArticle">
<span content="" itemscope itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" itemid="https://inshorts.com/en/news/largest-crypto-exchange-binance-limits-services-in-russia-1650532000364"></span>
<span itemtype="https://schema.org/Person" itemscope="itemscope" itemprop="author">
<span itemprop="name" content="Aishwarya Awasthi"></span>
</span>
<span itemprop="description" content="Largest crypto exchange Binance limits services in Russia"></span>
<span itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
<meta itemprop="url" content="https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/21_thu/img_1650530767921_322.jpg?"></meta>
<meta itemprop="width" content="864"></meta>
<meta itemprop="height" content="483"></meta>
</span>
<span itemtype="https://schema.org/Organization" itemscope="itemscope" itemprop="publisher">
<span itemprop="url" content="https://inshorts.com/"></span>
<span itemprop="name" content="Inshorts"></span>
<span itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
<span itemprop="url" content="https://assets.inshorts.com/inshorts/images/v1/variants/jpg/m/2018/11_nov/21_wed/img_1542823931298_497.jpg"></span>
<meta itemprop="width" content="400"></meta>
<meta itemprop="height" content="60"></meta>
</span>
</span>
<div class="news-card-image" style= "background-image: url('https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/21_thu/img_1650530767921_322.jpg?')">
</div>
<div class="news-card-title news-right-box">
<a class="clickable" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'TitleOfNews', 'action': 'clicked', 'label': 'Largest%20crypto%20exchange%20Binance%20limits%20services%20in%20Russia)' });" style="color:#44444d!important" href="/en/news/largest-crypto-exchange-binance-limits-services-in-russia-1650532000364">
<span itemprop="headline">Largest crypto exchange Binance limits services in Russia</span>
</a>
<div class="news-card-author-time news-card-author-time-in-title">
<a href="/prev/en/news/largest-crypto-exchange-binance-limits-services-in-russia-1650532000364"><span class="short">short</span></a> by <span class="author">Aishwarya Awasthi</span> /
<span class="time" itemprop="datePublished" content="2022-04-21T09:06:40.000Z">02:36 pm</span> on <span clas="date">21 Apr 2022,Thursday</span>
</div>
</div>
<div class="news-card-content news-right-box">
<div itemprop="articleBody">World's largest crypto exchange Binance is limiting services for Russian nationals or entities that have crypto assets exceeding €10,000, following the EU's latest sanctions against Russia. Russian nationals or legal entities in Russia who have crypto account balances that exceed €10,000 will be given 90 days to close their positions. Affected accounts will be put into a withdrawal-only mode.</div>
<div class="news-card-author-time news-card-author-time-in-content">
<a href="/prev/en/news/largest-crypto-exchange-binance-limits-services-in-russia-1650532000364"><span class="short">short</span></a> by <span class="author">Aishwarya Awasthi</span> /
<span class="time" itemprop="dateModified" content="2022-04-21T09:06:40.000Z" >02:36 pm</span> on <span class="date">21 Apr</span>
</div>
</div>
<div class="news-card-footer news-right-box">
<div class="read-more">read more at <a class="source" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'ReadMore', 'action': 'clicked', 'label': 'Reuters' });" target="_blank" href="https://www.reuters.com/business/finance/crypto-exchange-binance-limits-services-russia-after-eu-sanctions-2022-04-21/?utm_campaign=fullarticle&utm_medium=referral&utm_source=inshorts ">Reuters</a></div>
</div>
</div>
</div>
<div class="">
<div class="news-card z-depth-1" itemscope itemtype="http://schema.org/NewsArticle">
<span content="" itemscope itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" itemid="https://inshorts.com/en/news/tesla-reports-$332-bn-profit-in-q1-658-rise-yearonyear-1650538681152"></span>
<span itemtype="https://schema.org/Person" itemscope="itemscope" itemprop="author">
<span itemprop="name" content="Aishwarya Awasthi"></span>
</span>
<span itemprop="description" content="Tesla reports $3.32 bn profit in Q1, 658% rise year-on-year"></span>
<span itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
<meta itemprop="url" content="https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/21_thu/img_1650536132720_73.jpg?"></meta>
<meta itemprop="width" content="864"></meta>
<meta itemprop="height" content="483"></meta>
</span>
<span itemtype="https://schema.org/Organization" itemscope="itemscope" itemprop="publisher">
<span itemprop="url" content="https://inshorts.com/"></span>
<span itemprop="name" content="Inshorts"></span>
<span itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
<span itemprop="url" content="https://assets.inshorts.com/inshorts/images/v1/variants/jpg/m/2018/11_nov/21_wed/img_1542823931298_497.jpg"></span>
<meta itemprop="width" content="400"></meta>
<meta itemprop="height" content="60"></meta>
</span>
</span>
<div class="news-card-image" style= "background-image: url('https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/21_thu/img_1650536132720_73.jpg?')">
</div>
<div class="news-card-title news-right-box">
<a class="clickable" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'TitleOfNews', 'action': 'clicked', 'label': 'Tesla%20reports%20%243.32%20bn%20profit%20in%20Q1%2C%20658%25%20rise%20year-on-year)' });" style="color:#44444d!important" href="/en/news/tesla-reports-$332-bn-profit-in-q1-658-rise-yearonyear-1650538681152">
<span itemprop="headline">Tesla reports $3.32 bn profit in Q1, 658% rise year-on-year</span>
</a>
<div class="news-card-author-time news-card-author-time-in-title">
<a href="/prev/en/news/tesla-reports-$332-bn-profit-in-q1-658-rise-yearonyear-1650538681152"><span class="short">short</span></a> by <span class="author">Aishwarya Awasthi</span> /
<span class="time" itemprop="datePublished" content="2022-04-21T10:58:01.000Z">04:28 pm</span> on <span clas="date">21 Apr 2022,Thursday</span>
</div>
</div>
<div class="news-card-content news-right-box">
<div itemprop="articleBody">Tesla has reported a $3.32 billion profit in the first quarter of 2022, a 658% increase from the $438 million reported in the same period last year. Its revenue for the quarter stood at $18.76 billion, beating estimates of $17.85 billion. Tesla's revenue saw an 81% increase year-over-year, compared to $10.4 billion in revenue in Q1 2021.</div>
<div class="news-card-author-time news-card-author-time-in-content">
<a href="/prev/en/news/tesla-reports-$332-bn-profit-in-q1-658-rise-yearonyear-1650538681152"><span class="short">short</span></a> by <span class="author">Aishwarya Awasthi</span> /
<span class="time" itemprop="dateModified" content="2022-04-21T10:58:01.000Z" >04:28 pm</span> on <span class="date">21 Apr</span>
</div>
</div>
<div class="news-card-footer news-right-box">
<div class="read-more">read more at <a class="source" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'ReadMore', 'action': 'clicked', 'label': 'AP%20NEWS' });" target="_blank" href="https://apnews.com/article/covid-health-business-earnings-austin-e49b54a7cc20333a424978fdc41488d5?utm_campaign=fullarticle&utm_medium=referral&utm_source=inshorts ">AP NEWS</a></div>
</div>
</div>
</div>
<div class="">
<div class="news-card z-depth-1" itemscope itemtype="http://schema.org/NewsArticle">
<span content="" itemscope itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" itemid="https://inshorts.com/en/news/4-us-amazon-drivers-sue-firm-over-being-stuck-in-warehouse-amid-tornado-1650518066867"></span>
<span itemtype="https://schema.org/Person" itemscope="itemscope" itemprop="author">
<span itemprop="name" content="Aishwarya Awasthi"></span>
</span>
<span itemprop="description" content="4 US Amazon drivers sue firm over being stuck in warehouse amid tornado"></span>
<span itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
<meta itemprop="url" content="https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/21_thu/img_1650516487152_794.jpg?"></meta>
<meta itemprop="width" content="864"></meta>
<meta itemprop="height" content="483"></meta>
</span>
<span itemtype="https://schema.org/Organization" itemscope="itemscope" itemprop="publisher">
<span itemprop="url" content="https://inshorts.com/"></span>
<span itemprop="name" content="Inshorts"></span>
<span itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
<span itemprop="url" content="https://assets.inshorts.com/inshorts/images/v1/variants/jpg/m/2018/11_nov/21_wed/img_1542823931298_497.jpg"></span>
<meta itemprop="width" content="400"></meta>
<meta itemprop="height" content="60"></meta>
</span>
</span>
<div class="news-card-image" style= "background-image: url('https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/21_thu/img_1650516487152_794.jpg?')">
</div>
<div class="news-card-title news-right-box">
<a class="clickable" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'TitleOfNews', 'action': 'clicked', 'label': '4%20US%20Amazon%20drivers%20sue%20firm%20over%20being%20stuck%20in%20warehouse%20amid%20tornado)' });" style="color:#44444d!important" href="/en/news/4-us-amazon-drivers-sue-firm-over-being-stuck-in-warehouse-amid-tornado-1650518066867">
<span itemprop="headline">4 US Amazon drivers sue firm over being stuck in warehouse amid tornado</span>
</a>
<div class="news-card-author-time news-card-author-time-in-title">
<a href="/prev/en/news/4-us-amazon-drivers-sue-firm-over-being-stuck-in-warehouse-amid-tornado-1650518066867"><span class="short">short</span></a> by <span class="author">Aishwarya Awasthi</span> /
<span class="time" itemprop="datePublished" content="2022-04-21T05:14:26.000Z">10:44 am</span> on <span clas="date">21 Apr 2022,Thursday</span>
</div>
</div>
<div class="news-card-content news-right-box">
<div itemprop="articleBody">Four US Amazon drivers have sued the firm after they sustained injuries while they were stuck in a warehouse amid a tornado in December. Amazon allegedly threatened to fire employees who tried to leave the facility and seek shelter at home. A separate lawsuit was filed on behalf of the mother of deceased worker DeAndre Morrow.</div>
<div class="news-card-author-time news-card-author-time-in-content">
<a href="/prev/en/news/4-us-amazon-drivers-sue-firm-over-being-stuck-in-warehouse-amid-tornado-1650518066867"><span class="short">short</span></a> by <span class="author">Aishwarya Awasthi</span> /
<span class="time" itemprop="dateModified" content="2022-04-21T05:14:26.000Z" >10:44 am</span> on <span class="date">21 Apr</span>
</div>
</div>
<div class="news-card-footer news-right-box">
<div class="read-more">read more at <a class="source" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'ReadMore', 'action': 'clicked', 'label': 'Business%20Insider%20India' });" target="_blank" href="https://www.businessinsider.in/tech/news/four-amazon-drivers-are-suing-the-company-after-they-were-caught-in-the-warehouse-wrecked-by-a-tornado-two-say-warehouse-staff-threatened-to-fire-them-if-they-went-home-/amp_articleshow/90963856.cms?utm_campaign=fullarticle&utm_medium=referral&utm_source=inshorts ">Business Insider India</a></div>
</div>
</div>
</div>
<div id='div-gpt-ad-1536748319959-jqupmla3-1' style='height:250px; width:900px; margin: auto; margin-bottom: 2%;'>
<script>
googletag.cmd.push(function() {
//News banner for desktop
var slotIdWeb = 'div-gpt-ad-1536748319959-jqupmla3-1';
var slot = googletag.defineSlot('/142919096/inshorts_website_900x250', [900, 250], slotIdWeb)
.addService(googletag.pubads())
.setCollapseEmptyDiv(true,true);
googletag.display('div-gpt-ad-1536748319959-jqupmla3-1');
googletag.pubads().refresh([slot]);
});
</script>
</div>
<div class="">
<div class="news-card z-depth-1" itemscope itemtype="http://schema.org/NewsArticle">
<span content="" itemscope itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" itemid="https://inshorts.com/en/news/adani-jv-among-14-firms-chosen-under-₹120-croredrone-pli-scheme-1650543096452"></span>
<span itemtype="https://schema.org/Person" itemscope="itemscope" itemprop="author">
<span itemprop="name" content="Ananya Goyal"></span>
</span>
<span itemprop="description" content="Adani JV among 14 firms chosen under ₹120 crore-drone PLI scheme"></span>
<span itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
<meta itemprop="url" content="https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/21_thu/img_1650536434313_211.jpg?"></meta>
<meta itemprop="width" content="864"></meta>
<meta itemprop="height" content="483"></meta>
</span>
<span itemtype="https://schema.org/Organization" itemscope="itemscope" itemprop="publisher">
<span itemprop="url" content="https://inshorts.com/"></span>
<span itemprop="name" content="Inshorts"></span>
<span itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
<span itemprop="url" content="https://assets.inshorts.com/inshorts/images/v1/variants/jpg/m/2018/11_nov/21_wed/img_1542823931298_497.jpg"></span>
<meta itemprop="width" content="400"></meta>
<meta itemprop="height" content="60"></meta>
</span>
</span>
<div class="news-card-image" style= "background-image: url('https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/21_thu/img_1650536434313_211.jpg?')">
</div>
<div class="news-card-title news-right-box">
<a class="clickable" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'TitleOfNews', 'action': 'clicked', 'label': 'Adani%20JV%20among%2014%20firms%20chosen%20under%20%E2%82%B9120%20crore-drone%20PLI%20scheme)' });" style="color:#44444d!important" href="/en/news/adani-jv-among-14-firms-chosen-under-₹120-croredrone-pli-scheme-1650543096452">
<span itemprop="headline">Adani JV among 14 firms chosen under ₹120 crore-drone PLI scheme</span>
</a>
<div class="news-card-author-time news-card-author-time-in-title">
<a href="/prev/en/news/adani-jv-among-14-firms-chosen-under-₹120-croredrone-pli-scheme-1650543096452"><span class="short">short</span></a> by <span class="author">Ananya Goyal</span> /
<span class="time" itemprop="datePublished" content="2022-04-21T12:11:36.000Z">05:41 pm</span> on <span clas="date">21 Apr 2022,Thursday</span>
</div>
</div>
<div class="news-card-content news-right-box">
<div itemprop="articleBody">Fourteen drone companies, including Adani's joint venture company with Israel's Elbit, and ideaForge Technology, have been selected as beneficiaries of a production-linked incentive (PLI) scheme, the Aviation Ministry stated. The PLI, worth ₹120 crore, is aimed at boosting drone manufacturing in India. The firms will be given 20% of the "value addition" made by them in the next three years.
</div>
<div class="news-card-author-time news-card-author-time-in-content">
<a href="/prev/en/news/adani-jv-among-14-firms-chosen-under-₹120-croredrone-pli-scheme-1650543096452"><span class="short">short</span></a> by <span class="author">Ananya Goyal</span> /
<span class="time" itemprop="dateModified" content="2022-04-21T12:11:36.000Z" >05:41 pm</span> on <span class="date">21 Apr</span>
</div>
</div>
<div class="news-card-footer news-right-box">
<div class="read-more">read more at <a class="source" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'ReadMore', 'action': 'clicked', 'label': 'Business%20Insider' });" target="_blank" href="https://www.businessinsider.in/business/telecom/news/14-firms-shortlisted-as-beneficiaries-for-drone-pli-scheme/amp_articleshow/90974581.cms?utm_campaign=fullarticle&utm_medium=referral&utm_source=inshorts ">Business Insider</a></div>
</div>
</div>
</div>
<div class="">
<div class="news-card z-depth-1" itemscope itemtype="http://schema.org/NewsArticle">
<span content="" itemscope itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" itemid="https://inshorts.com/en/news/eu-panel-backs-proposal-for-common-worldwide-phone-charger-port-1650530298274"></span>
<span itemtype="https://schema.org/Person" itemscope="itemscope" itemprop="author">
<span itemprop="name" content="Ananya Goyal"></span>
</span>
<span itemprop="description" content="EU panel backs proposal for common worldwide phone charger port"></span>
<span itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
<meta itemprop="url" content="https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/20_wed/img_1650475495850_993.jpg?"></meta>
<meta itemprop="width" content="864"></meta>
<meta itemprop="height" content="483"></meta>
</span>
<span itemtype="https://schema.org/Organization" itemscope="itemscope" itemprop="publisher">
<span itemprop="url" content="https://inshorts.com/"></span>
<span itemprop="name" content="Inshorts"></span>
<span itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
<span itemprop="url" content="https://assets.inshorts.com/inshorts/images/v1/variants/jpg/m/2018/11_nov/21_wed/img_1542823931298_497.jpg"></span>
<meta itemprop="width" content="400"></meta>
<meta itemprop="height" content="60"></meta>
</span>
</span>
<div class="news-card-image" style= "background-image: url('https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/20_wed/img_1650475495850_993.jpg?')">
</div>
<div class="news-card-title news-right-box">
<a class="clickable" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'TitleOfNews', 'action': 'clicked', 'label': 'EU%20panel%20backs%20proposal%20for%20common%20worldwide%20phone%20charger%20port)' });" style="color:#44444d!important" href="/en/news/eu-panel-backs-proposal-for-common-worldwide-phone-charger-port-1650530298274">
<span itemprop="headline">EU panel backs proposal for common worldwide phone charger port</span>
</a>
<div class="news-card-author-time news-card-author-time-in-title">
<a href="/prev/en/news/eu-panel-backs-proposal-for-common-worldwide-phone-charger-port-1650530298274"><span class="short">short</span></a> by <span class="author">Ananya Goyal</span> /
<span class="time" itemprop="datePublished" content="2022-04-21T08:38:18.000Z">02:08 pm</span> on <span clas="date">21 Apr 2022,Thursday</span>
</div>
</div>
<div class="news-card-content news-right-box">
<div itemprop="articleBody">A European Parliament committee on Wednesday backed a proposal suggesting the adoption of a common charging port for a range of mobile gadgetry including phones, tablets, low-powered laptops and headphones. Chargers for portable devices shipped to Europe generate 11,000 to 13,000 tonnes of e-waste every year, a Parliamentarian said. An assembly vote over the proposal will take place next month.</div>
<div class="news-card-author-time news-card-author-time-in-content">
<a href="/prev/en/news/eu-panel-backs-proposal-for-common-worldwide-phone-charger-port-1650530298274"><span class="short">short</span></a> by <span class="author">Ananya Goyal</span> /
<span class="time" itemprop="dateModified" content="2022-04-21T08:38:18.000Z" >02:08 pm</span> on <span class="date">21 Apr</span>
</div>
</div>
<div class="news-card-footer news-right-box">
<div class="read-more">read more at <a class="source" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'ReadMore', 'action': 'clicked', 'label': 'Reuters' });" target="_blank" href="https://www.reuters.com/technology/eu-plan-common-worldwide-phone-charger-port-takes-step-closer-2022-04-20/?utm_campaign=fullarticle&utm_medium=referral&utm_source=inshorts ">Reuters</a></div>
</div>
</div>
</div>
<div class="">
<div class="news-card z-depth-1" itemscope itemtype="http://schema.org/NewsArticle">
<span content="" itemscope itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" itemid="https://inshorts.com/en/news/ethereum-network-has-many-single-points-of-failure-twitters-dorsey-1650451691723"></span>
<span itemtype="https://schema.org/Person" itemscope="itemscope" itemprop="author">
<span itemprop="name" content="Aishwarya Awasthi"></span>
</span>
<span itemprop="description" content="Ethereum network has many single points of failure: Twitter's Dorsey"></span>
<span itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
<meta itemprop="url" content="https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/20_wed/img_1650450640415_346.jpg?"></meta>
<meta itemprop="width" content="864"></meta>
<meta itemprop="height" content="483"></meta>
</span>
<span itemtype="https://schema.org/Organization" itemscope="itemscope" itemprop="publisher">
<span itemprop="url" content="https://inshorts.com/"></span>
<span itemprop="name" content="Inshorts"></span>
<span itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
<span itemprop="url" content="https://assets.inshorts.com/inshorts/images/v1/variants/jpg/m/2018/11_nov/21_wed/img_1542823931298_497.jpg"></span>
<meta itemprop="width" content="400"></meta>
<meta itemprop="height" content="60"></meta>
</span>
</span>
<div class="news-card-image" style= "background-image: url('https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/20_wed/img_1650450640415_346.jpg?')">
</div>
<div class="news-card-title news-right-box">
<a class="clickable" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'TitleOfNews', 'action': 'clicked', 'label': 'Ethereum%20network%20has%20many%20single%20points%20of%20failure%3A%20Twitter's%20Dorsey)' });" style="color:#44444d!important" href="/en/news/ethereum-network-has-many-single-points-of-failure-twitters-dorsey-1650451691723">
<span itemprop="headline">Ethereum network has many single points of failure: Twitter's Dorsey</span>
</a>
<div class="news-card-author-time news-card-author-time-in-title">
<a href="/prev/en/news/ethereum-network-has-many-single-points-of-failure-twitters-dorsey-1650451691723"><span class="short">short</span></a> by <span class="author">Aishwarya Awasthi</span> /
<span class="time" itemprop="datePublished" content="2022-04-20T10:48:11.000Z">04:18 pm</span> on <span clas="date">20 Apr 2022,Wednesday</span>
</div>
</div>
<div class="news-card-content news-right-box">
<div itemprop="articleBody">Twitter Co-founder Jack Dorsey in his response to a tweet stated that the Ethereum network "has many single points of failure" and the projects built on it are "not interesting" to him. This comes after Ethereum Co-founder, Vitalik Buterin, commented on Elon Musk's Twitter bid saying he opposes wealthy people or organisations' "hostile" take over of social media firms.</div>
<div class="news-card-author-time news-card-author-time-in-content">
<a href="/prev/en/news/ethereum-network-has-many-single-points-of-failure-twitters-dorsey-1650451691723"><span class="short">short</span></a> by <span class="author">Aishwarya Awasthi</span> /
<span class="time" itemprop="dateModified" content="2022-04-20T10:48:11.000Z" >04:18 pm</span> on <span class="date">20 Apr</span>
</div>
</div>
</div>
</div>
<div class="">
<div class="news-card z-depth-1" itemscope itemtype="http://schema.org/NewsArticle">
<span content="" itemscope itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" itemid="https://inshorts.com/en/news/not-sure-how-it-got-through-review-binance-on-its-swastikalike-emoji-1650521609640"></span>
<span itemtype="https://schema.org/Person" itemscope="itemscope" itemprop="author">
<span itemprop="name" content="Aishwarya Awasthi"></span>
</span>
<span itemprop="description" content="Not sure how it got through review: Binance on its swastika-like emoji"></span>
<span itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
<meta itemprop="url" content="https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/21_thu/img_1650520242113_449.jpg?"></meta>
<meta itemprop="width" content="864"></meta>
<meta itemprop="height" content="483"></meta>
</span>
<span itemtype="https://schema.org/Organization" itemscope="itemscope" itemprop="publisher">
<span itemprop="url" content="https://inshorts.com/"></span>
<span itemprop="name" content="Inshorts"></span>
<span itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
<span itemprop="url" content="https://assets.inshorts.com/inshorts/images/v1/variants/jpg/m/2018/11_nov/21_wed/img_1542823931298_497.jpg"></span>
<meta itemprop="width" content="400"></meta>
<meta itemprop="height" content="60"></meta>
</span>
</span>
<div class="news-card-image" style= "background-image: url('https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/21_thu/img_1650520242113_449.jpg?')">
</div>
<div class="news-card-title news-right-box">
<a class="clickable" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'TitleOfNews', 'action': 'clicked', 'label': 'Not%20sure%20how%20it%20got%20through%20review%3A%20Binance%20on%20its%20swastika-like%20emoji)' });" style="color:#44444d!important" href="/en/news/not-sure-how-it-got-through-review-binance-on-its-swastikalike-emoji-1650521609640">
<span itemprop="headline">Not sure how it got through review: Binance on its swastika-like emoji</span>
</a>
<div class="news-card-author-time news-card-author-time-in-title">
<a href="/prev/en/news/not-sure-how-it-got-through-review-binance-on-its-swastikalike-emoji-1650521609640"><span class="short">short</span></a> by <span class="author">Aishwarya Awasthi</span> /
<span class="time" itemprop="datePublished" content="2022-04-21T06:13:29.000Z">11:43 am</span> on <span clas="date">21 Apr 2022,Thursday</span>
</div>
</div>
<div class="news-card-content news-right-box">
<div itemprop="articleBody">Cryptocurrency exchange Binance took to Twitter to react to the issue surrounding an emoji it unveiled earlier, saying, "Well that was...really embarrassing. We're not sure how that emoji got through...layers of review without anyone noticing." Several users had pointed out the emoji's resemblance to swastika symbol used by Nazis. "We immediately flagged the issue, pulled it down," Binance added.</div>
<div class="news-card-author-time news-card-author-time-in-content">
<a href="/prev/en/news/not-sure-how-it-got-through-review-binance-on-its-swastikalike-emoji-1650521609640"><span class="short">short</span></a> by <span class="author">Aishwarya Awasthi</span> /
<span class="time" itemprop="dateModified" content="2022-04-21T06:13:29.000Z" >11:43 am</span> on <span class="date">21 Apr</span>
</div>
</div>
<div class="news-card-footer news-right-box">
<div class="read-more">read more at <a class="source" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'ReadMore', 'action': 'clicked', 'label': 'Twitter' });" target="_blank" href="https://twitter.com/binance/status/1516838042325204997?utm_campaign=fullarticle&utm_medium=referral&utm_source=inshorts ">Twitter</a></div>
</div>
</div>
</div>
<div class="">
<div class="news-card z-depth-1" itemscope itemtype="http://schema.org/NewsArticle">
<span content="" itemscope itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" itemid="https://inshorts.com/en/news/apple-store-workers-in-atlanta-file-for-firms-1st-us-union-election-1650523659614"></span>
<span itemtype="https://schema.org/Person" itemscope="itemscope" itemprop="author">
<span itemprop="name" content="Aishwarya Awasthi"></span>
</span>
<span itemprop="description" content="Apple store workers in Atlanta file for firm's 1st US union election"></span>
<span itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
<meta itemprop="url" content="https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/21_thu/img_1650521690311_399.jpg?"></meta>
<meta itemprop="width" content="864"></meta>
<meta itemprop="height" content="483"></meta>
</span>
<span itemtype="https://schema.org/Organization" itemscope="itemscope" itemprop="publisher">
<span itemprop="url" content="https://inshorts.com/"></span>
<span itemprop="name" content="Inshorts"></span>
<span itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
<span itemprop="url" content="https://assets.inshorts.com/inshorts/images/v1/variants/jpg/m/2018/11_nov/21_wed/img_1542823931298_497.jpg"></span>
<meta itemprop="width" content="400"></meta>
<meta itemprop="height" content="60"></meta>
</span>
</span>
<div class="news-card-image" style= "background-image: url('https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/21_thu/img_1650521690311_399.jpg?')">
</div>
<div class="news-card-title news-right-box">
<a class="clickable" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'TitleOfNews', 'action': 'clicked', 'label': 'Apple%20store%20workers%20in%20Atlanta%20file%20for%20firm's%201st%20US%20union%20election)' });" style="color:#44444d!important" href="/en/news/apple-store-workers-in-atlanta-file-for-firms-1st-us-union-election-1650523659614">
<span itemprop="headline">Apple store workers in Atlanta file for firm's 1st US union election</span>
</a>
<div class="news-card-author-time news-card-author-time-in-title">
<a href="/prev/en/news/apple-store-workers-in-atlanta-file-for-firms-1st-us-union-election-1650523659614"><span class="short">short</span></a> by <span class="author">Aishwarya Awasthi</span> /
<span class="time" itemprop="datePublished" content="2022-04-21T06:47:39.000Z">12:17 pm</span> on <span clas="date">21 Apr 2022,Thursday</span>
</div>
</div>
<div class="news-card-content news-right-box">
<div itemprop="articleBody">Workers at an Apple store in Atlanta have filed for a union election with the NLRB. If a majority of the workers vote to unionise, the store would be the first unionised US Apple store. "We want to make sure...every Apple worker is able to afford quality housing and basic living expenses," an Apple worker said.</div>
<div class="news-card-author-time news-card-author-time-in-content">
<a href="/prev/en/news/apple-store-workers-in-atlanta-file-for-firms-1st-us-union-election-1650523659614"><span class="short">short</span></a> by <span class="author">Aishwarya Awasthi</span> /
<span class="time" itemprop="dateModified" content="2022-04-21T06:47:39.000Z" >12:17 pm</span> on <span class="date">21 Apr</span>
</div>
</div>
<div class="news-card-footer news-right-box">
<div class="read-more">read more at <a class="source" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'ReadMore', 'action': 'clicked', 'label': 'Reuters' });" target="_blank" href="https://www.reuters.com/technology/apple-store-workers-atlanta-file-first-union-election-bloomberg-news-2022-04-20/?utm_campaign=fullarticle&utm_medium=referral&utm_source=inshorts ">Reuters</a></div>
</div>
</div>
</div>
<div class="">
<div class="news-card z-depth-1" itemscope itemtype="http://schema.org/NewsArticle">
<span content="" itemscope itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" itemid="https://inshorts.com/en/news/jio-loses-mobile-subscribers-for-3rd-straight-month-airtel-gains-1650452746623"></span>
<span itemtype="https://schema.org/Person" itemscope="itemscope" itemprop="author">
<span itemprop="name" content="Ananya Goyal"></span>
</span>
<span itemprop="description" content="Jio loses mobile subscribers for 3rd straight month; Airtel gains"></span>
<span itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
<meta itemprop="url" content="https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/20_wed/img_1650448461819_519.jpg?"></meta>
<meta itemprop="width" content="864"></meta>
<meta itemprop="height" content="483"></meta>
</span>
<span itemtype="https://schema.org/Organization" itemscope="itemscope" itemprop="publisher">
<span itemprop="url" content="https://inshorts.com/"></span>
<span itemprop="name" content="Inshorts"></span>
<span itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
<span itemprop="url" content="https://assets.inshorts.com/inshorts/images/v1/variants/jpg/m/2018/11_nov/21_wed/img_1542823931298_497.jpg"></span>
<meta itemprop="width" content="400"></meta>
<meta itemprop="height" content="60"></meta>
</span>
</span>
<div class="news-card-image" style= "background-image: url('https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/20_wed/img_1650448461819_519.jpg?')">
</div>
<div class="news-card-title news-right-box">
<a class="clickable" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'TitleOfNews', 'action': 'clicked', 'label': 'Jio%20loses%20mobile%20subscribers%20for%203rd%20straight%20month%3B%20Airtel%20gains)' });" style="color:#44444d!important" href="/en/news/jio-loses-mobile-subscribers-for-3rd-straight-month-airtel-gains-1650452746623">
<span itemprop="headline">Jio loses mobile subscribers for 3rd straight month; Airtel gains</span>
</a>
<div class="news-card-author-time news-card-author-time-in-title">
<a href="/prev/en/news/jio-loses-mobile-subscribers-for-3rd-straight-month-airtel-gains-1650452746623"><span class="short">short</span></a> by <span class="author">Ananya Goyal</span> /
<span class="time" itemprop="datePublished" content="2022-04-20T11:05:46.000Z">04:35 pm</span> on <span clas="date">20 Apr 2022,Wednesday</span>
</div>
</div>
<div class="news-card-content news-right-box">
<div itemprop="articleBody">Reliance Jio lost 36.6 lakh mobile subscribers in February, the first time that it has lost subscribers for the third consecutive month, data by the Telecom Regulatory Authority of India (TRAI) showed. Meanwhile, Bharti Airtel, the only telco to gain subscribers in February, added 15.91 lakh new customers. Vodafone Idea lost 15.32 lakh users while BSNL lost 1.11 lakh customers.</div>
<div class="news-card-author-time news-card-author-time-in-content">
<a href="/prev/en/news/jio-loses-mobile-subscribers-for-3rd-straight-month-airtel-gains-1650452746623"><span class="short">short</span></a> by <span class="author">Ananya Goyal</span> /
<span class="time" itemprop="dateModified" content="2022-04-20T11:05:46.000Z" >04:35 pm</span> on <span class="date">20 Apr</span>
</div>
</div>
<div class="news-card-footer news-right-box">
<div class="read-more">read more at <a class="source" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'ReadMore', 'action': 'clicked', 'label': 'BloombergQuint' });" target="_blank" href="https://www.bloombergquint.com/business/reliance-jio-subscriber-base-declines-in-february-bharti-airtels-rises?utm_campaign=fullarticle&utm_medium=referral&utm_source=inshorts ">BloombergQuint</a></div>
</div>
</div>
</div>
<div id='div-gpt-ad-1536748319959-ezpok6cg-1' style='height:250px; width:900px; margin: auto; margin-bottom: 2%;'>
<script>
googletag.cmd.push(function() {
//News banner for desktop
var slotIdWeb = 'div-gpt-ad-1536748319959-ezpok6cg-1';
var slot = googletag.defineSlot('/142919096/inshorts_website_900x250', [900, 250], slotIdWeb)
.addService(googletag.pubads())
.setCollapseEmptyDiv(true,true);
googletag.display('div-gpt-ad-1536748319959-ezpok6cg-1');
googletag.pubads().refresh([slot]);
});
</script>
</div>
<div class="">
<div class="news-card z-depth-1" itemscope itemtype="http://schema.org/NewsArticle">
<span content="" itemscope itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" itemid="https://inshorts.com/en/news/linkedin-most-imitated-brand-for-phishing-in-q1-2022-check-point-1650455079904"></span>
<span itemtype="https://schema.org/Person" itemscope="itemscope" itemprop="author">
<span itemprop="name" content="Ananya Goyal"></span>
</span>
<span itemprop="description" content="LinkedIn most imitated brand for phishing in Q1 2022: Check Point"></span>
<span itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
<meta itemprop="url" content="https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/20_wed/img_1650451260437_625.jpg?"></meta>
<meta itemprop="width" content="864"></meta>
<meta itemprop="height" content="483"></meta>
</span>
<span itemtype="https://schema.org/Organization" itemscope="itemscope" itemprop="publisher">
<span itemprop="url" content="https://inshorts.com/"></span>
<span itemprop="name" content="Inshorts"></span>
<span itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
<span itemprop="url" content="https://assets.inshorts.com/inshorts/images/v1/variants/jpg/m/2018/11_nov/21_wed/img_1542823931298_497.jpg"></span>
<meta itemprop="width" content="400"></meta>
<meta itemprop="height" content="60"></meta>
</span>
</span>
<div class="news-card-image" style= "background-image: url('https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/20_wed/img_1650451260437_625.jpg?')">
</div>
<div class="news-card-title news-right-box">
<a class="clickable" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'TitleOfNews', 'action': 'clicked', 'label': 'LinkedIn%20most%20imitated%20brand%20for%20phishing%20in%20Q1%202022%3A%20Check%20Point)' });" style="color:#44444d!important" href="/en/news/linkedin-most-imitated-brand-for-phishing-in-q1-2022-check-point-1650455079904">
<span itemprop="headline">LinkedIn most imitated brand for phishing in Q1 2022: Check Point</span>
</a>
<div class="news-card-author-time news-card-author-time-in-title">
<a href="/prev/en/news/linkedin-most-imitated-brand-for-phishing-in-q1-2022-check-point-1650455079904"><span class="short">short</span></a> by <span class="author">Ananya Goyal</span> /
<span class="time" itemprop="datePublished" content="2022-04-20T11:44:39.000Z">05:14 pm</span> on <span clas="date">20 Apr 2022,Wednesday</span>
</div>
</div>
<div class="news-card-content news-right-box">
<div itemprop="articleBody">As per a report by Check Point Research (CPR), LinkedIn, for the first time ever, has become the most often imitated brand by cyber criminals for phishing. CPR stated that LinkedIn accounted for 52% of all phishing attempts during Q1 2022. It was followed by DHL (14%), Google (7%), Microsoft (6%), FedEx (6%), WhatsApp (4%) and Amazon (2%).
</div>
<div class="news-card-author-time news-card-author-time-in-content">
<a href="/prev/en/news/linkedin-most-imitated-brand-for-phishing-in-q1-2022-check-point-1650455079904"><span class="short">short</span></a> by <span class="author">Ananya Goyal</span> /
<span class="time" itemprop="dateModified" content="2022-04-20T11:44:39.000Z" >05:14 pm</span> on <span class="date">20 Apr</span>
</div>
</div>
</div>
</div>
<div class="">
<div class="news-card z-depth-1" itemscope itemtype="http://schema.org/NewsArticle">
<span content="" itemscope itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" itemid="https://inshorts.com/en/news/youtube-blocks-hks-sole-leadership-candidate-under-us-sanctions-1650453368162"></span>
<span itemtype="https://schema.org/Person" itemscope="itemscope" itemprop="author">
<span itemprop="name" content="Aishwarya Awasthi"></span>
</span>
<span itemprop="description" content="YouTube blocks HK's sole leadership candidate under US sanctions"></span>
<span itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
<meta itemprop="url" content="https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/20_wed/img_1650452595082_672.jpg?"></meta>
<meta itemprop="width" content="864"></meta>
<meta itemprop="height" content="483"></meta>
</span>
<span itemtype="https://schema.org/Organization" itemscope="itemscope" itemprop="publisher">
<span itemprop="url" content="https://inshorts.com/"></span>
<span itemprop="name" content="Inshorts"></span>
<span itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
<span itemprop="url" content="https://assets.inshorts.com/inshorts/images/v1/variants/jpg/m/2018/11_nov/21_wed/img_1542823931298_497.jpg"></span>
<meta itemprop="width" content="400"></meta>
<meta itemprop="height" content="60"></meta>
</span>
</span>
<div class="news-card-image" style= "background-image: url('https://static.inshorts.com/inshorts/images/v1/variants/jpg/m/2022/04_apr/20_wed/img_1650452595082_672.jpg?')">
</div>
<div class="news-card-title news-right-box">
<a class="clickable" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'TitleOfNews', 'action': 'clicked', 'label': 'YouTube%20blocks%20HK's%20sole%20leadership%20candidate%20under%20US%20sanctions)' });" style="color:#44444d!important" href="/en/news/youtube-blocks-hks-sole-leadership-candidate-under-us-sanctions-1650453368162">
<span itemprop="headline">YouTube blocks HK's sole leadership candidate under US sanctions</span>
</a>
<div class="news-card-author-time news-card-author-time-in-title">
<a href="/prev/en/news/youtube-blocks-hks-sole-leadership-candidate-under-us-sanctions-1650453368162"><span class="short">short</span></a> by <span class="author">Aishwarya Awasthi</span> /
<span class="time" itemprop="datePublished" content="2022-04-20T11:16:08.000Z">04:46 pm</span> on <span clas="date">20 Apr 2022,Wednesday</span>
</div>
</div>
<div class="news-card-content news-right-box">
<div itemprop="articleBody">YouTube has blocked the account of Hong Kong's sole leadership candidate John Lee as part of US sanctions. "With regards to some [social] media [platforms] which I will have no access to, I feel disappointed but this will not affect my election effort," Lee said. Meta said it had taken steps to prevent the use of payments services by Lee.</div>
<div class="news-card-author-time news-card-author-time-in-content">
<a href="/prev/en/news/youtube-blocks-hks-sole-leadership-candidate-under-us-sanctions-1650453368162"><span class="short">short</span></a> by <span class="author">Aishwarya Awasthi</span> /
<span class="time" itemprop="dateModified" content="2022-04-20T11:16:08.000Z" >04:46 pm</span> on <span class="date">20 Apr</span>
</div>
</div>
<div class="news-card-footer news-right-box">
<div class="read-more">read more at <a class="source" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'ReadMore', 'action': 'clicked', 'label': 'Reuters' });" target="_blank" href="https://www.reuters.com/world/asia-pacific/youtube-blocks-account-hong-kongs-sole-leadership-candidate-2022-04-20/?utm_campaign=fullarticle&utm_medium=referral&utm_source=inshorts ">Reuters</a></div>
</div>
</div>
</div>
</div>
<div class="load-more-wrapper">
<div id="load-more-btn" onclick="loadMoreNews()" class="clickable unselectable load-more z-depth-1 hoverable">Load More</div>
<div id="load-more-gif" style="display:none;" class="clickable unselectable load-more"><img id="load-more-gif" src="https://assets.inshorts.com/website_assets/images/ajax-loader.gif"/></div>
</div>
<div class="my-red app-download-pane hide-on-large-only">
<div class="container">
<div class="row">
<div class="col s12 center" style="color:white;font-weight: 300;font-size:14px;margin-top: 28px;margin-bottom: 18px;">
For the best experience use <a target="_blank" href="/mobile" style="color:white;appearance: none;font-weight: 500;">inshorts</a> app on your smartphone
</div>
</div>
</div>
</div>
</div>
</div>
<!-- BODY END -->
<footer class="page-footer teals">
<div class="container">
<div class="row" style="margin-bottom: 0px; padding-bottom: 5px;">
<div class="col offset-l3 l3 m4 s12 right social-admin">
<div class="social-share"><a onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'LinkToFaceBookPage', 'action': 'clicked', 'label': 'RedirectedToFaceBook' });" target="_blank" href="https://www.facebook.com/inshortsapp"><img src="https://assets.inshorts.com/website_assets/images/facebook.png"/></a></div>
<div class="social-share"><a onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'LinkToTwitterPage', 'action': 'clicked', 'label': 'RedirectedToTwitter' });" target="_blank" href="https://twitter.com/inshorts"><img src="https://assets.inshorts.com/website_assets/images/twitter.png"/></a></div>
<div class="social-share"><a onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'LinkToLinkedinPage', 'action': 'clicked', 'label': 'RedirectedToLinkedin' });" target="_blank" href="https://www.linkedin.com/company/news-in-shorts"><img src="https://assets.inshorts.com/website_assets/images/linkedin.png"/></a></div>
</div>
<div class="col m4 l3 s6 footer-left-pane">
<div class="right"><img width="160px" height="48px" src="https://assets.inshorts.com/website_assets/images/logo_footer.png"/></div>
<div class="copy-text" >
<span><span style="color:#cfcfcf;font-family: 'Conv_ClanPro-Bold'">Inshorts</span> Pte. Ltd.</span><br/>
©<span style="font-size:12px">COPYRIGHT 2022</span>
</div>
</div>
<div class="col m4 l3 s6 footer-right-pane">
<div id="contactUsBtn" class="left clickable" style="margin-top: -5px;"><img width="132px" height="48px" src="https://assets.inshorts.com/website_assets/images/contact_icon.png"/></div>
<div class="terms-text">
<a class="tnc" style="color: #fff;" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'LinkToTermsAndConditionsAndPP', 'action': 'clicked', 'label': 'RedirectedToTermsAndConditions' });" target="_blank" href="/tnc"><span>Terms & conditions</span><br/>
<span>Privacy Policies</span>
</a>
</div>
</div>
</div>
</div>
<div id="contactUsModal" class="modal_contact row">
<!-- Modal content -->
<div class="modal-content col l4 m4 s8 offset-s2 offset-l4 offset-m4">
<span class="close">×</span>
<div class="contact">
<a target="_blank" href="mailto:careers@inshorts.com?subject=Inshorts%20website%20contact%20form">
<button id="myBtn">Contact Hiring Team</button>
</a>
</div>
<div class="contact">
<a target="_blank" href="mailto:Admin@inshorts.com?subject=Inshorts%20website%20contact%20form">
<button id="myBtn">Contact Admin Team</button>
</a>
</div>
<div class="contact">
<a target="_blank" href="mailto:Marketing@inshorts.com?subject=Inshorts%20website%20contact%20form">
<button id="myBtn">Contact Marketing Team</button>
</a>
</div>
<div class="contact">
<a target="_blank" href="mailto:Editorial@inshorts.com?subject=Inshorts%20website%20contact%20form">
<button id="myBtn">Contact Editorial Team</button>
</a>
</div>
<div class="contact">
<a target="_blank" href="mailto:Sales@inshorts.com?subject=Inshorts%20website%20contact%20form">
<button id="myBtn">Contact Sales Team</button>
</a>
</div>
<div class="contact">
<a target="_blank" href="mailto:Contact@inshorts.com?subject=Inshorts%20website%20contact%20form">
<button id="myBtn">Contact For Any Other Query</button>
</a>
</div>
</div>
</div>
</footer>
<script>
var modal = document.getElementById('contactUsModal');
// Get the button that opens the modal
var btn = document.getElementById("contactUsBtn");
// Get the <span> element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks on the button, open the modal
btn.onclick = function() {
modal.style.display = "block";
}
// When the user clicks on <span> (x), close the modal
span.onclick = function() {
modal.style.display = "none";
}
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}
</script>
<!-- Eliminate render-blocking JavaScript and CSS in above-the-fold content -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.0/js/materialize.min.js"></script>
<script type="text/javascript" src="/dist/scripts/index.js"></script>
<script type="text/javascript" src="/dist/scripts/read.js"></script>
<script src="/dist/scripts/jquery.scrolldepth.min.js"></script>
<script type="text/javascript">
var min_news_id = "rvblslao-1";
function loadMoreNews(){
$("#load-more-btn").hide();
$("#load-more-gif").show();
$.post("/en/ajax/more_news",{'category':'technology','news_offset':min_news_id},function(data){
data = JSON.parse(data);
min_news_id = data.min_news_id||min_news_id;
$(".card-stack").append(data.html);
})
.fail(function(){alert("Error : unable to load more news");})
.always(function(){$("#load-more-btn").show();$("#load-more-gif").hide();});
}
jQuery.scrollDepth();
</script>
<!-- Eliminate render-blocking JavaScript and CSS in above-the-fold content -->
</body>
</html>
# Import BeautifulSoup from bs4
from bs4 import BeautifulSoup
# Create a BeautifulSoup object from the HTML
soup = BeautifulSoup(html, "html5lib")
type(soup)
bs4.BeautifulSoup
def remove_tags(html):
# parse html content
soup = BeautifulSoup(html, "html.parser")
for data in soup(['style', 'script']):
# Remove tags
data.decompose()
# return data by retrieving the tag content
return ' '.join(soup.stripped_strings)
# Print the extracted data
print(remove_tags(html))
content=remove_tags(html)
Technology News: Moblie News, Computer News in English with Inshorts toggle menu Menu English हिन्दी Categories All News India Business Sports World Politics Technology Startup Entertainment Miscellaneous Hatke Science Automobile For the best experience use inshorts app on your smartphone UK judge orders extradition of Assange to US; will face 175-year sentence short by Ankush Verma / 04:08 pm on 20 Apr 2022,Wednesday A UK judge has ordered the extradition of WikiLeaks founder Julian Assange to the US where he will face a 175-year sentence. Assange is wanted in the US on 18 criminal charges after WikiLeaks published thousands of classified files and diplomatic cables in 2010. The decision will now move to UK Home Secretary Priti Patel. short by Ankush Verma / 04:08 pm on 20 Apr read more at Twitter Netflix shares crash over 35% in their biggest fall in more than 10 years short by Pragya Swastik / 08:52 pm on 20 Apr 2022,Wednesday Netflix shares crashed over 35% on Wednesday in their biggest drop since October 2011. The stock crashed after Netflix reported losing 2,00,000 customers in Q1 2022, marking the first time in more than 10 years that the company lost subscribers. At the time of writing, Netflix shares were trading at $224.68, shedding over a third of their value. short by Pragya Swastik / 08:52 pm on 20 Apr read more at Moneycontrol 'Non-compete' clause in offer letter won't limit career growth: Infosys after backlash short by Pragya Swastik / 10:07 pm on 20 Apr 2022,Wednesday Infosys, facing backlash for its 'non-compete' clause in offer letters to the employees, on Wednesday said that it won't limit the employees' career growth. The agreement reportedly says that an employee shall not accept an employment offer from "named competitors" for six months after they quit Infosys. The company reportedly named TCS, Wipro, and other major IT firms as competitors. short by Pragya Swastik / 10:07 pm on 20 Apr read more at Moneycontrol $54 billion wiped off Netflix's market value in its biggest drop since 2004 short by Pragya Swastik / 02:42 pm on 21 Apr 2022,Thursday Netflix shares crashed 35% on Wednesday, wiping off $54 billion from the company's market value in its biggest drop since 2004. It made Netflix the worst-performing stock of the year on both S&P 500 and Nasdaq 100 indexes. Netflix shares crashed after it reported losing 2,00,000 subscribers in Q1 2022, marking the first drop in subscribers in over 10 years. short by Pragya Swastik / 02:42 pm on 21 Apr read more at BloombergQuint Consider working at Boring Company: Musk as his company raises $675 mn short by Pragya Swastik / 02:48 pm on 21 Apr 2022,Thursday World's richest person Elon Musk tweeted, "Please consider working at The Boring Company! Our goal is to solve traffic, which plagues every major city on Earth." Musk tweeted this after his company, which builds tunnels for vehicles to avoid traffic, raised $675 million in funding at a $5.675 billion valuation. "Purpose is to recruit amazing people," The Boring Company tweeted. short by Pragya Swastik / 02:48 pm on 21 Apr read more at Twitter I don't take my phones to meetings to avoid being spied on: EU tech chief short by Pragya Swastik / 04:50 pm on 21 Apr 2022,Thursday The EU's technology chief Margrethe Vestager advised not to take phones to important meetings to avoid digital espionage. "I'd leave my phones and my iPad outside of the room before entering," she said. "Most of my feed is so boring that even if you had access to it, you'd think oh my God, this woman...she has no life," she added. short by Pragya Swastik / 04:50 pm on 21 Apr read more at BloombergQuint Musk confirms Tesla is working on robotaxi with no steering wheel or pedals short by Pragya Swastik / 03:52 pm on 21 Apr 2022,Thursday Tesla CEO Elon Musk, while presenting the company's Q1 2022 financial results, confirmed that Tesla is working on a robotaxi. "We're working on a new vehicle...which is a dedicated robotaxi that's highly optimised for autonomy, meaning it would not have [a] steering wheel or pedals," said Musk. "We aspire to reach volume production of that in 2024," added Musk. short by Pragya Swastik / 03:52 pm on 21 Apr read more at Business Insider India Musk leaves a blank space in his latest tweet, users link it to buying Twitter short by Pragya Swastik / 05:41 pm on 20 Apr 2022,Wednesday Elon Musk tweeted, "_______ is the Night," which Twitter users and reports linked to his plan of buying Twitter. It fuelled speculations that he'd launch a tender offer for Twitter shares if the board resists his proposal to acquire Twitter. "The missing word may be 'Tender' as per the F. Scott Fitzgerald's novel, or it could be 'Tonight'," Bloomberg reported. short by Pragya Swastik / 05:41 pm on 20 Apr read more at BloombergQuint Ackman sells $1.1 bn Netflix stock at $400 mn loss after shares fall 35% short by Aishwarya Awasthi / 09:18 am on 21 Apr 2022,Thursday Billionaire Bill Ackman has sold his entire stock worth $1.1 billion in Netflix at over $400 million loss three months after acquiring the position. Netflix shares crashed over 35% on Wednesday in their biggest drop since October 2011. "We have lost confidence in our ability to predict the company's future prospects with a sufficient degree of certainty," Ackman said. short by Aishwarya Awasthi / 09:18 am on 21 Apr read more at Reuters Blackstone, Vista rule out financing Musk's $43 bn Twitter bid: Report short by Aishwarya Awasthi / 04:32 pm on 20 Apr 2022,Wednesday Private equity firms Blackstone and Vista Equity Partners have ruled out financing Tesla CEO Elon Musk's $43 billion bid to buy Twitter, Bloomberg reported. Brookfield Asset Management has also decided not to finance the bid. Blackstone and Vista have decided not to finance any potential bid for Twitter, even if it's from another party besides Musk, at the moment. short by Aishwarya Awasthi / 04:32 pm on 20 Apr read more at BloombergQuint Elon Musk's Boring Company raises $675 mn at $6 bn valuation short by Aishwarya Awasthi / 09:34 am on 21 Apr 2022,Thursday World's richest person Elon Musk-led The Boring Company has raised $675 million in a funding round led by Vy Capital and Sequoia Capital. The round has valued the startup at nearly $6 billion. The funding also saw participation from Valor Equity Partners, Founders Fund, 8VC, Craft Ventures, and DFJ Growth. The startup had last raised $120 million three years ago. short by Aishwarya Awasthi / 09:34 am on 21 Apr read more at BloombergQuint WhatsApp planning paid multi-device support for businesses: Report short by Ananya Goyal / 05:31 pm on 21 Apr 2022,Thursday WhatsApp is working on a paid subscription plan for WhatsApp Business, which will allow users to connect up to 10 devices to a single WhatsApp account, WaBetaInfo reported. This will allow multiple employees to access the same account on their phones. Currently, users can connect four additional devices for free, both on WhatsApp and WhatsApp Business. short by Ananya Goyal / 05:31 pm on 21 Apr read more at Business Insider US judge rejects 'gag order' for Musk in 2018 Tesla tweets case short by Aishwarya Awasthi / 01:25 pm on 21 Apr 2022,Thursday A US judge has ruled Tesla CEO Elon Musk will not be subjected to a "gag order" in a lawsuit against his 2018 tweets on taking Tesla private. He said no proof was found that letting Musk talk posed a danger to a trial. Shareholders had asked for the order after Musk recently discussed the case at a TED conference. short by Aishwarya Awasthi / 01:25 pm on 21 Apr read more at Reuters Largest crypto exchange Binance limits services in Russia short by Aishwarya Awasthi / 02:36 pm on 21 Apr 2022,Thursday World's largest crypto exchange Binance is limiting services for Russian nationals or entities that have crypto assets exceeding €10,000, following the EU's latest sanctions against Russia. Russian nationals or legal entities in Russia who have crypto account balances that exceed €10,000 will be given 90 days to close their positions. Affected accounts will be put into a withdrawal-only mode. short by Aishwarya Awasthi / 02:36 pm on 21 Apr read more at Reuters Tesla reports $3.32 bn profit in Q1, 658% rise year-on-year short by Aishwarya Awasthi / 04:28 pm on 21 Apr 2022,Thursday Tesla has reported a $3.32 billion profit in the first quarter of 2022, a 658% increase from the $438 million reported in the same period last year. Its revenue for the quarter stood at $18.76 billion, beating estimates of $17.85 billion. Tesla's revenue saw an 81% increase year-over-year, compared to $10.4 billion in revenue in Q1 2021. short by Aishwarya Awasthi / 04:28 pm on 21 Apr read more at AP NEWS 4 US Amazon drivers sue firm over being stuck in warehouse amid tornado short by Aishwarya Awasthi / 10:44 am on 21 Apr 2022,Thursday Four US Amazon drivers have sued the firm after they sustained injuries while they were stuck in a warehouse amid a tornado in December. Amazon allegedly threatened to fire employees who tried to leave the facility and seek shelter at home. A separate lawsuit was filed on behalf of the mother of deceased worker DeAndre Morrow. short by Aishwarya Awasthi / 10:44 am on 21 Apr read more at Business Insider India Adani JV among 14 firms chosen under ₹120 crore-drone PLI scheme short by Ananya Goyal / 05:41 pm on 21 Apr 2022,Thursday Fourteen drone companies, including Adani's joint venture company with Israel's Elbit, and ideaForge Technology, have been selected as beneficiaries of a production-linked incentive (PLI) scheme, the Aviation Ministry stated. The PLI, worth ₹120 crore, is aimed at boosting drone manufacturing in India. The firms will be given 20% of the "value addition" made by them in the next three years. short by Ananya Goyal / 05:41 pm on 21 Apr read more at Business Insider EU panel backs proposal for common worldwide phone charger port short by Ananya Goyal / 02:08 pm on 21 Apr 2022,Thursday A European Parliament committee on Wednesday backed a proposal suggesting the adoption of a common charging port for a range of mobile gadgetry including phones, tablets, low-powered laptops and headphones. Chargers for portable devices shipped to Europe generate 11,000 to 13,000 tonnes of e-waste every year, a Parliamentarian said. An assembly vote over the proposal will take place next month. short by Ananya Goyal / 02:08 pm on 21 Apr read more at Reuters Ethereum network has many single points of failure: Twitter's Dorsey short by Aishwarya Awasthi / 04:18 pm on 20 Apr 2022,Wednesday Twitter Co-founder Jack Dorsey in his response to a tweet stated that the Ethereum network "has many single points of failure" and the projects built on it are "not interesting" to him. This comes after Ethereum Co-founder, Vitalik Buterin, commented on Elon Musk's Twitter bid saying he opposes wealthy people or organisations' "hostile" take over of social media firms. short by Aishwarya Awasthi / 04:18 pm on 20 Apr Not sure how it got through review: Binance on its swastika-like emoji short by Aishwarya Awasthi / 11:43 am on 21 Apr 2022,Thursday Cryptocurrency exchange Binance took to Twitter to react to the issue surrounding an emoji it unveiled earlier, saying, "Well that was...really embarrassing. We're not sure how that emoji got through...layers of review without anyone noticing." Several users had pointed out the emoji's resemblance to swastika symbol used by Nazis. "We immediately flagged the issue, pulled it down," Binance added. short by Aishwarya Awasthi / 11:43 am on 21 Apr read more at Twitter Apple store workers in Atlanta file for firm's 1st US union election short by Aishwarya Awasthi / 12:17 pm on 21 Apr 2022,Thursday Workers at an Apple store in Atlanta have filed for a union election with the NLRB. If a majority of the workers vote to unionise, the store would be the first unionised US Apple store. "We want to make sure...every Apple worker is able to afford quality housing and basic living expenses," an Apple worker said. short by Aishwarya Awasthi / 12:17 pm on 21 Apr read more at Reuters Jio loses mobile subscribers for 3rd straight month; Airtel gains short by Ananya Goyal / 04:35 pm on 20 Apr 2022,Wednesday Reliance Jio lost 36.6 lakh mobile subscribers in February, the first time that it has lost subscribers for the third consecutive month, data by the Telecom Regulatory Authority of India (TRAI) showed. Meanwhile, Bharti Airtel, the only telco to gain subscribers in February, added 15.91 lakh new customers. Vodafone Idea lost 15.32 lakh users while BSNL lost 1.11 lakh customers. short by Ananya Goyal / 04:35 pm on 20 Apr read more at BloombergQuint LinkedIn most imitated brand for phishing in Q1 2022: Check Point short by Ananya Goyal / 05:14 pm on 20 Apr 2022,Wednesday As per a report by Check Point Research (CPR), LinkedIn, for the first time ever, has become the most often imitated brand by cyber criminals for phishing. CPR stated that LinkedIn accounted for 52% of all phishing attempts during Q1 2022. It was followed by DHL (14%), Google (7%), Microsoft (6%), FedEx (6%), WhatsApp (4%) and Amazon (2%). short by Ananya Goyal / 05:14 pm on 20 Apr YouTube blocks HK's sole leadership candidate under US sanctions short by Aishwarya Awasthi / 04:46 pm on 20 Apr 2022,Wednesday YouTube has blocked the account of Hong Kong's sole leadership candidate John Lee as part of US sanctions. "With regards to some [social] media [platforms] which I will have no access to, I feel disappointed but this will not affect my election effort," Lee said. Meta said it had taken steps to prevent the use of payments services by Lee. short by Aishwarya Awasthi / 04:46 pm on 20 Apr read more at Reuters Load More For the best experience use inshorts app on your smartphone Inshorts Pte. Ltd. © COPYRIGHT 2022 Terms & conditions Privacy Policies × Contact Hiring Team Contact Admin Team Contact Marketing Team Contact Editorial Team Contact Sales Team Contact For Any Other Query
# Get soup title
soup.title
<title>Technology News: Moblie News, Computer News in English with Inshorts</title>
# Get soup title as string
soup.title.string
'Technology News: Moblie News, Computer News in English with Inshorts'
# Get hyperlinks from soup and check out first several
soup.findAll('a')[:20]
[<a href="/"><img class="logo" src="https://assets.inshorts.com/website_assets/images/logo_inshorts.png"/></a>,
<a href="/en/read/technology"><div class="lang-en selected">English</div></a>,
<a href="/hi/read/technology"><div class="lang-hi ">हिन्दी</div></a>,
<a href="/en/read" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'LinkToAllNews', 'action': 'clicked', 'label': 'RedirectedToAllNews' });"> <li class="active-category ">All News</li> </a>,
<a href="/en/read/national" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'LinkToIndiaNews', 'action': 'clicked', 'label': 'RedirectedToIndiaNews' });"> <li class="active-category ">India</li> </a>,
<a href="/en/read/business" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'LinkToBusinessNews', 'action': 'clicked', 'label': 'RedirectedToBusinessNews' });"> <li class="active-category ">Business</li> </a>,
<a href="/en/read/sports" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'LinkTosportsNews', 'action': 'clicked', 'label': 'RedirectedToSportsNews' });"> <li class="active-category ">Sports</li> </a>,
<a href="/en/read/world" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'LinkToworldNews', 'action': 'clicked', 'label': 'RedirectedToworldNews' });"> <li class="active-category ">World</li> </a>,
<a href="/en/read/politics" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'LinkToworldNews', 'action': 'clicked', 'label': 'RedirectedToworldNews' });"> <li class="active-category ">Politics</li> </a>,
<a href="/en/read/technology" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'LinkTotechnologyNews', 'action': 'clicked', 'label': 'RedirectedTotechnologyNews' });"> <li class="active-category selected">Technology</li> </a>,
<a href="/en/read/startup" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'LinkTostartupNews', 'action': 'clicked', 'label': 'RedirectedTostartupNews' });"> <li class="active-category ">Startup</li> </a>,
<a href="/en/read/entertainment" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'LinkToEntertainmentNews', 'action': 'clicked', 'label': 'RedirectedToEntertainmentNews' });"> <li class="active-category ">Entertainment</li> </a>,
<a href="/en/read/miscellaneous" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'LinkToMiscellaneousNews', 'action': 'clicked', 'label': 'RedirectedToMiscellaneousNews' });"> <li class="active-category ">Miscellaneous</li> </a>,
<a href="/en/read/hatke" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'LinkTohatkeNews', 'action': 'clicked', 'label': 'RedirectedTohatkeNews' });"> <li class="active-category ">Hatke</li> </a>,
<a href="/en/read/science" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'LinkToscienceNews', 'action': 'clicked', 'label': 'RedirectedToscienceNews' });"> <li class="active-category ">Science</li> </a>,
<a href="/en/read/automobile" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'LinkToautomobileNews', 'action': 'clicked', 'label': 'RedirectedToautomobileNews' });"> <li class="active-category ">Automobile</li> </a>,
<a href="https://inshorts.com/mobile" style="color:white;appearance: none;font-weight: 500;" target="_blank">inshorts</a>,
<a class="clickable" href="/en/news/uk-judge-orders-extradition-of-assange-to-us-will-face-175year-sentence-1650451138453" onclick="track_GA_Mixpanel({'hitType': 'event', 'category': 'TitleOfNews', 'action': 'clicked', 'label': 'UK%20judge%20orders%20extradition%20of%20Assange%20to%20US%3B%20will%20face%20175-year%20sentence)' });" style="color:#44444d!important">
<span itemprop="headline">UK judge orders extradition of Assange to US; will face 175-year sentence</span>
</a>,
<a href="/prev/en/news/uk-judge-orders-extradition-of-assange-to-us-will-face-175year-sentence-1650451138453"><span class="short">short</span></a>,
<a href="/prev/en/news/uk-judge-orders-extradition-of-assange-to-us-will-face-175year-sentence-1650451138453"><span class="short">short</span></a>]
# Get the text out of the soup and print it
text = soup.get_text()
print(text)
/* The Modal (background) */
.modal_contact {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 8; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%;
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
.modal-content {
background-color: #fefefe;
margin: 15% auto;
padding: 20px !important;
padding-top: 0 !important;
/* border: 1px solid #888; */
text-align: center;
position: relative;
border-radius: 6px;
}
/* The Close Button */
.close {
left: 90%;
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
/* position: absolute; */
/* bottom: 86%; */
/* display: inline-block; */
/* padding-left: 5%; */
}
.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
#myBtn {
background: #999999;
color: #ffffff;
text-transform: uppercase;
font-weight: bold;
box-shadow: none;
border-radius: 4px;
border: none;
font-size: .8rem;
/* width: 8rem; */
height: 2rem;
line-height: 2rem;
}
.contact {
margin-bottom: 4%;
clear: both;
}
Technology News: Moblie News, Computer News in English with Inshorts
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
let top_banner_slot;
googletag.cmd.push(function() {
//Top banner for desktop
top_banner_slot = googletag.defineSlot('/142919096/inshorts_website_728x90', [728, 90], 'div-gpt-ad-1536585015617-0')
.addService(googletag.pubads())
.setCollapseEmptyDiv(true,true);
googletag.pubads().disableInitialLoad();
googletag.pubads().enableSingleRequest();
googletag.enableServices();
});
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '822966517773327');
fbq('track', 'PageView');
(function(f,b){if(!b.__SV){var e,g,i,h;window.mixpanel=b;b._i=[];b.init=function(e,f,c){function g(a,d){var b=d.split(".");2==b.length&&(a=a[b[0]],d=b[1]);a[d]=function(){a.push([d].concat(Array.prototype.slice.call(arguments,0)))}}var a=b;"undefined"!==typeof c?a=b[c]=[]:c="mixpanel";a.people=a.people||[];a.toString=function(a){var d="mixpanel";"mixpanel"!==c&&(d+="."+c);a||(d+=" (stub)");return d};a.people.toString=function(){return a.toString(1)+".people (stub)"};i="disable time_event track track_pageview track_links track_forms track_with_groups add_group set_group remove_group register register_once alias unregister identify name_tag set_config reset opt_in_tracking opt_out_tracking has_opted_in_tracking has_opted_out_tracking clear_opt_in_out_tracking start_batch_senders people.set people.set_once people.unset people.increment people.append people.union people.track_charge people.clear_charges people.delete_user people.remove".split(" ");
for(h=0;h<i.length;h++)g(a,i[h]);var j="set set_once union unset remove delete".split(" ");a.get_group=function(){function b(c){d[c]=function(){call2_args=arguments;call2=[c].concat(Array.prototype.slice.call(call2_args,0));a.push([e,call2])}}for(var d={},e=["get_group"].concat(Array.prototype.slice.call(arguments,0)),c=0;c<j.length;c++)b(j[c]);return d};b._i.push([e,f,c])};b.__SV=1.2;e=f.createElement("script");e.type="text/javascript";e.async=!0;e.src="undefined"!==typeof MIXPANEL_CUSTOM_LIB_URL?
MIXPANEL_CUSTOM_LIB_URL:"file:"===f.location.protocol&&"//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js".match(/^\/\//)?"https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js":"//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js";g=f.getElementsByTagName("script")[0];g.parentNode.insertBefore(e,g)}})(document,window.mixpanel||[]);
mixpanel.init("a99a1037068944b00a0cc8ee56c94e8c")
mixpanel.track("pageview")
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55157535-6', 'auto');
ga('send', 'pageview');
function track_GA_Mixpanel({hitType, category, action, label, value = 1}){
if (window && window.ga) {
ga('send', {
hitType: 'event',
eventCategory: category,
eventAction: action,
eventLabel: label,
eventValue: value
});
}
// mix panel analytics
if(window && window.mixpanel){
mixpanel.track("event", {category, action, label, value});
}
}
var _comscore = _comscore || [];
_comscore.push({ c1: "2", c2: "28268321" });
(function() {
var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true;
s.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js";
el.parentNode.insertBefore(s, el);
})();
toggle menuMenu
English
हिन्दी
Categories
All News
India
Business
Sports
World
Politics
Technology
Startup
Entertainment
Miscellaneous
Hatke
Science
Automobile
googletag.cmd.push(function() {
googletag.display('div-gpt-ad-1536585015617-0');
googletag.pubads().refresh([top_banner_slot]);
});
For the best experience use inshorts app on your smartphone
UK judge orders extradition of Assange to US; will face 175-year sentence
short by Ankush Verma /
04:08 pm on 20 Apr 2022,Wednesday
A UK judge has ordered the extradition of WikiLeaks founder Julian Assange to the US where he will face a 175-year sentence. Assange is wanted in the US on 18 criminal charges after WikiLeaks published thousands of classified files and diplomatic cables in 2010. The decision will now move to UK Home Secretary Priti Patel.
short by Ankush Verma /
04:08 pm on 20 Apr
read more at Twitter
Netflix shares crash over 35% in their biggest fall in more than 10 years
short by Pragya Swastik /
08:52 pm on 20 Apr 2022,Wednesday
Netflix shares crashed over 35% on Wednesday in their biggest drop since October 2011. The stock crashed after Netflix reported losing 2,00,000 customers in Q1 2022, marking the first time in more than 10 years that the company lost subscribers. At the time of writing, Netflix shares were trading at $224.68, shedding over a third of their value.
short by Pragya Swastik /
08:52 pm on 20 Apr
read more at Moneycontrol
'Non-compete' clause in offer letter won't limit career growth: Infosys after backlash
short by Pragya Swastik /
10:07 pm on 20 Apr 2022,Wednesday
Infosys, facing backlash for its 'non-compete' clause in offer letters to the employees, on Wednesday said that it won't limit the employees' career growth. The agreement reportedly says that an employee shall not accept an employment offer from "named competitors" for six months after they quit Infosys. The company reportedly named TCS, Wipro, and other major IT firms as competitors.
short by Pragya Swastik /
10:07 pm on 20 Apr
read more at Moneycontrol
$54 billion wiped off Netflix's market value in its biggest drop since 2004
short by Pragya Swastik /
02:42 pm on 21 Apr 2022,Thursday
Netflix shares crashed 35% on Wednesday, wiping off $54 billion from the company's market value in its biggest drop since 2004. It made Netflix the worst-performing stock of the year on both S&P 500 and Nasdaq 100 indexes. Netflix shares crashed after it reported losing 2,00,000 subscribers in Q1 2022, marking the first drop in subscribers in over 10 years.
short by Pragya Swastik /
02:42 pm on 21 Apr
read more at BloombergQuint
googletag.cmd.push(function() {
//News banner for desktop
var slotIdWeb = 'div-gpt-ad-1536748319959-92smi5eo-1';
var slot = googletag.defineSlot('/142919096/inshorts_website_900x250', [900, 250], slotIdWeb)
.addService(googletag.pubads())
.setCollapseEmptyDiv(true,true);
googletag.display('div-gpt-ad-1536748319959-92smi5eo-1');
googletag.pubads().refresh([slot]);
});
Consider working at Boring Company: Musk as his company raises $675 mn
short by Pragya Swastik /
02:48 pm on 21 Apr 2022,Thursday
World's richest person Elon Musk tweeted, "Please consider working at The Boring Company! Our goal is to solve traffic, which plagues every major city on Earth." Musk tweeted this after his company, which builds tunnels for vehicles to avoid traffic, raised $675 million in funding at a $5.675 billion valuation. "Purpose is to recruit amazing people," The Boring Company tweeted.
short by Pragya Swastik /
02:48 pm on 21 Apr
read more at Twitter
I don't take my phones to meetings to avoid being spied on: EU tech chief
short by Pragya Swastik /
04:50 pm on 21 Apr 2022,Thursday
The EU's technology chief Margrethe Vestager advised not to take phones to important meetings to avoid digital espionage. "I'd leave my phones and my iPad outside of the room before entering," she said. "Most of my feed is so boring that even if you had access to it, you'd think oh my God, this woman...she has no life," she added.
short by Pragya Swastik /
04:50 pm on 21 Apr
read more at BloombergQuint
Musk confirms Tesla is working on robotaxi with no steering wheel or pedals
short by Pragya Swastik /
03:52 pm on 21 Apr 2022,Thursday
Tesla CEO Elon Musk, while presenting the company's Q1 2022 financial results, confirmed that Tesla is working on a robotaxi. "We're working on a new vehicle...which is a dedicated robotaxi that's highly optimised for autonomy, meaning it would not have [a] steering wheel or pedals," said Musk. "We aspire to reach volume production of that in 2024," added Musk.
short by Pragya Swastik /
03:52 pm on 21 Apr
read more at Business Insider India
Musk leaves a blank space in his latest tweet, users link it to buying Twitter
short by Pragya Swastik /
05:41 pm on 20 Apr 2022,Wednesday
Elon Musk tweeted, "_______ is the Night," which Twitter users and reports linked to his plan of buying Twitter. It fuelled speculations that he'd launch a tender offer for Twitter shares if the board resists his proposal to acquire Twitter. "The missing word may be 'Tender' as per the F. Scott Fitzgerald's novel, or it could be 'Tonight'," Bloomberg reported.
short by Pragya Swastik /
05:41 pm on 20 Apr
read more at BloombergQuint
Ackman sells $1.1 bn Netflix stock at $400 mn loss after shares fall 35%
short by Aishwarya Awasthi /
09:18 am on 21 Apr 2022,Thursday
Billionaire Bill Ackman has sold his entire stock worth $1.1 billion in Netflix at over $400 million loss three months after acquiring the position. Netflix shares crashed over 35% on Wednesday in their biggest drop since October 2011. "We have lost confidence in our ability to predict the company's future prospects with a sufficient degree of certainty," Ackman said.
short by Aishwarya Awasthi /
09:18 am on 21 Apr
read more at Reuters
Blackstone, Vista rule out financing Musk's $43 bn Twitter bid: Report
short by Aishwarya Awasthi /
04:32 pm on 20 Apr 2022,Wednesday
Private equity firms Blackstone and Vista Equity Partners have ruled out financing Tesla CEO Elon Musk's $43 billion bid to buy Twitter, Bloomberg reported. Brookfield Asset Management has also decided not to finance the bid. Blackstone and Vista have decided not to finance any potential bid for Twitter, even if it's from another party besides Musk, at the moment.
short by Aishwarya Awasthi /
04:32 pm on 20 Apr
read more at BloombergQuint
googletag.cmd.push(function() {
//News banner for desktop
var slotIdWeb = 'div-gpt-ad-1536748319959-qfydujp7-1';
var slot = googletag.defineSlot('/142919096/inshorts_website_900x250', [900, 250], slotIdWeb)
.addService(googletag.pubads())
.setCollapseEmptyDiv(true,true);
googletag.display('div-gpt-ad-1536748319959-qfydujp7-1');
googletag.pubads().refresh([slot]);
});
Elon Musk's Boring Company raises $675 mn at $6 bn valuation
short by Aishwarya Awasthi /
09:34 am on 21 Apr 2022,Thursday
World's richest person Elon Musk-led The Boring Company has raised $675 million in a funding round led by Vy Capital and Sequoia Capital. The round has valued the startup at nearly $6 billion. The funding also saw participation from Valor Equity Partners, Founders Fund, 8VC, Craft Ventures, and DFJ Growth. The startup had last raised $120 million three years ago.
short by Aishwarya Awasthi /
09:34 am on 21 Apr
read more at BloombergQuint
WhatsApp planning paid multi-device support for businesses: Report
short by Ananya Goyal /
05:31 pm on 21 Apr 2022,Thursday
WhatsApp is working on a paid subscription plan for WhatsApp Business, which will allow users to connect up to 10 devices to a single WhatsApp account, WaBetaInfo reported. This will allow multiple employees to access the same account on their phones. Currently, users can connect four additional devices for free, both on WhatsApp and WhatsApp Business.
short by Ananya Goyal /
05:31 pm on 21 Apr
read more at Business Insider
US judge rejects 'gag order' for Musk in 2018 Tesla tweets case
short by Aishwarya Awasthi /
01:25 pm on 21 Apr 2022,Thursday
A US judge has ruled Tesla CEO Elon Musk will not be subjected to a "gag order" in a lawsuit against his 2018 tweets on taking Tesla private. He said no proof was found that letting Musk talk posed a danger to a trial. Shareholders had asked for the order after Musk recently discussed the case at a TED conference.
short by Aishwarya Awasthi /
01:25 pm on 21 Apr
read more at Reuters
Largest crypto exchange Binance limits services in Russia
short by Aishwarya Awasthi /
02:36 pm on 21 Apr 2022,Thursday
World's largest crypto exchange Binance is limiting services for Russian nationals or entities that have crypto assets exceeding €10,000, following the EU's latest sanctions against Russia. Russian nationals or legal entities in Russia who have crypto account balances that exceed €10,000 will be given 90 days to close their positions. Affected accounts will be put into a withdrawal-only mode.
short by Aishwarya Awasthi /
02:36 pm on 21 Apr
read more at Reuters
Tesla reports $3.32 bn profit in Q1, 658% rise year-on-year
short by Aishwarya Awasthi /
04:28 pm on 21 Apr 2022,Thursday
Tesla has reported a $3.32 billion profit in the first quarter of 2022, a 658% increase from the $438 million reported in the same period last year. Its revenue for the quarter stood at $18.76 billion, beating estimates of $17.85 billion. Tesla's revenue saw an 81% increase year-over-year, compared to $10.4 billion in revenue in Q1 2021.
short by Aishwarya Awasthi /
04:28 pm on 21 Apr
read more at AP NEWS
4 US Amazon drivers sue firm over being stuck in warehouse amid tornado
short by Aishwarya Awasthi /
10:44 am on 21 Apr 2022,Thursday
Four US Amazon drivers have sued the firm after they sustained injuries while they were stuck in a warehouse amid a tornado in December. Amazon allegedly threatened to fire employees who tried to leave the facility and seek shelter at home. A separate lawsuit was filed on behalf of the mother of deceased worker DeAndre Morrow.
short by Aishwarya Awasthi /
10:44 am on 21 Apr
read more at Business Insider India
googletag.cmd.push(function() {
//News banner for desktop
var slotIdWeb = 'div-gpt-ad-1536748319959-jqupmla3-1';
var slot = googletag.defineSlot('/142919096/inshorts_website_900x250', [900, 250], slotIdWeb)
.addService(googletag.pubads())
.setCollapseEmptyDiv(true,true);
googletag.display('div-gpt-ad-1536748319959-jqupmla3-1');
googletag.pubads().refresh([slot]);
});
Adani JV among 14 firms chosen under ₹120 crore-drone PLI scheme
short by Ananya Goyal /
05:41 pm on 21 Apr 2022,Thursday
Fourteen drone companies, including Adani's joint venture company with Israel's Elbit, and ideaForge Technology, have been selected as beneficiaries of a production-linked incentive (PLI) scheme, the Aviation Ministry stated. The PLI, worth ₹120 crore, is aimed at boosting drone manufacturing in India. The firms will be given 20% of the "value addition" made by them in the next three years.
short by Ananya Goyal /
05:41 pm on 21 Apr
read more at Business Insider
EU panel backs proposal for common worldwide phone charger port
short by Ananya Goyal /
02:08 pm on 21 Apr 2022,Thursday
A European Parliament committee on Wednesday backed a proposal suggesting the adoption of a common charging port for a range of mobile gadgetry including phones, tablets, low-powered laptops and headphones. Chargers for portable devices shipped to Europe generate 11,000 to 13,000 tonnes of e-waste every year, a Parliamentarian said. An assembly vote over the proposal will take place next month.
short by Ananya Goyal /
02:08 pm on 21 Apr
read more at Reuters
Ethereum network has many single points of failure: Twitter's Dorsey
short by Aishwarya Awasthi /
04:18 pm on 20 Apr 2022,Wednesday
Twitter Co-founder Jack Dorsey in his response to a tweet stated that the Ethereum network "has many single points of failure" and the projects built on it are "not interesting" to him. This comes after Ethereum Co-founder, Vitalik Buterin, commented on Elon Musk's Twitter bid saying he opposes wealthy people or organisations' "hostile" take over of social media firms.
short by Aishwarya Awasthi /
04:18 pm on 20 Apr
Not sure how it got through review: Binance on its swastika-like emoji
short by Aishwarya Awasthi /
11:43 am on 21 Apr 2022,Thursday
Cryptocurrency exchange Binance took to Twitter to react to the issue surrounding an emoji it unveiled earlier, saying, "Well that was...really embarrassing. We're not sure how that emoji got through...layers of review without anyone noticing." Several users had pointed out the emoji's resemblance to swastika symbol used by Nazis. "We immediately flagged the issue, pulled it down," Binance added.
short by Aishwarya Awasthi /
11:43 am on 21 Apr
read more at Twitter
Apple store workers in Atlanta file for firm's 1st US union election
short by Aishwarya Awasthi /
12:17 pm on 21 Apr 2022,Thursday
Workers at an Apple store in Atlanta have filed for a union election with the NLRB. If a majority of the workers vote to unionise, the store would be the first unionised US Apple store. "We want to make sure...every Apple worker is able to afford quality housing and basic living expenses," an Apple worker said.
short by Aishwarya Awasthi /
12:17 pm on 21 Apr
read more at Reuters
Jio loses mobile subscribers for 3rd straight month; Airtel gains
short by Ananya Goyal /
04:35 pm on 20 Apr 2022,Wednesday
Reliance Jio lost 36.6 lakh mobile subscribers in February, the first time that it has lost subscribers for the third consecutive month, data by the Telecom Regulatory Authority of India (TRAI) showed. Meanwhile, Bharti Airtel, the only telco to gain subscribers in February, added 15.91 lakh new customers. Vodafone Idea lost 15.32 lakh users while BSNL lost 1.11 lakh customers.
short by Ananya Goyal /
04:35 pm on 20 Apr
read more at BloombergQuint
googletag.cmd.push(function() {
//News banner for desktop
var slotIdWeb = 'div-gpt-ad-1536748319959-ezpok6cg-1';
var slot = googletag.defineSlot('/142919096/inshorts_website_900x250', [900, 250], slotIdWeb)
.addService(googletag.pubads())
.setCollapseEmptyDiv(true,true);
googletag.display('div-gpt-ad-1536748319959-ezpok6cg-1');
googletag.pubads().refresh([slot]);
});
LinkedIn most imitated brand for phishing in Q1 2022: Check Point
short by Ananya Goyal /
05:14 pm on 20 Apr 2022,Wednesday
As per a report by Check Point Research (CPR), LinkedIn, for the first time ever, has become the most often imitated brand by cyber criminals for phishing. CPR stated that LinkedIn accounted for 52% of all phishing attempts during Q1 2022. It was followed by DHL (14%), Google (7%), Microsoft (6%), FedEx (6%), WhatsApp (4%) and Amazon (2%).
short by Ananya Goyal /
05:14 pm on 20 Apr
YouTube blocks HK's sole leadership candidate under US sanctions
short by Aishwarya Awasthi /
04:46 pm on 20 Apr 2022,Wednesday
YouTube has blocked the account of Hong Kong's sole leadership candidate John Lee as part of US sanctions. "With regards to some [social] media [platforms] which I will have no access to, I feel disappointed but this will not affect my election effort," Lee said. Meta said it had taken steps to prevent the use of payments services by Lee.
short by Aishwarya Awasthi /
04:46 pm on 20 Apr
read more at Reuters
Load More
For the best experience use inshorts app on your smartphone
Inshorts Pte. Ltd.
©COPYRIGHT 2022
Terms & conditions
Privacy Policies
×
Contact Hiring Team
Contact Admin Team
Contact Marketing Team
Contact Editorial Team
Contact Sales Team
Contact For Any Other Query
var modal = document.getElementById('contactUsModal');
// Get the button that opens the modal
var btn = document.getElementById("contactUsBtn");
// Get the <span> element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks on the button, open the modal
btn.onclick = function() {
modal.style.display = "block";
}
// When the user clicks on <span> (x), close the modal
span.onclick = function() {
modal.style.display = "none";
}
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}
var min_news_id = "rvblslao-1";
function loadMoreNews(){
$("#load-more-btn").hide();
$("#load-more-gif").show();
$.post("/en/ajax/more_news",{'category':'technology','news_offset':min_news_id},function(data){
data = JSON.parse(data);
min_news_id = data.min_news_id||min_news_id;
$(".card-stack").append(data.html);
})
.fail(function(){alert("Error : unable to load more news");})
.always(function(){$("#load-more-btn").show();$("#load-more-gif").hide();});
}
jQuery.scrollDepth();
# Import regex package
import re
# Find all words in the URL and print several
tokens = re.findall('\w+',content)
tokens[:20]
['Technology', 'News', 'Moblie', 'News', 'Computer', 'News', 'in', 'English', 'with', 'Inshorts', 'toggle', 'menu', 'Menu', 'English', 'ह', 'न', 'द', 'Categories', 'All', 'News']
# Import RegexpTokenizer from nltk.tokenize
from nltk.tokenize import RegexpTokenizer
# Create tokenizer
tokenizer = RegexpTokenizer('\w+')
# Create tokens
tokens = tokenizer.tokenize(content)
tokens[:20]
['Technology', 'News', 'Moblie', 'News', 'Computer', 'News', 'in', 'English', 'with', 'Inshorts', 'toggle', 'menu', 'Menu', 'English', 'ह', 'न', 'द', 'Categories', 'All', 'News']
# Initialize new list
words = []
# Loop through list tokens and make lower case
for word in tokens:
words.append(word.lower())
# Print several items from list as sanity check
words[:8]
['technology', 'news', 'moblie', 'news', 'computer', 'news', 'in', 'english']
# Import nltk
import nltk
nltk.download('stopwords')
# Get English stopwords and print some of them
sw = nltk.corpus.stopwords.words('english')
sw[:20]
[nltk_data] Downloading package stopwords to /root/nltk_data... [nltk_data] Unzipping corpora/stopwords.zip.
['i', 'me', 'my', 'myself', 'we', 'our', 'ours', 'ourselves', 'you', "you're", "you've", "you'll", "you'd", 'your', 'yours', 'yourself', 'yourselves', 'he', 'him', 'his']
# Initialize new list
words_ns = []
# Add to words_ns all words that are in words but not in sw
for word in words:
if word not in sw:
words_ns.append(word)
# Print several list items as sanity check
words_ns[:100]
['technology', 'news', 'moblie', 'news', 'computer', 'news', 'english', 'inshorts', 'toggle', 'menu', 'menu', 'english', 'ह', 'न', 'द', 'categories', 'news', 'india', 'business', 'sports', 'world', 'politics', 'technology', 'startup', 'entertainment', 'miscellaneous', 'hatke', 'science', 'automobile', 'best', 'experience', 'use', 'inshorts', 'app', 'smartphone', 'uk', 'judge', 'orders', 'extradition', 'assange', 'us', 'face', '175', 'year', 'sentence', 'short', 'ankush', 'verma', '04', '08', 'pm', '20', 'apr', '2022', 'wednesday', 'uk', 'judge', 'ordered', 'extradition', 'wikileaks', 'founder', 'julian', 'assange', 'us', 'face', '175', 'year', 'sentence', 'assange', 'wanted', 'us', '18', 'criminal', 'charges', 'wikileaks', 'published', 'thousands', 'classified', 'files', 'diplomatic', 'cables', '2010', 'decision', 'move', 'uk', 'home', 'secretary', 'priti', 'patel', 'short', 'ankush', 'verma', '04', '08', 'pm', '20', 'apr', 'read', 'twitter', 'netflix']
#Import datavis libraries
import matplotlib.pyplot as plt
import seaborn as sns
# Figures inline and set visualization style
%matplotlib inline
sns.set()
# Create freq dist and plot
freqdist1 = nltk.FreqDist(words_ns)
freqdist1.plot(25)
import pandas as pd
df = pd.DataFrame(words_ns)
df.to_csv('file1.csv')
Link-2: Sports
url = 'https://www.washingtonpost.com/sports/'
# Import `requests`
import requests
# Make the request and check object type
r = requests.get(url)
type(r)
requests.models.Response
requests.models.Response
requests.models.Response
# Extract HTML from Response object and print
html = r.text
print(html)
<!DOCTYPE html><html lang="en"><head><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/><meta charSet="utf-8"/><meta id="viewport" name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes, minimum-scale=0.5, maximum-scale=2.0"/><meta name="description" content="The Washington Post Sports section provides sports news, video, scores, analysis and updates about high school, college, and pro sports teams, including the Capitals, Nationals, Washington Football Team, United and Wizards. Post Sports also offers blogs and discussions about the latest sports news."/><meta name="referrer" content="unsafe-url"/><meta name="keywords" content="Washington Capitals, Washington Nationals, Washington Football Team, Washington Redskins, DC United , Washington Wizards, baseball, football, hockey, soccer, golf, basketball, college football, college basketball, NBA news, MLB news, NFL news, NHL news, MLS news, Nationals, Redskins, Capitals, Wizards, D.C. United, high school sports,college sports,track and field, hoyas, terps, cavaliers, college sports news, dc sports news, dc sports"/><meta name="news_keywords" content="Washington Capitals, Washington Nationals, Washington Football Team, Washington Redskins, DC United , Washington Wizards, baseball, football, hockey, soccer, golf, basketball, college football, college basketball, NBA news, MLB news, NFL news, NHL news, MLS news, Nationals, Redskins, Capitals, Wizards, D.C. United, high school sports,college sports,track and field, hoyas, terps, cavaliers, college sports news, dc sports news, dc sports"/><meta name="twitter:site" value="@WashingtonPost"/><meta name="twitter:card" content="summary_large_image"/><meta property="og:type" content=""/><meta property="og:site_name" content="Washington Post"/><meta name="magnet" content=""/><meta property="fb:app_id" content="41245586762"/><meta property="fb:admins" content="4403963"/><meta property="fb:admins" content="500835072"/><script type="application/ld+json">{"@context":"http://schema.org","@type":"CollectionPage","mainEntityOfPage":{"@type":"WebPage","@id":"/sports/"},"headline":"Sports","description":"The Washington Post Sports section provides sports news, video, scores, analysis and updates about high school, college, and pro sports teams, including the Capitals, Nationals, Washington Football Team, United and Wizards. Post Sports also offers blogs and discussions about the latest sports news.","image":["https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Fimg%252Ewashingtonpost%252Ecom%2Fpb%2Fresources%2Fimg%2Ftwp-social-share%252Epng&w=1484"],"isAccessibleForFree":true,"hasPart":{"@type":"WebPageElement","isAccessibleForFree":true,"cssSelector":".paywall"},"publisher":{"@type":"NewsMediaOrganization","name":"The Washington Post","url":"/sports/","ethicsPolicy":"https://www.washingtonpost.com/policies-and-standards/","masthead":"https://www.washingtonpost.com/policies-and-standards/masthead/","missionCoveragePrioritiesPolicy":"https://www.washingtonpost.com/policies-and-standards/","diversityPolicy":"https://www.washingtonpost.com/policies-and-standards/","correctionsPolicy":"https://www.washingtonpost.com/policies-and-standards/","verificationFactCheckingPolicy":"https://www.washingtonpost.com/policies-and-standards/","unnamedSourcesPolicy":"https://www.washingtonpost.com/policies-and-standards/","actionableFeedbackPolicy":"https://www.washingtonpost.com/policies-and-standards/","foundingDate":"1877-12-06","ownershipFundingInfo":"https://www.washingtonpost.com/policies-and-standards/","diversityStaffingReport":"http://asne.org/newsroom_diversitysurvey","refLocalNationalRequirements":null,"logo":{"@type":"ImageObject","url":"https://www.washingtonpost.com/pb/resources/img/thewashingtonpost-black-400x60.png"}}}</script><meta name="news_keywords" content="The Washington Post Sports section provides sports news, video, scores, analysis and updates about high school, college, and pro sports teams, including the Capitals, Nationals, Washington Football Team, United and Wizards. Post Sports also offers blogs and discussions about the latest sports news."/><meta name="description" content="The Washington Post Sports section provides sports news, video, scores, analysis and updates about high school, college, and pro sports teams, including the Capitals, Nationals, Washington Football Team, United and Wizards. Post Sports also offers blogs and discussions about the latest sports news."/><meta name="external" content="true"/><title>Sports</title><link itemProp="url" rel="canonical" href="/sports/"/><link property="og:url" href="/sports/"/><meta property="og:image" content="https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Fimg%252Ewashingtonpost%252Ecom%2Fpb%2Fresources%2Fimg%2Ftwp-social-share%252Epng&w=1484" itemProp="image"/><meta property="og:title" content="Sports"/><meta property="og:description" content="The Washington Post Sports section provides sports news, video, scores, analysis and updates about high school, college, and pro sports teams, including the Capitals, Nationals, Washington Football Team, United and Wizards. Post Sports also offers blogs and discussions about the latest sports news."/><meta name="robots" content="index,follow"/><meta name="theme" content="normal"/><meta name="audio_url" content=""/><link rel="icon" href="https://www.washingtonpost.com/wp-stat/assets/favicons/favicon.svg" type="image/svg+xml" data-sc-v="6.6.0" data-sc-c="favicon"/><link rel="icon" href="https://www.washingtonpost.com/wp-stat/assets/favicons/touch-icon-iphone.png" type="image/png" data-sc-v="6.6.0" data-sc-c="favicon"/><link rel="apple-touch-icon" href="https://www.washingtonpost.com/wp-stat/assets/favicons/touch-icon-iphone.png" data-sc-v="6.6.0" data-sc-c="favicon"/><link rel="apple-touch-icon" sizes="152x152" href="https://www.washingtonpost.com/wp-stat/assets/favicons/touch-icon-ipad.png" data-sc-v="6.6.0" data-sc-c="favicon"/><link rel="apple-touch-icon" sizes="167x167" href="https://www.washingtonpost.com/wp-stat/assets/favicons/touch-icon-ipad-retina.png" data-sc-v="6.6.0" data-sc-c="favicon"/><link rel="apple-touch-icon" sizes="180x180" href="https://www.washingtonpost.com/wp-stat/assets/favicons/touch-icon-iphone-retina.png" data-sc-v="6.6.0" data-sc-c="favicon"/><style>wp-ad[id] {display: flex; align-items: center;}</style><script id="pwapiConfig" src="https://www.washingtonpost.com/subscribe/static/tetro-client/fusion/tetro.min.js" async=""></script><script id="wpMetaData">var wpMetaData = {"canonical_url":"","commercial_node":"","content_section":"","content_type":"front","ct_tags":"","domain":"https://www.washingtonpost.com","sct_tags":"default","subType":""};window.consumers=window.consumers || [];window.registerPwapiConsumer=function(callback){window.consumers.push(callback)}</script><script id="displayConfig">window.dQ = window.dQ || {};
window.dQ.hold = window.dQ.hold || [];
var otCookie = document.cookie.match('wp_ak_ot=(1)[^;]*(;|$)') ? RegExp.$1 : '';
window.dQ.participants = ["paywall","regwall","iab_banner","softwall"];
// Removed iab_banner to support gradual rollout. Will remove upon completion.
if (otCookie !== "1" && (window && window.location.href.indexOf('gtml=true') <= 0)) {
window.dQ.participants.splice(2,1)
}
// Define placeholder function early. Will be replaced by Tetro client.
if (typeof window.registerDisplay !== "function") {
window.registerDisplay = (...args) => {
dQ.hold.push(args[0]);
};
};</script><script id="tcfString">
var OneTrustTCFStub;
var otCookie = document.cookie.match('wp_ak_ot=(1)[^;]*(;|$)') ? RegExp.$1 : '';
var geoCookie = document.cookie.match('(^|;) ?wp_geo=([^;]*)(;|$)') ? RegExp.$2 : '';
if ((otCookie === "1" || (window && window.location.href.indexOf('gtml=true') >= 0)) &&
((geoCookie.indexOf('|EEA') >= 0) ||
(window && window.location.href.indexOf('otr=eea') >= 0))) {
OneTrustTCFStub = (function (e) {
"use strict";
var t = function () {
var o = this;
(this.LOCATOR_NAME = "__tcfapiLocator"),
(this.win = window),
(this.init = function () {
for (; o.win; ) {
try {
if (o.win.frames[o.LOCATOR_NAME]) {
o.cmpFrame = o.win;
break;
}
} catch (e) {}
if (o.win === window.top) break;
o.win = o.win.parent;
}
o.cmpFrame ||
(o.addFrame(),
(o.win.__tcfapi = o.executeTcfApi),
(o.win.receiveOTMessage = o.receiveIabMessage),
(o.win.attachEvent || o.win.addEventListener)(
"message",
o.win.receiveOTMessage,
!1
));
}),
(this.addFrame = function () {
var e = o.win.document,
t = !!o.win.frames[o.LOCATOR_NAME];
if (!t)
if (e.body) {
var i = e.createElement("iframe");
(i.style.cssText = "display:none"),
(i.name = o.LOCATOR_NAME),
i.setAttribute("title", "TCF Locator"),
e.body.appendChild(i);
} else setTimeout(o.addFrame, 5);
return !t;
}),
(this.receiveIabMessage = function (a) {
var n = "string" == typeof a.data,
e = {};
try {
e = n ? JSON.parse(a.data) : a.data;
} catch (e) {}
if (e && e.__tcfapiCall) {
var t = e.__tcfapiCall,
r = t.callId,
i = t.command,
s = t.parameter,
c = t.version;
o.executeTcfApi(
i,
s,
function (e, t) {
var i = {
__tcfapiReturn: {
returnValue: e,
success: t,
callId: r,
},
};
a &&
a.source &&
a.source.postMessage &&
a.source.postMessage(n ? JSON.stringify(i) : i, "*");
},
c
);
}
}),
(this.executeTcfApi = function () {
for (var e = [], t = 0; t < arguments.length; t++)
e[t] = arguments[t];
if (!e.length) return o.win.__tcfapi.a || [];
if ("setGdprApplies" === e[0])
3 < e.length &&
2 === parseInt(e[1], 10) &&
"boolean" == typeof e[3] &&
((o.gdprApplies = e[3]),
"function" == typeof e[2] && e[2]("set", !0));
else {
var i = e[0],
a = e[1],
n = e[2],
r = e[3];
"function" == typeof n &&
i &&
("ping" === i
? o.getPingReq(n, o.gdprApplies)
: o.addToQ(i, a, n, r));
}
}),
(this.addToQ = function (e, t, i, a) {
var n = o.win.__tcfapi;
(n.a = n.a || []), n.a.push([e, t, i, a]);
}),
(this.getPingReq = function (e, t) {
void 0 === t && (t = void 0),
e({
gdprApplies: t,
cmpLoaded: !1,
cmpStatus: "stub",
apiVersion: "2.0",
});
}),
this.init();
},
i = new t();
return (e.TCF = t), (e.tcfStub = i), e;
})({});} else {
// do nothing
}</script><link rel="dns-prefetch" href="https://adserver-us.adtech.advertising.com"/><link rel="dns-prefetch" href="https://secure.adnxs.com"/><link rel="dns-prefetch" href="https://bidder.criteo.com"/><link rel="dns-prefetch" href="https://static.criteo.net"/><link rel="dns-prefetch" href="https://cdn.krxd.net"/><link rel="dns-prefetch" href="https://widgets.outbrain.com"/><link rel="dns-prefetch" href="https://images.outbrain.com"/><link rel="dns-prefetch" href="https://log.outbrain.com"/><link rel="dns-prefetch" href="https://amplifypixel.outbrain.com"/><link rel="dns-prefetch" href="https://odb.outbrain.com"/><link rel="dns-prefetch" href="https://js-sec.indexww.com"/><link rel="dns-prefetch" href="https://as-sec.casalemedia.com"/><link rel="dns-prefetch" href="https://as.casalemedia.com"/><link rel="dns-prefetch" href="https://sofia.trustx.org"/><link rel="dns-prefetch" href="https://c.amazon-adsystem.com"/><link rel="dns-prefetch" href="https://s.amazon-adsystem.com"/><link rel="dns-prefetch" href="https://aax.amazon-adsystem.com"/><link rel="dns-prefetch" href="https://t.teads.tv"/><link rel="dns-prefetch" href="https://beacon.krxd.net"/><link rel="dns-prefetch" href="https://unpkg.com"/><link rel="dns-prefetch" href="https://r.3gl.net"/><link rel="preconnect" href="https://browser.sentry-cdn.com"/><link rel="preconnect" href="https://js.sentry-cdn.com"/><link rel="preconnect" href="https://www.google-analytics.com"/><link rel="preconnect" href="https://www.googletagmanager.com"/><link rel="preconnect" href="https://adservice.google.com"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="canonical" href=""/><link hrefLang="en" href="https://www.washingtonpost.com"/><script>window.wpAdFusion = {"commercialNode":"/sports","contentType":"front","keywords":["Washington Capitals"," Washington Nationals"," Washington Football Team"," Washington Redskins"," DC United "," Washington Wizards"," baseball"," football"," hockey"," soccer"," golf"," basketball"," college football"," college basketball"," NBA news"," MLB news"," NFL news"," NHL news"," MLS news"," Nationals"," Redskins"," Capitals"," Wizards"," D.C. United"," high school sports","college sports","track and field"," hoyas"," terps"," cavaliers"," college sports news"," dc sports news"," dc sports"],"isHomepage":false}</script><script src="https://www.washingtonpost.com/zeus/main.js" async=""></script><script>
window.renderingEnv = "next",
window.Fusion = {
metas: {
contentType: {value: "front"},
pageName: {value: "front - sports"},
section: {value: "sports"}
},
template: "template/homepage",
deployment: "alpha"
};
window.pageType = "front";
</script><script>window.dataLayer = window.dataLayer || [];</script><script><!-- Google Tag Manager -->
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WHNNX8B');</script><script>
<!-- Google Optimize -->
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'optimize.start':
new Date().getTime(),event:'optimize.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googleoptimize.com/optimize.js?id='+i+dl;j.addEventListener('load', function () {
window.optLoad = true;
});
j.addEventListener('error', function () {
window.optLoad = false;
});f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TB6VDCH');</script><script>
(function(a,c,d,e){if(!a[c]){var b=a[c]={};b[d]=[];b[e]=function(a){b[d].push(a)}}})(window,'Scroll','_q','do');
Scroll.config = {detected:document.cookie.indexOf("scroll0=")>-1};
s = document.createElement("script");
s.src = '//static.scroll.com/js/scroll.js';
s.async = 'async';
document.getElementsByTagName('Head')[0].appendChild(s);</script><script type="text/javascript">
function setIndicator({
name: t,
delta: e
}) {
var a = "CLS" == t ? "site_cls" : "FID" == t ?
"site_fid" : "LCP" == t ? "site_lcp" : null;
null != a &&
RProfiler.addInfo("indicator",a,parseFloat(parseFloat(e).toFixed(2)))
}
(function() {
var script = document.createElement('script');
script.src = 'https://unpkg.com/web-vitals/dist/web-vitals.iife.js';
script.onload = function() {
webVitals.getCLS(setIndicator, true);
webVitals.getFID(setIndicator, true);
webVitals.getLCP(setIndicator, true);
}
document.head.appendChild(script);
}())
</script><script type="text/javascript">
var WindowEvent,VisibilityType;(function(n){n.Load="load";n.BeforeUnload="beforeunload";n.Abort="abort";n.Error="error";n.Unload="unload"})(WindowEvent||(WindowEvent={})),function(n){n[n.Focus=0]="Focus";n[n.Blur=1]="Blur"}(VisibilityType||(VisibilityType={}));var AjaxTiming=function(){function n(n,t,i,r){var u=this;this.getPerformanceTimings=function(n){u.connect=n.connectEnd-n.connectStart;u.dns=n.domainLookupEnd-n.domainLookupStart;u.duration=n.duration;u.load=n.responseEnd-n.responseStart;u.wait=n.responseStart-n.requestStart;u.start=n.startTime;u.redirect=n.redirectEnd-n.redirectStart;n.secureConnectionStart&&(u.ssl=n.connectEnd-n.secureConnectionStart)};this.url=n;this.method=t;this.isAsync=i;this.open=r}return n}(),ProfilerJsError=function(){function n(n,t,i){this.count=0;this.message=n;this.url=t;this.lineNumber=i}return n.createText=function(n,t,i){return[n,t,i].join(":")},n.prototype.getText=function(){return n.createText(this.message,this.url,this.lineNumber)},n}(),ProfilerEventManager=function(){function n(){this.events=[];this.hasAttachEvent=!!window.attachEvent}return n.prototype.add=function(n,t,i){this.events.push({type:n,target:t,func:i});this.hasAttachEvent?t.attachEvent("on"+n,i):t.addEventListener(n,i,!1)},n.prototype.remove=function(n,t,i){this.hasAttachEvent?t.detachEvent(n,i):t.removeEventListener(n,i,!1);var r=this.events.indexOf({type:n,target:t,func:i});r!==1&&this.events.splice(r,1)},n.prototype.clear=function(){for(var n,i=this.events,t=0;t<i.length;t++)n=i[t],this.remove(n.type,n.target,n.func);this.events=[]},n}(),AjaxRequestsHandler=function(){function n(){var t=this;this.fetchRequests=[];this.fetchEntriesIndices={};this.compareEntriesDelay=100;this.hasPerformance=typeof performance=="object"&&typeof window.performance.now=="function"&&typeof window.performance.getEntriesByType=="function";this.captureFetchRequests=function(){var n=[],i=t,r=function(n){return n},u=function(n){return Promise.reject(n)};window.fetch&&(window.fetch=function(t){return function(){for(var o,f,s=[],e=0;e<arguments.length;e++)s[e]=arguments[e];return o=0,f=Promise.resolve(s),f=f.then(function(t){var r="",u={},f,e;if(t.length&&t.length>=1)r=t[0],t.length>1&&(u=t[1]);else return[];return f="GET",u.method&&(f=u.method),o=n.length,e=Array.isArray(r)&&r.length>0?r[0]:r,n.push(new AjaxTiming(e,f,!0,i.now())),[r,u]},r),f=f.then(function(n){return t.apply(void 0,n)}),f.then(function(t){var r=n[o],u=i.fetchRequests;return i.processPerformanceEntries(r,u),t},u)}}(window.fetch))};this.captureFetchRequests();n.startAjaxCapture(this)}return n.prototype.getAjaxRequests=function(){return this.fetchRequests},n.prototype.clear=function(){this.fetchRequests=[]},n.prototype.now=function(){return this.hasPerformance?window.performance.now():(new Date).getTime()},n.prototype.processPerformanceEntries=function(n,t){var i=this;setTimeout(function(){var f,o,s,h,e;if(i.hasPerformance){var u=n.url,r=[],c=performance.getEntriesByType("resource");for(f=0,o=c;f<o.length;f++)s=o[f],s.name===u&&r.push(s);if(t.push(n),r.length!==0){if(i.fetchEntriesIndices[u]||(i.fetchEntriesIndices[u]=[]),r.length===1){n.getPerformanceTimings(r[0]);i.fetchEntriesIndices[u].push(0);return}h=i.fetchEntriesIndices[u];for(e in r)if(h.indexOf(e)===-1){n.getPerformanceTimings(r[e]);h.push(e);return}n.getPerformanceTimings(r[0])}}},i.compareEntriesDelay)},n.startAjaxCapture=function(n){var t=XMLHttpRequest.prototype,r=t.open,u=t.send,i=[];n.hasPerformance&&typeof window.performance.setResourceTimingBufferSize=="function"&&window.performance.setResourceTimingBufferSize(300);t.open=function(t,u,f,e,o){this.rpIndex=i.length;i.push(new AjaxTiming(u,t,f,n.now()));r.call(this,t,u,f===!1?!1:!0,e,o)};t.send=function(t){var r=this,e=this.onreadystatechange,f;(this.onreadystatechange=function(t){var u=i[r.rpIndex],o,f;if(u){o=r.readyState;f=!!(r.response&&r.response!==null&&r.response!==undefined);switch(o){case 1:u.connectionEstablished=n.now();break;case 2:u.requestReceived=n.now();break;case 3:u.processingTime=n.now();break;case 4:u.complete=n.now();switch(r.responseType){case"text":case"":typeof r.responseText=="string"&&(u.responseSize=r.responseText.length);break;case"json":f&&typeof r.response.toString=="function"&&(u.responseSize=r.response.toString().length);break;case"arraybuffer":f&&typeof r.response.byteLength=="number"&&(u.responseSize=r.response.byteLength);break;case"blob":f&&typeof r.response.size=="number"&&(u.responseSize=r.response.size)}n.processPerformanceEntries(u,n.fetchRequests)}typeof e=="function"&&e.call(r,t)}},f=i[this.rpIndex],f)&&(t&&!isNaN(t.length)&&(f.sendSize=t.length),f.send=n.now(),u.call(this,t))}},n}(),RProfiler=function(){function n(){function o(n){var t=n.target||n.srcElement;return t.nodeType==3&&(t=t.parentNode),r("N/A",t.src||t.URL,-1),!1}var n=this,r,u,e,t,i,f;this.restUrl="g.3gl.net/jp/3543/v3.3.2/M";this.startTime=(new Date).getTime();this.eventsTimingHandler=new EventsTimingHandler;this.inputDelay=new InputDelayHandler;this.version="v3.3.2";this.info={};this.hasInsight=!1;this.data={start:this.startTime,jsCount:0,jsErrors:[],loadTime:-1,loadFired:window.document.readyState=="complete"};this.eventManager=new ProfilerEventManager;this.recordPageLoad=function(){n.data.loadTime=(new Date).getTime();n.data.loadFired=!0};this.addError=function(t,i,r){var s,f,u,e,o;for(n.data.jsCount++,s=ProfilerJsError.createText(t,i,r),f=n.data.jsErrors,u=0,e=f;u<e.length;u++)if(o=e[u],o.getText()==s){o.count++;return}f.push(new ProfilerJsError(t,i,r))};this.getAjaxRequests=function(){return n.ajaxHandler.getAjaxRequests()};this.clearAjaxRequests=function(){n.ajaxHandler.clear()};this.addInfo=function(t,i,r){if(!n.isNullOrEmpty(t)){if(n.isNullOrEmpty(r))n.info[t]=i;else{if(n.isNullOrEmpty(i))return;n.isNullOrEmpty(n.info[t])&&(n.info[t]={});n.info[t][i]=r}n.hasInsight=!0}};this.clearInfo=function(){n.info={};n.hasInsight=!1};this.clearErrors=function(){n.data.jsCount=0;n.data.jsErrors=[]};this.getInfo=function(){return n.hasInsight?n.info:null};this.getEventTimingHandler=function(){return n.eventsTimingHandler};this.getInputDelay=function(){return n.inputDelay};this.eventManager.add(WindowEvent.Load,window,this.recordPageLoad);r=this.addError;this.ajaxHandler=new AjaxRequestsHandler;window.opera?this.eventManager.add(WindowEvent.Error,document,o):"onerror"in window&&(u=window.onerror,window.onerror=function(n,t,i){return(r(n,t,i),!!u)?u(n,t,i):!1});!window.__cpCdnPath||(this.restUrl=window.__cpCdnPath.trim());e=window.location.protocol;t=document.createElement("iframe");t.src="about:blank";i=t.style;i.position="absolute";i.top="-10000px";i.left="-1000px";t.addEventListener("load",function(t){var r=t.currentTarget,u,i;r&&r.contentDocument&&(u=r.contentDocument,i=u.createElement("script"),i.type="text/javascript",i.src=e+"//"+n.restUrl,u.body.appendChild(i))});f=document.getElementsByTagName("script")[0];f.parentNode.insertBefore(t,f)}return n.prototype.isNullOrEmpty=function(n){if(n===undefined||n===null)return!0;if(typeof n=="string"){var t=n;return t.trim().length==0}return!1},n.prototype.dispatchCustomEvent=function(n){(function(n){function t(n,t){t=t||{bubbles:!1,cancelable:!1,detail:undefined};var i=document.createEvent("CustomEvent");return i.initCustomEvent(n,t.bubbles,t.cancelable,t.detail),i}if(typeof n.CustomEvent=="function")return!1;t.prototype=Event.prototype;n.CustomEvent=t})(window);var t=new CustomEvent(n);window.dispatchEvent(t)},n}(),InputDelayHandler=function(){function n(){var n=this;this.firstInputDelay=0;this.firstInputTimeStamp=0;this.startTime=0;this.delay=0;this.profileManager=new ProfilerEventManager;this.eventTypes=["click","mousedown","keydown","touchstart","pointerdown",];this.addEventListeners=function(){n.eventTypes.forEach(function(t){n.profileManager.add(t,document,n.onInput)})};this.now=function(){return(new Date).getTime()};this.removeEventListeners=function(){n.eventTypes.forEach(function(t){n.profileManager.remove(t,document,n.onInput)})};this.onInput=function(t){var i,r,u;t.cancelable&&(i=t.timeStamp>1e12,n.firstInputTimeStamp=n.now(),r=i||!window.performance,u=r?n.firstInputTimeStamp:window.performance.now(),n.delay=u-t.timeStamp,t.type=="pointerdown"?n.onPointerDown():(n.removeEventListeners(),n.updateFirstInputDelay()))};this.onPointerUp=function(){n.removeEventListeners();n.updateFirstInputDelay()};this.onPointerCancel=function(){n.removePointerEventListeners()};this.removePointerEventListeners=function(){n.profileManager.remove("pointerup",document,n.onPointerUp);n.profileManager.remove("pointercancel",document,n.onPointerCancel)};this.updateFirstInputDelay=function(){n.delay>=0&&n.delay<n.firstInputTimeStamp-n.startTime&&(n.firstInputDelay=Math.round(n.delay))};this.startSoftNavigationCapture=function(){n.resetSoftNavigationCapture()};this.resetSoftNavigationCapture=function(){n.resetFirstInputDelay();n.addEventListeners()};this.resetFirstInputDelay=function(){n.delay=0;n.firstInputDelay=0;n.startTime=0;n.firstInputTimeStamp=0};this.startTime=this.now();this.addEventListeners()}return n.prototype.onPointerDown=function(){this.profileManager.add("pointerup",document,this.onPointerUp);this.profileManager.add("pointercancel",document,this.onPointerCancel)},n.prototype.getFirstInputDelay=function(){return this.firstInputDelay},n}(),EventsTimingHandler=function(){function n(){var n=this;this.hiddenStrings=["hidden","msHidden","webkitHidden","mozHidden"];this.visibilityStrings=["visibilitychange","msvisibilitychange","webkitvisibilitychange","mozvisibilitychange"];this.captureSoftNavigation=!1;this.hidden="hidden";this.visibilityChange="visibilitychange";this.visibilityEvents=[];this.eventManager=new ProfilerEventManager;this.engagementTimeIntervalMs=1e3;this.engagementTime=0;this.firstEngagementTime=0;this.lastEventTimeStamp=0;this.timeoutId=undefined;this.startTime=(new Date).getTime();this.now=function(){return(new Date).getTime()};this.startVisibilityCapture=function(){n.initializeVisibilityProperties();document.addEventListener(n.visibilityChange,n.captureFocusEvent,!1)};this.initializeVisibilityProperties=function(){for(var r=n.hiddenStrings,i=0,t=0;t<r.length;t++)typeof document[r[t]]!="undefined"&&(i=t);n.visibilityChange=n.visibilityStrings[i];n.hidden=n.hiddenStrings[i]};this.captureFocusEvent=function(){n.updateVisibilityChangeTime();document[n.hidden]||n.captureEngagementTime()};this.updateVisibilityChangeTime=function(){document[n.hidden]?n.captureVisibilityEvent(VisibilityType.Blur):n.captureVisibilityEvent(VisibilityType.Focus)};this.onBlur=function(){n.captureVisibilityEvent(VisibilityType.Blur)};this.onFocus=function(){n.captureVisibilityEvent(VisibilityType.Focus)};this.captureVisibilityEvent=function(t){n.visibilityEvents.push({type:t,time:n.now()})};this.captureEngagementTime=function(t){if(t===void 0&&(t=!0),!n.lastEventTimeStamp){n.engagementTime=n.engagementTimeIntervalMs;n.lastEventTimeStamp=n.now();return}var i=n.now()-n.lastEventTimeStamp;if(n.lastEventTimeStamp=n.now(),t&&n.firstEngagementTime===0&&(n.firstEngagementTime=n.now()),i>0&&i<n.engagementTimeIntervalMs){clearTimeout(n.timeoutId);n.engagementTime+=i;return}n.startTimer()};this.captureMouseMove=function(){n.captureEngagementTime(!1)};this.startTimer=function(){n.timeoutId=setTimeout(function(){n.engagementTime+=n.engagementTimeIntervalMs},n.engagementTimeIntervalMs)};this.getFocusAwayTime=function(){var i=n.visibilityEvents,t=-1,s,h,o;if(i.length===0)return 0;for(var r=t,u=0,f=t,e=0;u<i.length;)i[u].type===VisibilityType.Blur&&r===t&&(r=u),s=f===t&&r!==t,i[u].type===VisibilityType.Focus&&s&&(f=u),h=r!==t&&f!==t,h&&(o=i[f].time-i[r].time,o>0&&(e+=o),r=t,f=t),u=u+1;return r===i.length-1&&(e+=n.now()-i[r].time),e};this.getEngagementTime=function(){return n.engagementTime};this.getStartTime=function(){return n.startTime};this.getFirstEngagementTime=function(){return n.firstEngagementTime};this.startSoftNavigationCapture=function(){n.captureSoftNavigation=!0};this.resetSoftNavigationCapture=function(){n.resetEngagementMetrics();n.visibilityEvents=[]};this.resetEngagementMetrics=function(){n.engagementTime=0;n.lastEventTimeStamp=n.now();n.firstEngagementTime=0};this.clear=function(){n.eventManager.clear()};this.captureEngagementTime(!1);this.eventManager.add("scroll",document,this.captureEngagementTime);this.eventManager.add("resize",window,this.captureEngagementTime);this.eventManager.add("mouseup",document,this.captureEngagementTime);this.eventManager.add("keyup",document,this.captureEngagementTime);this.eventManager.add("mousemove",document,this.captureMouseMove);this.eventManager.add("focus",window,this.onFocus);this.eventManager.add("blur",window,this.onBlur);this.eventManager.add("focus",document,this.onFocus);this.eventManager.add("blur",document,this.onBlur)}return n}(),profiler=new RProfiler;window.RProfiler=profiler;window.WindowEvent=WindowEvent;profiler.dispatchCustomEvent("GlimpseLoaded");
</script><script language="javascript" type="text/javascript">
function init() {
RProfiler.addInfo('pageGroup', 'homepage');
}
window.RProfiler ? init() : window.addEventListener("GlimpseLoaded", init);
</script><script>window.assemblerVariant = "";</script><script>window.isMobile = false;</script><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><link rel="preload" href="/assembler/_next/static/css/8e7ea6fe1020ec4d6f51.css" as="style"/><link rel="stylesheet" href="/assembler/_next/static/css/8e7ea6fe1020ec4d6f51.css" data-n-g=""/><noscript data-n-css="true"></noscript><link rel="preload" href="/assembler/_next/static/chunks/commons.de273cf9759008f6bcf3.js" as="script"/><link rel="preload" href="/assembler/_next/static/chunks/c8f7fe3b0e41be846d5687592cf2018ff6e22687.7e6f169f910fa3d983e5.js" as="script"/><link rel="preload" href="/assembler/_next/static/chunks/62.4e96eb9cd844e2fec1a5.js" as="script"/><link rel="preload" href="/assembler/_next/static/chunks/34.36d3727342e14f3e33b4.js" as="script"/><link rel="preload" href="/assembler/_next/static/chunks/49.cf9957353ef3aa3b0ec9.js" as="script"/><link rel="preload" href="/assembler/_next/static/chunks/65.1f3593622676ac889640.js" as="script"/><link rel="preload" href="/assembler/_next/static/chunks/35.d3d9a26e531205ca06f6.js" as="script"/><link rel="preload" href="/assembler/_next/static/chunks/7e6c0f8bb652c3b8f51c7037ba32240ea3cc4901.b1e83579a5357bda5f36.js" as="script"/><link rel="preload" href="/assembler/_next/static/chunks/59.b78346a5efb0d8267433.js" as="script"/><link rel="preload" href="/assembler/_next/static/chunks/41.56838887bb9e342c79b5.js" as="script"/><link rel="preload" href="/assembler/_next/static/chunks/main-a78b5e02330bbb6b253e.js" as="script"/><link rel="preload" href="/assembler/_next/static/chunks/webpack-610276758e02f821fcee.js" as="script"/><link rel="preload" href="/assembler/_next/static/chunks/framework.f35fc927c22a126dbb81.js" as="script"/><link rel="preload" href="/assembler/_next/static/chunks/commons.de273cf9759008f6bcf3.js" as="script"/><link rel="preload" href="/assembler/_next/static/chunks/91f3178531c1c62e4d27b722f834a66197539e8b.a2edcf69484e608c54af.js" as="script"/><link rel="preload" href="/assembler/_next/static/chunks/362aa2e1cb5854114eb1f90d6896a23b9297be9e.ea3c50002fc002264c6e.js" as="script"/><link rel="preload" href="/assembler/_next/static/chunks/pages/_app-21507dae9aa05ed83daa.js" as="script"/><link rel="preload" href="/assembler/_next/static/chunks/fff9e8d5.1b6d536e34ef07e9e17f.js" as="script"/><link rel="preload" href="/assembler/_next/static/chunks/76a316fd32b54ef155c733699e3ba2e815c7ab71.77cf64eaf62a36fe0d52.js" as="script"/><link rel="preload" href="/assembler/_next/static/chunks/27ec36ac922dc15281442cb5a55c49518bf1b622.0848249bd45128be1700.js" as="script"/><link rel="preload" href="/assembler/_next/static/chunks/0baf31ec139491fbde7ba9fc2da5f7b7165b3a24.0543b8c53e7ed4be6613.js" as="script"/><link rel="preload" href="/assembler/_next/static/chunks/pages/render/%5Bslug%5D-645045d3ec2ac8057931.js" as="script"/></head><body><div id="__next"><div><div><div style="height:60px" class="w-100"></div><nav class="z-7 header-nav flex hide-for-print items-center justify-center w-100 border-box fixed bg-black" aria-label="primary navigation"><div><a href="/accessibility" class="skip-link sr-only sr-only-focusable white underline brad-md pa-lg border-box font-sans-serif font-bold">Accessibility statement</a><a href="#main-content" class="skip-link sr-only sr-only-focusable white underline brad-md pa-lg border-box font-sans-serif font-bold">Skip to main content</a></div><div class="flex flex-1 ml-xs ml-sm-ns" style="line-height:60px;height:60px"><form id="search-form" method="get" class="search-form dn flex-ns items-center relative" action="https://www.washingtonpost.com/newssearch/" role="search"><label for="query" aria-labelledby="searchTitle"><input type="text" id="query" autoComplete="off" name="query" class="no-shadow text-input brad-4 font-xxxs pa-0 b-none dn hidden" style="width:0;height:34px;line-height:20px;transition:all 0.25s cubic-bezier(0.49, 0.37, 0.45, 0.71)" placeholder="Search" aria-label="search" value=""/></label><span id="searchTitle" class="dn">Search Input</span><button type="submit" name="btn-search" class="pa-0 focus-highlight btn btn-sm dn dib-ns btn-show-search-input btn-gray" aria-label="search"><svg class="content-box fill-white va-m" width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="img"><title>Search</title><path d="M10.974 9.56l3.585 3.585-1.414 1.414-3.585-3.585a5.466 5.466 0 1 1 1.414-1.414zm-1.04-3.094a3.466 3.466 0 1 0-6.934 0 3.466 3.466 0 0 0 6.933 0z" fill-rule="nonzero"></path></svg></button></form><div class="chromatic-ignore ml-xs-ns dn db-ns flex-ns items-center"><button data-qa="sc-header-sections-button" aria-label="Sections" class="transition-color duration-400 ease-in-out btn btn-gray btn-sm focus-highlight"><div class="flex-ns"><span class="dn dib-ns mr-xs">Sections</span><svg class="content-box fill-gray va-m fill-white" width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="img"><title>Menu</title><path d="M15 12v2H1v-2h14zm-4-5v2H1V7h10zm4-5v2H1V2h14z" fill-rule="nonzero"></path></svg></div></button></div><div class="chromatic-ignore ml-xs-ns dn-ns pa-0"><button data-qa="sc-header-sections-button" aria-label="Sections" class="transition-color duration-400 ease-in-out btn btn-gray btn-sm btn-pa-0 focus-highlight"><div class="flex-ns"><span class="dn dib-ns mr-xs">Sections</span><svg class="content-box fill-gray va-m fill-white" width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="img"><title>Menu</title><path d="M22 18v2H2v-2h20zm-5-7v2H2v-2h15zm5-7v2H2V4h20z" fill-rule="nonzero"></path></svg></div></button></div></div><div class="flex flex-1 justify-center z-1"><a href="https://www.washingtonpost.com" class="center"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 697.01 104.61" width="188" height="26" class="db"><title>The Washington Post</title><path fill="white" d="M39.2 32v36.6c4.7-2.8 7-6.8 8.7-12.1l1.2.6c-1.1 13.2-10.3 26-24.3 26S0 72.6 0 55.8C0 43 7.7 35.1 18.7 28.2a16.11 16.11 0 00-4.4-.6c-7.2 0-11.4 4.9-11.4 9.9H1.5a14.77 14.77 0 01-.1-2.1c0-9.3 5.5-19.7 16.9-19.7 7.3 0 12.9 6.7 21.4 6.7 4.3 0 6.7-1.6 8.4-5.3h1.2c-.1 6.5-2 12.8-10.1 14.9zm-19-3.3C15.1 34 10.1 39.6 10.1 50.9c0 6.2 1.9 12.4 6.6 16.4l3.1-1.7V40.3L16.6 42l-1-1.6 15-8.4c-3.8-.8-6.9-2.3-10.4-3.3zm17.1 3.7a17 17 0 01-2.3.1 17.52 17.52 0 01-4-.4v29.5l-12.8 7a15.57 15.57 0 009.9 3 22.58 22.58 0 009.2-2zm44 9.2v34.3c0 9.6-8.51 16.11-18 18l-.6-1c4.7-2.3 7.8-6.41 7.8-11.41V45.7l-4.9-4.5-2.6 2.6v27.1l3 2.8v.4l-8.1 8.61-9.3-8.51v-.4l3.6-3.8V25.8l10.6-11.3.2.1v26.6l8.7-9.2 8.7 7.9 2.7-2.6 1.31 1.3zM97.91 62v4.5l9 7.1 7-7.3 1.3 1.3L101 82.8 88.21 72.6l-2.8 2.8-1.2-1.3 3.1-3.2V45.8l18.9-13.8 10.5 16.3zm.2-22.6l-.2.1v20.1l8.7-6.4zM180 82.71l-13.9-12-10.6 12-14.4-12.41V50.7h-2.8a3.89 3.89 0 00-4.1 3.5h-1a15.87 15.87 0 01-.5-3.8c0-2.6 1.1-9.4 8.4-9.4V25.8c0-5.9-3.9-6.2-3.9-11.3 0-5.7 5.4-11 15.3-14.5l.9.8c-3.3 1.6-6 3.6-6 7.9 0 6.6 6.4 4.9 6.4 15.3v4l11.7-12.3 12.3 12.1 11.6-12.1 11.2 11v37zM165.4 32.8l-7-6.9-4.6 4.7v34.3l8.5 7.3 3.1-3.5zm22.6-1.3l-5.6-5.6-4.3 4.3v34.6l9.8 8.6.1-.1zm44.8 51.21l-9.4-8.61h-.2l-8.3 8.61-10.1-8.91-2.3 2.3-1.3-1.3 2.9-3V45.5l19-13.6 10.4 8.2 2.8-2.8 1.5 1.3-3.6 3.4v27.1l4.6 4.2 2.9-3 1.5 1.4zm-9.4-37.41l-8.3-6.5-.2.2v29.2l6.1 5.4 2.4-2.3zm40.6 4.8h9.4v21.4l-15.9 11.21a11.52 11.52 0 00-8.8-4.11c-3 0-5.4 1.4-7.8 4l-1.4-.5 13.8-19.8h-8.5V43.7L261.4 32c2 1.6 3.6 2.6 6.2 2.6a11.35 11.35 0 007.1-2.2l1 .7zm-1.4 8.8h-4.7l-11.1 15.9.1.2a12.36 12.36 0 017.6-2.5 10.4 10.4 0 018 3.8l.1-.09zm6.4-19.6a9.73 9.73 0 01-6.9 2.3 8.92 8.92 0 01-6.3-2.9l-.2.1v14.6h3.8l9.7-14zm40 2.3v34.3c0 9.6-8.51 16.11-18 18l-.6-1c4.7-2.3 7.8-6.41 7.8-11.41V45.7l-4.9-4.5-2.6 2.6v27.1l3 2.8v.4l-8.1 8.61-9.3-8.51v-.4l3.6-3.8V25.8l10.6-11.3.2.1v26.6l8.7-9.2 8.71 7.9 2.7-2.6 1.3 1.3zm19.6 41.11l-8.3-7.61-2.8 2.8-1.3-1.3 3.3-3.4V44.7l-3.6-3.3-2.7 2.6-1.3-1.3L322 32l7.6 6.9 2.7-2.8 1.4 1.4-3.4 3.4v28.6l4.2 3.9 3-3.1 1.3 1.4zm-2.9-51.61l-8.2-7.5 7.5-8 8.2 7.5zm46.1 51.61l-8.7-7.91V45.6l-4.7-4.4-3.4 3.5v26.1l3.1 2.9v.4l-8.2 8.61-9.3-8.51v-.3l3.6-3.8V44.9l-4.1-3.7-3 3-1.4-1.3L345.9 32l9.1 8.1v2l9.5-10.1 8.7 7.8 2.9-2.9 1.3 1.4-3.5 3.5v28l3.9 3.7 3.3-3.4 1.2 1.3zm43-41V75.6c0 5.2 2.9 5 2.9 8.9 0 4.51-6.5 8.71-16.5 16.21-3.3-3.6-5.6-5.1-8.7-5.1a19.85 19.85 0 00-10.7 3.6l-1-.8 13.7-16.11-9-7.09-2.9 2.89-1.3-1.3 3.4-3.5V45.5l19-13.6 10.2 8 3-2.9 1.3 1.3zm-7.7 41.71c-2.5-1.61-3.1-3.31-3.1-7.61V74.3L387.9 93l.1.1c3.2-1.9 5.6-3.1 10.3-3.1 4 0 6.9 1.7 9.5 4 1.9-1.6 3.3-3.2 3.3-5.7 0-1.99-1.5-3.3-4-4.89zM404 45.3l-8.3-6.5-.2.2v30.7l5.9 4.6 2.6-3zm31.5 37.41l-8.8-6.91-2.7 2.7-1.3-1.29 3.1-3.21V39.4H420l-.2-.2 3.5-5.2h2.5v-6.7L436.4 16l.2.2V34h8l.2.2-3.5 5.2h-4.7v30.3l4.8 3.7 3.3-3.4 1.3 1.4zm43.71-40.11v27.7l-16.9 12.5L450 73.5l-2.8 2.8-1.3-1.3 3.2-3.3v-27L466.81 32l11.4 8.9 2.9-2.9 1.3 1.4zm-10.8 3L460 39l-.09.1v29.8l8.5 6.4zm50.4 37l-8.7-7.9V45.5l-4.7-4.4-3.41 3.5v26.1l3.1 2.9v.4l-8.2 8.61-9.3-8.51v-.3l3.6-3.8V44.8l-4.1-3.7-3 3-1.4-1.3 10.2-10.9L502 40v2l9.5-10.1 8.7 7.8 2.9-2.9 1.3 1.4-3.5 3.5v28l3.9 3.7 3.3-3.4 1.2 1.3zm61.39.11a12.91 12.91 0 00-6.3-4.61v20.81l-.2.1-5.5-5.1-11.6 10.7-.2-.1V77.6a18.83 18.83 0 00-10.2 6.61l-.8-.5c.7-7.71 4.5-13.41 11-15.61V48.6h-2.1a5.25 5.25 0 00-5.3 4.2h-1.2a12.28 12.28 0 01-.7-4.6c0-4.9 3.3-8.6 8.7-8.6h.6V28.8l-3.6-3.2-2.8 2.8-1.4-1.3 11.1-11.4 9.4 8.6v9.8L572 31V19.5h1.9V29l12.5-13.3L597.7 26v43.5zM572 32.9l-2.9 3v56.31l2.9 2.7zm13.1-2.3l-5.9-5.4-5.3 5.6v36.3c4.7.6 8.2 2.2 11.1 5.3l.1-.1zm48.7 12v27.7l-16.9 12.5-12.3-9.3-2.8 2.8-1.3-1.3 3.2-3.3v-27L621.4 32l11.4 8.9 2.9-2.9 1.3 1.4zm-10.8 3l-8.4-6.6-.1.1v29.8l8.5 6.4zm35.6 4.5h9.4v21.4l-15.9 11.21a11.52 11.52 0 00-8.8-4.11c-3 0-5.4 1.4-7.8 4l-1.4-.5 13.8-19.8h-8.5V43.7L656 32c2 1.6 3.6 2.6 6.2 2.6a11.38 11.38 0 007.11-2.2l1 .7zm-1.4 8.8h-4.7l-11.1 15.9.1.2a12.36 12.36 0 017.6-2.5 10.4 10.4 0 018 3.8l.1-.09zm6.41-19.6a9.78 9.78 0 01-6.91 2.3 8.92 8.92 0 01-6.3-2.9l-.2.1v14.6h3.8l9.7-14zm22.9 43.41l-8.8-6.91-2.71 2.7-1.3-1.29 3.1-3.21V39.4H671l-.2-.2 3.5-5.2h2.5v-6.7L687.41 16l.2.2V34h8l.2.2-3.5 5.2h-4.7v30.3l4.8 3.7 3.3-3.4 1.3 1.4z"></path></svg><span class="italic font-xxxxs font--body gray-light">Democracy Dies in Darkness</span></a></div><div class="flex flex-1 justify-end mr-xs mr-sm-ns"><div class="chromatic-ignore ml-xs mw-200 dn db-ns"><button data-qa="sc-account-button-not-small" aria-label="Sign in" class="transition-color duration-400 ease-in-out btn btn-gray btn-sm focus-highlight"><div class="flex-ns"><span class="dn dib-ns sign-in-text truncate mr-xxs mw-144">Sign in</span><svg class="content-box fill-gray va-m" width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="img"><title>ProfileSolid</title><path d="M11 5A3 3 0 1 1 5 5 3 3 0 0 1 11 5zm.167 4.649l1.22.439c.959.343 1.613 1.204 1.613 2.19V13a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-.722c0-.986.653-1.847 1.61-2.19l1.771-.636A7.787 7.787 0 0 1 8 9c.893 0 1.782.153 2.62.452l.528.19a1 1 0 0 1 .019.007z" fill-rule="nonzero"></path></svg></div></button></div><div class="chromatic-ignore ml-xs mw-200 items-center pa-0 dn-ns"><button data-qa="sc-account-button-small" aria-label="Sign in" class="transition-color duration-400 ease-in-out btn btn-gray btn-sm btn-pa-0 focus-highlight"><div class="flex-ns"><span class="dn dib-ns sign-in-text truncate mr-xxs mw-144">Sign in</span><svg class="content-box fill-gray va-m" width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="img"><title>ProfileSolid</title><path d="M17 8a5 5 0 0 1-5 5 5 5 0 0 1-5-5c0-2.762 2.238-5 5-5s5 2.238 5 5zm.462 7.25l2.199.879A3.696 3.696 0 0 1 22 19.556V21a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-1.444c0-1.508.927-2.865 2.336-3.427l3.187-1.271a12.124 12.124 0 0 1 8.955 0l.958.383a1 1 0 0 1 .026.01z" fill-rule="nonzero"></path></svg></div></button></div></div></nav></div> <div class=""><wp-ad class="hide-for-print" id="slug_banner_top"></wp-ad></div><div aria-hidden="true" class="hide-for-print relative flex justify-center content-box items-center b bh mb-md mt-md pt-md pb-md dn-hp-xs border-box adslot-c" style="min-height:250px;border-top-color:transparent;border-bottom-color:transparent"><div class="center absolute w-100 border-box" style="top:" data-sc-v="6.6.0" data-sc-c="adslot"><div class="dib gray-dark pl-xs pr-xs font-sans-serif light font-xxxxs lh-md" style="--primary-border-color:" data-sc-v="6.6.0" data-sc-c="adslot"></div></div><div data-testid="placeholder-box" class="w-100 h-100 absolute flex flex-column justify-center border-box bg-offwhite" style="height:250px" data-sc-v="6.6.0" data-sc-c="placeholder"><div class="flex flex-column justify-center font-sans-serif center font-xxs light gray-dark lh-md" data-sc-v="6.6.0" data-sc-c="placeholder"><div data-sc-v="6.6.0" data-sc-c="placeholder">Advertisement</div></div></div></div><div class="hpgrid-max-width mt-auto mr-auto mb-md ml-auto center"><div class="mr-sm ml-sm mr-0-ns ml-0-ns pt-md"><h1 class="font--headline lh-sm uppercase gray-darkest">Sports</h1></div><nav class="flex overflow-hidden overflow-xscroll b bb mw-vw-100 justify-center-hpt" style="height:54px" aria-label="Secondary Navigation Menu" data-qa="secondary-nav" tabindex="0"><div class="mt-0 mb-0 ma-0-ns flex flex-shrink-0 items-center list-none ml-sm mr-sm ml-auto-ns mr-auto-ns" data-sc-v="6.6.0" data-sc-c="secondarynav"><div class="flex flex-column items-center h-100" data-sc-v="6.6.0" data-sc-c="navitem"><a href="https://www.washingtonpost.com/sports/commanders/" data-qa="secondary-link" class="flex h-100 items-center ease-in-out transition-colors duration-200 fill-black hover-blue hover-fill-blue black" style="border-bottom-width:0;margin-top:">Commanders<!-- --> </a></div><div class="flex flex-column items-center h-100 ml-md" data-sc-v="6.6.0" data-sc-c="navitem"><a href="https://www.washingtonpost.com/sports/nationals/" data-qa="secondary-link" class="flex h-100 items-center ease-in-out transition-colors duration-200 fill-black hover-blue hover-fill-blue black" style="border-bottom-width:0;margin-top:">Nationals<!-- --> </a></div><div class="flex flex-column items-center h-100 ml-md" data-sc-v="6.6.0" data-sc-c="navitem"><a href="https://www.washingtonpost.com/sports/capitals/" data-qa="secondary-link" class="flex h-100 items-center ease-in-out transition-colors duration-200 fill-black hover-blue hover-fill-blue black" style="border-bottom-width:0;margin-top:">Capitals<!-- --> </a></div><div class="flex flex-column items-center h-100 ml-md" data-sc-v="6.6.0" data-sc-c="navitem"><a href="https://www.washingtonpost.com/sports/wizards/" data-qa="secondary-link" class="flex h-100 items-center ease-in-out transition-colors duration-200 fill-black hover-blue hover-fill-blue black" style="border-bottom-width:0;margin-top:">Wizards<!-- --> </a></div><div class="flex flex-column items-center h-100 ml-md" data-sc-v="6.6.0" data-sc-c="navitem"><a href="https://www.washingtonpost.com/sports/colleges/" data-qa="secondary-link" class="flex h-100 items-center ease-in-out transition-colors duration-200 fill-black hover-blue hover-fill-blue black" style="border-bottom-width:0;margin-top:">Colleges<!-- --> </a></div><div class="flex flex-column items-center h-100 ml-md" data-sc-v="6.6.0" data-sc-c="navitem"><a href="https://www.washingtonpost.com/sports/wnba/" data-qa="secondary-link" class="flex h-100 items-center ease-in-out transition-colors duration-200 fill-black hover-blue hover-fill-blue black" style="border-bottom-width:0;margin-top:">Mystics<!-- --> </a></div><div class="flex flex-column items-center h-100 ml-md" data-sc-v="6.6.0" data-sc-c="navitem"><a href="https://www.washingtonpost.com/sports/soccer/" data-qa="secondary-link" class="flex h-100 items-center ease-in-out transition-colors duration-200 fill-black hover-blue hover-fill-blue black" style="border-bottom-width:0;margin-top:">D.C. United & Spirit<!-- --> </a></div></div></nav></div> <main id="main-content"><div class="hpgrid-max-width ma-auto " data-chain-name="top-table" data-gtm-module="top-table" style="position:relative"><div class="chain hpgrid hpgrid-max-width ma-auto mx-dsktp-order large-bottom-separator no-line-bottom include-dividers-tables "><div class="table-in-grid hpgrid hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans wide-left-4-separate-tables-layout grid-top grid-bottom grid-left table1 include-dividers-features hide-helpers" style="--c-start-mx:1;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:1;--c-span-mx:8;--c-span-lg:8;--c-span-md:8;--c-span-sm:10;--c-span-xs:1"><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table1-childStyles grid-top grid-left grid-right
" style="--c-start-mx:1;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:1;--c-span-mx:8;--c-span-lg:8;--c-span-md:8;--c-span-sm:10;--c-span-xs:1;--dsktp-order:4" data-index="0" data-admin-id="1" data-feature-name="sports-tt-collex-lede" moat-id="fronts/flex-feature" data-mx-span="8" data-lg-span="8" data-md-span="8" data-sm-span="10" data-xs-span="1"><div class="left no-wrap-text art-size--fullWidth" data-feature-id="homepage/story"><div class="card-top card-text"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xxs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/21/wimbledon-russia-medvedev/" class="art-link"><img style="width:100%;height:100%;background-color:#eee" srcSet="https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Farc-anglerfish-washpost-prod-washpost%252Es3%252Eamazonaws%252Ecom%2Fpublic%2FGY2P3OJQSNCILLTBY6O4G2DL3U%252Ejpg&w=992&h=558 2x, https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Farc-anglerfish-washpost-prod-washpost%252Es3%252Eamazonaws%252Ecom%2Fpublic%2FGY2P3OJQSNCILLTBY6O4G2DL3U%252Ejpg&w=1984&h=1116 4x" src="https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Farc-anglerfish-washpost-prod-washpost%252Es3%252Eamazonaws%252Ecom%2Fpublic%2FGY2P3OJQSNCILLTBY6O4G2DL3U%252Ejpg&w=496&h=279" alt="" width="496" height="279" class="border-box db"/></a></div></div><div class="gray-dark font-xxxxs left pb-xs font--meta-text lh-sm">(Peter Nicholls/Reuters)</div><div class="gray-darkest mb-xxs label label-kicker left"><a class="font-xxxxs font-bold lh-sm offblack hover-gray-dark label-link" href="https://www.washingtonpost.com/sports/2022/04/21/wimbledon-russia-medvedev/"><span>Perspective</span></a></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-lg"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/21/wimbledon-russia-medvedev/" class=""><span>Wimbledon’s ban on Russian players was exactly right</span></a></h2></div><div class="pb-xs font-size-blurb lh-fronts-tiny font-light gray-dark " style="font-size:0.9375rem"><span>The All England Club sent a necessary message: Even the most innocent Russians will pay the price for the actions of Vladimir Putin’s regime. </span></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/sally-jenkins/">Sally Jenkins</a></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table1-childStyles grid-bottom grid-left grid-right
" style="--c-start-mx:1;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:1;--c-span-mx:8;--c-span-lg:8;--c-span-md:8;--c-span-sm:10;--c-span-xs:1;--dsktp-order:5" data-index="1" data-admin-id="2" data-feature-name="sports-tt-collex-under-lede" moat-id="fronts/flex-feature" data-mx-span="8" data-lg-span="8" data-md-span="8" data-sm-span="10" data-xs-span="1"><div class="left no-wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/21/novak-djokovic-wimbledon-ban/" class=""><span>Novak Djokovic calls Wimbledon ban of Russians, Belarusians ‘crazy’</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/cindy-boren/">Cindy Boren</a> and <a href="https://www.washingtonpost.com/people/annabelle-timsit/">Annabelle Timsit</a><span class="red timestamp blt blt-dot-large blt-gray-dark blt-inbetween">10 minutes ago</span></div></div></div></div></div><div class="table-in-grid hpgrid hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans wide-left-4-separate-tables-layout grid-top grid-bottom grid-center table2 include-dividers-features hide-helpers" style="--c-start-mx:9;--c-start-lg:9;--c-start-md:9;--c-start-sm:1;--c-start-xs:1;--c-span-mx:4;--c-span-lg:4;--c-span-md:4;--c-span-sm:10;--c-span-xs:1"><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table2-childStyles grid-top grid-left grid-right
" style="--c-start-mx:1;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:1;--c-span-mx:4;--c-span-lg:4;--c-span-md:4;--c-span-sm:10;--c-span-xs:1;--dsktp-order:2" data-index="1" data-admin-id="3" data-feature-name="sports-tt-collex-secondary1" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="4" data-md-span="4" data-sm-span="10" data-xs-span="1"><div class="left no-wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="gray-darkest mb-xxs label label-kicker left"><a class="font-xxxxs font-bold lh-sm offblack hover-gray-dark label-link" href="https://www.washingtonpost.com/sports/2022/04/21/nikola-jokic-mvp-nba-playoffs/"><span>Perspective</span></a></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/21/nikola-jokic-mvp-nba-playoffs/" class=""><span>Being the NBA’s MVP is an honor and a burden. Just ask Nikola Jokic.</span></a></h2></div><div class="pb-xs font-size-blurb lh-fronts-tiny font-light gray-dark " style="font-size:0.9375rem"><span>As he rages through a second straight difficult postseason, Jokic must embrace the joy and frustration. They’re both critical parts of the MVP experience.</span></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/jerry-brewer/">Jerry Brewer</a></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table2-childStyles grid-middle grid-left grid-right
" style="--c-start-mx:1;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:1;--c-span-mx:4;--c-span-lg:4;--c-span-md:4;--c-span-sm:10;--c-span-xs:1;--dsktp-order:2" data-index="1" data-admin-id="3" data-feature-name="sports-tt-collex-secondary1" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="4" data-md-span="4" data-sm-span="10" data-xs-span="1"><div class="left no-wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/20/dwayne-haskins-911-call/" class=""><span>Dwayne Haskins was looking for gas before fatal crash, per wife’s 911 call</span></a></h2></div><div class="pb-xs font-size-blurb lh-fronts-tiny font-light gray-dark " style="font-size:0.9375rem"><span>"That’s just not like him for him not to call me back," Kalabrya Haskins, the NFL quarterback's wife, told a 911 dispatcher the morning of the fatal crash.</span></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/nicki-jhabvala/">Nicki Jhabvala</a></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table2-childStyles grid-bottom grid-left grid-right
" style="--c-start-mx:1;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:1;--c-span-mx:4;--c-span-lg:4;--c-span-md:4;--c-span-sm:10;--c-span-xs:1;--dsktp-order:3" data-index="2" data-admin-id="4" data-feature-name="sports-tt-collex-secondary1-single" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="4" data-md-span="4" data-sm-span="10" data-xs-span="1"><div class="left no-wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/21/alex-ovechkin-50-goals-capitals-golden-knights/" class=""><span>Alex Ovechkin hits the 50-goal mark again, but the Capitals falter in OT</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/samantha-pell/">Samantha Pell</a></div></div></div></div></div><div class="table-in-grid hpgrid hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans wide-left-4-separate-tables-layout grid-top grid-bottom grid-center table3 include-dividers-features hide-helpers" style="--c-start-mx:13;--c-start-lg:13;--c-start-md:1;--c-start-sm:1;--c-start-xs:1;--c-span-mx:4;--c-span-lg:4;--c-span-md:12;--c-span-sm:10;--c-span-xs:1"><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table3-childStyles grid-top grid-left grid-right
" style="--c-start-mx:1;--c-start-lg:1;--c-start-md:0;--c-start-sm:1;--c-start-xs:1;--c-span-mx:4;--c-span-lg:4;--c-span-md:6;--c-span-sm:10;--c-span-xs:1;--dsktp-order:1" data-index="2" data-admin-id="5" data-feature-name="sports-tt-collex-secondary2" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="4" data-md-span="6" data-sm-span="10" data-xs-span="1"><div class="left no-wrap-text art-size--fullWidth" data-feature-id="homepage/story"><div class="card-top card-text"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/21/hbcu-mens-volleyball/" class="art-link"><img style="width:100%;height:100%;background-color:#eee" srcSet="https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Farc-anglerfish-washpost-prod-washpost%252Es3%252Eamazonaws%252Ecom%2Fpublic%2FLT5AHFGAW4I6ZNO7D65GDJTMOU%252Ejpg&w=464&h=310 2x, https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Farc-anglerfish-washpost-prod-washpost%252Es3%252Eamazonaws%252Ecom%2Fpublic%2FLT5AHFGAW4I6ZNO7D65GDJTMOU%252Ejpg&w=928&h=620 4x" src="https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Farc-anglerfish-washpost-prod-washpost%252Es3%252Eamazonaws%252Ecom%2Fpublic%2FLT5AHFGAW4I6ZNO7D65GDJTMOU%252Ejpg&w=232&h=155" alt="" width="232" height="155" class="border-box db"/></a></div></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/21/hbcu-mens-volleyball/" class=""><span>To grow U.S. men’s volleyball, advocates turned to HBCUs</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <!-- -->Jonathan Gold</div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table3-childStyles grid-bottom grid-left grid-right
" style="--c-start-mx:1;--c-start-lg:1;--c-start-md:0;--c-start-sm:1;--c-start-xs:1;--c-span-mx:4;--c-span-lg:4;--c-span-md:6;--c-span-sm:10;--c-span-xs:1;--dsktp-order:1" data-index="2" data-admin-id="5" data-feature-name="sports-tt-collex-secondary2" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="4" data-md-span="6" data-sm-span="10" data-xs-span="1"><div class="left no-wrap-text art-size--fullWidth" data-feature-id="homepage/story"><div class="card-top card-text"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/20/jay-wright-retires-villanova-kyle-neptune/" class="art-link"><img style="width:100%;height:100%;background-color:#eee" srcSet="https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Farc-anglerfish-washpost-prod-washpost%252Es3%252Eamazonaws%252Ecom%2Fpublic%2FAWOE3BGBCQI6ZNO7D65GDJTMOU%252Ejpg&w=464&h=310 2x, https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Farc-anglerfish-washpost-prod-washpost%252Es3%252Eamazonaws%252Ecom%2Fpublic%2FAWOE3BGBCQI6ZNO7D65GDJTMOU%252Ejpg&w=928&h=620 4x" src="https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Farc-anglerfish-washpost-prod-washpost%252Es3%252Eamazonaws%252Ecom%2Fpublic%2FAWOE3BGBCQI6ZNO7D65GDJTMOU%252Ejpg&w=232&h=155" alt="" width="232" height="155" class="border-box db"/></a></div></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/20/jay-wright-retires-villanova-kyle-neptune/" class=""><span>Villanova men’s basketball coach Jay Wright announces retirement </span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/des-bieler/">Des Bieler</a></div></div></div></div></div><div class="table-in-grid hpgrid hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans wide-left-4-separate-tables-layout grid-top grid-bottom grid-right table9 include-dividers-features hide-helpers" style="--c-start-mx:17;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:1;--c-span-mx:4;--c-span-lg:16;--c-span-md:12;--c-span-sm:10;--c-span-xs:1"><div class="hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans hpgrid-close-the-gap" style="grid-row-end:1;--c-start-mx:1;--c-span-mx:4"><div class="gray-darkest mb-sm label label-section-large left"><span class="font-xs font-bold uppercase letter-spacing offblack"><span>Perspectives</span></span></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table9-childStyles grid-top grid-left grid-right
" style="--c-start-mx:1;--c-start-lg:0;--c-start-md:0;--c-start-sm:0;--c-start-xs:0;--c-span-mx:4;--c-span-lg:4;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--dsktp-order:0" data-index="3" data-admin-id="6" data-feature-name="sports-tt-columnists-collex" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="4" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-light font-size-xs"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/19/nationals-owners-lerner-family/" class=""><span>Why owning a baseball team isn’t like owning a shopping mall</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/barry-svrluga/">Barry Svrluga</a></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table9-childStyles grid-middle grid-left grid-right
" style="--c-start-mx:1;--c-start-lg:0;--c-start-md:0;--c-start-sm:0;--c-start-xs:0;--c-span-mx:4;--c-span-lg:4;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--dsktp-order:0" data-index="3" data-admin-id="6" data-feature-name="sports-tt-columnists-collex" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="4" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-light font-size-xs"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/16/mike-bossy-dies-appreciation/" class=""><span>Mike Bossy was a hockey legend on the ice, and a sweetheart off it</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/john-feinstein/">John Feinstein</a></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table9-childStyles grid-middle grid-left grid-right
" style="--c-start-mx:1;--c-start-lg:0;--c-start-md:0;--c-start-sm:0;--c-start-xs:0;--c-span-mx:4;--c-span-lg:4;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--dsktp-order:0" data-index="3" data-admin-id="6" data-feature-name="sports-tt-columnists-collex" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="4" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-light font-size-xs"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/16/sports-twitter-elon-musk/" class=""><span>How bad can Sports Twitter be? If Elon Musk succeeds, we’ll find out.</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/candace-buckner/">Candace Buckner</a></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table9-childStyles grid-bottom grid-left grid-right
" style="--c-start-mx:1;--c-start-lg:0;--c-start-md:0;--c-start-sm:0;--c-start-xs:0;--c-span-mx:4;--c-span-lg:4;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--dsktp-order:0" data-index="3" data-admin-id="6" data-feature-name="sports-tt-columnists-collex" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="4" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-light font-size-xs"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/14/jackie-robinson-blackistone-civil-rights-history/" class=""><span>Narrative of Jackie Robinson, like that of MLK, is at odds with the reality</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/kevin-b-blackistone/">Kevin B. Blackistone</a></div></div></div></div></div></div></div><div aria-hidden="true" class="hide-for-print relative flex justify-center content-box items-center b bh mb-md mt-md pt-md pb-md dn-hp-xs border-box adslot-c" style="min-height:280px;border-top-color:;border-bottom-color:"><div class="center absolute w-100 border-box" style="top:" data-sc-v="6.6.0" data-sc-c="adslot"><div class="dib gray-dark pl-xs pr-xs font-sans-serif light font-xxxxs lh-md" style="--primary-border-color:" data-sc-v="6.6.0" data-sc-c="adslot"></div></div><div data-testid="placeholder-box" class="w-100 h-100 absolute flex flex-column justify-center border-box bg-offwhite" style="height:280px" data-sc-v="6.6.0" data-sc-c="placeholder"><div class="flex flex-column justify-center font-sans-serif center font-xxs light gray-dark lh-md" data-sc-v="6.6.0" data-sc-c="placeholder"><div data-sc-v="6.6.0" data-sc-c="placeholder">Advertisement</div></div></div></div><div aria-hidden="true" class="hide-for-print relative flex justify-center content-box items-center b bh mb-md mt-md pt-md pb-md dn-hp-sm-to-mx border-box adslot-c" style="min-height:250px;border-top-color:;border-bottom-color:"><div class="center absolute w-100 border-box" style="top:" data-sc-v="6.6.0" data-sc-c="adslot"><div class="dib gray-dark pl-xs pr-xs font-sans-serif light font-xxxxs lh-md" style="--primary-border-color:" data-sc-v="6.6.0" data-sc-c="adslot"></div></div><div data-testid="placeholder-box" class="w-100 h-100 absolute flex flex-column justify-center border-box bg-offwhite" style="height:250px" data-sc-v="6.6.0" data-sc-c="placeholder"><div class="flex flex-column justify-center font-sans-serif center font-xxs light gray-dark lh-md" data-sc-v="6.6.0" data-sc-c="placeholder"><div data-sc-v="6.6.0" data-sc-c="placeholder">Advertisement</div></div></div></div><div class="hpgrid-max-width ma-auto " data-chain-name="more-top-stories" data-gtm-module="more-top-stories" style="position:relative"><div class="mr-sm ml-sm mr-0-ns ml-0-ns label"><div class="gray-darkest mb-sm label label-section-large left"><span class="font-xs font-bold uppercase letter-spacing offblack"><span>More Top Stories</span></span></div></div><div class="chain hpgrid hpgrid-max-width ma-auto mx-dsktp-order large-bottom-separator no-line-bottom include-dividers-tables "><div class="table-in-grid hpgrid hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans double-wide-with-far-right-table-layout grid-top grid-bottom grid-left table1 include-dividers-features hide-helpers" style="--c-start-mx:1;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:1;--c-span-mx:8;--c-span-lg:8;--c-span-md:12;--c-span-sm:10;--c-span-xs:1"><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table1-columns-main grid-top grid-bottom grid-left
" style="--c-start-mx:1;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:0;--c-span-mx:4;--c-span-lg:4;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--r-span-mx:4;--r-span-lg:4;--r-span-md:4;--r-span-sm:4;--dsktp-order:3" data-index="0" data-admin-id="1" data-feature-name="sports-collex-mts-1" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="4" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text art-size--fullWidth" data-feature-id="homepage/story"><div class="card-top card-text"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/20/pam-shriver-inappropriate-relationship-coach/" class="art-link"><img style="width:100%;height:100%;background-color:#eee" srcSet="https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Farc-anglerfish-washpost-prod-washpost%252Es3%252Eamazonaws%252Ecom%2Fpublic%2FNTXYGYTXBJCWZDR4OUHXLULMZE%252Ejpg&w=464&h=260 2x, https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Farc-anglerfish-washpost-prod-washpost%252Es3%252Eamazonaws%252Ecom%2Fpublic%2FNTXYGYTXBJCWZDR4OUHXLULMZE%252Ejpg&w=928&h=520 4x" src="https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Farc-anglerfish-washpost-prod-washpost%252Es3%252Eamazonaws%252Ecom%2Fpublic%2FNTXYGYTXBJCWZDR4OUHXLULMZE%252Ejpg&w=232&h=130" alt="" width="232" height="130" class="border-box db"/></a></div></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/20/pam-shriver-inappropriate-relationship-coach/" class=""><span>Pam Shriver reveals ‘inappropriate’ relationship at 17 with her coach</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/cindy-boren/">Cindy Boren</a> and <a href="https://www.washingtonpost.com/people/glynn-a-hill/">Glynn A. Hill</a></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table1-columns-right grid-top grid-bottom grid-right
" style="--c-start-mx:5;--c-start-lg:5;--c-start-md:7;--c-start-sm:6;--c-start-xs:0;--c-span-mx:4;--c-span-lg:4;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--r-span-mx:4;--r-span-lg:4;--r-span-md:4;--r-span-sm:4;--dsktp-order:4" data-index="1" data-admin-id="2" data-feature-name="sports-collex-mts-2" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="4" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text art-size--fullWidth" data-feature-id="homepage/story"><div class="card-top card-text"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/20/wimbledon-ban-russian-belarusian-players/" class="art-link"><img style="width:100%;height:100%;background-color:#eee" srcSet="https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Farc-anglerfish-washpost-prod-washpost%252Es3%252Eamazonaws%252Ecom%2Fpublic%2FHH7R2X6JO5GKXBFKRBPJM466TQ%252Ejpg&w=464&h=260 2x, https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Farc-anglerfish-washpost-prod-washpost%252Es3%252Eamazonaws%252Ecom%2Fpublic%2FHH7R2X6JO5GKXBFKRBPJM466TQ%252Ejpg&w=928&h=520 4x" src="https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Farc-anglerfish-washpost-prod-washpost%252Es3%252Eamazonaws%252Ecom%2Fpublic%2FHH7R2X6JO5GKXBFKRBPJM466TQ%252Ejpg&w=232&h=130" alt="" width="232" height="130" class="border-box db"/></a></div></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/20/wimbledon-ban-russian-belarusian-players/" class=""><span>Wimbledon bans Russian and Belarusian players over invasion of Ukraine</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/cindy-boren/">Cindy Boren</a>, <a href="https://www.washingtonpost.com/people/adela-suliman/">Adela Suliman</a> and <a href="https://www.washingtonpost.com/people/matt-bonesteel/">Matt Bonesteel</a></div></div></div></div></div><div class="table-in-grid hpgrid hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans double-wide-with-far-right-table-layout grid-top grid-bottom grid-center table2 include-dividers-features hide-helpers" style="--c-start-mx:9;--c-start-lg:9;--c-start-md:1;--c-start-sm:1;--c-start-xs:1;--c-span-mx:8;--c-span-lg:8;--c-span-md:12;--c-span-sm:10;--c-span-xs:1"><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table2-columns-main grid-top grid-bottom grid-left
" style="--c-start-mx:1;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:0;--c-span-mx:4;--c-span-lg:4;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--r-span-mx:4;--r-span-lg:4;--r-span-md:4;--r-span-sm:4;--dsktp-order:1" data-index="1" data-admin-id="3" data-feature-name="sports-collex-mts-3" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="4" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text art-size--fullWidth" data-feature-id="homepage/story"><div class="card-top card-text"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/20/nationals-diamondbacks-erick-fedde/" class="art-link"><img style="width:100%;height:100%;background-color:#eee" srcSet="https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Farc-anglerfish-washpost-prod-washpost%252Es3%252Eamazonaws%252Ecom%2Fpublic%2FYFFTFLAONJCY3I5LV75LE2NTP4%252Ejpg&w=464&h=260 2x, https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Farc-anglerfish-washpost-prod-washpost%252Es3%252Eamazonaws%252Ecom%2Fpublic%2FYFFTFLAONJCY3I5LV75LE2NTP4%252Ejpg&w=928&h=520 4x" src="https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Farc-anglerfish-washpost-prod-washpost%252Es3%252Eamazonaws%252Ecom%2Fpublic%2FYFFTFLAONJCY3I5LV75LE2NTP4%252Ejpg&w=232&h=130" alt="" width="232" height="130" class="border-box db"/></a></div></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/20/nationals-diamondbacks-erick-fedde/" class=""><span>Erick Fedde gets lit up as Nationals sputter to 11-2 loss to Diamondbacks</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/andrew-golden/">Andrew Golden</a></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table2-columns-right grid-top grid-bottom grid-right
" style="--c-start-mx:5;--c-start-lg:5;--c-start-md:7;--c-start-sm:6;--c-start-xs:0;--c-span-mx:4;--c-span-lg:4;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--r-span-mx:4;--r-span-lg:4;--r-span-md:4;--r-span-sm:4;--dsktp-order:2" data-index="2" data-admin-id="4" data-feature-name="sports-collex-mts-4" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="4" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text art-size--fullWidth" data-feature-id="homepage/story"><div class="card-top card-text"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/20/hernan-losada-fired-dc-united/" class="art-link"><img style="width:100%;height:100%;background-color:#eee" srcSet="https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Farc-anglerfish-washpost-prod-washpost%252Es3%252Eamazonaws%252Ecom%2Fpublic%2FVCCPGB56URF43DXFCPKUPNVESM%252Ejpg&w=464&h=260 2x, https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Farc-anglerfish-washpost-prod-washpost%252Es3%252Eamazonaws%252Ecom%2Fpublic%2FVCCPGB56URF43DXFCPKUPNVESM%252Ejpg&w=928&h=520 4x" src="https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Farc-anglerfish-washpost-prod-washpost%252Es3%252Eamazonaws%252Ecom%2Fpublic%2FVCCPGB56URF43DXFCPKUPNVESM%252Ejpg&w=232&h=130" alt="" width="232" height="130" class="border-box db"/></a></div></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/20/hernan-losada-fired-dc-united/" class=""><span>D.C. United fires coach Hernán Losada after sluggish start to season</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/steven-goff/">Steven Goff</a></div></div></div></div></div><div class="table-in-grid hpgrid hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans double-wide-with-far-right-table-layout grid-top grid-bottom grid-right table9 include-dividers-features hide-helpers" style="--c-start-mx:17;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:1;--c-span-mx:4;--c-span-lg:16;--c-span-md:12;--c-span-sm:10;--c-span-xs:1"><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table9-childStyles grid-top grid-left grid-right
" style="--c-start-mx:1;--c-start-lg:0;--c-start-md:0;--c-start-sm:0;--c-start-xs:0;--c-span-mx:4;--c-span-lg:5;--c-span-md:4;--c-span-sm:10;--c-span-xs:1;--dsktp-order:0" data-index="2" data-admin-id="5" data-feature-name="sports-collex-mts-5" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="5" data-md-span="4" data-sm-span="10" data-xs-span="1"><div class="left no-wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--subhead lh-fronts-tiny font-light font-size-tiny"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/20/terry-mclaurin-contract-market-value/" class=""><span>Wide receivers keep cashing in, and it may be Terry McLaurin’s turn soon</span></a></h2></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table9-childStyles grid-middle grid-left grid-right
" style="--c-start-mx:1;--c-start-lg:0;--c-start-md:0;--c-start-sm:0;--c-start-xs:0;--c-span-mx:4;--c-span-lg:5;--c-span-md:4;--c-span-sm:10;--c-span-xs:1;--dsktp-order:0" data-index="2" data-admin-id="5" data-feature-name="sports-collex-mts-5" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="5" data-md-span="4" data-sm-span="10" data-xs-span="1"><div class="left no-wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--subhead lh-fronts-tiny font-light font-size-tiny"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/21/joel-embiid-game-winner-sixers-raptors/" class=""><span>Joel Embiid buries game-winner in OT as 76ers push Raptors to the brink</span></a></h2></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table9-childStyles grid-bottom grid-left grid-right
" style="--c-start-mx:1;--c-start-lg:0;--c-start-md:0;--c-start-sm:0;--c-start-xs:0;--c-span-mx:4;--c-span-lg:5;--c-span-md:4;--c-span-sm:10;--c-span-xs:1;--dsktp-order:0" data-index="2" data-admin-id="5" data-feature-name="sports-collex-mts-5" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="5" data-md-span="4" data-sm-span="10" data-xs-span="1"><div class="left no-wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--subhead lh-fronts-tiny font-light font-size-tiny"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/20/sean-doolittle-elbow-sprain-injured-list/" class=""><span>Nationals’ Sean Doolittle goes on injured list with elbow sprain </span></a></h2></div></div></div></div></div></div></div><div class="hpgrid-max-width ma-auto " data-chain-name="mlb" data-gtm-module="mlb" style="position:relative"><div class="mr-sm ml-sm mr-0-ns ml-0-ns label"><div class="gray-darkest mb-sm label label-section-large left"><a class="font-xs font-bold uppercase letter-spacing offblack hover-gray-dark label-link" href="https://www.washingtonpost.com/sports/mlb/"><span>MAJOR LEAGUE BASEBALL</span><span class="relative" style="margin-left:0.125rem"><span style="position:absolute;size-to-use:normal;top:0"><svg class="content-box fill-gray hover-inherit hover-fill-gray" width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="img" data-sc-v="6.6.0" data-sc-c="iconbase"><title data-sc-v="6.6.0" data-sc-c="iconbase">ChevronRight</title><path d="M9.44 7.854L4.145 2.56l1.415-1.415 6 6a1 1 0 0 1 0 1.415l-6 6-1.415-1.415L9.44 7.854z" fill-rule="nonzero" data-sc-v="6.6.0" data-sc-c="iconbase"></path></svg></span></span></a></div></div><div class="chain hpgrid hpgrid-max-width ma-auto mx-dsktp-order large-bottom-separator no-line-bottom include-dividers-tables "><div class="table-in-grid hpgrid hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans wide-left-dual-2-col-tables-layout grid-top grid-bottom grid-left table1 include-dividers-features hide-helpers" style="--c-start-mx:1;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:1;--c-span-mx:12;--c-span-lg:16;--c-span-md:12;--c-span-sm:10;--c-span-xs:1"><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table1-columns-left grid-top grid-bottom grid-left
" style="--c-start-mx:1;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:1;--c-span-mx:8;--c-span-lg:10;--c-span-md:8;--c-span-sm:10;--c-span-xs:1;--r-span-mx:6;--r-span-lg:6;--r-span-md:6;--dsktp-order:2" data-index="0" data-admin-id="1" data-feature-name="mlb-feed-1" moat-id="fronts/flex-feature" data-mx-span="8" data-lg-span="10" data-md-span="8" data-sm-span="10" data-xs-span="1"><div class="left no-wrap-text art-size--fullWidth" data-feature-id="homepage/story"><div class="card-top card-text"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xxs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/21/mlb-jersey-patches-baseball/" class="art-link"><div><svg aria-labelledby="ImageLoader1.78-aria" role="img" viewBox="0 0 496 279"><title id="ImageLoader1.78-aria">Loading...</title><rect role="presentation" x="0" y="0" width="100%" height="100%" clip-path="url(#ImageLoader1.78-diff)" style="fill:url(#ImageLoader1.78-animated-diff)"></rect><defs><clipPath id="ImageLoader1.78-diff"><rect x="0" y="0" width="496" height="279"></rect></clipPath><linearGradient id="ImageLoader1.78-animated-diff"><stop offset="0%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="50%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="100%" stop-color="#e9e9e9" stop-opacity="1"></stop></linearGradient></defs></svg></div></a></div></div><div class="gray-dark font-xxxxs left pb-xs font--meta-text lh-sm">(Matt Thomas/AP)</div><div class="gray-darkest mb-xxs label label-kicker left"><a class="font-xxxxs font-bold lh-sm offblack hover-gray-dark label-link" href="https://www.washingtonpost.com/sports/2022/04/21/mlb-jersey-patches-baseball/"><span>Perspective</span></a></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-md"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/21/mlb-jersey-patches-baseball/" class=""><span>Baseball is changing its uniforms. The culture needs some updating, too.</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/candace-buckner/">Candace Buckner</a><span class="gray-dark timestamp blt blt-dot-large blt-gray-dark blt-inbetween">39 minutes ago</span></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table1-columns-main grid-top grid-right
" style="--c-start-mx:9;--c-start-lg:11;--c-start-md:9;--c-start-sm:1;--c-start-xs:1;--c-span-mx:4;--c-span-lg:6;--c-span-md:4;--c-span-sm:10;--c-span-xs:1;--r-span-mx:2;--r-span-lg:2;--r-span-md:2;--dsktp-order:3" data-index="1" data-admin-id="2" data-feature-name="mlb-feed-2" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="6" data-md-span="4" data-sm-span="10" data-xs-span="1"><div class="left no-wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="gray-darkest mb-xxs label label-kicker left"><a class="font-xxxxs font-bold lh-sm offblack hover-gray-dark label-link" href="https://www.washingtonpost.com/sports/2022/04/19/new-york-yankees-2022-expectations/"><span>Analysis</span></a></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/19/new-york-yankees-2022-expectations/" class=""><span>The Yankees face the usual lofty expectations — and the same old questions</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/chelsea-janes/">Chelsea Janes</a></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table1-columns-main grid-pseudo-left grid-middle grid-right
" style="--c-start-mx:9;--c-start-lg:11;--c-start-md:9;--c-start-sm:1;--c-start-xs:1;--c-span-mx:4;--c-span-lg:6;--c-span-md:4;--c-span-sm:10;--c-span-xs:1;--r-span-mx:2;--r-span-lg:2;--r-span-md:2;--dsktp-order:3" data-index="1" data-admin-id="2" data-feature-name="mlb-feed-2" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="6" data-md-span="4" data-sm-span="10" data-xs-span="1"><div class="left no-wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/18/red-sox-kevin-plawecki-coronavirus/" class=""><span>Red Sox player, staffers test positive for coronavirus</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/matt-bonesteel/">Matt Bonesteel</a></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table1-columns-main grid-pseudo-left grid-bottom grid-right
" style="--c-start-mx:9;--c-start-lg:11;--c-start-md:9;--c-start-sm:1;--c-start-xs:1;--c-span-mx:4;--c-span-lg:6;--c-span-md:4;--c-span-sm:10;--c-span-xs:1;--r-span-mx:2;--r-span-lg:2;--r-span-md:2;--dsktp-order:3" data-index="1" data-admin-id="2" data-feature-name="mlb-feed-2" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="6" data-md-span="4" data-sm-span="10" data-xs-span="1"><div class="left no-wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/17/roki-sasaki-japan-baseball-perfect-game/" class=""><span>Fresh off a perfect game, Japanese phenom nearly throws another</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/des-bieler/">Des Bieler</a></div></div></div></div></div><div class="table-in-grid hpgrid hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans wide-left-dual-2-col-tables-layout grid-top grid-bottom grid-right table2 include-dividers-features hide-helpers" style="--c-start-mx:13;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:1;--c-span-mx:8;--c-span-lg:16;--c-span-md:12;--c-span-sm:10;--c-span-xs:1"><div class="hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans hpgrid-close-the-gap" style="grid-row-end:1;--c-start-mx:1;--c-span-mx:8"><div class="gray-darkest mb-xs label label-package-nested left"><a class="font-xxxs font-bold uppercase letter-spacing offblack hover-gray-dark label-link" href="https://www.washingtonpost.com/sports/nationals/"><span>WASHINGTON NATIONALS</span><span class="relative" style="margin-left:0.125rem"><span style="position:absolute;size-to-use:small;top:0"><svg class="content-box fill-gray hover-inherit hover-fill-gray" width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="img" data-sc-v="6.6.0" data-sc-c="iconbase"><title data-sc-v="6.6.0" data-sc-c="iconbase">ChevronRight</title><path d="M9.44 7.854L4.145 2.56l1.415-1.415 6 6a1 1 0 0 1 0 1.415l-6 6-1.415-1.415L9.44 7.854z" fill-rule="nonzero" data-sc-v="6.6.0" data-sc-c="iconbase"></path></svg></span></span></a></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table2-columns-left grid-top grid-bottom grid-left
" style="--c-start-mx:1;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:1;--c-span-mx:4;--c-span-lg:8;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--r-span-mx:6;--r-span-lg:6;--r-span-md:6;--r-span-sm:6;--dsktp-order:0" data-index="1" data-admin-id="3" data-feature-name="nats-feed-1" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="8" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text art-size--fullWidth" data-feature-id="homepage/story"><div class="card-top card-text"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/20/nationals-diamondbacks-erick-fedde/" class="art-link"><div><svg aria-labelledby="ImageLoader1.5-aria" role="img" viewBox="0 0 232 155"><title id="ImageLoader1.5-aria">Loading...</title><rect role="presentation" x="0" y="0" width="100%" height="100%" clip-path="url(#ImageLoader1.5-diff)" style="fill:url(#ImageLoader1.5-animated-diff)"></rect><defs><clipPath id="ImageLoader1.5-diff"><rect x="0" y="0" width="232" height="155"></rect></clipPath><linearGradient id="ImageLoader1.5-animated-diff"><stop offset="0%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="50%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="100%" stop-color="#e9e9e9" stop-opacity="1"></stop></linearGradient></defs></svg></div></a></div></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/20/nationals-diamondbacks-erick-fedde/" class=""><span>Erick Fedde gets lit up as Nationals sputter to 11-2 loss to Diamondbacks</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/andrew-golden/">Andrew Golden</a></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table2-columns-main grid-top grid-right
" style="--c-start-mx:5;--c-start-lg:9;--c-start-md:7;--c-start-sm:6;--c-start-xs:1;--c-span-mx:4;--c-span-lg:8;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--r-span-mx:2;--r-span-lg:2;--r-span-md:2;--r-span-sm:2;--dsktp-order:1" data-index="2" data-admin-id="4" data-feature-name="nats-feed-1" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="8" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--subhead lh-fronts-tiny font-light font-size-tiny"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/20/cesar-hernandez-leadoff-washington-nationals/" class=""><span>Early returns on César Hernández are solid, but Nationals need more</span></a></h2></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table2-columns-main grid-pseudo-left grid-middle grid-right
" style="--c-start-mx:5;--c-start-lg:9;--c-start-md:7;--c-start-sm:6;--c-start-xs:1;--c-span-mx:4;--c-span-lg:8;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--r-span-mx:2;--r-span-lg:2;--r-span-md:2;--r-span-sm:2;--dsktp-order:1" data-index="2" data-admin-id="4" data-feature-name="nats-feed-1" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="8" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--subhead lh-fronts-tiny font-light font-size-tiny"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/20/sean-doolittle-elbow-sprain-injured-list/" class=""><span>Nationals’ Sean Doolittle goes on injured list with elbow sprain </span></a></h2></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table2-columns-main grid-pseudo-left grid-bottom grid-right
" style="--c-start-mx:5;--c-start-lg:9;--c-start-md:7;--c-start-sm:6;--c-start-xs:1;--c-span-mx:4;--c-span-lg:8;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--r-span-mx:2;--r-span-lg:2;--r-span-md:2;--r-span-sm:2;--dsktp-order:1" data-index="2" data-admin-id="4" data-feature-name="nats-feed-1" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="8" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--subhead lh-fronts-tiny font-light font-size-tiny"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/19/nationals-diamondbacks-doubleheader/" class=""><span>Josiah Gray and Joan Adon guide the Nationals to a doubleheader sweep</span></a></h2></div></div></div></div></div></div></div><div class="hpgrid-max-width ma-auto " data-chain-name="editors-picks" data-gtm-module="editors-picks" style="position:relative"><div class="mr-sm ml-sm mr-0-ns ml-0-ns label"><div class="gray-darkest mb-sm label label-section-large left"><span class="font-xs font-bold uppercase letter-spacing offblack"><span>Editors’ Picks</span></span></div></div><div class="chain hpgrid hpgrid-max-width ma-auto mx-dsktp-order large-bottom-separator no-line-bottom include-dividers-tables "><div class="table-in-grid hpgrid hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans double-wide-layout grid-top grid-bottom grid-left table1 include-dividers-features hide-helpers" style="--c-start-mx:1;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:1;--c-span-mx:10;--c-span-lg:8;--c-span-md:12;--c-span-sm:10;--c-span-xs:1"><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table1-columns-left grid-top grid-bottom grid-left grid-right
" style="--c-start-mx:1;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:0;--c-span-mx:10;--c-span-lg:8;--c-span-md:12;--c-span-sm:10;--c-span-xs:1;--dsktp-order:1" data-index="0" data-admin-id="1" data-feature-name="sports-ep-collex-1" moat-id="fronts/flex-feature" data-mx-span="10" data-lg-span="8" data-md-span="12" data-sm-span="10" data-xs-span="1"><div class="center no-wrap-text art-size--fullWidth" data-feature-id="homepage/story"><div class="card-top card-text"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xxs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/19/nba-mental-health-demar-derozan/" class="art-link"><div><svg aria-labelledby="ImageLoader1.78-aria" role="img" viewBox="0 0 628 353"><title id="ImageLoader1.78-aria">Loading...</title><rect role="presentation" x="0" y="0" width="100%" height="100%" clip-path="url(#ImageLoader1.78-diff)" style="fill:url(#ImageLoader1.78-animated-diff)"></rect><defs><clipPath id="ImageLoader1.78-diff"><rect x="0" y="0" width="628" height="353"></rect></clipPath><linearGradient id="ImageLoader1.78-animated-diff"><stop offset="0%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="50%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="100%" stop-color="#e9e9e9" stop-opacity="1"></stop></linearGradient></defs></svg></div></a></div></div><div class="gray-dark font-xxxxs left pb-xs font--meta-text lh-sm">(John McDonnell/The Washington Post)</div><div class="headline relative gray-darkest pb-xs"><h2 class="relative center font--headline font-light font-size-lg"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/19/nba-mental-health-demar-derozan/" class=""><span>How the NBA got serious about mental health</span></a></h2></div><div class="pb-xs font-size-blurb lh-fronts-tiny font-light gray-dark " style="font-size:0.9375rem"><span>DeRozan’s revelation resonated and reverberated, resulting in a response from players within the NBA and the league offices.</span></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/michael-lee/">Michael Lee</a></div></div></div></div></div><div class="table-in-grid hpgrid hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans double-wide-layout grid-top grid-bottom grid-right table2 include-dividers-features hide-helpers" style="--c-start-mx:11;--c-start-lg:9;--c-start-md:1;--c-start-sm:1;--c-start-xs:1;--c-span-mx:10;--c-span-lg:8;--c-span-md:12;--c-span-sm:10;--c-span-xs:1"><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table2-columns-left grid-top grid-left grid-right
" style="--c-start-mx:1;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:0;--c-span-mx:10;--c-span-lg:8;--c-span-md:12;--c-span-sm:10;--c-span-xs:1;--dsktp-order:0" data-index="1" data-admin-id="2" data-feature-name="sports-ep-collex-1" moat-id="fronts/flex-feature" data-mx-span="10" data-lg-span="8" data-md-span="12" data-sm-span="10" data-xs-span="1"><div class="left no-wrap-text art-size--lg" data-feature-id="homepage/story"><div class="card-right card-art left art--right no-bottom"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/14/first-black-athletes-sports-pioneers/" class="art-link"><div><svg aria-labelledby="ImageLoader1.5-aria" role="img" viewBox="0 0 298 199"><title id="ImageLoader1.5-aria">Loading...</title><rect role="presentation" x="0" y="0" width="100%" height="100%" clip-path="url(#ImageLoader1.5-diff)" style="fill:url(#ImageLoader1.5-animated-diff)"></rect><defs><clipPath id="ImageLoader1.5-diff"><rect x="0" y="0" width="298" height="199"></rect></clipPath><linearGradient id="ImageLoader1.5-animated-diff"><stop offset="0%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="50%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="100%" stop-color="#e9e9e9" stop-opacity="1"></stop></linearGradient></defs></svg></div></a></div></div></div><div class="card-left card-text no-bottom"><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/14/first-black-athletes-sports-pioneers/" class=""><span>The Jackie Robinson of ...</span></a></h2></div><div class="pb-xs font-size-blurb lh-fronts-tiny font-light gray-dark " style="font-size:0.9375rem"><span>Seventy-five years ago, Jackie Robinson became Major League Baseball's first Black player — and reshaped the way we talk about sports pioneers.</span></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/dave-sheinin/">Dave Sheinin</a> and <a href="https://www.washingtonpost.com/people/michael-lee/">Michael Lee</a></div></div><div class="cb"></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table2-columns-left grid-bottom grid-left grid-right
" style="--c-start-mx:1;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:0;--c-span-mx:10;--c-span-lg:8;--c-span-md:12;--c-span-sm:10;--c-span-xs:1;--dsktp-order:0" data-index="1" data-admin-id="2" data-feature-name="sports-ep-collex-1" moat-id="fronts/flex-feature" data-mx-span="10" data-lg-span="8" data-md-span="12" data-sm-span="10" data-xs-span="1"><div class="left no-wrap-text art-size--lg" data-feature-id="homepage/story"><div class="card-right card-art left art--right no-bottom"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/15/adrianne-haslet-boston-marathon/" class="art-link"><div><svg aria-labelledby="ImageLoader1.5-aria" role="img" viewBox="0 0 298 199"><title id="ImageLoader1.5-aria">Loading...</title><rect role="presentation" x="0" y="0" width="100%" height="100%" clip-path="url(#ImageLoader1.5-diff)" style="fill:url(#ImageLoader1.5-animated-diff)"></rect><defs><clipPath id="ImageLoader1.5-diff"><rect x="0" y="0" width="298" height="199"></rect></clipPath><linearGradient id="ImageLoader1.5-animated-diff"><stop offset="0%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="50%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="100%" stop-color="#e9e9e9" stop-opacity="1"></stop></linearGradient></defs></svg></div></a></div></div></div><div class="card-left card-text no-bottom"><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/15/adrianne-haslet-boston-marathon/" class=""><span>‘The month my body remembers’</span></a></h2></div><div class="pb-xs font-size-blurb lh-fronts-tiny font-light gray-dark " style="font-size:0.9375rem"><span>Adrianne Haslet has faced severe trauma more than once on her path to running Monday's Boston Marathon. Now that she's returned to the starting line, the word she keeps coming back to is "gratitude."</span></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/cindy-boren/">Cindy Boren</a></div></div><div class="cb"></div></div></div></div></div></div><div class="hpgrid-max-width ma-auto " data-chain-name="the-latest" data-gtm-module="the-latest" style="position:relative"><div class="mr-sm ml-sm mr-0-ns ml-0-ns label"><div class="gray-darkest mb-sm label label-section-large left"><span class="font-xs font-bold uppercase letter-spacing offblack"><span>The Latest</span></span></div></div><div class="chain hpgrid hpgrid-max-width ma-auto mx-dsktp-order large-bottom-separator no-line-bottom include-dividers-tables "><div class="table-in-grid hpgrid hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans even-split-2-col-table-at-left-layout grid-top grid-bottom grid-left table1 include-dividers-features hide-helpers" style="--c-start-mx:1;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:1;--c-span-mx:16;--c-span-lg:16;--c-span-md:12;--c-span-sm:10;--c-span-xs:1"><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table1-columns-left grid-top grid-bottom grid-left
" style="--c-start-mx:1;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:1;--c-span-mx:8;--c-span-lg:8;--c-span-md:6;--c-span-sm:10;--c-span-xs:1;--r-span-mx:8;--r-span-lg:8;--r-span-md:8;--dsktp-order:5" data-index="0" data-admin-id="1" data-feature-name="sports-latest-feed" moat-id="fronts/flex-feature" data-mx-span="8" data-lg-span="8" data-md-span="6" data-sm-span="10" data-xs-span="1"><div class="left no-wrap-text art-size--fullWidth" data-feature-id="homepage/story"><div class="card-top card-text"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xxs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/21/novak-djokovic-wimbledon-ban/" class="art-link"><div><svg aria-labelledby="ImageLoader1.78-aria" role="img" viewBox="0 0 496 279"><title id="ImageLoader1.78-aria">Loading...</title><rect role="presentation" x="0" y="0" width="100%" height="100%" clip-path="url(#ImageLoader1.78-diff)" style="fill:url(#ImageLoader1.78-animated-diff)"></rect><defs><clipPath id="ImageLoader1.78-diff"><rect x="0" y="0" width="496" height="279"></rect></clipPath><linearGradient id="ImageLoader1.78-animated-diff"><stop offset="0%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="50%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="100%" stop-color="#e9e9e9" stop-opacity="1"></stop></linearGradient></defs></svg></div></a></div></div><div class="gray-dark font-xxxxs left pb-xs font--meta-text lh-sm">(Andrej Cukic/EPA-EFE/REX/Shutterstock)</div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-md"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/21/novak-djokovic-wimbledon-ban/" class=""><span>Novak Djokovic calls Wimbledon ban of Russians, Belarusians ‘crazy’</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/cindy-boren/">Cindy Boren</a> and <a href="https://www.washingtonpost.com/people/annabelle-timsit/">Annabelle Timsit</a><span class="red timestamp blt blt-dot-large blt-gray-dark blt-inbetween">10 minutes ago</span></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table1-columns-main grid-top grid-right
" style="--c-start-mx:9;--c-start-lg:9;--c-start-md:7;--c-start-sm:1;--c-start-xs:1;--c-span-mx:8;--c-span-lg:8;--c-span-md:6;--c-span-sm:10;--c-span-xs:1;--r-span-mx:2;--r-span-lg:2;--r-span-md:2;--dsktp-order:6" data-index="1" data-admin-id="2" data-feature-name="sports-latest-feed" moat-id="fronts/flex-feature" data-mx-span="8" data-lg-span="8" data-md-span="6" data-sm-span="10" data-xs-span="1"><div class="left no-wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="gray-darkest mb-xxs label label-kicker left"><a class="font-xxxxs font-bold lh-sm offblack hover-gray-dark label-link" href="https://www.washingtonpost.com/sports/2022/04/21/mlb-jersey-patches-baseball/"><span>Perspective</span></a></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/21/mlb-jersey-patches-baseball/" class=""><span>Baseball is changing its uniforms. The culture needs some updating, too.</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/candace-buckner/">Candace Buckner</a><span class="gray-dark timestamp blt blt-dot-large blt-gray-dark blt-inbetween">39 minutes ago</span></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table1-columns-main grid-pseudo-left grid-middle grid-right
" style="--c-start-mx:9;--c-start-lg:9;--c-start-md:7;--c-start-sm:1;--c-start-xs:1;--c-span-mx:8;--c-span-lg:8;--c-span-md:6;--c-span-sm:10;--c-span-xs:1;--r-span-mx:2;--r-span-lg:2;--r-span-md:2;--dsktp-order:6" data-index="1" data-admin-id="2" data-feature-name="sports-latest-feed" moat-id="fronts/flex-feature" data-mx-span="8" data-lg-span="8" data-md-span="6" data-sm-span="10" data-xs-span="1"><div class="left no-wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/21/joel-embiid-game-winner-sixers-raptors/" class=""><span>Joel Embiid buries game-winner in OT as 76ers push Raptors to the brink</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/ben-golliver/">Ben Golliver</a><span class="gray-dark timestamp blt blt-dot-large blt-gray-dark blt-inbetween">1 hour ago</span></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table1-columns-main grid-pseudo-left grid-middle grid-right
" style="--c-start-mx:9;--c-start-lg:9;--c-start-md:7;--c-start-sm:1;--c-start-xs:1;--c-span-mx:8;--c-span-lg:8;--c-span-md:6;--c-span-sm:10;--c-span-xs:1;--r-span-mx:2;--r-span-lg:2;--r-span-md:2;--dsktp-order:6" data-index="1" data-admin-id="2" data-feature-name="sports-latest-feed" moat-id="fronts/flex-feature" data-mx-span="8" data-lg-span="8" data-md-span="6" data-sm-span="10" data-xs-span="1"><div class="left no-wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="gray-darkest mb-xxs label label-kicker left"><a class="font-xxxxs font-bold lh-sm offblack hover-gray-dark label-link" href="https://www.washingtonpost.com/sports/2022/04/21/nikola-jokic-mvp-nba-playoffs/"><span>Perspective</span></a></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/21/nikola-jokic-mvp-nba-playoffs/" class=""><span>Being the NBA’s MVP is an honor and a burden. Just ask Nikola Jokic.</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/jerry-brewer/">Jerry Brewer</a></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table1-columns-main grid-pseudo-left grid-bottom grid-right
" style="--c-start-mx:9;--c-start-lg:9;--c-start-md:7;--c-start-sm:1;--c-start-xs:1;--c-span-mx:8;--c-span-lg:8;--c-span-md:6;--c-span-sm:10;--c-span-xs:1;--r-span-mx:2;--r-span-lg:2;--r-span-md:2;--dsktp-order:6" data-index="1" data-admin-id="2" data-feature-name="sports-latest-feed" moat-id="fronts/flex-feature" data-mx-span="8" data-lg-span="8" data-md-span="6" data-sm-span="10" data-xs-span="1"><div class="left no-wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="gray-darkest mb-xxs label label-kicker left"><a class="font-xxxxs font-bold lh-sm offblack hover-gray-dark label-link" href="https://www.washingtonpost.com/sports/2022/04/21/wimbledon-russia-medvedev/"><span>Perspective</span></a></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/21/wimbledon-russia-medvedev/" class=""><span>Wimbledon’s ban on Russian players was exactly right</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/sally-jenkins/">Sally Jenkins</a></div></div></div></div></div><div class="table-in-grid hpgrid hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans even-split-2-col-table-at-left-layout grid-top grid-bottom grid-right table9 include-dividers-features hide-helpers" style="--c-start-mx:17;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:1;--c-span-mx:4;--c-span-lg:16;--c-span-md:12;--c-span-sm:10;--c-span-xs:1"><div class="hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans hpgrid-close-the-gap" style="grid-row-end:1;--c-start-mx:1;--c-span-mx:4"><div class="gray-darkest mb-xs label label-package-nested left"><a class="font-xxxs font-bold uppercase letter-spacing offblack hover-gray-dark label-link" href="https://www.washingtonpost.com/sports/2021/07/09/tv-listings-dc/"><span>TV AND RADIO LISTINGS</span><span class="relative" style="margin-left:0.125rem"><span style="position:absolute;size-to-use:small;top:0"><svg class="content-box fill-gray hover-inherit hover-fill-gray" width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="img" data-sc-v="6.6.0" data-sc-c="iconbase"><title data-sc-v="6.6.0" data-sc-c="iconbase">ChevronRight</title><path d="M9.44 7.854L4.145 2.56l1.415-1.415 6 6a1 1 0 0 1 0 1.415l-6 6-1.415-1.415L9.44 7.854z" fill-rule="nonzero" data-sc-v="6.6.0" data-sc-c="iconbase"></path></svg></span></span></a><span class="db font-xxxxs italic lh-default font-family-georgia mt-xxs lh-sm gray-dark"><span>Your complete guide to what’s on the air</span></span></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table9-childStyles grid-top grid-left grid-right
" style="--c-start-mx:1;--c-start-lg:0;--c-start-md:0;--c-start-sm:0;--c-start-xs:0;--c-span-mx:4;--c-span-lg:5;--c-span-md:4;--c-span-sm:5;--c-span-xs:1;--dsktp-order:0" data-index="1" data-admin-id="3" data-feature-name="mlb-stats" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="5" data-md-span="4" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="gray-darkest mb-xs label label-mini-all-caps left"><a class="font-xxxxs font-bold uppercase letter-spacing lh-sm offblack hover-gray-dark label-link" href="http://stats.washingtonpost.com/mlb/teams.asp"><span>MAJOR LEAGUE BASEBALL</span></a></div><ul class="list-none ma-0 pt-0 pr-0 pb-xs pl-0 font--subhead lh-fronts-sm font-light font-size-related-links gray-darkest"><li class="bb relative dib "><a href="http://stats.washingtonpost.com/mlb/today.asp"><span>Scores</span></a></li><li class="bb relative dib blt blt-inbetween blt-diamond blt-gray "><a href="http://stats.washingtonpost.com/mlb/standings.asp"><span>Standings</span></a></li><li class="bb relative dib blt blt-inbetween blt-diamond blt-gray "><a href="http://stats.washingtonpost.com/mlb/index.asp"><span>Statistics</span></a></li></ul></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table9-childStyles grid-middle grid-left grid-right
" style="--c-start-mx:1;--c-start-lg:0;--c-start-md:0;--c-start-sm:0;--c-start-xs:0;--c-span-mx:4;--c-span-lg:5;--c-span-md:4;--c-span-sm:5;--c-span-xs:1;--dsktp-order:1" data-index="2" data-admin-id="4" data-feature-name="nfl-stats" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="5" data-md-span="4" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="gray-darkest mb-xs label label-mini-all-caps left"><a class="font-xxxxs font-bold uppercase letter-spacing lh-sm offblack hover-gray-dark label-link" href="http://stats.washingtonpost.com/fb/teams.asp"><span>NATIONAL FOOTBALL LEAGUE</span></a></div><ul class="list-none ma-0 pt-0 pr-0 pb-xs pl-0 font--subhead lh-fronts-sm font-light font-size-related-links gray-darkest"><li class="bb relative dib "><a href="http://stats.washingtonpost.com/fb/current_week.asp"><span>Scores</span></a></li><li class="bb relative dib blt blt-inbetween blt-diamond blt-gray "><a href="http://stats.washingtonpost.com/fb/totalstandings.asp"><span>Standings</span></a></li><li class="bb relative dib blt blt-inbetween blt-diamond blt-gray "><a href="http://stats.washingtonpost.com/fb/index.asp"><span>Statistics</span></a></li></ul></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table9-childStyles grid-middle grid-left grid-right
" style="--c-start-mx:1;--c-start-lg:0;--c-start-md:0;--c-start-sm:0;--c-start-xs:0;--c-span-mx:4;--c-span-lg:5;--c-span-md:4;--c-span-sm:5;--c-span-xs:1;--dsktp-order:2" data-index="3" data-admin-id="5" data-feature-name="nba-stats" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="5" data-md-span="4" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="gray-darkest mb-xs label label-mini-all-caps left"><a class="font-xxxxs font-bold uppercase letter-spacing lh-sm offblack hover-gray-dark label-link" href="http://stats.washingtonpost.com/nba/teams.asp"><span>NATIONAL BASKETBALL ASSOCIATION</span></a></div><ul class="list-none ma-0 pt-0 pr-0 pb-xs pl-0 font--subhead lh-fronts-sm font-light font-size-related-links gray-darkest"><li class="bb relative dib "><a href="http://stats.washingtonpost.com/nba/scoreboard.asp"><span>Scores</span></a></li><li class="bb relative dib blt blt-inbetween blt-diamond blt-gray "><a href="http://stats.washingtonpost.com/nba/standings.asp"><span>Standings</span></a></li><li class="bb relative dib blt blt-inbetween blt-diamond blt-gray "><a href="http://stats.washingtonpost.com/nba/index.asp?season=reg"><span>Statistics</span></a></li></ul></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table9-childStyles grid-middle grid-left grid-right
" style="--c-start-mx:1;--c-start-lg:0;--c-start-md:0;--c-start-sm:0;--c-start-xs:0;--c-span-mx:4;--c-span-lg:5;--c-span-md:4;--c-span-sm:5;--c-span-xs:1;--dsktp-order:3" data-index="4" data-admin-id="6" data-feature-name="wnba-stats" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="5" data-md-span="4" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="gray-darkest mb-xs label label-mini-all-caps left"><a class="font-xxxxs font-bold uppercase letter-spacing lh-sm offblack hover-gray-dark label-link" href="http://stats.washingtonpost.com/wnba/teams.asp"><span>WOMEN'S NATIONAL BASKETBALL ASSOCIATION</span></a></div><ul class="list-none ma-0 pt-0 pr-0 pb-xs pl-0 font--subhead lh-fronts-sm font-light font-size-related-links gray-darkest"><li class="bb relative dib "><a href="http://stats.washingtonpost.com/wnba/scoreboard.asp"><span>Scores</span></a></li><li class="bb relative dib blt blt-inbetween blt-diamond blt-gray "><a href="http://stats.washingtonpost.com/wnba/standings.asp"><span>Standings</span></a></li><li class="bb relative dib blt blt-inbetween blt-diamond blt-gray "><a href="http://stats.washingtonpost.com/wnba/leaders.asp"><span>Statistics</span></a></li></ul></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table9-childStyles grid-bottom grid-left grid-right
" style="--c-start-mx:1;--c-start-lg:0;--c-start-md:0;--c-start-sm:0;--c-start-xs:0;--c-span-mx:4;--c-span-lg:5;--c-span-md:4;--c-span-sm:5;--c-span-xs:1;--dsktp-order:4" data-index="5" data-admin-id="7" data-feature-name="nhl-stats" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="5" data-md-span="4" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="gray-darkest mb-xs label label-mini-all-caps left"><a class="font-xxxxs font-bold uppercase letter-spacing lh-sm offblack hover-gray-dark label-link" href="http://stats.washingtonpost.com/NHL/teams.asp"><span>National Hockey League</span></a></div><ul class="list-none ma-0 pt-0 pr-0 pb-xs pl-0 font--subhead lh-fronts-sm font-light font-size-related-links gray-darkest"><li class="bb relative dib "><a href="http://stats.washingtonpost.com/nhl/scoreboard.asp"><span>Scores</span></a></li><li class="bb relative dib blt blt-inbetween blt-diamond blt-gray "><a href="http://stats.washingtonpost.com/nhl/standings_conference.asp"><span>Standings</span></a></li><li class="bb relative dib blt blt-inbetween blt-diamond blt-gray "><a href="http://stats.washingtonpost.com/nhl/index.asp?season=reg"><span>Statistics</span></a></li></ul></div></div></div></div></div></div><div aria-hidden="true" class="hide-for-print relative flex justify-center content-box items-center b bh mb-md mt-md pt-md pb-md dn-hp-sm-to-mx border-box adslot-c" style="min-height:250px;border-top-color:;border-bottom-color:"><div class="center absolute w-100 border-box" style="top:" data-sc-v="6.6.0" data-sc-c="adslot"><div class="dib gray-dark pl-xs pr-xs font-sans-serif light font-xxxxs lh-md" style="--primary-border-color:" data-sc-v="6.6.0" data-sc-c="adslot"></div></div><div data-testid="placeholder-box" class="w-100 h-100 absolute flex flex-column justify-center border-box bg-offwhite" style="height:250px" data-sc-v="6.6.0" data-sc-c="placeholder"><div class="flex flex-column justify-center font-sans-serif center font-xxs light gray-dark lh-md" data-sc-v="6.6.0" data-sc-c="placeholder"><div data-sc-v="6.6.0" data-sc-c="placeholder">Advertisement</div></div></div></div><div aria-hidden="true" class="hide-for-print relative flex justify-center content-box items-center b bh mb-md mt-md pt-md pb-md dn-hp-xs border-box adslot-c" style="min-height:280px;border-top-color:;border-bottom-color:"><div class="center absolute w-100 border-box" style="top:" data-sc-v="6.6.0" data-sc-c="adslot"><div class="dib gray-dark pl-xs pr-xs font-sans-serif light font-xxxxs lh-md" style="--primary-border-color:" data-sc-v="6.6.0" data-sc-c="adslot"></div></div><div data-testid="placeholder-box" class="w-100 h-100 absolute flex flex-column justify-center border-box bg-offwhite" style="height:280px" data-sc-v="6.6.0" data-sc-c="placeholder"><div class="flex flex-column justify-center font-sans-serif center font-xxs light gray-dark lh-md" data-sc-v="6.6.0" data-sc-c="placeholder"><div data-sc-v="6.6.0" data-sc-c="placeholder">Advertisement</div></div></div></div><div class="hpgrid-max-width ma-auto " data-chain-name="most-read" data-gtm-module="most-read" style="position:relative"><div class="mr-sm ml-sm mr-0-ns ml-0-ns label"><div class="gray-darkest mb-sm label label-section-large left"><span class="font-xs font-bold uppercase letter-spacing offblack"><span>Most read</span></span></div></div><div class="chain hpgrid hpgrid-max-width ma-auto mx-dsktp-order large-bottom-separator no-line-bottom include-dividers-tables "><div data-link-group="smr" class="table-in-grid hpgrid hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans double-wide-layout grid-top grid-bottom grid-left table1 include-dividers-features hide-helpers" style="--c-start-mx:1;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:1;--c-span-mx:10;--c-span-lg:8;--c-span-md:12;--c-span-sm:10;--c-span-xs:1"><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table1-columns-left grid-top grid-bottom grid-left grid-right
" style="--c-start-mx:1;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:0;--c-span-mx:10;--c-span-lg:8;--c-span-md:12;--c-span-sm:10;--c-span-xs:1;--dsktp-order:2" data-index="0" data-admin-id="1" data-feature-name="mr-1" moat-id="fronts/flex-feature" data-mx-span="10" data-lg-span="8" data-md-span="12" data-sm-span="10" data-xs-span="1"><div class="flex flex-row"><div class="card-sidebar"><div class="dib font-lg font--headline b bb bc-offblack">1</div></div><div class="has-sidebar left wrap-text art-size--lg" data-feature-id="homepage/story" data-link-detail="1"><div class="card-right card-art left art--right no-bottom"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/20/dwayne-haskins-911-call/" class="art-link"><div><svg aria-labelledby="ImageLoader1.78-aria" role="img" viewBox="0 0 298 167"><title id="ImageLoader1.78-aria">Loading...</title><rect role="presentation" x="0" y="0" width="100%" height="100%" clip-path="url(#ImageLoader1.78-diff)" style="fill:url(#ImageLoader1.78-animated-diff)"></rect><defs><clipPath id="ImageLoader1.78-diff"><rect x="0" y="0" width="298" height="167"></rect></clipPath><linearGradient id="ImageLoader1.78-animated-diff"><stop offset="0%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="50%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="100%" stop-color="#e9e9e9" stop-opacity="1"></stop></linearGradient></defs></svg></div></a></div></div></div><div class="card-left card-text no-bottom"><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-md"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/20/dwayne-haskins-911-call/" class=""><span>Dwayne Haskins was looking for gas before fatal crash, per wife’s 911 call</span></a></h2></div><div class="pb-xs font-size-blurb lh-fronts-tiny font-light gray-dark " style="font-size:0.9375rem"><span>"That’s just not like him for him not to call me back," Kalabrya Haskins, the NFL quarterback's wife, told a 911 dispatcher the morning of the fatal crash.</span></div></div><div class="cb"></div></div></div></div></div><div data-link-group="smr" class="table-in-grid hpgrid hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans double-wide-layout grid-top grid-bottom grid-right table2 include-dividers-features hide-helpers" style="--c-start-mx:11;--c-start-lg:9;--c-start-md:1;--c-start-sm:1;--c-start-xs:1;--c-span-mx:10;--c-span-lg:8;--c-span-md:12;--c-span-sm:10;--c-span-xs:1"><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table2-columns-main grid-top grid-left
" style="--c-start-mx:1;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:0;--c-span-mx:5;--c-span-lg:4;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--r-span-mx:4;--r-span-lg:4;--r-span-md:4;--r-span-sm:4;--dsktp-order:0" data-index="1" data-admin-id="2" data-feature-name="mr-2-3" moat-id="fronts/flex-feature" data-mx-span="5" data-lg-span="4" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="flex flex-row"><div class="card-sidebar"><div class="dib font-md font--headline">2</div></div><div class="has-sidebar left wrap-text art-size--xs" data-feature-id="homepage/story" data-link-detail="2"><div class="card-right card-art left art--right no-bottom"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/20/pam-shriver-inappropriate-relationship-coach/" class="art-link"><div><svg aria-labelledby="ImageLoader1.5-aria" role="img" viewBox="0 0 100 67"><title id="ImageLoader1.5-aria">Loading...</title><rect role="presentation" x="0" y="0" width="100%" height="100%" clip-path="url(#ImageLoader1.5-diff)" style="fill:url(#ImageLoader1.5-animated-diff)"></rect><defs><clipPath id="ImageLoader1.5-diff"><rect x="0" y="0" width="100" height="67"></rect></clipPath><linearGradient id="ImageLoader1.5-animated-diff"><stop offset="0%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="50%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="100%" stop-color="#e9e9e9" stop-opacity="1"></stop></linearGradient></defs></svg></div></a></div></div></div><div class="card-left card-text no-bottom"><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--subhead lh-fronts-tiny font-light font-size-tiny"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/20/pam-shriver-inappropriate-relationship-coach/" class=""><span>Pam Shriver reveals ‘inappropriate’ relationship at 17 with her coach</span></a></h2></div></div><div class="cb"></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table2-columns-main grid-bottom grid-left
" style="--c-start-mx:1;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:0;--c-span-mx:5;--c-span-lg:4;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--r-span-mx:4;--r-span-lg:4;--r-span-md:4;--r-span-sm:4;--dsktp-order:0" data-index="1" data-admin-id="2" data-feature-name="mr-2-3" moat-id="fronts/flex-feature" data-mx-span="5" data-lg-span="4" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="flex flex-row"><div class="card-sidebar"><div class="dib font-md font--headline">3</div></div><div class="has-sidebar left wrap-text art-size--xs" data-feature-id="homepage/story" data-link-detail="3"><div class="card-right card-art left art--right no-bottom"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/21/wimbledon-russia-medvedev/" class="art-link"><div><svg aria-labelledby="ImageLoader1.5-aria" role="img" viewBox="0 0 100 67"><title id="ImageLoader1.5-aria">Loading...</title><rect role="presentation" x="0" y="0" width="100%" height="100%" clip-path="url(#ImageLoader1.5-diff)" style="fill:url(#ImageLoader1.5-animated-diff)"></rect><defs><clipPath id="ImageLoader1.5-diff"><rect x="0" y="0" width="100" height="67"></rect></clipPath><linearGradient id="ImageLoader1.5-animated-diff"><stop offset="0%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="50%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="100%" stop-color="#e9e9e9" stop-opacity="1"></stop></linearGradient></defs></svg></div></a></div></div></div><div class="card-left card-text no-bottom"><div class="gray-darkest mb-xxs label label-kicker left"><a class="font-xxxxs font-bold lh-sm offblack hover-gray-dark label-link" href="https://www.washingtonpost.com/sports/2022/04/21/wimbledon-russia-medvedev/"><span>Perspective</span></a></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--subhead lh-fronts-tiny font-light font-size-tiny"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/21/wimbledon-russia-medvedev/" class=""><span>Wimbledon’s ban on Russian players was exactly right</span></a></h2></div></div><div class="cb"></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table2-columns-right grid-top grid-right
" style="--c-start-mx:6;--c-start-lg:5;--c-start-md:7;--c-start-sm:6;--c-start-xs:0;--c-span-mx:5;--c-span-lg:4;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--r-span-mx:4;--r-span-lg:4;--r-span-md:4;--r-span-sm:4;--dsktp-order:1" data-index="2" data-admin-id="3" data-feature-name="mr-4-5" moat-id="fronts/flex-feature" data-mx-span="5" data-lg-span="4" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="flex flex-row"><div class="card-sidebar"><div class="dib font-md font--headline">4</div></div><div class="has-sidebar left wrap-text art-size--xs" data-feature-id="homepage/story" data-link-detail="4"><div class="card-right card-art left art--right no-bottom"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/21/alex-ovechkin-50-goals-capitals-golden-knights/" class="art-link"><div><svg aria-labelledby="ImageLoader1.5-aria" role="img" viewBox="0 0 100 67"><title id="ImageLoader1.5-aria">Loading...</title><rect role="presentation" x="0" y="0" width="100%" height="100%" clip-path="url(#ImageLoader1.5-diff)" style="fill:url(#ImageLoader1.5-animated-diff)"></rect><defs><clipPath id="ImageLoader1.5-diff"><rect x="0" y="0" width="100" height="67"></rect></clipPath><linearGradient id="ImageLoader1.5-animated-diff"><stop offset="0%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="50%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="100%" stop-color="#e9e9e9" stop-opacity="1"></stop></linearGradient></defs></svg></div></a></div></div></div><div class="card-left card-text no-bottom"><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--subhead lh-fronts-tiny font-light font-size-tiny"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/21/alex-ovechkin-50-goals-capitals-golden-knights/" class=""><span>Alex Ovechkin hits the 50-goal mark again, but the Capitals falter in OT</span></a></h2></div></div><div class="cb"></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table2-columns-right grid-bottom grid-right
" style="--c-start-mx:6;--c-start-lg:5;--c-start-md:7;--c-start-sm:6;--c-start-xs:0;--c-span-mx:5;--c-span-lg:4;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--r-span-mx:4;--r-span-lg:4;--r-span-md:4;--r-span-sm:4;--dsktp-order:1" data-index="2" data-admin-id="3" data-feature-name="mr-4-5" moat-id="fronts/flex-feature" data-mx-span="5" data-lg-span="4" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="flex flex-row"><div class="card-sidebar"><div class="dib font-md font--headline">5</div></div><div class="has-sidebar left wrap-text art-size--xs" data-feature-id="homepage/story" data-link-detail="5"><div class="card-right card-art left art--right no-bottom"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/video-games/2022/04/20/twitch-ironmouse-vtuber-subathon-interview/" class="art-link"><div><svg aria-labelledby="ImageLoader1.5-aria" role="img" viewBox="0 0 100 67"><title id="ImageLoader1.5-aria">Loading...</title><rect role="presentation" x="0" y="0" width="100%" height="100%" clip-path="url(#ImageLoader1.5-diff)" style="fill:url(#ImageLoader1.5-animated-diff)"></rect><defs><clipPath id="ImageLoader1.5-diff"><rect x="0" y="0" width="100" height="67"></rect></clipPath><linearGradient id="ImageLoader1.5-animated-diff"><stop offset="0%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="50%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="100%" stop-color="#e9e9e9" stop-opacity="1"></stop></linearGradient></defs></svg></div></a></div></div></div><div class="card-left card-text no-bottom"><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--subhead lh-fronts-tiny font-light font-size-tiny"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/video-games/2022/04/20/twitch-ironmouse-vtuber-subathon-interview/" class=""><span>How a pink-haired anime girl became one of Twitch’s biggest stars</span></a></h2></div></div><div class="cb"></div></div></div></div></div></div></div><div class="hpgrid-max-width ma-auto " data-chain-name="nfl" data-gtm-module="nfl" style="position:relative"><div class="mr-sm ml-sm mr-0-ns ml-0-ns label"><div class="gray-darkest mb-sm label label-section-large left"><a class="font-xs font-bold uppercase letter-spacing offblack hover-gray-dark label-link" href="https://www.washingtonpost.com/sports/nfl/"><span>NATIONAL FOOTBALL LEAGUE</span><span class="relative" style="margin-left:0.125rem"><span style="position:absolute;size-to-use:normal;top:0"><svg class="content-box fill-gray hover-inherit hover-fill-gray" width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="img" data-sc-v="6.6.0" data-sc-c="iconbase"><title data-sc-v="6.6.0" data-sc-c="iconbase">ChevronRight</title><path d="M9.44 7.854L4.145 2.56l1.415-1.415 6 6a1 1 0 0 1 0 1.415l-6 6-1.415-1.415L9.44 7.854z" fill-rule="nonzero" data-sc-v="6.6.0" data-sc-c="iconbase"></path></svg></span></span></a></div></div><div class="chain hpgrid hpgrid-max-width ma-auto mx-dsktp-order large-bottom-separator no-line-bottom include-dividers-tables "><div class="table-in-grid hpgrid hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans wide-left-dual-2-col-tables-layout grid-top grid-bottom grid-left table1 include-dividers-features hide-helpers" style="--c-start-mx:1;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:1;--c-span-mx:12;--c-span-lg:16;--c-span-md:12;--c-span-sm:10;--c-span-xs:1"><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table1-columns-left grid-top grid-bottom grid-left
" style="--c-start-mx:1;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:1;--c-span-mx:8;--c-span-lg:10;--c-span-md:8;--c-span-sm:10;--c-span-xs:1;--r-span-mx:6;--r-span-lg:6;--r-span-md:6;--dsktp-order:2" data-index="0" data-admin-id="1" data-feature-name="nfl-feed-1" moat-id="fronts/flex-feature" data-mx-span="8" data-lg-span="10" data-md-span="8" data-sm-span="10" data-xs-span="1"><div class="left no-wrap-text art-size--fullWidth" data-feature-id="homepage/story"><div class="card-top card-text"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xxs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/20/deebo-samuel-san-francisco-49ers-trade/" class="art-link"><div><svg aria-labelledby="ImageLoader1.78-aria" role="img" viewBox="0 0 496 279"><title id="ImageLoader1.78-aria">Loading...</title><rect role="presentation" x="0" y="0" width="100%" height="100%" clip-path="url(#ImageLoader1.78-diff)" style="fill:url(#ImageLoader1.78-animated-diff)"></rect><defs><clipPath id="ImageLoader1.78-diff"><rect x="0" y="0" width="496" height="279"></rect></clipPath><linearGradient id="ImageLoader1.78-animated-diff"><stop offset="0%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="50%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="100%" stop-color="#e9e9e9" stop-opacity="1"></stop></linearGradient></defs></svg></div></a></div></div><div class="gray-dark font-xxxxs left pb-xs font--meta-text lh-sm">(Gregory Payan/AP)</div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-md"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/20/deebo-samuel-san-francisco-49ers-trade/" class=""><span>Star wide receiver Deebo Samuel requests trade from 49ers</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/mark-maske/">Mark Maske</a></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table1-columns-main grid-top grid-right
" style="--c-start-mx:9;--c-start-lg:11;--c-start-md:9;--c-start-sm:1;--c-start-xs:1;--c-span-mx:4;--c-span-lg:6;--c-span-md:4;--c-span-sm:10;--c-span-xs:1;--r-span-mx:2;--r-span-lg:2;--r-span-md:2;--dsktp-order:3" data-index="1" data-admin-id="2" data-feature-name="nfl-feed-2" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="6" data-md-span="4" data-sm-span="10" data-xs-span="1"><div class="left no-wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/20/dwayne-haskins-911-call/" class=""><span>Dwayne Haskins was looking for gas before fatal crash, per wife’s 911 call</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/nicki-jhabvala/">Nicki Jhabvala</a></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table1-columns-main grid-pseudo-left grid-middle grid-right
" style="--c-start-mx:9;--c-start-lg:11;--c-start-md:9;--c-start-sm:1;--c-start-xs:1;--c-span-mx:4;--c-span-lg:6;--c-span-md:4;--c-span-sm:10;--c-span-xs:1;--r-span-mx:2;--r-span-lg:2;--r-span-md:2;--dsktp-order:3" data-index="1" data-admin-id="2" data-feature-name="nfl-feed-2" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="6" data-md-span="4" data-sm-span="10" data-xs-span="1"><div class="left no-wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/19/mike-tirico-sunday-night-football/" class=""><span>Mike Tirico’s ascension at NBC completes NFL TV merry-go-round</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/matt-bonesteel/">Matt Bonesteel</a></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table1-columns-main grid-pseudo-left grid-bottom grid-right
" style="--c-start-mx:9;--c-start-lg:11;--c-start-md:9;--c-start-sm:1;--c-start-xs:1;--c-span-mx:4;--c-span-lg:6;--c-span-md:4;--c-span-sm:10;--c-span-xs:1;--r-span-mx:2;--r-span-lg:2;--r-span-md:2;--dsktp-order:3" data-index="1" data-admin-id="2" data-feature-name="nfl-feed-2" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="6" data-md-span="4" data-sm-span="10" data-xs-span="1"><div class="left no-wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/18/commanders-letter-ftc-response/" class=""><span>Commanders deny allegations of financial improprieties in lengthy letter to FTC </span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/nicki-jhabvala/">Nicki Jhabvala</a> and <a href="https://www.washingtonpost.com/people/mark-maske/">Mark Maske</a></div></div></div></div></div><div class="table-in-grid hpgrid hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans wide-left-dual-2-col-tables-layout grid-top grid-bottom grid-right table2 include-dividers-features hide-helpers" style="--c-start-mx:13;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:1;--c-span-mx:8;--c-span-lg:16;--c-span-md:12;--c-span-sm:10;--c-span-xs:1"><div class="hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans hpgrid-close-the-gap" style="grid-row-end:1;--c-start-mx:1;--c-span-mx:8"><div class="gray-darkest mb-xs label label-package-nested left"><a class="font-xxxs font-bold uppercase letter-spacing offblack hover-gray-dark label-link" href="https://www.washingtonpost.com/sports/washington-nfl/"><span>Washington Commanders</span><span class="relative" style="margin-left:0.125rem"><span style="position:absolute;size-to-use:small;top:0"><svg class="content-box fill-gray hover-inherit hover-fill-gray" width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="img" data-sc-v="6.6.0" data-sc-c="iconbase"><title data-sc-v="6.6.0" data-sc-c="iconbase">ChevronRight</title><path d="M9.44 7.854L4.145 2.56l1.415-1.415 6 6a1 1 0 0 1 0 1.415l-6 6-1.415-1.415L9.44 7.854z" fill-rule="nonzero" data-sc-v="6.6.0" data-sc-c="iconbase"></path></svg></span></span></a></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table2-columns-left grid-top grid-bottom grid-left
" style="--c-start-mx:1;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:1;--c-span-mx:4;--c-span-lg:8;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--r-span-mx:6;--r-span-lg:6;--r-span-md:6;--r-span-sm:6;--dsktp-order:0" data-index="1" data-admin-id="3" data-feature-name="wft-feed-1" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="8" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text art-size--fullWidth" data-feature-id="homepage/story"><div class="card-top card-text"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/20/terry-mclaurin-contract-market-value/" class="art-link"><div><svg aria-labelledby="ImageLoader1.5-aria" role="img" viewBox="0 0 232 155"><title id="ImageLoader1.5-aria">Loading...</title><rect role="presentation" x="0" y="0" width="100%" height="100%" clip-path="url(#ImageLoader1.5-diff)" style="fill:url(#ImageLoader1.5-animated-diff)"></rect><defs><clipPath id="ImageLoader1.5-diff"><rect x="0" y="0" width="232" height="155"></rect></clipPath><linearGradient id="ImageLoader1.5-animated-diff"><stop offset="0%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="50%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="100%" stop-color="#e9e9e9" stop-opacity="1"></stop></linearGradient></defs></svg></div></a></div></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/20/terry-mclaurin-contract-market-value/" class=""><span>Wide receivers keep cashing in, and it may be Terry McLaurin’s turn soon</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/nicki-jhabvala/">Nicki Jhabvala</a></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table2-columns-main grid-top grid-right
" style="--c-start-mx:5;--c-start-lg:9;--c-start-md:7;--c-start-sm:6;--c-start-xs:1;--c-span-mx:4;--c-span-lg:8;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--r-span-mx:2;--r-span-lg:2;--r-span-md:2;--r-span-sm:2;--dsktp-order:1" data-index="2" data-admin-id="4" data-feature-name="wft-feed-2" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="8" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--subhead lh-fronts-tiny font-light font-size-tiny"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/18/commanders-letter-ftc-response/" class=""><span>Commanders deny allegations of financial improprieties in lengthy letter to FTC </span></a></h2></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table2-columns-main grid-pseudo-left grid-middle grid-right
" style="--c-start-mx:5;--c-start-lg:9;--c-start-md:7;--c-start-sm:6;--c-start-xs:1;--c-span-mx:4;--c-span-lg:8;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--r-span-mx:2;--r-span-lg:2;--r-span-md:2;--r-span-sm:2;--dsktp-order:1" data-index="2" data-admin-id="4" data-feature-name="wft-feed-2" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="8" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--subhead lh-fronts-tiny font-light font-size-tiny"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/18/commanders-al-bellamy-trainer/" class=""><span>Commanders name Al Bellamy head athletic trainer</span></a></h2></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table2-columns-main grid-pseudo-left grid-bottom grid-right
" style="--c-start-mx:5;--c-start-lg:9;--c-start-md:7;--c-start-sm:6;--c-start-xs:1;--c-span-mx:4;--c-span-lg:8;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--r-span-mx:2;--r-span-lg:2;--r-span-md:2;--r-span-sm:2;--dsktp-order:1" data-index="2" data-admin-id="4" data-feature-name="wft-feed-2" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="8" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--subhead lh-fronts-tiny font-light font-size-tiny"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/16/ohio-state-dwayne-haskins-tribute-spring-game/" class=""><span>At spring game, Ohio State pays tribute to the late Dwayne Haskins</span></a></h2></div></div></div></div></div></div></div><div class="hpgrid-max-width ma-auto " data-chain-name="nba" data-gtm-module="nba" style="position:relative"><div class="mr-sm ml-sm mr-0-ns ml-0-ns label"><div class="gray-darkest mb-sm label label-section-large left"><a class="font-xs font-bold uppercase letter-spacing offblack hover-gray-dark label-link" href="https://www.washingtonpost.com/sports/nba/"><span>NATIONAL BASKETBALL ASSOCIATION</span><span class="relative" style="margin-left:0.125rem"><span style="position:absolute;size-to-use:normal;top:0"><svg class="content-box fill-gray hover-inherit hover-fill-gray" width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="img" data-sc-v="6.6.0" data-sc-c="iconbase"><title data-sc-v="6.6.0" data-sc-c="iconbase">ChevronRight</title><path d="M9.44 7.854L4.145 2.56l1.415-1.415 6 6a1 1 0 0 1 0 1.415l-6 6-1.415-1.415L9.44 7.854z" fill-rule="nonzero" data-sc-v="6.6.0" data-sc-c="iconbase"></path></svg></span></span></a></div></div><div class="chain hpgrid hpgrid-max-width ma-auto mx-dsktp-order large-bottom-separator no-line-bottom include-dividers-tables "><div class="table-in-grid hpgrid hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans wide-left-dual-2-col-tables-layout grid-top grid-bottom grid-left table1 include-dividers-features hide-helpers" style="--c-start-mx:1;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:1;--c-span-mx:12;--c-span-lg:16;--c-span-md:12;--c-span-sm:10;--c-span-xs:1"><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table1-columns-left grid-top grid-bottom grid-left
" style="--c-start-mx:1;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:1;--c-span-mx:8;--c-span-lg:10;--c-span-md:8;--c-span-sm:10;--c-span-xs:1;--r-span-mx:6;--r-span-lg:6;--r-span-md:6;--dsktp-order:2" data-index="0" data-admin-id="1" data-feature-name="nba-feed-1" moat-id="fronts/flex-feature" data-mx-span="8" data-lg-span="10" data-md-span="8" data-sm-span="10" data-xs-span="1"><div class="left no-wrap-text art-size--fullWidth" data-feature-id="homepage/story"><div class="card-top card-text"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xxs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/21/joel-embiid-game-winner-sixers-raptors/" class="art-link"><div><svg aria-labelledby="ImageLoader1.78-aria" role="img" viewBox="0 0 496 279"><title id="ImageLoader1.78-aria">Loading...</title><rect role="presentation" x="0" y="0" width="100%" height="100%" clip-path="url(#ImageLoader1.78-diff)" style="fill:url(#ImageLoader1.78-animated-diff)"></rect><defs><clipPath id="ImageLoader1.78-diff"><rect x="0" y="0" width="496" height="279"></rect></clipPath><linearGradient id="ImageLoader1.78-animated-diff"><stop offset="0%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="50%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="100%" stop-color="#e9e9e9" stop-opacity="1"></stop></linearGradient></defs></svg></div></a></div></div><div class="gray-dark font-xxxxs left pb-xs font--meta-text lh-sm">(Cole Burston/Getty Images)</div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-md"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/21/joel-embiid-game-winner-sixers-raptors/" class=""><span>Joel Embiid buries game-winner in OT as 76ers push Raptors to the brink</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/ben-golliver/">Ben Golliver</a><span class="gray-dark timestamp blt blt-dot-large blt-gray-dark blt-inbetween">1 hour ago</span></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table1-columns-main grid-top grid-right
" style="--c-start-mx:9;--c-start-lg:11;--c-start-md:9;--c-start-sm:1;--c-start-xs:1;--c-span-mx:4;--c-span-lg:6;--c-span-md:4;--c-span-sm:10;--c-span-xs:1;--r-span-mx:2;--r-span-lg:2;--r-span-md:2;--dsktp-order:3" data-index="1" data-admin-id="2" data-feature-name="nba-feed-2" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="6" data-md-span="4" data-sm-span="10" data-xs-span="1"><div class="left no-wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="gray-darkest mb-xxs label label-kicker left"><a class="font-xxxxs font-bold lh-sm offblack hover-gray-dark label-link" href="https://www.washingtonpost.com/sports/2022/04/21/nikola-jokic-mvp-nba-playoffs/"><span>Perspective</span></a></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/21/nikola-jokic-mvp-nba-playoffs/" class=""><span>Being the NBA’s MVP is an honor and a burden. Just ask Nikola Jokic.</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/jerry-brewer/">Jerry Brewer</a></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table1-columns-main grid-pseudo-left grid-middle grid-right
" style="--c-start-mx:9;--c-start-lg:11;--c-start-md:9;--c-start-sm:1;--c-start-xs:1;--c-span-mx:4;--c-span-lg:6;--c-span-md:4;--c-span-sm:10;--c-span-xs:1;--r-span-mx:2;--r-span-lg:2;--r-span-md:2;--dsktp-order:3" data-index="1" data-admin-id="2" data-feature-name="nba-feed-2" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="6" data-md-span="4" data-sm-span="10" data-xs-span="1"><div class="left no-wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/14/nba-playoffs/" class=""><span>What to know about the 2022 NBA playoffs</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/ben-golliver/">Ben Golliver</a></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table1-columns-main grid-pseudo-left grid-bottom grid-right
" style="--c-start-mx:9;--c-start-lg:11;--c-start-md:9;--c-start-sm:1;--c-start-xs:1;--c-span-mx:4;--c-span-lg:6;--c-span-md:4;--c-span-sm:10;--c-span-xs:1;--r-span-mx:2;--r-span-lg:2;--r-span-md:2;--dsktp-order:3" data-index="1" data-admin-id="2" data-feature-name="nba-feed-2" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="6" data-md-span="4" data-sm-span="10" data-xs-span="1"><div class="left no-wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/20/jerry-west-lakers-winning-time/" class=""><span>Jerry West says his portrayal in HBO’s ‘Winning Time’ is ‘false and defamatory’ </span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/matt-bonesteel/">Matt Bonesteel</a></div></div></div></div></div><div class="table-in-grid hpgrid hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans wide-left-dual-2-col-tables-layout grid-top grid-bottom grid-right table2 include-dividers-features hide-helpers" style="--c-start-mx:13;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:1;--c-span-mx:8;--c-span-lg:16;--c-span-md:12;--c-span-sm:10;--c-span-xs:1"><div class="hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans hpgrid-close-the-gap" style="grid-row-end:1;--c-start-mx:1;--c-span-mx:8"><div class="gray-darkest mb-xs label label-package-nested left"><a class="font-xxxs font-bold uppercase letter-spacing offblack hover-gray-dark label-link" href="https://www.washingtonpost.com/sports/wizards/"><span>WASHINGTON WIZARDS</span><span class="relative" style="margin-left:0.125rem"><span style="position:absolute;size-to-use:small;top:0"><svg class="content-box fill-gray hover-inherit hover-fill-gray" width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="img" data-sc-v="6.6.0" data-sc-c="iconbase"><title data-sc-v="6.6.0" data-sc-c="iconbase">ChevronRight</title><path d="M9.44 7.854L4.145 2.56l1.415-1.415 6 6a1 1 0 0 1 0 1.415l-6 6-1.415-1.415L9.44 7.854z" fill-rule="nonzero" data-sc-v="6.6.0" data-sc-c="iconbase"></path></svg></span></span></a></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table2-columns-left grid-top grid-bottom grid-left
" style="--c-start-mx:1;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:1;--c-span-mx:4;--c-span-lg:8;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--r-span-mx:6;--r-span-lg:6;--r-span-md:6;--r-span-sm:6;--dsktp-order:0" data-index="1" data-admin-id="3" data-feature-name="wiz-feed-1" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="8" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text art-size--fullWidth" data-feature-id="homepage/story"><div class="card-top card-text"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/14/wes-unseld-jr-wizards-defense/" class="art-link"><div><svg aria-labelledby="ImageLoader1.5-aria" role="img" viewBox="0 0 232 155"><title id="ImageLoader1.5-aria">Loading...</title><rect role="presentation" x="0" y="0" width="100%" height="100%" clip-path="url(#ImageLoader1.5-diff)" style="fill:url(#ImageLoader1.5-animated-diff)"></rect><defs><clipPath id="ImageLoader1.5-diff"><rect x="0" y="0" width="232" height="155"></rect></clipPath><linearGradient id="ImageLoader1.5-animated-diff"><stop offset="0%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="50%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="100%" stop-color="#e9e9e9" stop-opacity="1"></stop></linearGradient></defs></svg></div></a></div></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/14/wes-unseld-jr-wizards-defense/" class=""><span>Players praised Wes Unseld Jr.’s even keel. But the defense was still bad.</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/ava-wallace/">Ava Wallace</a></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table2-columns-main grid-top grid-right
" style="--c-start-mx:5;--c-start-lg:9;--c-start-md:7;--c-start-sm:6;--c-start-xs:1;--c-span-mx:4;--c-span-lg:8;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--r-span-mx:2;--r-span-lg:2;--r-span-md:2;--r-span-sm:2;--dsktp-order:1" data-index="2" data-admin-id="4" data-feature-name="wiz-feed-2" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="8" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--subhead lh-fronts-tiny font-light font-size-tiny"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/12/wizards-offseason-bradley-beal-point-guard/" class=""><span>Bradley Beal isn’t the only player the Wizards want to lock down</span></a></h2></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table2-columns-main grid-pseudo-left grid-middle grid-right
" style="--c-start-mx:5;--c-start-lg:9;--c-start-md:7;--c-start-sm:6;--c-start-xs:1;--c-span-mx:4;--c-span-lg:8;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--r-span-mx:2;--r-span-lg:2;--r-span-md:2;--r-span-sm:2;--dsktp-order:1" data-index="2" data-admin-id="4" data-feature-name="wiz-feed-2" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="8" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--subhead lh-fronts-tiny font-light font-size-tiny"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/10/kristaps-porzingis-wizards-future/" class=""><span>Kristaps Porzingis eyes the future as the Wizards’ year ends with one last loss</span></a></h2></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table2-columns-main grid-pseudo-left grid-bottom grid-right
" style="--c-start-mx:5;--c-start-lg:9;--c-start-md:7;--c-start-sm:6;--c-start-xs:1;--c-span-mx:4;--c-span-lg:8;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--r-span-mx:2;--r-span-lg:2;--r-span-md:2;--r-span-sm:2;--dsktp-order:1" data-index="2" data-admin-id="4" data-feature-name="wiz-feed-2" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="8" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="gray-darkest mb-xxs label label-kicker left"><a class="font-xxxxs font-bold lh-sm offblack hover-gray-dark label-link" href="https://www.washingtonpost.com/sports/2022/04/10/washington-wizards-vision-future/"><span>Perspective</span></a></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--subhead lh-fronts-tiny font-light font-size-tiny"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/10/washington-wizards-vision-future/" class=""><span>The Wizards appreciate their fans, but the product is depreciating</span></a></h2></div></div></div></div></div></div></div><div class="hpgrid-max-width ma-auto " data-chain-name="college-football" data-gtm-module="college-football" style="position:relative"><div class="mr-sm ml-sm mr-0-ns ml-0-ns label"><div class="gray-darkest mb-sm label label-section-large left"><a class="font-xs font-bold uppercase letter-spacing offblack hover-gray-dark label-link" href="https://www.washingtonpost.com/sports/colleges/football/"><span>College Football</span><span class="relative" style="margin-left:0.125rem"><span style="position:absolute;size-to-use:normal;top:0"><svg class="content-box fill-gray hover-inherit hover-fill-gray" width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="img" data-sc-v="6.6.0" data-sc-c="iconbase"><title data-sc-v="6.6.0" data-sc-c="iconbase">ChevronRight</title><path d="M9.44 7.854L4.145 2.56l1.415-1.415 6 6a1 1 0 0 1 0 1.415l-6 6-1.415-1.415L9.44 7.854z" fill-rule="nonzero" data-sc-v="6.6.0" data-sc-c="iconbase"></path></svg></span></span></a></div></div><div class="chain hpgrid hpgrid-max-width ma-auto mx-dsktp-order large-bottom-separator no-line-bottom include-dividers-tables "><div class="table-in-grid hpgrid hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans tiling-layout grid-top grid-bottom grid-left grid-right allcontent include-dividers-features hide-helpers" style="--c-start-mx:1;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:1;--c-span-mx:20;--c-span-lg:16;--c-span-md:12;--c-span-sm:10;--c-span-xs:1"><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
allcontent-childStyles grid-tiling grid-top grid-bottom grid-left
" style="--c-start-mx:0;--c-start-lg:0;--c-start-md:0;--c-start-sm:0;--c-start-xs:0;--c-span-mx:5;--c-span-lg:4;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--dsktp-order:0" data-index="0" data-admin-id="1" data-feature-name="college-football-lede" moat-id="fronts/flex-feature" data-mx-span="5" data-lg-span="4" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text art-size--fullWidth" data-feature-id="homepage/story"><div class="card-top card-text"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/01/colin-kaepernick-michigan-spring-game/" class="art-link"><div><svg aria-labelledby="ImageLoader1.78-aria" role="img" viewBox="0 0 298 167"><title id="ImageLoader1.78-aria">Loading...</title><rect role="presentation" x="0" y="0" width="100%" height="100%" clip-path="url(#ImageLoader1.78-diff)" style="fill:url(#ImageLoader1.78-animated-diff)"></rect><defs><clipPath id="ImageLoader1.78-diff"><rect x="0" y="0" width="298" height="167"></rect></clipPath><linearGradient id="ImageLoader1.78-animated-diff"><stop offset="0%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="50%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="100%" stop-color="#e9e9e9" stop-opacity="1"></stop></linearGradient></defs></svg></div></a></div></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/01/colin-kaepernick-michigan-spring-game/" class=""><span>Colin Kaepernick to throw passes at halftime of Michigan spring game</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/des-bieler/">Des Bieler</a></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
allcontent-childStyles grid-tiling grid-top grid-bottom grid-center
" style="--c-start-mx:0;--c-start-lg:0;--c-start-md:0;--c-start-sm:0;--c-start-xs:0;--c-span-mx:5;--c-span-lg:4;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--dsktp-order:1" data-index="1" data-admin-id="2" data-feature-name="college-football-2-4" moat-id="fronts/flex-feature" data-mx-span="5" data-lg-span="4" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text art-size--fullWidth" data-feature-id="homepage/story"><div class="card-top card-text"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/03/29/maryland-football-spring-practice/" class="art-link"><div><svg aria-labelledby="ImageLoader1.78-aria" role="img" viewBox="0 0 298 167"><title id="ImageLoader1.78-aria">Loading...</title><rect role="presentation" x="0" y="0" width="100%" height="100%" clip-path="url(#ImageLoader1.78-diff)" style="fill:url(#ImageLoader1.78-animated-diff)"></rect><defs><clipPath id="ImageLoader1.78-diff"><rect x="0" y="0" width="298" height="167"></rect></clipPath><linearGradient id="ImageLoader1.78-animated-diff"><stop offset="0%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="50%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="100%" stop-color="#e9e9e9" stop-opacity="1"></stop></linearGradient></defs></svg></div></a></div></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/03/29/maryland-football-spring-practice/" class=""><span>Maryland begins spring football practice with QB stability, key departure</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/emily-giambalvo/">Emily Giambalvo</a></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
allcontent-childStyles grid-tiling grid-top grid-bottom grid-center
" style="--c-start-mx:0;--c-start-lg:0;--c-start-md:0;--c-start-sm:0;--c-start-xs:0;--c-span-mx:5;--c-span-lg:4;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--dsktp-order:1" data-index="1" data-admin-id="2" data-feature-name="college-football-2-4" moat-id="fronts/flex-feature" data-mx-span="5" data-lg-span="4" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text art-size--fullWidth" data-feature-id="homepage/story"><div class="card-top card-text"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/02/28/art-briles-steps-down-grambling/" class="art-link"><div><svg aria-labelledby="ImageLoader1.78-aria" role="img" viewBox="0 0 298 167"><title id="ImageLoader1.78-aria">Loading...</title><rect role="presentation" x="0" y="0" width="100%" height="100%" clip-path="url(#ImageLoader1.78-diff)" style="fill:url(#ImageLoader1.78-animated-diff)"></rect><defs><clipPath id="ImageLoader1.78-diff"><rect x="0" y="0" width="298" height="167"></rect></clipPath><linearGradient id="ImageLoader1.78-animated-diff"><stop offset="0%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="50%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="100%" stop-color="#e9e9e9" stop-opacity="1"></stop></linearGradient></defs></svg></div></a></div></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/02/28/art-briles-steps-down-grambling/" class=""><span>Art Briles steps down as Grambling’s offensive coordinator days after being hired</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/des-bieler/">Des Bieler</a></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
allcontent-childStyles grid-tiling grid-top grid-bottom grid-right
" style="--c-start-mx:0;--c-start-lg:0;--c-start-md:0;--c-start-sm:0;--c-start-xs:0;--c-span-mx:5;--c-span-lg:4;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--dsktp-order:1" data-index="1" data-admin-id="2" data-feature-name="college-football-2-4" moat-id="fronts/flex-feature" data-mx-span="5" data-lg-span="4" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text art-size--fullWidth" data-feature-id="homepage/story"><div class="card-top card-text"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/02/24/art-briles-grambling-state/" class="art-link"><div><svg aria-labelledby="ImageLoader1.78-aria" role="img" viewBox="0 0 298 167"><title id="ImageLoader1.78-aria">Loading...</title><rect role="presentation" x="0" y="0" width="100%" height="100%" clip-path="url(#ImageLoader1.78-diff)" style="fill:url(#ImageLoader1.78-animated-diff)"></rect><defs><clipPath id="ImageLoader1.78-diff"><rect x="0" y="0" width="298" height="167"></rect></clipPath><linearGradient id="ImageLoader1.78-animated-diff"><stop offset="0%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="50%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="100%" stop-color="#e9e9e9" stop-opacity="1"></stop></linearGradient></defs></svg></div></a></div></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/02/24/art-briles-grambling-state/" class=""><span>Grambling hires Art Briles, who coached Baylor during scandal, as offensive coordinator</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/andrew-golden/">Andrew Golden</a> and <a href="https://www.washingtonpost.com/people/nicki-jhabvala/">Nicki Jhabvala</a></div></div></div></div></div></div></div><div class="hpgrid-max-width ma-auto " data-chain-name="college-football" data-gtm-module="college-football" style="position:relative"><div class="mr-sm ml-sm mr-0-ns ml-0-ns label"><div class="gray-darkest mb-sm label label-section-large left"><a class="font-xs font-bold uppercase letter-spacing offblack hover-gray-dark label-link" href="https://www.washingtonpost.com/march-madness-2022"><span>College Basketball</span><span class="relative" style="margin-left:0.125rem"><span style="position:absolute;size-to-use:normal;top:0"><svg class="content-box fill-gray hover-inherit hover-fill-gray" width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="img" data-sc-v="6.6.0" data-sc-c="iconbase"><title data-sc-v="6.6.0" data-sc-c="iconbase">ChevronRight</title><path d="M9.44 7.854L4.145 2.56l1.415-1.415 6 6a1 1 0 0 1 0 1.415l-6 6-1.415-1.415L9.44 7.854z" fill-rule="nonzero" data-sc-v="6.6.0" data-sc-c="iconbase"></path></svg></span></span></a></div></div><div class="chain hpgrid hpgrid-max-width ma-auto mx-dsktp-order large-bottom-separator no-line-bottom include-dividers-tables "><div class="table-in-grid hpgrid hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans tiling-layout grid-top grid-bottom grid-left grid-right allcontent include-dividers-features hide-helpers" style="--c-start-mx:1;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:1;--c-span-mx:20;--c-span-lg:16;--c-span-md:12;--c-span-sm:10;--c-span-xs:1"><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
allcontent-childStyles grid-tiling grid-top grid-bottom grid-left
" style="--c-start-mx:0;--c-start-lg:0;--c-start-md:0;--c-start-sm:0;--c-start-xs:0;--c-span-mx:5;--c-span-lg:4;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--dsktp-order:0" data-index="0" data-admin-id="1" data-feature-name="college-football-lede" moat-id="fronts/flex-feature" data-mx-span="5" data-lg-span="4" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text art-size--fullWidth" data-feature-id="homepage/story"><div class="card-top card-text"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/04/kansas-wins-national-championship/" class="art-link"><div><svg aria-labelledby="ImageLoader1.78-aria" role="img" viewBox="0 0 298 167"><title id="ImageLoader1.78-aria">Loading...</title><rect role="presentation" x="0" y="0" width="100%" height="100%" clip-path="url(#ImageLoader1.78-diff)" style="fill:url(#ImageLoader1.78-animated-diff)"></rect><defs><clipPath id="ImageLoader1.78-diff"><rect x="0" y="0" width="298" height="167"></rect></clipPath><linearGradient id="ImageLoader1.78-animated-diff"><stop offset="0%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="50%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="100%" stop-color="#e9e9e9" stop-opacity="1"></stop></linearGradient></defs></svg></div></a></div></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/04/kansas-wins-national-championship/" class=""><span>Kansas makes stunning second-half comeback to win national title</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/chuck-culpepper/">Chuck Culpepper</a></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
allcontent-childStyles grid-tiling grid-top grid-bottom grid-center
" style="--c-start-mx:0;--c-start-lg:0;--c-start-md:0;--c-start-sm:0;--c-start-xs:0;--c-span-mx:5;--c-span-lg:4;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--dsktp-order:1" data-index="1" data-admin-id="2" data-feature-name="college-football-2-4" moat-id="fronts/flex-feature" data-mx-span="5" data-lg-span="4" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text art-size--fullWidth" data-feature-id="homepage/story"><div class="card-top card-text"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/05/kansas-veterans-champs/" class="art-link"><div><svg aria-labelledby="ImageLoader1.78-aria" role="img" viewBox="0 0 298 167"><title id="ImageLoader1.78-aria">Loading...</title><rect role="presentation" x="0" y="0" width="100%" height="100%" clip-path="url(#ImageLoader1.78-diff)" style="fill:url(#ImageLoader1.78-animated-diff)"></rect><defs><clipPath id="ImageLoader1.78-diff"><rect x="0" y="0" width="298" height="167"></rect></clipPath><linearGradient id="ImageLoader1.78-animated-diff"><stop offset="0%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="50%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="100%" stop-color="#e9e9e9" stop-opacity="1"></stop></linearGradient></defs></svg></div></a></div></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/05/kansas-veterans-champs/" class=""><span>These Jayhawks weren’t top recruits, but they evolved into champions</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/emily-giambalvo/">Emily Giambalvo</a></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
allcontent-childStyles grid-tiling grid-top grid-bottom grid-center
" style="--c-start-mx:0;--c-start-lg:0;--c-start-md:0;--c-start-sm:0;--c-start-xs:0;--c-span-mx:5;--c-span-lg:4;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--dsktp-order:1" data-index="1" data-admin-id="2" data-feature-name="college-football-2-4" moat-id="fronts/flex-feature" data-mx-span="5" data-lg-span="4" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text art-size--fullWidth" data-feature-id="homepage/story"><div class="card-top card-text"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/03/with-coach-k-gone-bill-self-could-be-new-voice-college-hoops/" class="art-link"><div><svg aria-labelledby="ImageLoader1.78-aria" role="img" viewBox="0 0 298 167"><title id="ImageLoader1.78-aria">Loading...</title><rect role="presentation" x="0" y="0" width="100%" height="100%" clip-path="url(#ImageLoader1.78-diff)" style="fill:url(#ImageLoader1.78-animated-diff)"></rect><defs><clipPath id="ImageLoader1.78-diff"><rect x="0" y="0" width="298" height="167"></rect></clipPath><linearGradient id="ImageLoader1.78-animated-diff"><stop offset="0%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="50%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="100%" stop-color="#e9e9e9" stop-opacity="1"></stop></linearGradient></defs></svg></div></a></div></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/03/with-coach-k-gone-bill-self-could-be-new-voice-college-hoops/" class=""><span>With Coach K gone, Bill Self could be the new voice of college hoops</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/barry-svrluga/">Barry Svrluga</a></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
allcontent-childStyles grid-tiling grid-top grid-bottom grid-right
" style="--c-start-mx:0;--c-start-lg:0;--c-start-md:0;--c-start-sm:0;--c-start-xs:0;--c-span-mx:5;--c-span-lg:4;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--dsktp-order:1" data-index="1" data-admin-id="2" data-feature-name="college-football-2-4" moat-id="fronts/flex-feature" data-mx-span="5" data-lg-span="4" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text art-size--fullWidth" data-feature-id="homepage/story"><div class="card-top card-text"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/03/yes-unc-duke-was-epic-no-it-wasnt-final-scene-this-movie/" class="art-link"><div><svg aria-labelledby="ImageLoader1.78-aria" role="img" viewBox="0 0 298 167"><title id="ImageLoader1.78-aria">Loading...</title><rect role="presentation" x="0" y="0" width="100%" height="100%" clip-path="url(#ImageLoader1.78-diff)" style="fill:url(#ImageLoader1.78-animated-diff)"></rect><defs><clipPath id="ImageLoader1.78-diff"><rect x="0" y="0" width="298" height="167"></rect></clipPath><linearGradient id="ImageLoader1.78-animated-diff"><stop offset="0%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="50%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="100%" stop-color="#e9e9e9" stop-opacity="1"></stop></linearGradient></defs></svg></div></a></div></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/03/yes-unc-duke-was-epic-no-it-wasnt-final-scene-this-movie/" class=""><span>Yes, UNC-Duke was epic. No, it wasn’t the final scene of this movie.</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/chuck-culpepper/">Chuck Culpepper</a></div></div></div></div></div></div></div><div aria-hidden="true" class="hide-for-print relative flex justify-center content-box items-center b bh mb-md mt-md pt-md pb-md dn-hp-xs border-box adslot-c" style="min-height:280px;border-top-color:;border-bottom-color:"><div class="center absolute w-100 border-box" style="top:" data-sc-v="6.6.0" data-sc-c="adslot"><div class="dib gray-dark pl-xs pr-xs font-sans-serif light font-xxxxs lh-md" style="--primary-border-color:" data-sc-v="6.6.0" data-sc-c="adslot"></div></div><div data-testid="placeholder-box" class="w-100 h-100 absolute flex flex-column justify-center border-box bg-offwhite" style="height:280px" data-sc-v="6.6.0" data-sc-c="placeholder"><div class="flex flex-column justify-center font-sans-serif center font-xxs light gray-dark lh-md" data-sc-v="6.6.0" data-sc-c="placeholder"><div data-sc-v="6.6.0" data-sc-c="placeholder">Advertisement</div></div></div></div><div aria-hidden="true" class="hide-for-print relative flex justify-center content-box items-center b bh mb-md mt-md pt-md pb-md dn-hp-sm-to-mx border-box adslot-c" style="min-height:250px;border-top-color:;border-bottom-color:"><div class="center absolute w-100 border-box" style="top:" data-sc-v="6.6.0" data-sc-c="adslot"><div class="dib gray-dark pl-xs pr-xs font-sans-serif light font-xxxxs lh-md" style="--primary-border-color:" data-sc-v="6.6.0" data-sc-c="adslot"></div></div><div data-testid="placeholder-box" class="w-100 h-100 absolute flex flex-column justify-center border-box bg-offwhite" style="height:250px" data-sc-v="6.6.0" data-sc-c="placeholder"><div class="flex flex-column justify-center font-sans-serif center font-xxs light gray-dark lh-md" data-sc-v="6.6.0" data-sc-c="placeholder"><div data-sc-v="6.6.0" data-sc-c="placeholder">Advertisement</div></div></div></div><div class="hpgrid-max-width ma-auto " data-chain-name="soccer" data-gtm-module="soccer" style="position:relative"><div class="mr-sm ml-sm mr-0-ns ml-0-ns label"><div class="gray-darkest mb-sm label label-section-large left"><a class="font-xs font-bold uppercase letter-spacing offblack hover-gray-dark label-link" href="https://www.washingtonpost.com/sports/soccer/"><span>Soccer</span><span class="relative" style="margin-left:0.125rem"><span style="position:absolute;size-to-use:normal;top:0"><svg class="content-box fill-gray hover-inherit hover-fill-gray" width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="img" data-sc-v="6.6.0" data-sc-c="iconbase"><title data-sc-v="6.6.0" data-sc-c="iconbase">ChevronRight</title><path d="M9.44 7.854L4.145 2.56l1.415-1.415 6 6a1 1 0 0 1 0 1.415l-6 6-1.415-1.415L9.44 7.854z" fill-rule="nonzero" data-sc-v="6.6.0" data-sc-c="iconbase"></path></svg></span></span></a></div></div><div class="chain hpgrid hpgrid-max-width ma-auto mx-dsktp-order large-bottom-separator no-line-bottom include-dividers-tables "><div class="table-in-grid hpgrid hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans tiling-layout grid-top grid-bottom grid-left grid-right allcontent include-dividers-features hide-helpers" style="--c-start-mx:1;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:1;--c-span-mx:20;--c-span-lg:16;--c-span-md:12;--c-span-sm:10;--c-span-xs:1"><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
allcontent-childStyles grid-tiling grid-top grid-bottom grid-left
" style="--c-start-mx:0;--c-start-lg:0;--c-start-md:0;--c-start-sm:0;--c-start-xs:0;--c-span-mx:5;--c-span-lg:4;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--dsktp-order:0" data-index="0" data-admin-id="1" data-feature-name="soccer-feed" moat-id="fronts/flex-feature" data-mx-span="5" data-lg-span="4" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text art-size--fullWidth" data-feature-id="homepage/story"><div class="card-top card-text"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/20/hernan-losada-fired-dc-united/" class="art-link"><div><svg aria-labelledby="ImageLoader1.78-aria" role="img" viewBox="0 0 298 167"><title id="ImageLoader1.78-aria">Loading...</title><rect role="presentation" x="0" y="0" width="100%" height="100%" clip-path="url(#ImageLoader1.78-diff)" style="fill:url(#ImageLoader1.78-animated-diff)"></rect><defs><clipPath id="ImageLoader1.78-diff"><rect x="0" y="0" width="298" height="167"></rect></clipPath><linearGradient id="ImageLoader1.78-animated-diff"><stop offset="0%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="50%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="100%" stop-color="#e9e9e9" stop-opacity="1"></stop></linearGradient></defs></svg></div></a></div></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/20/hernan-losada-fired-dc-united/" class=""><span>D.C. United fires coach Hernán Losada after sluggish start to season</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/steven-goff/">Steven Goff</a></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
allcontent-childStyles grid-tiling grid-top grid-bottom grid-center
" style="--c-start-mx:0;--c-start-lg:0;--c-start-md:0;--c-start-sm:0;--c-start-xs:0;--c-span-mx:5;--c-span-lg:4;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--dsktp-order:1" data-index="1" data-admin-id="2" data-feature-name="soccer-feed" moat-id="fronts/flex-feature" data-mx-span="5" data-lg-span="4" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text art-size--fullWidth" data-feature-id="homepage/story"><div class="card-top card-text"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/19/dc-united-flower-city-us-open-cup/" class="art-link"><div><svg aria-labelledby="ImageLoader1.78-aria" role="img" viewBox="0 0 298 167"><title id="ImageLoader1.78-aria">Loading...</title><rect role="presentation" x="0" y="0" width="100%" height="100%" clip-path="url(#ImageLoader1.78-diff)" style="fill:url(#ImageLoader1.78-animated-diff)"></rect><defs><clipPath id="ImageLoader1.78-diff"><rect x="0" y="0" width="298" height="167"></rect></clipPath><linearGradient id="ImageLoader1.78-animated-diff"><stop offset="0%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="50%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="100%" stop-color="#e9e9e9" stop-opacity="1"></stop></linearGradient></defs></svg></div></a></div></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/19/dc-united-flower-city-us-open-cup/" class=""><span>D.C. United surges late for a 3-0 win over Flower City in the U.S. Open Cup</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/steven-goff/">Steven Goff</a></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
allcontent-childStyles grid-tiling grid-top grid-bottom grid-center
" style="--c-start-mx:0;--c-start-lg:0;--c-start-md:0;--c-start-sm:0;--c-start-xs:0;--c-span-mx:5;--c-span-lg:4;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--dsktp-order:1" data-index="1" data-admin-id="2" data-feature-name="soccer-feed" moat-id="fronts/flex-feature" data-mx-span="5" data-lg-span="4" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text art-size--fullWidth" data-feature-id="homepage/story"><div class="card-top card-text"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/19/cristiano-ronaldo-newborn-son/" class="art-link"><div><svg aria-labelledby="ImageLoader1.78-aria" role="img" viewBox="0 0 298 167"><title id="ImageLoader1.78-aria">Loading...</title><rect role="presentation" x="0" y="0" width="100%" height="100%" clip-path="url(#ImageLoader1.78-diff)" style="fill:url(#ImageLoader1.78-animated-diff)"></rect><defs><clipPath id="ImageLoader1.78-diff"><rect x="0" y="0" width="298" height="167"></rect></clipPath><linearGradient id="ImageLoader1.78-animated-diff"><stop offset="0%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="50%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="100%" stop-color="#e9e9e9" stop-opacity="1"></stop></linearGradient></defs></svg></div></a></div></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/19/cristiano-ronaldo-newborn-son/" class=""><span>Cristiano Ronaldo and his partner announce death of their newborn son</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/cindy-boren/">Cindy Boren</a></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
allcontent-childStyles grid-tiling grid-top grid-bottom grid-right
" style="--c-start-mx:0;--c-start-lg:0;--c-start-md:0;--c-start-sm:0;--c-start-xs:0;--c-span-mx:5;--c-span-lg:4;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--dsktp-order:1" data-index="1" data-admin-id="2" data-feature-name="soccer-feed" moat-id="fronts/flex-feature" data-mx-span="5" data-lg-span="4" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text art-size--fullWidth" data-feature-id="homepage/story"><div class="card-top card-text"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/17/washington-spirit-gotham-fc-trinity-rodman/" class="art-link"><div><svg aria-labelledby="ImageLoader1.78-aria" role="img" viewBox="0 0 298 167"><title id="ImageLoader1.78-aria">Loading...</title><rect role="presentation" x="0" y="0" width="100%" height="100%" clip-path="url(#ImageLoader1.78-diff)" style="fill:url(#ImageLoader1.78-animated-diff)"></rect><defs><clipPath id="ImageLoader1.78-diff"><rect x="0" y="0" width="298" height="167"></rect></clipPath><linearGradient id="ImageLoader1.78-animated-diff"><stop offset="0%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="50%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="100%" stop-color="#e9e9e9" stop-opacity="1"></stop></linearGradient></defs></svg></div></a></div></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/17/washington-spirit-gotham-fc-trinity-rodman/" class=""><span>Trinity Rodman, Spirit continue surge with 3-1 victory over Gotham FC</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/steven-goff/">Steven Goff</a></div></div></div></div></div></div></div><div class="hpgrid-max-width ma-auto " data-chain-name="wnba" data-gtm-module="wnba" style="position:relative"><div class="mr-sm ml-sm mr-0-ns ml-0-ns label"><div class="gray-darkest mb-sm label label-section-large left"><a class="font-xs font-bold uppercase letter-spacing offblack hover-gray-dark label-link" href="https://www.washingtonpost.com/sports/wnba/"><span>WASHINGTON MYSTICS</span><span class="relative" style="margin-left:0.125rem"><span style="position:absolute;size-to-use:normal;top:0"><svg class="content-box fill-gray hover-inherit hover-fill-gray" width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="img" data-sc-v="6.6.0" data-sc-c="iconbase"><title data-sc-v="6.6.0" data-sc-c="iconbase">ChevronRight</title><path d="M9.44 7.854L4.145 2.56l1.415-1.415 6 6a1 1 0 0 1 0 1.415l-6 6-1.415-1.415L9.44 7.854z" fill-rule="nonzero" data-sc-v="6.6.0" data-sc-c="iconbase"></path></svg></span></span></a></div></div><div class="chain hpgrid hpgrid-max-width ma-auto mx-dsktp-order large-bottom-separator no-line-bottom include-dividers-tables "><div class="table-in-grid hpgrid hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans tiling-layout grid-top grid-bottom grid-left grid-right allcontent include-dividers-features hide-helpers" style="--c-start-mx:1;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:1;--c-span-mx:20;--c-span-lg:16;--c-span-md:12;--c-span-sm:10;--c-span-xs:1"><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
allcontent-childStyles grid-tiling grid-top grid-bottom grid-left
" style="--c-start-mx:0;--c-start-lg:0;--c-start-md:0;--c-start-sm:0;--c-start-xs:0;--c-span-mx:5;--c-span-lg:4;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--dsktp-order:0" data-index="0" data-admin-id="1" data-feature-name="wnba-feed" moat-id="fronts/flex-feature" data-mx-span="5" data-lg-span="4" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text art-size--fullWidth" data-feature-id="homepage/story"><div class="card-top card-text"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/20/christyn-williams-knee-injury-mystics/" class="art-link"><div><svg aria-labelledby="ImageLoader1.78-aria" role="img" viewBox="0 0 298 167"><title id="ImageLoader1.78-aria">Loading...</title><rect role="presentation" x="0" y="0" width="100%" height="100%" clip-path="url(#ImageLoader1.78-diff)" style="fill:url(#ImageLoader1.78-animated-diff)"></rect><defs><clipPath id="ImageLoader1.78-diff"><rect x="0" y="0" width="298" height="167"></rect></clipPath><linearGradient id="ImageLoader1.78-animated-diff"><stop offset="0%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="50%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="100%" stop-color="#e9e9e9" stop-opacity="1"></stop></linearGradient></defs></svg></div></a></div></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/20/christyn-williams-knee-injury-mystics/" class=""><span>Christyn Williams, Mystics’ second-round pick, will miss season with knee injury</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/ava-wallace/">Ava Wallace</a></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
allcontent-childStyles grid-tiling grid-top grid-bottom grid-center
" style="--c-start-mx:0;--c-start-lg:0;--c-start-md:0;--c-start-sm:0;--c-start-xs:0;--c-span-mx:5;--c-span-lg:4;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--dsktp-order:1" data-index="1" data-admin-id="2" data-feature-name="wnba-feed" moat-id="fronts/flex-feature" data-mx-span="5" data-lg-span="4" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text art-size--fullWidth" data-feature-id="homepage/story"><div class="card-top card-text"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/18/elena-delle-donne-is-back-mystics-are-championship-minded/" class="art-link"><div><svg aria-labelledby="ImageLoader1.78-aria" role="img" viewBox="0 0 298 167"><title id="ImageLoader1.78-aria">Loading...</title><rect role="presentation" x="0" y="0" width="100%" height="100%" clip-path="url(#ImageLoader1.78-diff)" style="fill:url(#ImageLoader1.78-animated-diff)"></rect><defs><clipPath id="ImageLoader1.78-diff"><rect x="0" y="0" width="298" height="167"></rect></clipPath><linearGradient id="ImageLoader1.78-animated-diff"><stop offset="0%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="50%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="100%" stop-color="#e9e9e9" stop-opacity="1"></stop></linearGradient></defs></svg></div></a></div></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/18/elena-delle-donne-is-back-mystics-are-championship-minded/" class=""><span>Elena Delle Donne is back, and the Mystics are championship-minded</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/ava-wallace/">Ava Wallace</a></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
allcontent-childStyles grid-tiling grid-top grid-bottom grid-center
" style="--c-start-mx:0;--c-start-lg:0;--c-start-md:0;--c-start-sm:0;--c-start-xs:0;--c-span-mx:5;--c-span-lg:4;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--dsktp-order:1" data-index="1" data-admin-id="2" data-feature-name="wnba-feed" moat-id="fronts/flex-feature" data-mx-span="5" data-lg-span="4" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text art-size--fullWidth" data-feature-id="homepage/story"><div class="card-top card-text"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/17/alysha-clark-mystics-rehab/" class="art-link"><div><svg aria-labelledby="ImageLoader1.78-aria" role="img" viewBox="0 0 298 167"><title id="ImageLoader1.78-aria">Loading...</title><rect role="presentation" x="0" y="0" width="100%" height="100%" clip-path="url(#ImageLoader1.78-diff)" style="fill:url(#ImageLoader1.78-animated-diff)"></rect><defs><clipPath id="ImageLoader1.78-diff"><rect x="0" y="0" width="298" height="167"></rect></clipPath><linearGradient id="ImageLoader1.78-animated-diff"><stop offset="0%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="50%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="100%" stop-color="#e9e9e9" stop-opacity="1"></stop></linearGradient></defs></svg></div></a></div></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/17/alysha-clark-mystics-rehab/" class=""><span>Mystics counting on Alysha Clark to get back in championship form</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/kareem-copeland/">Kareem Copeland</a></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
allcontent-childStyles grid-tiling grid-top grid-bottom grid-right
" style="--c-start-mx:0;--c-start-lg:0;--c-start-md:0;--c-start-sm:0;--c-start-xs:0;--c-span-mx:5;--c-span-lg:4;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--dsktp-order:1" data-index="1" data-admin-id="2" data-feature-name="wnba-feed" moat-id="fronts/flex-feature" data-mx-span="5" data-lg-span="4" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text art-size--fullWidth" data-feature-id="homepage/story"><div class="card-top card-text"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/11/shakira-austin-mystics-wnba-draft/" class="art-link"><div><svg aria-labelledby="ImageLoader1.78-aria" role="img" viewBox="0 0 298 167"><title id="ImageLoader1.78-aria">Loading...</title><rect role="presentation" x="0" y="0" width="100%" height="100%" clip-path="url(#ImageLoader1.78-diff)" style="fill:url(#ImageLoader1.78-animated-diff)"></rect><defs><clipPath id="ImageLoader1.78-diff"><rect x="0" y="0" width="298" height="167"></rect></clipPath><linearGradient id="ImageLoader1.78-animated-diff"><stop offset="0%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="50%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="100%" stop-color="#e9e9e9" stop-opacity="1"></stop></linearGradient></defs></svg></div></a></div></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/11/shakira-austin-mystics-wnba-draft/" class=""><span>Mystics select ex-Maryland standout Shakira Austin in the WNBA draft</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/kareem-copeland/">Kareem Copeland</a></div></div></div></div></div></div></div><div class="hpgrid-max-width ma-auto " data-chain-name="nhl" data-gtm-module="nhl" style="position:relative"><div class="mr-sm ml-sm mr-0-ns ml-0-ns label"><div class="gray-darkest mb-sm label label-section-large left"><a class="font-xs font-bold uppercase letter-spacing offblack hover-gray-dark label-link" href="https://www.washingtonpost.com/sports/nhl/"><span>NATIONAL HOCKEY LEAGUE</span><span class="relative" style="margin-left:0.125rem"><span style="position:absolute;size-to-use:normal;top:0"><svg class="content-box fill-gray hover-inherit hover-fill-gray" width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="img" data-sc-v="6.6.0" data-sc-c="iconbase"><title data-sc-v="6.6.0" data-sc-c="iconbase">ChevronRight</title><path d="M9.44 7.854L4.145 2.56l1.415-1.415 6 6a1 1 0 0 1 0 1.415l-6 6-1.415-1.415L9.44 7.854z" fill-rule="nonzero" data-sc-v="6.6.0" data-sc-c="iconbase"></path></svg></span></span></a></div></div><div class="chain hpgrid hpgrid-max-width ma-auto mx-dsktp-order large-bottom-separator no-line-bottom include-dividers-tables "><div class="table-in-grid hpgrid hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans wide-left-dual-2-col-tables-layout grid-top grid-bottom grid-left table1 include-dividers-features hide-helpers" style="--c-start-mx:1;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:1;--c-span-mx:12;--c-span-lg:16;--c-span-md:12;--c-span-sm:10;--c-span-xs:1"><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table1-columns-left grid-top grid-bottom grid-left
" style="--c-start-mx:1;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:1;--c-span-mx:8;--c-span-lg:10;--c-span-md:8;--c-span-sm:10;--c-span-xs:1;--r-span-mx:6;--r-span-lg:6;--r-span-md:6;--dsktp-order:2" data-index="0" data-admin-id="1" data-feature-name="nhl-feed-1" moat-id="fronts/flex-feature" data-mx-span="8" data-lg-span="10" data-md-span="8" data-sm-span="10" data-xs-span="1"><div class="left no-wrap-text art-size--fullWidth" data-feature-id="homepage/story"><div class="card-top card-text"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xxs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/18/marshawn-lynch-seattle-kraken-macklemore/" class="art-link"><div><svg aria-labelledby="ImageLoader1.78-aria" role="img" viewBox="0 0 496 279"><title id="ImageLoader1.78-aria">Loading...</title><rect role="presentation" x="0" y="0" width="100%" height="100%" clip-path="url(#ImageLoader1.78-diff)" style="fill:url(#ImageLoader1.78-animated-diff)"></rect><defs><clipPath id="ImageLoader1.78-diff"><rect x="0" y="0" width="496" height="279"></rect></clipPath><linearGradient id="ImageLoader1.78-animated-diff"><stop offset="0%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="50%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="100%" stop-color="#e9e9e9" stop-opacity="1"></stop></linearGradient></defs></svg></div></a></div></div><div class="gray-dark font-xxxxs left pb-xs font--meta-text lh-sm">(Caean Couto/AP)</div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-md"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/18/marshawn-lynch-seattle-kraken-macklemore/" class=""><span>Marshawn Lynch becomes a minority investor in NHL’s Seattle Kraken</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/des-bieler/">Des Bieler</a></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table1-columns-main grid-top grid-right
" style="--c-start-mx:9;--c-start-lg:11;--c-start-md:9;--c-start-sm:1;--c-start-xs:1;--c-span-mx:4;--c-span-lg:6;--c-span-md:4;--c-span-sm:10;--c-span-xs:1;--r-span-mx:2;--r-span-lg:2;--r-span-md:2;--dsktp-order:3" data-index="1" data-admin-id="2" data-feature-name="nhl-feed-2" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="6" data-md-span="4" data-sm-span="10" data-xs-span="1"><div class="left no-wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="gray-darkest mb-xxs label label-kicker left"><a class="font-xxxxs font-bold lh-sm offblack hover-gray-dark label-link" href="https://www.washingtonpost.com/sports/2022/04/16/mike-bossy-dies-appreciation/"><span>Perspective</span></a></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/16/mike-bossy-dies-appreciation/" class=""><span>Mike Bossy was a hockey legend on the ice, and a sweetheart off it</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/john-feinstein/">John Feinstein</a></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table1-columns-main grid-pseudo-left grid-middle grid-right
" style="--c-start-mx:9;--c-start-lg:11;--c-start-md:9;--c-start-sm:1;--c-start-xs:1;--c-span-mx:4;--c-span-lg:6;--c-span-md:4;--c-span-sm:10;--c-span-xs:1;--r-span-mx:2;--r-span-lg:2;--r-span-md:2;--dsktp-order:3" data-index="1" data-admin-id="2" data-feature-name="nhl-feed-2" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="6" data-md-span="4" data-sm-span="10" data-xs-span="1"><div class="left no-wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/obituaries/2022/04/15/mike-bossy-hockey-islanders-dead/" class=""><span>Mike Bossy, Islanders’ prolific Hall of Fame goal scorer, dies at 65</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/ben-sumner/">Ben Sumner</a></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table1-columns-main grid-pseudo-left grid-bottom grid-right
" style="--c-start-mx:9;--c-start-lg:11;--c-start-md:9;--c-start-sm:1;--c-start-xs:1;--c-span-mx:4;--c-span-lg:6;--c-span-md:4;--c-span-sm:10;--c-span-xs:1;--r-span-mx:2;--r-span-lg:2;--r-span-md:2;--dsktp-order:3" data-index="1" data-admin-id="2" data-feature-name="nhl-feed-2" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="6" data-md-span="4" data-sm-span="10" data-xs-span="1"><div class="left no-wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/03/04/russian-nhl-players-ovechkin/" class=""><span>From death threats to corporate backlash, Russian NHL players ‘in a very difficult spot’</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/adam-kilgore/">Adam Kilgore</a></div></div></div></div></div><div class="table-in-grid hpgrid hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans wide-left-dual-2-col-tables-layout grid-top grid-bottom grid-right table2 include-dividers-features hide-helpers" style="--c-start-mx:13;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:1;--c-span-mx:8;--c-span-lg:16;--c-span-md:12;--c-span-sm:10;--c-span-xs:1"><div class="hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans hpgrid-close-the-gap" style="grid-row-end:1;--c-start-mx:1;--c-span-mx:8"><div class="gray-darkest mb-xs label label-package-nested left"><a class="font-xxxs font-bold uppercase letter-spacing offblack hover-gray-dark label-link" href="https://www.washingtonpost.com/sports/capitals/"><span>WASHINGTON CAPITALS</span><span class="relative" style="margin-left:0.125rem"><span style="position:absolute;size-to-use:small;top:0"><svg class="content-box fill-gray hover-inherit hover-fill-gray" width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="img" data-sc-v="6.6.0" data-sc-c="iconbase"><title data-sc-v="6.6.0" data-sc-c="iconbase">ChevronRight</title><path d="M9.44 7.854L4.145 2.56l1.415-1.415 6 6a1 1 0 0 1 0 1.415l-6 6-1.415-1.415L9.44 7.854z" fill-rule="nonzero" data-sc-v="6.6.0" data-sc-c="iconbase"></path></svg></span></span></a></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table2-columns-left grid-top grid-bottom grid-left
" style="--c-start-mx:1;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:1;--c-span-mx:4;--c-span-lg:8;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--r-span-mx:6;--r-span-lg:6;--r-span-md:6;--r-span-sm:6;--dsktp-order:0" data-index="1" data-admin-id="3" data-feature-name="caps-feed-1" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="8" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text art-size--fullWidth" data-feature-id="homepage/story"><div class="card-top card-text"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/21/alex-ovechkin-50-goals-capitals-golden-knights/" class="art-link"><div><svg aria-labelledby="ImageLoader1.5-aria" role="img" viewBox="0 0 232 155"><title id="ImageLoader1.5-aria">Loading...</title><rect role="presentation" x="0" y="0" width="100%" height="100%" clip-path="url(#ImageLoader1.5-diff)" style="fill:url(#ImageLoader1.5-animated-diff)"></rect><defs><clipPath id="ImageLoader1.5-diff"><rect x="0" y="0" width="232" height="155"></rect></clipPath><linearGradient id="ImageLoader1.5-animated-diff"><stop offset="0%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="50%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="100%" stop-color="#e9e9e9" stop-opacity="1"></stop></linearGradient></defs></svg></div></a></div></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/21/alex-ovechkin-50-goals-capitals-golden-knights/" class=""><span>Alex Ovechkin hits the 50-goal mark again, but the Capitals falter in OT</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/samantha-pell/">Samantha Pell</a></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table2-columns-main grid-top grid-right
" style="--c-start-mx:5;--c-start-lg:9;--c-start-md:7;--c-start-sm:6;--c-start-xs:1;--c-span-mx:4;--c-span-lg:8;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--r-span-mx:2;--r-span-lg:2;--r-span-md:2;--r-span-sm:2;--dsktp-order:1" data-index="2" data-admin-id="4" data-feature-name="caps-feed-2" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="8" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--subhead lh-fronts-tiny font-light font-size-tiny"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/20/anthony-mantha-lars-eller-capitals-third-line/" class=""><span>Capitals’ Anthony Mantha and Lars Eller have found late-season chemistry</span></a></h2></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table2-columns-main grid-pseudo-left grid-middle grid-right
" style="--c-start-mx:5;--c-start-lg:9;--c-start-md:7;--c-start-sm:6;--c-start-xs:1;--c-span-mx:4;--c-span-lg:8;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--r-span-mx:2;--r-span-lg:2;--r-span-md:2;--r-span-sm:2;--dsktp-order:1" data-index="2" data-admin-id="4" data-feature-name="caps-feed-2" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="8" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--subhead lh-fronts-tiny font-light font-size-tiny"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/19/marcus-johansson-capitals-offense-production/" class=""><span>Why the Capitals value Marcus Johansson’s ‘good, steady 200-foot game’</span></a></h2></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
table2-columns-main grid-pseudo-left grid-bottom grid-right
" style="--c-start-mx:5;--c-start-lg:9;--c-start-md:7;--c-start-sm:6;--c-start-xs:1;--c-span-mx:4;--c-span-lg:8;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--r-span-mx:2;--r-span-lg:2;--r-span-md:2;--r-span-sm:2;--dsktp-order:1" data-index="2" data-admin-id="4" data-feature-name="caps-feed-2" moat-id="fronts/flex-feature" data-mx-span="4" data-lg-span="8" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text" data-feature-id="homepage/story"><div class="card-top card-text"><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--subhead lh-fronts-tiny font-light font-size-tiny"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/19/capitals-avalanche-game/" class=""><span>With playoffs nearing, suddenly hot Capitals beat NHL-best Avalanche</span></a></h2></div></div></div></div></div></div></div><div class="hpgrid-max-width ma-auto " data-chain-name="dc-sports-bog" data-gtm-module="dc-sports-bog" style="position:relative"><div class="mr-sm ml-sm mr-0-ns ml-0-ns label"><div class="gray-darkest mb-sm label label-section-large left"><a class="font-xs font-bold uppercase letter-spacing offblack hover-gray-dark label-link" href="https://www.washingtonpost.com/news/dc-sports-bog/"><span>D.C. SPORTS BOG</span><span class="relative" style="margin-left:0.125rem"><span style="position:absolute;size-to-use:normal;top:0"><svg class="content-box fill-gray hover-inherit hover-fill-gray" width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="img" data-sc-v="6.6.0" data-sc-c="iconbase"><title data-sc-v="6.6.0" data-sc-c="iconbase">ChevronRight</title><path d="M9.44 7.854L4.145 2.56l1.415-1.415 6 6a1 1 0 0 1 0 1.415l-6 6-1.415-1.415L9.44 7.854z" fill-rule="nonzero" data-sc-v="6.6.0" data-sc-c="iconbase"></path></svg></span></span></a></div></div><div class="chain hpgrid hpgrid-max-width ma-auto mx-dsktp-order large-bottom-separator no-line-bottom include-dividers-tables "><div class="table-in-grid hpgrid hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans tiling-layout grid-top grid-bottom grid-left grid-right allcontent include-dividers-features hide-helpers" style="--c-start-mx:1;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:1;--c-span-mx:20;--c-span-lg:16;--c-span-md:12;--c-span-sm:10;--c-span-xs:1"><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
allcontent-childStyles grid-tiling grid-top grid-bottom grid-left
" style="--c-start-mx:0;--c-start-lg:0;--c-start-md:0;--c-start-sm:0;--c-start-xs:0;--c-span-mx:5;--c-span-lg:4;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--dsktp-order:0" data-index="0" data-admin-id="1" data-feature-name="sports-bog-feed" moat-id="fronts/flex-feature" data-mx-span="5" data-lg-span="4" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text art-size--fullWidth" data-feature-id="homepage/story"><div class="card-top card-text"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/15/usfl-washington-federals/" class="art-link"><div><svg aria-labelledby="ImageLoader1.78-aria" role="img" viewBox="0 0 298 167"><title id="ImageLoader1.78-aria">Loading...</title><rect role="presentation" x="0" y="0" width="100%" height="100%" clip-path="url(#ImageLoader1.78-diff)" style="fill:url(#ImageLoader1.78-animated-diff)"></rect><defs><clipPath id="ImageLoader1.78-diff"><rect x="0" y="0" width="298" height="167"></rect></clipPath><linearGradient id="ImageLoader1.78-animated-diff"><stop offset="0%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="50%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="100%" stop-color="#e9e9e9" stop-opacity="1"></stop></linearGradient></defs></svg></div></a></div></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/15/usfl-washington-federals/" class=""><span>As the USFL restarts, a look back at the Washington Federals’ wild ride</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/jake-russell/">Jake Russell</a></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
allcontent-childStyles grid-tiling grid-top grid-bottom grid-center
" style="--c-start-mx:0;--c-start-lg:0;--c-start-md:0;--c-start-sm:0;--c-start-xs:0;--c-span-mx:5;--c-span-lg:4;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--dsktp-order:1" data-index="1" data-admin-id="2" data-feature-name="sports-bog-feed" moat-id="fronts/flex-feature" data-mx-span="5" data-lg-span="4" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text art-size--fullWidth" data-feature-id="homepage/story"><div class="card-top card-text"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/06/nationals-park-new-concessions-entry-sportsbook/" class="art-link"><div><svg aria-labelledby="ImageLoader1.78-aria" role="img" viewBox="0 0 298 167"><title id="ImageLoader1.78-aria">Loading...</title><rect role="presentation" x="0" y="0" width="100%" height="100%" clip-path="url(#ImageLoader1.78-diff)" style="fill:url(#ImageLoader1.78-animated-diff)"></rect><defs><clipPath id="ImageLoader1.78-diff"><rect x="0" y="0" width="298" height="167"></rect></clipPath><linearGradient id="ImageLoader1.78-animated-diff"><stop offset="0%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="50%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="100%" stop-color="#e9e9e9" stop-opacity="1"></stop></linearGradient></defs></svg></div></a></div></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/06/nationals-park-new-concessions-entry-sportsbook/" class=""><span>New at Nats Park: Easier entry, hot chicken, a sportsbook and ‘Juan Solo’</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/fritz-hahn/">Fritz Hahn</a></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
allcontent-childStyles grid-tiling grid-top grid-bottom grid-center
" style="--c-start-mx:0;--c-start-lg:0;--c-start-md:0;--c-start-sm:0;--c-start-xs:0;--c-span-mx:5;--c-span-lg:4;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--dsktp-order:1" data-index="1" data-admin-id="2" data-feature-name="sports-bog-feed" moat-id="fronts/flex-feature" data-mx-span="5" data-lg-span="4" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text art-size--fullWidth" data-feature-id="homepage/story"><div class="card-top card-text"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/03/29/nationals-wizards-cherry-blossom-jerseys/" class="art-link"><div><svg aria-labelledby="ImageLoader1.78-aria" role="img" viewBox="0 0 298 167"><title id="ImageLoader1.78-aria">Loading...</title><rect role="presentation" x="0" y="0" width="100%" height="100%" clip-path="url(#ImageLoader1.78-diff)" style="fill:url(#ImageLoader1.78-animated-diff)"></rect><defs><clipPath id="ImageLoader1.78-diff"><rect x="0" y="0" width="298" height="167"></rect></clipPath><linearGradient id="ImageLoader1.78-animated-diff"><stop offset="0%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="50%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="100%" stop-color="#e9e9e9" stop-opacity="1"></stop></linearGradient></defs></svg></div></a></div></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/03/29/nationals-wizards-cherry-blossom-jerseys/" class=""><span>Nationals, Wizards unveil collaborative cherry blossom uniforms</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/andrew-golden/">Andrew Golden</a></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
allcontent-childStyles grid-tiling grid-top grid-bottom grid-right
" style="--c-start-mx:0;--c-start-lg:0;--c-start-md:0;--c-start-sm:0;--c-start-xs:0;--c-span-mx:5;--c-span-lg:4;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--dsktp-order:1" data-index="1" data-admin-id="2" data-feature-name="sports-bog-feed" moat-id="fronts/flex-feature" data-mx-span="5" data-lg-span="4" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text art-size--fullWidth" data-feature-id="homepage/story"><div class="card-top card-text"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/graphics/sports/dc-sports-bog/2020/07/13/amp-stories/timeline-redskins-name-change-debate/" class="art-link"><div><svg aria-labelledby="ImageLoader1.78-aria" role="img" viewBox="0 0 298 167"><title id="ImageLoader1.78-aria">Loading...</title><rect role="presentation" x="0" y="0" width="100%" height="100%" clip-path="url(#ImageLoader1.78-diff)" style="fill:url(#ImageLoader1.78-animated-diff)"></rect><defs><clipPath id="ImageLoader1.78-diff"><rect x="0" y="0" width="298" height="167"></rect></clipPath><linearGradient id="ImageLoader1.78-animated-diff"><stop offset="0%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="50%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="100%" stop-color="#e9e9e9" stop-opacity="1"></stop></linearGradient></defs></svg></div></a></div></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/graphics/sports/dc-sports-bog/2020/07/13/amp-stories/timeline-redskins-name-change-debate/" class=""><span>A timeline of the Washington Football Team name change debate</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/scott-allen/">Scott Allen</a></div></div></div></div></div></div></div><div class="hpgrid-max-width ma-auto " data-chain-name="high-schools" data-gtm-module="high-schools" style="position:relative"><div class="mr-sm ml-sm mr-0-ns ml-0-ns label"><div class="gray-darkest mb-sm label label-section-large left"><a class="font-xs font-bold uppercase letter-spacing offblack hover-gray-dark label-link" href="https://www.washingtonpost.com/allmetsports/2021-winter/"><span>HIGH SCHOOLS</span><span class="relative" style="margin-left:0.125rem"><span style="position:absolute;size-to-use:normal;top:0"><svg class="content-box fill-gray hover-inherit hover-fill-gray" width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="img" data-sc-v="6.6.0" data-sc-c="iconbase"><title data-sc-v="6.6.0" data-sc-c="iconbase">ChevronRight</title><path d="M9.44 7.854L4.145 2.56l1.415-1.415 6 6a1 1 0 0 1 0 1.415l-6 6-1.415-1.415L9.44 7.854z" fill-rule="nonzero" data-sc-v="6.6.0" data-sc-c="iconbase"></path></svg></span></span></a></div></div><div class="chain hpgrid hpgrid-max-width ma-auto mx-dsktp-order large-bottom-separator no-line-bottom include-dividers-tables "><div class="table-in-grid hpgrid hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans tiling-layout grid-top grid-bottom grid-left grid-right allcontent include-dividers-features hide-helpers" style="--c-start-mx:1;--c-start-lg:1;--c-start-md:1;--c-start-sm:1;--c-start-xs:1;--c-span-mx:20;--c-span-lg:16;--c-span-md:12;--c-span-sm:10;--c-span-xs:1"><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
allcontent-childStyles grid-tiling grid-top grid-bottom grid-left
" style="--c-start-mx:0;--c-start-lg:0;--c-start-md:0;--c-start-sm:0;--c-start-xs:0;--c-span-mx:5;--c-span-lg:4;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--dsktp-order:0" data-index="0" data-admin-id="1" data-feature-name="hs-feed" moat-id="fronts/flex-feature" data-mx-span="5" data-lg-span="4" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text art-size--fullWidth" data-feature-id="homepage/story"><div class="card-top card-text"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/20/gainesville-baseball-drops-its-very-first-home-game-is-eager-keep-building/" class="art-link"><div><svg aria-labelledby="ImageLoader1.78-aria" role="img" viewBox="0 0 298 167"><title id="ImageLoader1.78-aria">Loading...</title><rect role="presentation" x="0" y="0" width="100%" height="100%" clip-path="url(#ImageLoader1.78-diff)" style="fill:url(#ImageLoader1.78-animated-diff)"></rect><defs><clipPath id="ImageLoader1.78-diff"><rect x="0" y="0" width="298" height="167"></rect></clipPath><linearGradient id="ImageLoader1.78-animated-diff"><stop offset="0%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="50%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="100%" stop-color="#e9e9e9" stop-opacity="1"></stop></linearGradient></defs></svg></div></a></div></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/20/gainesville-baseball-drops-its-very-first-home-game-is-eager-keep-building/" class=""><span>Gainesville baseball drops its very first home game but is eager to keep building</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <!-- -->Jacob Richman</div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
allcontent-childStyles grid-tiling grid-top grid-bottom grid-center
" style="--c-start-mx:0;--c-start-lg:0;--c-start-md:0;--c-start-sm:0;--c-start-xs:0;--c-span-mx:5;--c-span-lg:4;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--dsktp-order:1" data-index="1" data-admin-id="2" data-feature-name="hs-feed" moat-id="fronts/flex-feature" data-mx-span="5" data-lg-span="4" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text art-size--fullWidth" data-feature-id="homepage/story"><div class="card-top card-text"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/20/glenelg-girls-lacrosse-builds-perfection-with-rout-marriotts-ridge/" class="art-link"><div><svg aria-labelledby="ImageLoader1.78-aria" role="img" viewBox="0 0 298 167"><title id="ImageLoader1.78-aria">Loading...</title><rect role="presentation" x="0" y="0" width="100%" height="100%" clip-path="url(#ImageLoader1.78-diff)" style="fill:url(#ImageLoader1.78-animated-diff)"></rect><defs><clipPath id="ImageLoader1.78-diff"><rect x="0" y="0" width="298" height="167"></rect></clipPath><linearGradient id="ImageLoader1.78-animated-diff"><stop offset="0%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="50%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="100%" stop-color="#e9e9e9" stop-opacity="1"></stop></linearGradient></defs></svg></div></a></div></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/20/glenelg-girls-lacrosse-builds-perfection-with-rout-marriotts-ridge/" class=""><span>Glenelg girls’ lacrosse builds on perfection with a rout of Marriotts Ridge</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/kyle-melnick/">Kyle Melnick</a></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
allcontent-childStyles grid-tiling grid-top grid-bottom grid-center
" style="--c-start-mx:0;--c-start-lg:0;--c-start-md:0;--c-start-sm:0;--c-start-xs:0;--c-span-mx:5;--c-span-lg:4;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--dsktp-order:1" data-index="1" data-admin-id="2" data-feature-name="hs-feed" moat-id="fronts/flex-feature" data-mx-span="5" data-lg-span="4" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text art-size--fullWidth" data-feature-id="homepage/story"><div class="card-top card-text"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/19/with-little-extra-effort-patriot-girls-soccer-team-tops-rival-battlefield/" class="art-link"><div><svg aria-labelledby="ImageLoader1.78-aria" role="img" viewBox="0 0 298 167"><title id="ImageLoader1.78-aria">Loading...</title><rect role="presentation" x="0" y="0" width="100%" height="100%" clip-path="url(#ImageLoader1.78-diff)" style="fill:url(#ImageLoader1.78-animated-diff)"></rect><defs><clipPath id="ImageLoader1.78-diff"><rect x="0" y="0" width="298" height="167"></rect></clipPath><linearGradient id="ImageLoader1.78-animated-diff"><stop offset="0%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="50%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="100%" stop-color="#e9e9e9" stop-opacity="1"></stop></linearGradient></defs></svg></div></a></div></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/19/with-little-extra-effort-patriot-girls-soccer-team-tops-rival-battlefield/" class=""><span>With a little extra effort, the Patriot girls’ soccer team tops rival Battlefield</span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <a href="https://www.washingtonpost.com/people/michael-errigo/">Michael Errigo</a></div></div></div></div><div class="card relative
hpgrid-item hpgrid-item--c-start hpgrid-item--c-spans hpgrid-item--r-spans
allcontent-childStyles grid-tiling grid-top grid-bottom grid-right
" style="--c-start-mx:0;--c-start-lg:0;--c-start-md:0;--c-start-sm:0;--c-start-xs:0;--c-span-mx:5;--c-span-lg:4;--c-span-md:6;--c-span-sm:5;--c-span-xs:1;--dsktp-order:1" data-index="1" data-admin-id="2" data-feature-name="hs-feed" moat-id="fronts/flex-feature" data-mx-span="5" data-lg-span="4" data-md-span="6" data-sm-span="5" data-xs-span="1"><div class="left no-wrap-text art-size--fullWidth" data-feature-id="homepage/story"><div class="card-top card-text"><div class="w-100 mw-100 overflow-hidden relative lh-0 mb-xs" data-qa="art-wrapper"><div class="dib" style="width:100%;height:100%;background-color:#eee"><a href="https://www.washingtonpost.com/sports/2022/04/18/dominant-9-0-start-damascus-softball-sweeps-long-awaited-round-robin/" class="art-link"><div><svg aria-labelledby="ImageLoader1.78-aria" role="img" viewBox="0 0 298 167"><title id="ImageLoader1.78-aria">Loading...</title><rect role="presentation" x="0" y="0" width="100%" height="100%" clip-path="url(#ImageLoader1.78-diff)" style="fill:url(#ImageLoader1.78-animated-diff)"></rect><defs><clipPath id="ImageLoader1.78-diff"><rect x="0" y="0" width="298" height="167"></rect></clipPath><linearGradient id="ImageLoader1.78-animated-diff"><stop offset="0%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="50%" stop-color="#e9e9e9" stop-opacity="1"></stop><stop offset="100%" stop-color="#e9e9e9" stop-opacity="1"></stop></linearGradient></defs></svg></div></a></div></div><div class="headline relative gray-darkest pb-xs"><h2 class="relative left font--headline font-bold font-size-sm"><a data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/18/dominant-9-0-start-damascus-softball-sweeps-long-awaited-round-robin/" class=""><span>In dominant 9-0 start, Damascus softball sweeps long-awaited round robin </span></a></h2></div><div class="byline gray-dark font-xxxxs pb-xs">By <!-- -->Washington Post Staff</div></div></div></div></div></div></div> <link rel="preload" as="script" href="https://www.washingtonpost.com/player/prod/powaBoot.js"/><link rel="preload" as="script" href="https://www.washingtonpost.com/player/prod/org/wapo.js?org=wapo"/><link rel="preload" as="script" href="https://www.washingtonpost.com/player/prod/powaDrive.js?org=wapo"/><link rel="preload" as="script" href="https://www.washingtonpost.com/wp-stat/advertising/pseudo-static/vidExclusions/vid_exclusions.min.js"/><link rel="preload" as="script" href="https://www.washingtonpost.com/videoscripts/VideoAnalytics/prod/VideoAnalytics.js"/><link rel="preload" as="image" href="https://www.washingtonpost.com/player/prod/img/wp_grey.jpg"/></main><div data-id="auto-update"></div> <footer class="hpgrid-max-width ma-auto overflow-hidden"><footer class="dn flex-ns flex-column w-100 b bt"><div class="flex"><div class="flex-1 border-box" data-qa="footer-section"><div data-qa="footer-section-title" class="font--subhead lh-default font-xxxxs font-xxxs-l gray-darkest font-bold mt-md">Company</div><ul class="list-none pa-0 ml-0 mt-0 mb-md mr-0" data-qa="footer-section-list"><li data-qa="footer-section-link"><a href="https://www.washingtonpost.com/about-the-post/" class="hover-blue font--subhead lh-default font-xxxxs font-xxxs-l gray-darkest">About The Post</a></li><li data-qa="footer-section-link"><a href="https://www.washingtonpost.com/policies-and-standards/" class="hover-blue font--subhead lh-default font-xxxxs font-xxxs-l gray-darkest">Newsroom Policies & Standards</a></li><li data-qa="footer-section-link"><a href="https://washingtonpost.com/about-the-post/workforce-demographics/" class="hover-blue font--subhead lh-default font-xxxxs font-xxxs-l gray-darkest">Diversity and Inclusion</a></li><li data-qa="footer-section-link"><a href="https://careers.washingtonpost.com/" class="hover-blue font--subhead lh-default font-xxxxs font-xxxs-l gray-darkest">Careers</a></li><li data-qa="footer-section-link"><a href="https://www.washingtonpost.com/public-relations/" class="hover-blue font--subhead lh-default font-xxxxs font-xxxs-l gray-darkest">Media & Community Relations</a></li><li data-qa="footer-section-link"><a href="https://www.washingtonpost.com/brand-studio/archive/" class="hover-blue font--subhead lh-default font-xxxxs font-xxxs-l gray-darkest">WP Creative Group</a></li><li data-qa="footer-section-link"><a href="https://www.washingtonpost.com/accessibility/" class="hover-blue font--subhead lh-default font-xxxxs font-xxxs-l gray-darkest">Accessibility Statement</a></li></ul></div><div class="flex-1 border-box" data-qa="footer-section"><div data-qa="footer-section-title" class="font--subhead lh-default font-xxxxs font-xxxs-l gray-darkest font-bold mt-md">Get The Post</div><ul class="list-none pa-0 ml-0 mt-0 mb-md mr-0" data-qa="footer-section-list"><li></li><li></li><li data-qa="footer-section-link"><a href="https://subscribe.washingtonpost.com/acquisition/?p=g_v&s_l=ONSITE_FOOTER_GIFT" class="hover-blue font--subhead lh-default font-xxxxs font-xxxs-l gray-darkest">Gift Subscriptions</a></li><li data-qa="footer-section-link"><a href="https://subscription.washingtonpost.com/mobile/" class="hover-blue font--subhead lh-default font-xxxxs font-xxxs-l gray-darkest">Mobile & Apps</a></li><li data-qa="footer-section-link"><a href="https://washingtonpost.com/newsletters/" class="hover-blue font--subhead lh-default font-xxxxs font-xxxs-l gray-darkest">Newsletters & Alerts</a></li><li data-qa="footer-section-link"><a href="https://www.washingtonpost.com/washington-post-live/" class="hover-blue font--subhead lh-default font-xxxxs font-xxxs-l gray-darkest">Washington Post Live</a></li><li data-qa="footer-section-link"><a href="https://www.washingtonpost.com/reprints-permissions/" class="hover-blue font--subhead lh-default font-xxxxs font-xxxs-l gray-darkest">Reprints & Permissions</a></li><li data-qa="footer-section-link"><a href="https://store.washingtonpost.com/" class="hover-blue font--subhead lh-default font-xxxxs font-xxxs-l gray-darkest">Post Store</a></li><li data-qa="footer-section-link"><a href="https://www.washingtonpost.com/photos-books/" class="hover-blue font--subhead lh-default font-xxxxs font-xxxs-l gray-darkest">Books & E-Books</a></li><li data-qa="footer-section-link"><a href="https://nie.washingtonpost.com" class="hover-blue font--subhead lh-default font-xxxxs font-xxxs-l gray-darkest">Newspaper in Education</a></li><li data-qa="footer-section-link"><a href="https://search.proquest.com/?accountid=189667" class="hover-blue font--subhead lh-default font-xxxxs font-xxxs-l gray-darkest">Print Archives (Subscribers Only)</a></li><li data-qa="footer-section-link"><a href="https://www.washingtonpost.com/subscribe/signin/?case=ereplica" class="hover-blue font--subhead lh-default font-xxxxs font-xxxs-l gray-darkest">e-Replica</a></li><li data-qa="footer-section-link"><a href="https://www.washingtonpost.com/todays_paper/updates" class="hover-blue font--subhead lh-default font-xxxxs font-xxxs-l gray-darkest">Today’s Paper</a></li></ul></div><div class="flex-1 border-box" data-qa="footer-section"><div data-qa="footer-section-title" class="font--subhead lh-default font-xxxxs font-xxxs-l gray-darkest font-bold mt-md">Contact Us</div><ul class="list-none pa-0 ml-0 mt-0 mb-md mr-0" data-qa="footer-section-list"><li data-qa="footer-section-link"><a href="https://helpcenter.washingtonpost.com/hc/en-us/articles/360002940991-Leadership-of-The-Washington-Post-newsroom" class="hover-blue font--subhead lh-default font-xxxxs font-xxxs-l gray-darkest">Contact the Newsroom</a></li><li data-qa="footer-section-link"><a href="https://helpcenter.washingtonpost.com/hc/en-us/" class="hover-blue font--subhead lh-default font-xxxxs font-xxxs-l gray-darkest">Contact Customer Care</a></li><li data-qa="footer-section-link"><a href="https://helpcenter.washingtonpost.com/hc/en-us/articles/360004745292-Leadership-of-The-Washington-Post-Opinions-section" class="hover-blue font--subhead lh-default font-xxxxs font-xxxs-l gray-darkest">Contact the Opinions team</a></li><li data-qa="footer-section-link"><a href="https://www.washingtonpost.com/mediakit/" class="hover-blue font--subhead lh-default font-xxxxs font-xxxs-l gray-darkest">Advertise</a></li><li data-qa="footer-section-link"><a href="https://www.washingtonpost.com/syndication/" class="hover-blue font--subhead lh-default font-xxxxs font-xxxs-l gray-darkest">Licensing & Syndication</a></li><li data-qa="footer-section-link"><a href="https://helpcenter.washingtonpost.com/hc/en-us/articles/115003675928-Submit-a-correction" class="hover-blue font--subhead lh-default font-xxxxs font-xxxs-l gray-darkest">Request a Correction</a></li><li data-qa="footer-section-link"><a href="https://www.washingtonpost.com/anonymous-news-tips/" class="hover-blue font--subhead lh-default font-xxxxs font-xxxs-l gray-darkest">Send a News Tip</a></li><li data-qa="footer-section-link"><a href="https://www.washingtonpost.com/discussions/2021/05/13/vulnerability-disclosure-policy/" class="hover-blue font--subhead lh-default font-xxxxs font-xxxs-l gray-darkest">Report a Vulnerability</a></li></ul></div><div class="flex-1 border-box" data-qa="footer-section"><div data-qa="footer-section-title" class="font--subhead lh-default font-xxxxs font-xxxs-l gray-darkest font-bold mt-md">Terms of Use</div><ul class="list-none pa-0 ml-0 mt-0 mb-md mr-0" data-qa="footer-section-list"><li data-qa="footer-section-link"><a href="https://www.washingtonpost.com/terms-of-sale-for-digital-products/2014/05/06/b7763844-cbf9-11e3-93eb-6c0037dde2ad_story.html" class="hover-blue font--subhead lh-default font-xxxxs font-xxxs-l gray-darkest">Digital Products Terms of Sale</a></li><li data-qa="footer-section-link"><a href="https://www.washingtonpost.com/terms-of-sale-for-print-products/2014/05/08/d60c4bc8-d6c0-11e3-aae8-c2d44bd79778_story.html" class="hover-blue font--subhead lh-default font-xxxxs font-xxxs-l gray-darkest">Print Products Terms of Sale</a></li><li data-qa="footer-section-link"><a href="https://www.washingtonpost.com/terms-of-service/2011/11/18/gIQAldiYiN_story.html" class="hover-blue font--subhead lh-default font-xxxxs font-xxxs-l gray-darkest">Terms of Service</a></li><li data-qa="footer-section-link"><a href="https://www.washingtonpost.com/privacy-policy/2011/11/18/gIQASIiaiN_story.html" class="hover-blue font--subhead lh-default font-xxxxs font-xxxs-l gray-darkest">Privacy Policy</a></li><li data-qa="footer-section-link"><a href="https://www.washingtonpost.com/cookie-policy/" class="hover-blue font--subhead lh-default font-xxxxs font-xxxs-l gray-darkest">Cookie Settings</a></li><li data-qa="footer-section-link"><a href="/discussions/2021/11/23/discussion-submission-guidelines/" class="hover-blue font--subhead lh-default font-xxxxs font-xxxs-l gray-darkest">Submissions & Discussion Policy</a></li><li data-qa="footer-section-link"><a href="https://www.washingtonpost.com/rss-terms-of-service/2012/01/16/gIQAadFYAQ_story.html" class="hover-blue font--subhead lh-default font-xxxxs font-xxxs-l gray-darkest">RSS Terms of Service</a></li><li data-qa="footer-section-link"><a href="https://www.washingtonpost.com/how-can-i-opt-out-of-online-advertising-cookies/2011/11/18/gIQABECbiN_story.html" class="hover-blue font--subhead lh-default font-xxxxs font-xxxs-l gray-darkest">Ad Choices</a></li></ul></div></div><div class="w-100 b bt mt-sm pt-sm center font--subhead lh-default font-xxxxs font-xxxs-l gray-darkest" data-qa="desktop-copyright"><a href="https://www.washingtonpost.com" class="hover-blue gray-darkest" data-qa="desktop-footer-site-link">washingtonpost.com</a> © 1996-2022 The Washington Post</div></footer><div class="dn-ns"><footer class="b bt pt-sm"><div class="mr-gutter ml-gutter"><ul class="list-none pa-0 ml-0 mt-md mr-0 mb-md"><li><a href="https://www.washingtonpost.com" class="hover-blue font--subhead lh-default font-xxxs gray-darkest font-bold">washingtonpost.com</a></li><li data-qa="mobile-copyright" class="mb-sm font--subhead lh-default font-xxxs gray-darkest">© 1996-2022 The Washington Post</li><li><a href="https://www.washingtonpost.com/about-the-post/" class="hover-blue font--subhead font-xxxs gray-darkest">About The Post</a></li><li><a href="https://helpcenter.washingtonpost.com/hc/en-us/articles/360002940991-Leadership-of-The-Washington-Post-newsroom" class="hover-blue font--subhead font-xxxs gray-darkest">Contact the Newsroom</a></li><li><a href="https://helpcenter.washingtonpost.com/hc/en-us" class="hover-blue font--subhead font-xxxs gray-darkest">Contact Customer Care</a></li><li><a href="https://helpcenter.washingtonpost.com/hc/en-us/articles/115003675928-Submit-a-correction" class="hover-blue font--subhead font-xxxs gray-darkest">Request a Correction</a></li><li><a href="https://www.washingtonpost.com/anonymous-news-tips/" class="hover-blue font--subhead font-xxxs gray-darkest">Send a News Tip</a></li><li><a href="https://www.washingtonpost.com/discussions/2021/05/13/vulnerability-disclosure-policy/" class="hover-blue font--subhead font-xxxs gray-darkest">Report a Vulnerability</a></li><li><a href="https://wapo.onelink.me/e76N/8081805d" class="hover-blue font--subhead font-xxxs gray-darkest">Download the Washington Post App</a></li><li><a href="/policies-and-standards/" class="hover-blue font--subhead font-xxxs gray-darkest">Policies & Standards</a></li><li><a href="/terms-of-service/2011/11/18/gIQAldiYiN_story.html" class="hover-blue font--subhead font-xxxs gray-darkest">Terms of Service</a></li><li><a href="/privacy-policy/2011/11/18/gIQASIiaiN_story.html" class="hover-blue font--subhead font-xxxs gray-darkest">Privacy Policy</a></li><li><a href="https://www.washingtonpost.com/cookie-policy/" class="hover-blue font--subhead font-xxxs gray-darkest">Cookie Settings</a></li><li><a href="/terms-of-sale-for-print-products/2014/05/08/d60c4bc8-d6c0-11e3-aae8-c2d44bd79778_story.html" class="hover-blue font--subhead font-xxxs gray-darkest">Print Products Terms of Sale</a></li><li><a href="/terms-of-sale-for-digital-products/2014/05/06/b7763844-cbf9-11e3-93eb-6c0037dde2ad_story.html" class="hover-blue font--subhead font-xxxs gray-darkest">Digital Products Terms of Sale</a></li><li><a href="/discussions/2021/11/23/discussion-submission-guidelines/" class="hover-blue font--subhead font-xxxs gray-darkest">Submissions & Discussion Policy</a></li><li><a href="/rss-terms-of-service/2012/01/16/gIQAadFYAQ_story.html" class="hover-blue font--subhead font-xxxs gray-darkest">RSS Terms of Service</a></li><li><a href="/how-can-i-opt-out-of-online-advertising-cookies/2011/11/18/gIQABECbiN_story.html" class="hover-blue font--subhead font-xxxs gray-darkest">Ad Choices</a></li></ul></div></footer></div> </footer></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"contentState":{"{\"source\":\"site-homepage\",\"query\":{}}":{"site":{"additional_info":{"hp_subscribe_nav_text":"","hp_subscribe_sections_text":"Subscribe","subscribe_nav_text":"Subscribe","subscribe_sections_text":"Subscribe","hp_gift_nav_show":"false","hp_gift_nav_show_sub":"false","hp_gift_url_genesis":"/acquisition/?p=g_v","hp_gift_nav_text":"Give a year for $9.99","gift_url_genesis":"/acquisition/?p=g_v","gift_nav_text":"Give a year for $9.99","gift_nav_show":"false","gift_nav_show_sub":"false"}}},"{\"source\":\"site-menu\",\"query\":{\"hierarchy\":\"WebNav\"}}":{"children":[{"_id":"/homepage","name":"Home Page","site":{"site_url":"https://www.washingtonpost.com/"},"navigation":{"nav_title":"Home Page"},"children":[]},{"_id":"/entertainment","name":"Arts \u0026 Entertainment","site":{"site_url":"https://www.washingtonpost.com/entertainment/"},"navigation":{"nav_title":"Arts \u0026 Entertainment"},"children":[{"_id":"/entertainment/books","name":"Books","site":{"site_url":"https://www.washingtonpost.com/entertainment/books/"},"navigation":{"nav_title":"Books"}},{"_id":"/entertainment/movies","name":"Movies","site":{"site_url":"https://www.washingtonpost.com/goingoutguide/movies/"},"navigation":{"nav_title":"Movies"}},{"_id":"/entertainment/museums","name":"Museums","site":{"site_url":"https://www.washingtonpost.com/goingoutguide/museums/"},"navigation":{"nav_title":"Museums"}},{"_id":"/entertainment/music","name":"Music","site":{"site_url":"https://www.washingtonpost.com/goingoutguide/music/"},"navigation":{"nav_title":"Music"}},{"_id":"/entertainment/pop-culture","name":"Pop Culture","site":{"site_url":"https://www.washingtonpost.com/pop-culture/"},"navigation":{"nav_title":"Pop Culture"}},{"_id":"/entertainment/theater-dance","name":"Theater \u0026 Dance","site":{"site_url":"https://www.washingtonpost.com/goingoutguide/theater-dance/"},"navigation":{"nav_title":"Theater \u0026 Dance"}},{"_id":"/entertainment/tv","name":"TV","site":{"site_url":"https://www.washingtonpost.com/entertainment/tv/"},"navigation":{"nav_title":"TV"}}]},{"_id":"/business","name":"Business","site":{"site_url":"https://www.washingtonpost.com/business/"},"navigation":{"nav_title":"Business"},"children":[{"_id":"/business/cryptocurrency","name":"Cryptocurrency","site":{"site_url":"https://www.washingtonpost.com/business/cryptocurrency/"},"navigation":{"nav_title":"Cryptocurrency"}},{"_id":"/us-policy/economic-policy","name":"Economic Policy","site":{"site_url":"https://www.washingtonpost.com/economic-policy/"},"navigation":{"nav_title":"Economic Policy"}},{"_id":"/business/economy","name":"Economy","site":{"site_url":"https://www.washingtonpost.com/economy/"},"navigation":{"nav_title":"Economy"}},{"_id":"/business/energy","name":"Energy","site":{"site_url":"https://www.washingtonpost.com/energy/"},"navigation":{"nav_title":"Energy"}},{"_id":"/business/health-care","name":"Health Care","site":{"site_url":"https://www.washingtonpost.com/health-care/"},"navigation":{"nav_title":"Health Care"}},{"_id":"/business/markets","name":"Markets","site":{"site_url":"https://www.washingtonpost.com/markets/"},"navigation":{"nav_title":"Markets"}},{"_id":"/business/personal-finance","name":"Personal Finance","site":{"site_url":"https://www.washingtonpost.com/personal-finance/"},"navigation":{"nav_title":"Personal Finance"}},{"_id":"/realestate","name":"Real Estate","site":{"site_url":"https://www.washingtonpost.com/realestate/"},"navigation":{"nav_title":"Real Estate"}},{"_id":"/business/on-small-business","name":"Small Business","site":{"site_url":"https://www.washingtonpost.com/business/on-small-business/"},"navigation":{"nav_title":"Small Business"}}]},{"_id":"/lifestyle/carolyn-hax","name":"Carolyn Hax","site":{"site_url":"https://www.washingtonpost.com/people/carolyn-hax/"},"navigation":{"nav_title":"Carolyn Hax"},"children":[]},{"_id":"/classifieds","name":"Classifieds","site":{"site_url":"https://www.washingtonpost.com/classifieds/"},"navigation":{"nav_title":"Classifieds"},"children":[]},{"_id":"/climate-environment","name":"Climate \u0026 Environment","site":{"site_url":"https://www.washingtonpost.com/climate-environment/"},"navigation":{"nav_title":"Climate \u0026 Environment"},"children":[]},{"_id":"/climate-environment/climate-solutions","name":"Climate Solutions","site":{"site_url":"https://www.washingtonpost.com/climate-solutions/"},"navigation":{"nav_title":"Climate Solutions"},"children":[]},{"_id":"/topics/coronavirus","name":"Coronavirus","site":{"site_url":"https://www.washingtonpost.com/coronavirus/"},"navigation":{"nav_title":"Coronavirus"},"children":[{"_id":"/topics/coronavirus/living","name":"Coronavirus Living","site":{"site_url":"https://www.washingtonpost.com/coronavirus/living/"},"navigation":{"nav_title":"Navigating Your Life"}}]},{"_id":"/crosswords","name":"Crosswords","site":{"site_url":"https://www.washingtonpost.com/crossword-puzzles/"},"navigation":{"nav_title":"Crosswords"},"children":[{"_id":"/crosswords/daily","name":"Daily Crossword","site":{"site_url":"https://www.washingtonpost.com/crossword-puzzles/daily/"},"navigation":{"nav_title":"Daily"}},{"_id":"/crosswords/mini-meta","name":"Daily Mini Meta Crossword","site":{"site_url":"https://www.washingtonpost.com/crossword-puzzles/mini-meta/"},"navigation":{"nav_title":"Daily Mini (+Weekly Meta)"}},{"_id":"/crosswords/sunday","name":"Sunday Crossword","site":{"site_url":"https://www.washingtonpost.com/crossword-puzzles/sunday-evan-birnholz/"},"navigation":{"nav_title":"Sunday Crossword"}},{"_id":"/crosswords/merl-reagle","name":"Classic Crosswords","site":{"site_url":"https://www.washingtonpost.com/crossword-puzzles/merl-reagle/"},"navigation":{"nav_title":"Classic"}},{"_id":"/crosswords/monthly-music-meta","name":"Monthly Music Meta","site":{"site_url":"https://www.washingtonpost.com/crossword-puzzles/monthly-music-meta/"},"navigation":{"nav_title":"Monthly Meta"}}]},{"_id":"/local","name":"D.C., Md. \u0026 Va.","site":{"site_url":"https://www.washingtonpost.com/local/"},"navigation":{"nav_title":"D.C., Md. \u0026 Va."},"children":[{"_id":"/local/dc","name":"The District","site":{"site_url":"http://www.washingtonpost.com/local/dc/"},"navigation":{"nav_title":"The District"}},{"_id":"/local/maryland","name":"Maryland","site":{"site_url":"https://www.washingtonpost.com/local/maryland/"},"navigation":{"nav_title":"Maryland"}},{"_id":"/local/virginia","name":"Virginia","site":{"site_url":"https://www.washingtonpost.com/local/virginia/"},"navigation":{"nav_title":"Virginia"}},{"_id":"/local/public-safety","name":"Local Crime \u0026 Public Safety","site":{"site_url":"https://www.washingtonpost.com/local/public-safety/"},"navigation":{"nav_title":"Crime \u0026 Public Safety"}},{"_id":"/local/education","name":"Local Education","site":{"site_url":"https://www.washingtonpost.com/local/education/"},"navigation":{"nav_title":"Education"}},{"_id":"/entertainment/going-out-guide","name":"Going Out Guide","site":{"site_url":"https://www.washingtonpost.com/goingoutguide/"},"navigation":{"nav_title":"Going Out Guide"}},{"_id":"/entertainment/restaurants","name":"Restaurants \u0026 Bars","site":{"site_url":"https://www.washingtonpost.com/goingoutguide/restaurants/"},"navigation":{"nav_title":"Restaurants \u0026 Bars"}},{"_id":"/local/traffic-commuting","name":"Local Transportation","site":{"site_url":"http://www.washingtonpost.com/local/traffic-commuting/"},"navigation":{"nav_title":"Transportation"}}]},{"_id":"/education","name":"Education","site":{"site_url":"https://www.washingtonpost.com/education/"},"navigation":{"nav_title":"Education"},"children":[{"_id":"/education/higher-education","name":"Higher Education","site":{"site_url":"https://www.washingtonpost.com/higher-education/"},"navigation":{"nav_title":"Higher Education"}}]},{"_id":"/lifestyle/food","name":"Food","site":{"site_url":"https://www.washingtonpost.com/food/"},"navigation":{"nav_title":"Food"},"children":[{"_id":"/lifestyle/food/voraciously","name":"Voraciously","site":{"site_url":"https://www.washingtonpost.com/news/voraciously/"},"navigation":{"nav_title":"Voraciously"}}]},{"_id":"/gender-identity","name":"Gender \u0026 Identity","site":{"site_url":"https://www.washingtonpost.com/gender-identity/"},"navigation":{"nav_title":"Gender \u0026 Identity"},"children":[{"_id":"/columns/about-us","name":"About US","site":{"site_url":"https://www.washingtonpost.com/about-us/"},"navigation":{"nav_title":"About US"}},{"_id":"/topics/floyd-protests","name":"Race and Reckoning","site":{"site_url":"https://www.washingtonpost.com/race-america/"},"navigation":{"nav_title":"Race \u0026 Reckoning"}}]},{"_id":"/health","name":"Health","site":{"site_url":"https://www.washingtonpost.com/health/"},"navigation":{"nav_title":"Health"},"children":[{"_id":"/health/medical-mysteries","name":"Medical Mysteries","site":{"site_url":"https://www.washingtonpost.com/health/medical-mysteries/"},"navigation":{"nav_title":"Medical Mysteries"}},{"_id":"/lifestyle/wellness","name":"Wellness","site":{"site_url":"https://www.washingtonpost.com/lifestyle/wellness/"},"navigation":{"nav_title":"Wellness"}}]},{"_id":"/history","name":"History","site":{"site_url":"https://www.washingtonpost.com/history/"},"navigation":{"nav_title":"History"},"children":[{"_id":"/opinions/made-by-history","name":"Made by History","site":{"site_url":"https://www.washingtonpost.com/made-by-history/"},"navigation":{"nav_title":"Made by History"}},{"_id":"/local/retropolis","name":"Retropolis","site":{"site_url":"https://www.washingtonpost.com/retropolis/"},"navigation":{"nav_title":"Retropolis"}}]},{"_id":"/immigration","name":"Immigration","site":{"site_url":"https://www.washingtonpost.com/immigration/"},"navigation":{"nav_title":"Immigration"},"children":[]},{"_id":"/national/investigations","name":"Investigations","site":{"site_url":"https://www.washingtonpost.com/national/investigations/"},"navigation":{"nav_title":"Investigations"},"children":[]},{"_id":"/jobs","name":"Jobs","site":{"site_url":"https://jobs.washingtonpost.com/"},"navigation":{"nav_title":"Jobs"},"children":[]},{"_id":"/lifestyle","name":"Lifestyle","site":{"site_url":"https://www.washingtonpost.com/lifestyle/"},"navigation":{"nav_title":"Lifestyle"},"children":[{"_id":"/lifestyle/advice","name":"Advice","site":{"site_url":"https://www.washingtonpost.com/lifestyle/advice/"},"navigation":{"nav_title":"Advice"}},{"_id":"/lifestyle/fashion","name":"Fashion","site":{"site_url":"https://www.washingtonpost.com/lifestyle/fashion/"},"navigation":{"nav_title":"Fashion"}},{"_id":"/lifestyle/home-garden","name":"Home \u0026 Garden","site":{"site_url":"https://www.washingtonpost.com/lifestyle/home-garden/"},"navigation":{"nav_title":"Home \u0026 Garden"}},{"_id":"/lifestyle/inspired-life","name":"Inspired Life","site":{"site_url":"https://www.washingtonpost.com/inspired-life/"},"navigation":{"nav_title":"Inspired Life"}},{"_id":"/lifestyle/kidspost","name":"KidsPost","site":{"site_url":"https://www.washingtonpost.com/lifestyle/kidspost/"},"navigation":{"nav_title":"KidsPost"}},{"_id":"/lifestyle/on-parenting","name":"Parenting","site":{"site_url":"https://www.washingtonpost.com/lifestyle/on-parenting/"},"navigation":{"nav_title":"Parenting"}},{"_id":"/lifestyle/relationships","name":"Relationships","site":{"site_url":"https://www.washingtonpost.com/relationships/"},"navigation":{"nav_title":"Relationships"}},{"_id":"/lifestyle/travel","name":"Travel","site":{"site_url":"https://www.washingtonpost.com/lifestyle/travel/"},"navigation":{"nav_title":"Travel"}}]},{"_id":"/lifestyle/magazine","name":"The Washington Post Magazine","site":{"site_url":"https://www.washingtonpost.com/lifestyle/magazine/"},"navigation":{"nav_title":"Magazine"},"children":[]},{"_id":"/lifestyle/media","name":"Media","site":{"site_url":"https://www.washingtonpost.com/media/"},"navigation":{"nav_title":"Media"},"children":[]},{"_id":"/national/morning-mix","name":"Morning Mix","site":{"site_url":"https://www.washingtonpost.com/morning-mix/"},"navigation":{"nav_title":"Morning Mix"},"children":[]},{"_id":"/national","name":"National","site":{"site_url":"https://www.washingtonpost.com/national/"},"navigation":{"nav_title":"National"},"children":[]},{"_id":"/national-security","name":"National Security","site":{"site_url":"https://www.washingtonpost.com/national-security/"},"navigation":{"nav_title":"National Security"},"children":[{"_id":"/national-security/foreign-policy","name":"Foreign Policy","site":{"site_url":"https://www.washingtonpost.com/foreign-policy/"},"navigation":{"nav_title":"Foreign Policy"}},{"_id":"/national-security/intelligence","name":"Intelligence","site":{"site_url":"https://www.washingtonpost.com/intelligence/"},"navigation":{"nav_title":"Intelligence"}},{"_id":"/national-security/justice","name":"Justice","site":{"site_url":"https://www.washingtonpost.com/justice/"},"navigation":{"nav_title":"Justice"}},{"_id":"/national-security/military","name":"Military","site":{"site_url":"https://www.washingtonpost.com/military/"},"navigation":{"nav_title":"Military"}}]},{"_id":"/newsletters-alerts","name":"Newsletters \u0026 Alerts","site":{"site_url":"https://washingtonpost.com/newsletters/"},"navigation":{"nav_title":"Newsletters \u0026 Alerts"},"children":[]},{"_id":"/local/obituaries","name":"Obituaries","site":{"site_url":"https://www.washingtonpost.com/local/obituaries/"},"navigation":{"nav_title":"Obituaries"},"children":[]},{"_id":"/opinions","name":"Opinions","site":{"site_url":"https://www.washingtonpost.com/opinions/"},"navigation":{"nav_title":"Opinions"},"children":[{"_id":"/opinions/the-posts-view","name":"The Post's View","site":{"site_url":"https://www.washingtonpost.com/opinions/the-posts-view/"},"navigation":{"nav_title":"The Post's View"}},{"_id":"/opinions/cartoons","name":"Editorial Cartoons","site":{"site_url":"https://www.washingtonpost.com/opinions/cartoons/"},"navigation":{"nav_title":"Editorial Cartoons"}},{"_id":"/opinions/global-opinions","name":"Global Opinions","site":{"site_url":"https://www.washingtonpost.com/global-opinions/"},"navigation":{"nav_title":"Global Opinions"}},{"_id":"/opinions/local-opinions","name":"Local Opinions","site":{"site_url":"https://www.washingtonpost.com/opinions/local-opinions/"},"navigation":{"nav_title":"Local Opinions"}},{"_id":"/opinions/letters-to-the-editor","name":"Letters to the Editor","site":{"site_url":"https://www.washingtonpost.com/opinions/letters-to-the-editor/"},"navigation":{"nav_title":"Letters to the Editor"}},{"_id":"/opinions/the-opinions-essay","name":"The Opinions Essay","site":{"site_url":"https://www.washingtonpost.com/the-opinions-essay/"},"navigation":{"nav_title":"The Opinions Essay"}},{"_id":"/opinions/plum-line","name":"The Plum Line","site":{"site_url":"https://www.washingtonpost.com/plum-line/"},"navigation":{"nav_title":"The Plum Line"}},{"_id":"/opinions/voices-across-america","name":"Voices Across America","site":{"site_url":"https://www.washingtonpost.com/opinions/voices-across-america/"},"navigation":{"nav_title":"Voices Across America"}},{"_id":"/opinions/compost","name":"Alexandra Petri","site":{"site_url":"https://www.washingtonpost.com/people/alexandra-petri/"},"navigation":{"nav_title":"Alexandra Petri"}},{"_id":"/opinions/right-turn","name":"Jennifer Rubin","site":{"site_url":"https://www.washingtonpost.com/people/jennifer-rubin/"},"navigation":{"nav_title":"Jennifer Rubin"}},{"_id":"/opinions/erik-wemple","name":"Erik Wemple","site":{"site_url":"https://www.washingtonpost.com/people/erik-wemple/"},"navigation":{"nav_title":"Erik Wemple"}}]},{"_id":"/opinions/outlook","name":"Outlook","site":{"site_url":"https://www.washingtonpost.com/outlook/"},"navigation":{"nav_title":"Outlook"},"children":[{"_id":"/opinions/book-party","name":"Book Party","site":{"site_url":"https://www.washingtonpost.com/book-party/"},"navigation":{"nav_title":"Book Party"}},{"_id":"/opinions/five-myths","name":"Five Myths","site":{"site_url":"https://www.washingtonpost.com/outlook/five-myths/"},"navigation":{"nav_title":"Five Myths"}},{"_id":"/opinions/posteverything","name":"PostEverything","site":{"site_url":"https://www.washingtonpost.com/news/posteverything/"},"navigation":{"nav_title":"PostEverything"}}]},{"_id":"/photography","name":"Photography","site":{"site_url":"https://www.washingtonpost.com/photography/"},"navigation":{"nav_title":"Photography"},"children":[{"_id":"/photography/in-sight","name":"In Sight","site":{"site_url":"http://www.washingtonpost.com/photography/in-sight/"},"navigation":{"nav_title":"In Sight"}}]},{"_id":"/podcasts","name":"Podcasts","site":{"site_url":"https://www.washingtonpost.com/podcasts/"},"navigation":{"nav_title":"Podcasts"},"children":[]},{"_id":"/politics","name":"Politics","site":{"site_url":"https://www.washingtonpost.com/politics/"},"navigation":{"nav_title":"Politics"},"children":[{"_id":"/politics/courts-law","name":"Courts \u0026 Law","site":{"site_url":"https://www.washingtonpost.com/politics/courts-law/"},"navigation":{"nav_title":"Courts \u0026 Law"}},{"_id":"/politics/fact-checker","name":"Fact Checker","site":{"site_url":"https://www.washingtonpost.com/news/fact-checker/"},"navigation":{"nav_title":"Fact Checker"}},{"_id":"/politics/the-fix","name":"The Fix","site":{"site_url":"https://www.washingtonpost.com/the-fix/"},"navigation":{"nav_title":"The Fix"}},{"_id":"/politics/powerpost","name":"The 202s","site":{"site_url":"https://www.washingtonpost.com/politics/the-202-newsletters/"},"navigation":{"nav_title":"The 202s"}},{"_id":"/topics/biden-transfer","name":"The Biden Administration","site":{"site_url":"https://www.washingtonpost.com/politics/joe-biden-46th-president/"},"navigation":{"nav_title":"The Biden Administration"}},{"_id":"/politics/monkey-cage","name":"Monkey Cage","site":{"site_url":"https://www.washingtonpost.com/monkey-cage/"},"navigation":{"nav_title":"Monkey Cage"}},{"_id":"/politics/polling","name":"Polling","site":{"site_url":"https://www.washingtonpost.com/politics/polling/"},"navigation":{"nav_title":"Polling"}},{"_id":"/politics/white-house","name":"White House","site":{"site_url":"https://www.washingtonpost.com/politics/white-house/"},"navigation":{"nav_title":"White House"}}]},{"_id":"/entertainment/puzzles-and-games","name":"Puzzles \u0026 Games","site":{"site_url":"https://games.washingtonpost.com/"},"navigation":{"nav_title":"Puzzles \u0026 Games"},"children":[{"_id":"/entertainment/comics","name":"Comics","site":{"site_url":"https://www.washingtonpost.com/entertainment/comics/"},"navigation":{"nav_title":"Comics"}},{"_id":"/entertainment/horoscopes","name":"Horoscopes","site":{"site_url":"https://www.washingtonpost.com/entertainment/horoscopes/"},"navigation":{"nav_title":"Horoscopes"}}]},{"_id":"/live-chats","name":"Reader Q\u0026As","site":{"site_url":"https://washingtonpost.com/live-chats/"},"navigation":{"nav_title":"Reader Q\u0026As"},"children":[]},{"_id":"/religion","name":"Religion","site":{"site_url":"https://www.washingtonpost.com/religion/"},"navigation":{"nav_title":"Religion"},"children":[]},{"_id":"/science","name":"Science","site":{"site_url":"https://www.washingtonpost.com/science/"},"navigation":{"nav_title":"Science"},"children":[{"_id":"/science/animals","name":"Animals","site":{"site_url":"https://www.washingtonpost.com/animals/"},"navigation":{"nav_title":"Animals"}}]},{"_id":"/sports","name":"Sports","site":{"site_url":"https://www.washingtonpost.com/sports/"},"navigation":{"nav_title":"Sports"},"children":[{"_id":"/sports/nfl","name":"NFL","site":{"site_url":"https://www.washingtonpost.com/sports/nfl/"},"navigation":{"nav_title":"NFL"}},{"_id":"/sports/mlb","name":"MLB","site":{"site_url":"https://www.washingtonpost.com/sports/mlb/"},"navigation":{"nav_title":"MLB"}},{"_id":"/sports/nba","name":"NBA","site":{"site_url":"https://www.washingtonpost.com/sports/nba/"},"navigation":{"nav_title":"NBA"}},{"_id":"/sports/boxing-mma","name":"Boxing \u0026 MMA","site":{"site_url":"https://www.washingtonpost.com/sports/boxing-mma/"},"navigation":{"nav_title":"Boxing \u0026 MMA"}},{"_id":"/sports/colleges","name":"College Sports","site":{"site_url":"https://www.washingtonpost.com/sports/colleges/"},"navigation":{"nav_title":"College Sports"}},{"_id":"/sports/dc-sports-bog","name":"D.C. Sports Bog","site":{"site_url":"https://www.washingtonpost.com/dc-sports-bog/"},"navigation":{"nav_title":"D.C. Sports Bog"}},{"_id":"/sports/golf","name":"Golf","site":{"site_url":"https://www.washingtonpost.com/sports/golf/"},"navigation":{"nav_title":"Golf"}},{"_id":"/sports/highschools","name":"High School Sports","site":{"site_url":"https://www.washingtonpost.com/allmetsports/2022-spring/"},"navigation":{"nav_title":"High School Sports"}},{"_id":"/sports/olympics","name":"Olympics","site":{"site_url":"https://www.washingtonpost.com/sports/olympics/"},"navigation":{"nav_title":"Olympics"}},{"_id":"/sports/soccer","name":"Soccer","site":{"site_url":"https://www.washingtonpost.com/sports/soccer/"},"navigation":{"nav_title":"Soccer"}},{"_id":"/sports/tennis","name":"Tennis","site":{"site_url":"https://www.washingtonpost.com/sports/tennis/"},"navigation":{"nav_title":"Tennis"}},{"_id":"/sports/wnba","name":"WNBA","site":{"site_url":"https://www.washingtonpost.com/sports/wnba/"},"navigation":{"nav_title":"WNBA"}}]},{"_id":"/technology","name":"Technology","site":{"site_url":"https://www.washingtonpost.com/business/technology/"},"navigation":{"nav_title":"Tech"},"children":[]},{"_id":"/transportation","name":"Transportation","site":{"site_url":"https://www.washingtonpost.com/transportation/"},"navigation":{"nav_title":"Transportation"},"children":[]},{"_id":"/travel","name":"By The Way - Travel","site":{"site_url":"https://www.washingtonpost.com/travel/"},"navigation":{"nav_title":"Travel: By The Way"},"children":[]},{"_id":"/sports/launcher","name":"Video Games","site":{"site_url":"https://www.washingtonpost.com/video-games/"},"navigation":{"nav_title":"Video Games: Launcher"},"children":[]},{"_id":"/video","name":"Video","site":{"site_url":"https://www.washingtonpost.com/video/"},"navigation":{"nav_title":"Video"},"children":[{"_id":"/video/top-news","name":"Top News Video","site":{"site_url":"https://www.washingtonpost.com/posttv/c/video/topic/topnews"},"navigation":{"nav_title":"Top News"}},{"_id":"/video/business","name":"Business Video","site":{"site_url":"https://www.washingtonpost.com/video/topic/business"},"navigation":{"nav_title":"Business"}},{"_id":"/video/entertainment","name":"Entertainment Video","site":{"site_url":"https://www.washingtonpost.com/video/topic/entertainment"},"navigation":{"nav_title":"Entertainment"}},{"_id":"/video/local","name":"Local Video","site":{"site_url":"https://www.washingtonpost.com/video/topic/local"},"navigation":{"nav_title":"Local"}},{"_id":"/video/national","name":"National Video","site":{"site_url":"https://www.washingtonpost.com/video/topic/national"},"navigation":{"nav_title":"National"}},{"_id":"/video/opinions","name":"Opinions Video","site":{"site_url":"https://www.washingtonpost.com/video/topic/opinions"},"navigation":{"nav_title":"Opinions"}},{"_id":"/video/politics","name":"Politics Video","site":{"site_url":"https://www.washingtonpost.com/video/topic/politics"},"navigation":{"nav_title":"Politics"}},{"_id":"/video/sports","name":"Sports Video","site":{"site_url":"https://www.washingtonpost.com/video/topic/sports"},"navigation":{"nav_title":"Sports"}},{"_id":"/video/style","name":"Style Video","site":{"site_url":"https://www.washingtonpost.com/video/topic/style"},"navigation":{"nav_title":"Style"}},{"_id":"/video/technology","name":"Technology Video","site":{"site_url":"https://www.washingtonpost.com/video/topic/tech"},"navigation":{"nav_title":"Technology"}},{"_id":"/video/world","name":"World Video","site":{"site_url":"https://www.washingtonpost.com/video/topic/world"},"navigation":{"nav_title":"World"}}]},{"_id":"/washington-post-live","name":"Washington Post Live","site":{"site_url":"https://www.washingtonpost.com/washington-post-live/"},"navigation":{"nav_title":"Washington Post Live"},"children":[]},{"_id":"/local/weather","name":"Weather","site":{"site_url":"https://www.washingtonpost.com/local/weather/"},"navigation":{"nav_title":"Weather"},"children":[]},{"_id":"/world","name":"World","site":{"site_url":"https://www.washingtonpost.com/world/"},"navigation":{"nav_title":"World"},"children":[{"_id":"/world/africa","name":"Africa","site":{"site_url":"https://www.washingtonpost.com/world/africa/"},"navigation":{"nav_title":"Africa"}},{"_id":"/world/americas","name":"Americas","site":{"site_url":"https://www.washingtonpost.com/world/americas/"},"navigation":{"nav_title":"Americas"}},{"_id":"/world/asia-pacific","name":"Asia","site":{"site_url":"https://www.washingtonpost.com/world/asia-pacific/"},"navigation":{"nav_title":"Asia"}},{"_id":"/world/europe","name":"Europe","site":{"site_url":"https://www.washingtonpost.com/world/europe/"},"navigation":{"nav_title":"Europe"}},{"_id":"/world/middle-east","name":"Middle East","site":{"site_url":"https://www.washingtonpost.com/world/middle-east/"},"navigation":{"nav_title":"Middle East"}}]},{"_id":"/brandconnect","name":"WP Creative Group","site":{"site_url":"https://www.washingtonpost.com/brand-studio/archive/"},"navigation":{"nav_title":"WP Creative Group"},"children":[]}]},"{\"source\":\"site-menu\",\"query\":{\"hierarchy\":\"WebNavFeatured\"}}":{"children":[{"_id":"/homepage","name":"Home Page","site":{"site_url":"https://www.washingtonpost.com/"},"navigation":{"nav_title":"Home Page"},"children":[]},{"_id":"/politics","name":"Politics","site":{"site_url":"https://www.washingtonpost.com/politics/"},"navigation":{"nav_title":"Politics"},"children":[{"_id":"/politics/courts-law","name":"Courts \u0026 Law","site":{"site_url":"https://www.washingtonpost.com/politics/courts-law/"},"navigation":{"nav_title":"Courts \u0026 Law"}},{"_id":"/politics/fact-checker","name":"Fact Checker","site":{"site_url":"https://www.washingtonpost.com/news/fact-checker/"},"navigation":{"nav_title":"Fact Checker"}},{"_id":"/politics/the-fix","name":"The Fix","site":{"site_url":"https://www.washingtonpost.com/the-fix/"},"navigation":{"nav_title":"The Fix"}},{"_id":"/politics/powerpost","name":"The 202s","site":{"site_url":"https://www.washingtonpost.com/politics/the-202-newsletters/"},"navigation":{"nav_title":"The 202s"}},{"_id":"/topics/biden-transfer","name":"The Biden Administration","site":{"site_url":"https://www.washingtonpost.com/politics/joe-biden-46th-president/"},"navigation":{"nav_title":"The Biden Administration"}},{"_id":"/politics/monkey-cage","name":"Monkey Cage","site":{"site_url":"https://www.washingtonpost.com/monkey-cage/"},"navigation":{"nav_title":"Monkey Cage"}},{"_id":"/politics/polling","name":"Polling","site":{"site_url":"https://www.washingtonpost.com/politics/polling/"},"navigation":{"nav_title":"Polling"}},{"_id":"/politics/white-house","name":"White House","site":{"site_url":"https://www.washingtonpost.com/politics/white-house/"},"navigation":{"nav_title":"White House"}}]},{"_id":"/opinions","name":"Opinions","site":{"site_url":"https://www.washingtonpost.com/opinions/"},"navigation":{"nav_title":"Opinions"},"children":[{"_id":"/opinions/the-posts-view","name":"The Post's View","site":{"site_url":"https://www.washingtonpost.com/opinions/the-posts-view/"},"navigation":{"nav_title":"The Post's View"}},{"_id":"/opinions/cartoons","name":"Editorial Cartoons","site":{"site_url":"https://www.washingtonpost.com/opinions/cartoons/"},"navigation":{"nav_title":"Editorial Cartoons"}},{"_id":"/opinions/global-opinions","name":"Global Opinions","site":{"site_url":"https://www.washingtonpost.com/global-opinions/"},"navigation":{"nav_title":"Global Opinions"}},{"_id":"/opinions/local-opinions","name":"Local Opinions","site":{"site_url":"https://www.washingtonpost.com/opinions/local-opinions/"},"navigation":{"nav_title":"Local Opinions"}},{"_id":"/opinions/letters-to-the-editor","name":"Letters to the Editor","site":{"site_url":"https://www.washingtonpost.com/opinions/letters-to-the-editor/"},"navigation":{"nav_title":"Letters to the Editor"}},{"_id":"/opinions/the-opinions-essay","name":"The Opinions Essay","site":{"site_url":"https://www.washingtonpost.com/the-opinions-essay/"},"navigation":{"nav_title":"The Opinions Essay"}},{"_id":"/opinions/plum-line","name":"The Plum Line","site":{"site_url":"https://www.washingtonpost.com/plum-line/"},"navigation":{"nav_title":"The Plum Line"}},{"_id":"/opinions/voices-across-america","name":"Voices Across America","site":{"site_url":"https://www.washingtonpost.com/opinions/voices-across-america/"},"navigation":{"nav_title":"Voices Across America"}},{"_id":"/opinions/compost","name":"Alexandra Petri","site":{"site_url":"https://www.washingtonpost.com/people/alexandra-petri/"},"navigation":{"nav_title":"Alexandra Petri"}},{"_id":"/opinions/right-turn","name":"Jennifer Rubin","site":{"site_url":"https://www.washingtonpost.com/people/jennifer-rubin/"},"navigation":{"nav_title":"Jennifer Rubin"}},{"_id":"/opinions/erik-wemple","name":"Erik Wemple","site":{"site_url":"https://www.washingtonpost.com/people/erik-wemple/"},"navigation":{"nav_title":"Erik Wemple"}}]},{"_id":"/topics/ukraine-russia","name":"War in Ukraine","site":{"site_url":"https://www.washingtonpost.com/world/ukraine-russia/"},"navigation":{"nav_title":"War in Ukraine"},"children":[]},{"_id":"/topics/coronavirus","name":"Coronavirus","site":{"site_url":"https://www.washingtonpost.com/coronavirus/"},"navigation":{"nav_title":"Coronavirus"},"children":[]},{"_id":"/national/investigations","name":"Investigations","site":{"site_url":"https://www.washingtonpost.com/national/investigations/"},"navigation":{"nav_title":"Investigations"},"children":[{"_id":"/national/investigations/policing-in-america","name":"Policing in America","site":{"site_url":"https://www.washingtonpost.com/police-america/"},"navigation":{"nav_title":"Policing in America"}}]},{"_id":"/technology","name":"Technology","site":{"site_url":"https://www.washingtonpost.com/business/technology/"},"navigation":{"nav_title":"Tech"},"children":[{"_id":"/technology/consumer-tech","name":"Help Desk","site":{"site_url":"https://www.washingtonpost.com/personal-tech/"},"navigation":{"nav_title":"Help Desk"}},{"_id":"/technology/future-of-transportation","name":"Future of Transportation","site":{"site_url":"https://www.washingtonpost.com/technology/future-of-transportation/"},"navigation":{"nav_title":"Future of Transportation"}},{"_id":"/technology/innovations","name":"Innovations","site":{"site_url":"https://www.washingtonpost.com/technology/innovations/"},"navigation":{"nav_title":"Innovations"}},{"_id":"/technology/internet-culture","name":"Internet Culture","site":{"site_url":"https://www.washingtonpost.com/internet-culture/"},"navigation":{"nav_title":"Internet Culture"}},{"_id":"/technology/space","name":"Space","site":{"site_url":"https://www.washingtonpost.com/space/"},"navigation":{"nav_title":"Space"}},{"_id":"/technology/tech-policy","name":"Tech Policy","site":{"site_url":"https://www.washingtonpost.com/tech-policy/"},"navigation":{"nav_title":"Tech Policy"}},{"_id":"/technology/video-gaming","name":"Video Gaming","site":{"site_url":"https://www.washingtonpost.com/technology/video-gaming/"},"navigation":{"nav_title":"Video Gaming"}}]},{"_id":"/lifestyle","name":"Lifestyle","site":{"site_url":"https://www.washingtonpost.com/lifestyle/"},"navigation":{"nav_title":"Lifestyle"},"children":[{"_id":"/lifestyle/advice","name":"Advice","site":{"site_url":"https://www.washingtonpost.com/lifestyle/advice/"},"navigation":{"nav_title":"Advice"}},{"_id":"/lifestyle/fashion","name":"Fashion","site":{"site_url":"https://www.washingtonpost.com/lifestyle/fashion/"},"navigation":{"nav_title":"Fashion"}},{"_id":"/lifestyle/home-garden","name":"Home \u0026 Garden","site":{"site_url":"https://www.washingtonpost.com/lifestyle/home-garden/"},"navigation":{"nav_title":"Home \u0026 Garden"}},{"_id":"/lifestyle/inspired-life","name":"Inspired Life","site":{"site_url":"https://www.washingtonpost.com/inspired-life/"},"navigation":{"nav_title":"Inspired Life"}},{"_id":"/lifestyle/kidspost","name":"KidsPost","site":{"site_url":"https://www.washingtonpost.com/lifestyle/kidspost/"},"navigation":{"nav_title":"KidsPost"}},{"_id":"/lifestyle/on-parenting","name":"Parenting","site":{"site_url":"https://www.washingtonpost.com/lifestyle/on-parenting/"},"navigation":{"nav_title":"Parenting"}},{"_id":"/lifestyle/relationships","name":"Relationships","site":{"site_url":"https://www.washingtonpost.com/relationships/"},"navigation":{"nav_title":"Relationships"}},{"_id":"/lifestyle/travel","name":"Travel","site":{"site_url":"https://www.washingtonpost.com/lifestyle/travel/"},"navigation":{"nav_title":"Travel"}}]},{"_id":"/world","name":"World","site":{"site_url":"https://www.washingtonpost.com/world/"},"navigation":{"nav_title":"World"},"children":[{"_id":"/world/africa","name":"Africa","site":{"site_url":"https://www.washingtonpost.com/world/africa/"},"navigation":{"nav_title":"Africa"}},{"_id":"/world/americas","name":"Americas","site":{"site_url":"https://www.washingtonpost.com/world/americas/"},"navigation":{"nav_title":"Americas"}},{"_id":"/world/asia-pacific","name":"Asia","site":{"site_url":"https://www.washingtonpost.com/world/asia-pacific/"},"navigation":{"nav_title":"Asia"}},{"_id":"/world/europe","name":"Europe","site":{"site_url":"https://www.washingtonpost.com/world/europe/"},"navigation":{"nav_title":"Europe"}},{"_id":"/world/middle-east","name":"Middle East","site":{"site_url":"https://www.washingtonpost.com/world/middle-east/"},"navigation":{"nav_title":"Middle East"}}]},{"_id":"/local","name":"D.C., Md. \u0026 Va.","site":{"site_url":"https://www.washingtonpost.com/local/"},"navigation":{"nav_title":"D.C., Md. \u0026 Va."},"children":[{"_id":"/local/dc","name":"The District","site":{"site_url":"http://www.washingtonpost.com/local/dc/"},"navigation":{"nav_title":"The District"}},{"_id":"/local/maryland","name":"Maryland","site":{"site_url":"https://www.washingtonpost.com/local/maryland/"},"navigation":{"nav_title":"Maryland"}},{"_id":"/local/virginia","name":"Virginia","site":{"site_url":"https://www.washingtonpost.com/local/virginia/"},"navigation":{"nav_title":"Virginia"}},{"_id":"/local/public-safety","name":"Local Crime \u0026 Public Safety","site":{"site_url":"https://www.washingtonpost.com/local/public-safety/"},"navigation":{"nav_title":"Crime \u0026 Public Safety"}},{"_id":"/local/education","name":"Local Education","site":{"site_url":"https://www.washingtonpost.com/local/education/"},"navigation":{"nav_title":"Education"}},{"_id":"/entertainment/going-out-guide","name":"Going Out Guide","site":{"site_url":"https://www.washingtonpost.com/goingoutguide/"},"navigation":{"nav_title":"Going Out Guide"}},{"_id":"/entertainment/restaurants","name":"Restaurants \u0026 Bars","site":{"site_url":"https://www.washingtonpost.com/goingoutguide/restaurants/"},"navigation":{"nav_title":"Restaurants \u0026 Bars"}},{"_id":"/local/traffic-commuting","name":"Local Transportation","site":{"site_url":"http://www.washingtonpost.com/local/traffic-commuting/"},"navigation":{"nav_title":"Transportation"}}]},{"_id":"/sports","name":"Sports","site":{"site_url":"https://www.washingtonpost.com/sports/"},"navigation":{"nav_title":"Sports"},"children":[{"_id":"/sports/nfl","name":"NFL","site":{"site_url":"https://www.washingtonpost.com/sports/nfl/"},"navigation":{"nav_title":"NFL"}},{"_id":"/sports/mlb","name":"MLB","site":{"site_url":"https://www.washingtonpost.com/sports/mlb/"},"navigation":{"nav_title":"MLB"}},{"_id":"/sports/nba","name":"NBA","site":{"site_url":"https://www.washingtonpost.com/sports/nba/"},"navigation":{"nav_title":"NBA"}},{"_id":"/sports/nhl","name":"NHL","site":{"site_url":"https://www.washingtonpost.com/sports/nhl/"},"navigation":{"nav_title":"NHL"}},{"_id":"/sports/boxing-mma","name":"Boxing \u0026 MMA","site":{"site_url":"https://www.washingtonpost.com/sports/boxing-mma/"},"navigation":{"nav_title":"Boxing \u0026 MMA"}},{"_id":"/sports/colleges","name":"College Sports","site":{"site_url":"https://www.washingtonpost.com/sports/colleges/"},"navigation":{"nav_title":"College Sports"}},{"_id":"/sports/dc-sports-bog","name":"D.C. Sports Bog","site":{"site_url":"https://www.washingtonpost.com/dc-sports-bog/"},"navigation":{"nav_title":"D.C. Sports Bog"}},{"_id":"/sports/golf","name":"Golf","site":{"site_url":"https://www.washingtonpost.com/sports/golf/"},"navigation":{"nav_title":"Golf"}},{"_id":"/sports/highschools","name":"High School Sports","site":{"site_url":"https://www.washingtonpost.com/allmetsports/2022-spring/"},"navigation":{"nav_title":"High School Sports"}},{"_id":"/sports/olympics","name":"Olympics","site":{"site_url":"https://www.washingtonpost.com/sports/olympics/"},"navigation":{"nav_title":"Olympics"}},{"_id":"/sports/soccer","name":"Soccer","site":{"site_url":"https://www.washingtonpost.com/sports/soccer/"},"navigation":{"nav_title":"Soccer"}},{"_id":"/sports/tennis","name":"Tennis","site":{"site_url":"https://www.washingtonpost.com/sports/tennis/"},"navigation":{"nav_title":"Tennis"}},{"_id":"/sports/wnba","name":"WNBA","site":{"site_url":"https://www.washingtonpost.com/sports/wnba/"},"navigation":{"nav_title":"WNBA"}}]}]},"{\"source\":\"site-account-sidebar\",\"query\":{}}":{"children":[{"_id":"/account-sidebar/my-post","name":"My Post","site":{"site_url":"https://www.washingtonpost.com/my-post?tid=nav_acctmgnt_menu","additional_info":{"authenticatedOnly":"true","subscriberOnly":"false"}}},{"_id":"/account-sidebar/gift-subscriptions","name":"Gift subscriptions","site":{"site_url":"https://subscribe.washingtonpost.com/acquisition/?promo=g_r_acq"}},{"_id":"/account-sidebar/my-reading-list","name":"Saved Stories","site":{"site_url":"https://www.washingtonpost.com/my-post/#/saved-stories?tid=nav_acctmgnt_menu","additional_info":{"authenticatedOnly":"true","subscriberOnly":"true"}}},{"_id":"/account-sidebar/help-desk","name":"Help desk","site":{"site_url":"https://helpcenter.washingtonpost.com/hc/en-us"}},{"_id":"/account-sidebar/account-settings","name":"Account Settings","site":{"site_url":"https://subscribe.washingtonpost.com/profile/#/?destination=https://www.washingtonpost.com/?refresh=true\u0026tid=nav_acctmgnt_menu","additional_info":{"authenticatedOnly":"true","subscriberOnly":"false"}}},{"_id":"/account-sidebar/newsletters-and-alerts","name":"Newsletters \u0026 Alerts","site":{"site_url":"https://www.washingtonpost.com/newsletters/"}},{"_id":"/account-sidebar/contact-us","name":"Contact us","site":{"site_url":"https://helpcenter.washingtonpost.com/hc/en-us"}}]},"{\"source\":\"zeus-max-ad-config\",\"query\":{}}":{"adHeightOnCommercialNode":{"washingtonpost.com":{"leaderboard_2":{"minHeight":600,"flightDates":[{"start":"06/22/2021 00:00 EDT","end":"06/22/2021 23:59 EDT"}]}}}},"{\"source\":\"site-service-section\",\"query\":{\"section\":\"/sports\"}}":{"q_results":[{"_id":"/sports","_comments_config":{"comments_config":{"includetabs":"true","markersfeatured":"featured_comment","comment_system":"coral","comment_system_date":"2017-10-31T12:30"}},"site":{"site_about":null,"site_keywords":"Washington Capitals, Washington Nationals, Washington Football Team, Washington Redskins, DC United , Washington Wizards, baseball, football, hockey, soccer, golf, basketball, college football, college basketball, NBA news, MLB news, NFL news, NHL news, MLS news, Nationals, Redskins, Capitals, Wizards, D.C. United, high school sports,college sports,track and field, hoyas, terps, cavaliers, college sports news, dc sports news, dc sports","site_tagline":null,"site_url":"https://www.washingtonpost.com/sports/","site_description":"The Washington Post Sports section provides sports news, video, scores, analysis and updates about high school, college, and pro sports teams, including the Capitals, Nationals, Washington Football Team, United and Wizards. Post Sports also offers blogs and discussions about the latest sports news.","site_title":"Sports","site_theme":"normal","native_app_rendering":"true","archives_url":[],"site_url_section":"sports","tracking_site_node":"/sports","tracking_section":"sports","path_fusion":"/sports/","tracking_page_name":"front - sports"},"site_topper":{"custom_links":[],"site_logo_image":null,"site_background_image":null,"social_link_display_order":null,"custom_links_highlight":null,"display_social_links":null,"secondary_nav_alternate_section_to_use":"/sports","secondary_nav_instead_of_custom_links":"true"},"_admin":{"commercial_node":"/sports","default_content":"prism://prism.query/site-articles-only,/sports\u0026limit=20","alias_ids":["/sports"],"tracking_node":"/sports"},"story_list":{"display_social_share_buttons":"true","social_share_buttons":null,"story_list_content":{}},"social":{"twitter":"https://twitter.com/postsports","facebook":"https://www.facebook.com/postsports","archives":null,"rss":"http://feeds.washingtonpost.com/rss/sports"},"navigation":{"nav_title":"Sports"},"Video":{"video_ad_zone":"wpni.video.sports"},"name":"Sports","order":1008,"parent":"/","inactive":false,"node_type":"section"}],"count":1,"limit":0,"offset":0,"total_count":1},"{\"source\":\"wsk-collection\",\"query\":{\"id\":\"RSLXJJEFIFGODAMCERHOF2MNS4\",\"limit\":\"14\",\"offset\":\"0\",\"env\":\"prod\"}}":{"_id":"RSLXJJEFIFGODAMCERHOF2MNS4","description":{"basic":"Stories 1-7 will appear in the Top table. Stories 8-14 will appear in More Top Stories. DON'T FORGET TO PUBLISH!\nSupport doc: https://bit.ly/3j63ukN"},"headlines":{"basic":"Sports — Top table + MTS"},"items":[{"_id":"BE43DCM7W5EPBDQ77PIIPYFABY","additional_properties":{},"label":{"transparency":{"text":"Perspective"}},"canonical_url":"/sports/2022/04/21/wimbledon-russia-medvedev/","credits":{"by":[{"_id":"jenkinss","name":"Sally Jenkins","url":"https://www.washingtonpost.com/people/sally-jenkins/","org":"Washington, D.C."}]},"description":{"basic":"The All England Club sent a necessary message: Even the most innocent Russians will pay the price for the actions of Vladimir Putin’s regime. "},"display_date":"2022-04-21T09:00:12.235Z","fusion_additions":{"count_info":{"count":1},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/wimbledon-russia-medvedev/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/wimbledon-russia-medvedev/"}},"promo_image":{"_id":"GY2P3OJQSNCILLTBY6O4G2DL3U","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/GY2P3OJQSNCILLTBY6O4G2DL3U.jpg","credits_display":"(Peter Nicholls/Reuters)","credits_caption_display":"(Peter Nicholls/Reuters)","width":3435,"height":1932,"image_type":"photograph","aspect_ratio":1.7779503105590062,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Wimbledon’s ban on Russian players was exactly right"},"promo_items":{"basic":{"_id":"GY2P3OJQSNCILLTBY6O4G2DL3U","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/GY2P3OJQSNCILLTBY6O4G2DL3U.jpg","width":3435,"height":1932,"credits_caption_display":"(Peter Nicholls/Reuters)","credits_display":"(Peter Nicholls/Reuters)","caption":"","copyright":"Reuters","credits":{"by":[{"name":"Peter Nicholls","org":"Reuters","type":"author"}],"affiliation":[{"name":"Reuters"}]}}},"publish_date":"2022-04-21T09:00:12.342Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for the latest tennis news and information. Get the latest tennis results, standings, schedules and commentary. Stay updated on all the latest news from the tennis world!","name":"Tennis","_id":"/sports/tennis"},"primary_section":{"name":"Tennis","_id":"/sports/tennis"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID KQDD2IYWNBAM3MQXWYWZ5QBOME","slug":"created-from-template-id-KQDD2IYWNBAM3MQXWYWZ5QBOME"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Tennis"},{"name":"Sports"}]},"type":"story"},{"_id":"SFJCKYMOQZF3ZHDN3I7IYQDJMQ","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/21/novak-djokovic-wimbledon-ban/","credits":{"by":[{"_id":"borenca","name":"Cindy Boren","url":"https://www.washingtonpost.com/people/cindy-boren/","org":"Washington, D.C."},{"_id":"timsita","name":"Annabelle Timsit","url":"https://www.washingtonpost.com/people/annabelle-timsit/","org":"London"}]},"description":{"basic":"Djokovic condemned the war in Ukraine, while Ukrainian player Elina Svitolina called for players to state where they stand on Russia’s invasion."},"display_date":"2022-04-21T12:39:23.192Z","fusion_additions":{"count_info":{"count":2},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/novak-djokovic-wimbledon-ban/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/novak-djokovic-wimbledon-ban/"}},"promo_image":{"_id":"UDAGMVBIZ5EFXDUOGLWPM2VCOY","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/UDAGMVBIZ5EFXDUOGLWPM2VCOY.jpg","credits_display":"(Andrej Cukic/EPA-EFE/REX/Shutterstock)","credits_caption_display":"(Andrej Cukic/EPA-EFE/REX/Shutterstock)","width":3587,"height":2018,"image_type":"photograph","aspect_ratio":1.7775024777006938,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Novak Djokovic calls Wimbledon ban of Russians, Belarusians ‘crazy’"},"promo_items":{"basic":{"_id":"UDAGMVBIZ5EFXDUOGLWPM2VCOY","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/UDAGMVBIZ5EFXDUOGLWPM2VCOY.jpg","width":3587,"height":2018,"credits_caption_display":"(Andrej Cukic/EPA-EFE/REX/Shutterstock)","credits_display":"(Andrej Cukic/EPA-EFE/REX/Shutterstock)","caption":"","copyright":"EPA","credits":{"by":[{"name":"Andrej Cukic","org":"EPA-EFE/REX/Shutterstock","type":"author"}],"affiliation":[{"name":"EPA-EFE/REX/Shutterstock"}]}}},"publish_date":"2022-04-21T12:39:26.046Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for the latest tennis news and information. Get the latest tennis results, standings, schedules and commentary. Stay updated on all the latest news from the tennis world!","name":"Tennis","_id":"/sports/tennis"},"primary_section":{"name":"Tennis","_id":"/sports/tennis"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID KQDD2IYWNBAM3MQXWYWZ5QBOME","slug":"created-from-template-id-KQDD2IYWNBAM3MQXWYWZ5QBOME"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Tennis"},{"name":"Sports"}]},"type":"story"},{"_id":"Z2G7JGEPDNH4HIZPX55UF2A7ZI","additional_properties":{},"label":{"transparency":{"text":"Perspective"}},"canonical_url":"/sports/2022/04/21/nikola-jokic-mvp-nba-playoffs/","credits":{"by":[{"_id":"brewerj","name":"Jerry Brewer","url":"https://www.washingtonpost.com/people/jerry-brewer/","org":"Washington, D.C."}]},"description":{"basic":"As he rages through a second straight difficult postseason, Jokic must embrace the joy and frustration. They’re both critical parts of the MVP experience."},"display_date":"2022-04-21T09:30:50.229Z","fusion_additions":{"count_info":{"count":3},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/nikola-jokic-mvp-nba-playoffs/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/nikola-jokic-mvp-nba-playoffs/"}},"promo_image":{"_id":"IHL2PGZGYNDKLG2H6A2YQ63EBU","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/IHL2PGZGYNDKLG2H6A2YQ63EBU.jpg","credits_display":"(Jeff Chiu/AP)","credits_caption_display":"(Jeff Chiu/AP)","width":3928,"height":2210,"image_type":"photograph","aspect_ratio":1.7773755656108596,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Being the NBA’s MVP is an honor and a burden. Just ask Nikola Jokic."},"promo_items":{"basic":{"_id":"IHL2PGZGYNDKLG2H6A2YQ63EBU","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/IHL2PGZGYNDKLG2H6A2YQ63EBU.jpg","width":3928,"height":2210,"credits_caption_display":"(Jeff Chiu/AP)","credits_display":"(Jeff Chiu/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Jeff Chiu","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-21T09:30:50.303Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Wizards and NBA basketball news and information. Get the latest schedules, stats, rosters and scoreboards for the NBA. Stay updated on the latest Washington Wizards and NBA news!","name":"NBA","_id":"/sports/nba"},"primary_section":{"name":"NBA","_id":"/sports/nba"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID 76IJPM6MVZBSHIUYVJD5HUPGTE","slug":"created-from-template-id-76IJPM6MVZBSHIUYVJD5HUPGTE"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NBA"},{"name":"Sports"}]},"type":"story"},{"_id":"2WILJPYRDFCY7CTWM4TRNUZDLI","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/dwayne-haskins-911-call/","credits":{"by":[{"_id":"jhabvalan","name":"Nicki Jhabvala","url":"https://www.washingtonpost.com/people/nicki-jhabvala/","org":"Washington, D.C."}]},"description":{"basic":"\"That’s just not like him for him not to call me back,\" Kalabrya Haskins, the NFL quarterback's wife, told a 911 dispatcher the morning of the fatal crash."},"display_date":"2022-04-20T21:42:26.583Z","fusion_additions":{"count_info":{"count":4},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/dwayne-haskins-911-call/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/dwayne-haskins-911-call/"}},"promo_image":{"_id":"KXEA74V22II6ZKJNY5R55AMMEE","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/KXEA74V22II6ZKJNY5R55AMMEE.jpg","credits_display":"(Gaelen Morse/Getty Images)","credits_caption_display":"(Gaelen Morse/Getty Images)","width":8256,"height":5504,"aspect_ratio":1.5,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Dwayne Haskins was looking for gas before fatal crash, per wife’s 911 call"},"promo_items":{"basic":{"_id":"KXEA74V22II6ZKJNY5R55AMMEE","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/KXEA74V22II6ZKJNY5R55AMMEE.jpg","width":8256,"height":5504,"credits_caption_display":"(Gaelen Morse/Getty Images)","credits_display":"(Gaelen Morse/Getty Images)","caption":"","copyright":"Getty Images","credits":{"by":[{"name":"Gaelen Morse","org":"Getty Images","type":"author"}],"affiliation":[{"name":"Getty Images"}]}}},"publish_date":"2022-04-21T00:49:27.867Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Washington Post coverage of the National Football League.","name":"NFL","_id":"/sports/nfl"},"primary_section":{"name":"NFL","_id":"/sports/nfl"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID P5NEJRTYFBH3RO3PIBYHMMAI3U","slug":"created-from-template-id-P5NEJRTYFBH3RO3PIBYHMMAI3U"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NFL"},{"name":"Sports"}]},"type":"story"},{"_id":"QWR7BKYSBBCWJNRFD6TXOFLSPE","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/21/alex-ovechkin-50-goals-capitals-golden-knights/","credits":{"by":[{"_id":"pells","name":"Samantha Pell","url":"https://www.washingtonpost.com/people/samantha-pell/","org":"Washington, D.C."}]},"description":{"basic":"Ovechkin made a little more NHL history during Wednesday's overtime loss in Vegas."},"display_date":"2022-04-21T06:16:42.656Z","fusion_additions":{"count_info":{"count":5},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/alex-ovechkin-50-goals-capitals-golden-knights/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/alex-ovechkin-50-goals-capitals-golden-knights/"}},"promo_image":{"_id":"RZCKVXGBG4I6ZNO7D65GDJTMOU","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/RZCKVXGBG4I6ZNO7D65GDJTMOU.jpg","credits_display":"(Steve Marcus/AP)","credits_caption_display":"(Steve Marcus/AP)","width":4414,"height":2961,"aspect_ratio":1.490712597095576,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Alex Ovechkin hits the 50-goal mark again, but the Capitals falter in OT"},"promo_items":{"basic":{"_id":"RZCKVXGBG4I6ZNO7D65GDJTMOU","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/RZCKVXGBG4I6ZNO7D65GDJTMOU.jpg","width":4414,"height":2961,"credits_caption_display":"(Steve Marcus/AP)","credits_display":"(Steve Marcus/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Steve Marcus","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-21T06:19:21.763Z","subheadlines":{"basic":"What to know from Washington’s 4-3 loss at the Vegas Golden Knights"},"subtype":"default","taxonomy":{"primary_site":{"description":"The Washington Post on everything Washington Capitals.","name":"Washington Capitals","_id":"/sports/capitals"},"primary_section":{"name":"Washington Capitals","_id":"/sports/capitals"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID O4G352YNXZH4VMCEUQ3ETNRBEA","slug":"created-from-template-id-O4G352YNXZH4VMCEUQ3ETNRBEA"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Capitals"},{"name":"Sports"}]},"type":"story"},{"_id":"4U2E3B2IGFE7HDFX4PNQMQVUVM","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/21/hbcu-mens-volleyball/","credits":{"by":[{"name":"Jonathan Gold","url":"","org":""}]},"description":{"basic":"Six historically Black colleges and universities are playing in the inaugural Southern Intercollegiate Athletic Conference men’s volleyball tournament."},"display_date":"2022-04-21T08:30:29.863Z","fusion_additions":{"count_info":{"count":6},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/hbcu-mens-volleyball/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/hbcu-mens-volleyball/"}},"promo_image":{"_id":"LT5AHFGAW4I6ZNO7D65GDJTMOU","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/LT5AHFGAW4I6ZNO7D65GDJTMOU.jpg","credits_display":"(Logan Cyrus/For The Washington Post)","credits_caption_display":"(Logan Cyrus/For The Washington Post)","width":5968,"height":3979,"aspect_ratio":1.4998743402865042,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"To grow U.S. men’s volleyball, advocates turned to HBCUs"},"promo_items":{"basic":{"_id":"LT5AHFGAW4I6ZNO7D65GDJTMOU","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/LT5AHFGAW4I6ZNO7D65GDJTMOU.jpg","width":5968,"height":3979,"credits_caption_display":"(Logan Cyrus/For The Washington Post)","credits_display":"(Logan Cyrus/For The Washington Post)","caption":"","copyright":"Logan Cyrus","credits":{"by":[{"name":"Logan Cyrus","org":"For The Washington Post","type":"author"}],"affiliation":[{"name":"For The Washington Post"}]}}},"publish_date":"2022-04-21T08:30:29.938Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for DC, Virginia and Maryland college sports news and info. Get the latest schedules, stats, and rosters for local schools. Stay updated on the latest sports news from your favorite DC area college teams!","name":"College Sports","_id":"/sports/colleges"},"primary_section":{"name":"College Sports","_id":"/sports/colleges"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"methode-draft","slug":"methode-draft"},{"text":"Created from Template ID O2U4X2VDMBFWFBI6LUYLM62Z6U","slug":"created-from-template-id-O2U4X2VDMBFWFBI6LUYLM62Z6U"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"College Sports"},{"name":"Sports"}]},"type":"story"},{"_id":"5KKYSEIPGRFIJF42QRRKTYKQYU","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/jay-wright-retires-villanova-kyle-neptune/","credits":{"by":[{"_id":"bielerda","name":"Des Bieler","url":"https://www.washingtonpost.com/people/des-bieler/","org":"Washington, D.C."}]},"description":{"basic":"The 60-year-old Wright won two national titles with the Wildcats, who announced that he was being replaced by Fordham Coach Kyle Neptune, a former assistant to Wright at Villanova."},"display_date":"2022-04-21T03:49:29.818Z","fusion_additions":{"count_info":{"count":7},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/jay-wright-retires-villanova-kyle-neptune/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/jay-wright-retires-villanova-kyle-neptune/"}},"promo_image":{"_id":"AWOE3BGBCQI6ZNO7D65GDJTMOU","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/AWOE3BGBCQI6ZNO7D65GDJTMOU.jpg","credits_display":"(David J. Phillip/AP)","credits_caption_display":"(David J. Phillip/AP)","width":4472,"height":3400,"aspect_ratio":1.3152941176470587,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Villanova men’s basketball coach Jay Wright announces retirement "},"promo_items":{"basic":{"_id":"AWOE3BGBCQI6ZNO7D65GDJTMOU","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/AWOE3BGBCQI6ZNO7D65GDJTMOU.jpg","width":4472,"height":3400,"credits_caption_display":"(David J. Phillip/AP)","credits_display":"(David J. Phillip/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"David J. Phillip","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-21T03:49:34.614Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for DC, Virginia and Maryland college sports news and info. Get the latest schedules, stats, and rosters for local schools. Stay updated on the latest sports news from your favorite DC area college teams!","name":"College Sports","_id":"/sports/colleges"},"primary_section":{"name":"College Sports","_id":"/sports/colleges"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"methode-draft","slug":"methode-draft"},{"text":"Created from Template ID O2U4X2VDMBFWFBI6LUYLM62Z6U","slug":"created-from-template-id-O2U4X2VDMBFWFBI6LUYLM62Z6U"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"College Sports"},{"name":"Sports"}]},"type":"story"},{"_id":"A54B5EM4U5HM3MPV2XFCBRITAM","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/pam-shriver-inappropriate-relationship-coach/","credits":{"by":[{"_id":"borenca","name":"Cindy Boren","url":"https://www.washingtonpost.com/people/cindy-boren/","org":"Washington, D.C."},{"_id":"hillga","name":"Glynn A. Hill","url":"https://www.washingtonpost.com/people/glynn-a-hill/","org":"Washington, D.C."}]},"description":{"basic":"Now a 59-year-old commentator for ESPN and the BBC, Pam Shriver disclosed her experience in The Telegraph, noting that such relationships “are alarmingly common in sport as a whole.”"},"display_date":"2022-04-20T15:34:55.228Z","fusion_additions":{"count_info":{"count":8},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/pam-shriver-inappropriate-relationship-coach/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/pam-shriver-inappropriate-relationship-coach/"}},"promo_image":{"_id":"NTXYGYTXBJCWZDR4OUHXLULMZE","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/NTXYGYTXBJCWZDR4OUHXLULMZE.jpg","credits_display":"(Dave Pickoff/ASSOCIATED PRESS)","credits_caption_display":"(Dave Pickoff/ASSOCIATED PRESS)","width":3000,"height":1688,"image_type":"photograph","aspect_ratio":1.7772511848341233,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Pam Shriver reveals ‘inappropriate’ relationship at 17 with her coach"},"promo_items":{"basic":{"_id":"NTXYGYTXBJCWZDR4OUHXLULMZE","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/NTXYGYTXBJCWZDR4OUHXLULMZE.jpg","width":3000,"height":1688,"credits_caption_display":"(Dave Pickoff/ASSOCIATED PRESS)","credits_display":"(Dave Pickoff/ASSOCIATED PRESS)","caption":"","copyright":"AP1978","credits":{"by":[{"name":"Dave Pickoff","org":"ASSOCIATED PRESS","type":"author"}],"affiliation":[{"name":"ASSOCIATED PRESS"}]}}},"publish_date":"2022-04-21T03:36:33.320Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for the latest tennis news and information. Get the latest tennis results, standings, schedules and commentary. Stay updated on all the latest news from the tennis world!","name":"Tennis","_id":"/sports/tennis"},"primary_section":{"name":"Tennis","_id":"/sports/tennis"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID KQDD2IYWNBAM3MQXWYWZ5QBOME","slug":"created-from-template-id-KQDD2IYWNBAM3MQXWYWZ5QBOME"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Tennis"},{"name":"Sports"}]},"type":"story"},{"_id":"OAO4QGBLMZF7XH4D7OLRVKZVMA","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/wimbledon-ban-russian-belarusian-players/","credits":{"by":[{"_id":"borenca","name":"Cindy Boren","url":"https://www.washingtonpost.com/people/cindy-boren/","org":"Washington, D.C."},{"_id":"sulimana","name":"Adela Suliman","url":"https://www.washingtonpost.com/people/adela-suliman/","org":"London, U.K."},{"_id":"bonesteelmm","name":"Matt Bonesteel","url":"https://www.washingtonpost.com/people/matt-bonesteel/","org":"Washington, D.C."}]},"description":{"basic":"Two of the world's top 10 men's players, including U.S. Open champion Daniil Medvedev, and one of the world's top 10 women will be affected by the decision."},"display_date":"2022-04-20T16:24:00.249Z","fusion_additions":{"count_info":{"count":9},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/wimbledon-ban-russian-belarusian-players/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/wimbledon-ban-russian-belarusian-players/"}},"promo_image":{"_id":"HH7R2X6JO5GKXBFKRBPJM466TQ","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/HH7R2X6JO5GKXBFKRBPJM466TQ.jpg","credits_display":"(Kirsty Wigglesworth/AP)","credits_caption_display":"(Kirsty Wigglesworth/AP)","width":5139,"height":2891,"aspect_ratio":1.7775856105153927,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Wimbledon bans Russian and Belarusian players over invasion of Ukraine"},"promo_items":{"basic":{"_id":"HH7R2X6JO5GKXBFKRBPJM466TQ","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/HH7R2X6JO5GKXBFKRBPJM466TQ.jpg","width":5139,"height":2891,"credits_caption_display":"(Kirsty Wigglesworth/AP)","credits_display":"(Kirsty Wigglesworth/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Kirsty Wigglesworth","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-20T23:49:44.971Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for the latest tennis news and information. Get the latest tennis results, standings, schedules and commentary. Stay updated on all the latest news from the tennis world!","name":"Tennis","_id":"/sports/tennis"},"primary_section":{"name":"Tennis","_id":"/sports/tennis"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID KQDD2IYWNBAM3MQXWYWZ5QBOME","slug":"created-from-template-id-KQDD2IYWNBAM3MQXWYWZ5QBOME"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Tennis"},{"name":"Sports"}]},"type":"story"},{"_id":"PBPOL4CI7JDHXJUHEBSPBFT52U","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/nationals-diamondbacks-erick-fedde/","credits":{"by":[{"_id":"Goldena","name":"Andrew Golden","url":"https://www.washingtonpost.com/people/andrew-golden/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Andrew Golden"}}}]},"description":{"basic":"After a solid showing in Tuesday's doubleheader, the Nationals' pitching issues returned Wednesday."},"display_date":"2022-04-21T03:20:08.489Z","fusion_additions":{"count_info":{"count":10},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/nationals-diamondbacks-erick-fedde/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/nationals-diamondbacks-erick-fedde/"}},"promo_image":{"_id":"YFFTFLAONJCY3I5LV75LE2NTP4","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/YFFTFLAONJCY3I5LV75LE2NTP4.jpg","credits_display":"(Jonathan Newton/The Washington Post)","credits_caption_display":"(Jonathan Newton/The Washington Post)","width":2784,"height":1566,"image_type":"photograph","aspect_ratio":1.7777777777777777,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Erick Fedde gets lit up as Nationals sputter to 11-2 loss to Diamondbacks"},"promo_items":{"basic":{"_id":"YFFTFLAONJCY3I5LV75LE2NTP4","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/YFFTFLAONJCY3I5LV75LE2NTP4.jpg","width":2784,"height":1566,"credits_caption_display":"(Jonathan Newton/The Washington Post)","credits_display":"(Jonathan Newton/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Jonathan Newton","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-21T04:28:25.284Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Nationals \u0026amp; MLB baseball news and information. Get the latest schedule and stats for the Washington Nationals. Stay updated on the latest Washington Nationals news!","name":"Washington Nationals","_id":"/sports/nationals"},"primary_section":{"name":"Washington Nationals","_id":"/sports/nationals"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID J5NTYWLUKNFNDENF4TNSNQP3Z4","slug":"created-from-template-id-J5NTYWLUKNFNDENF4TNSNQP3Z4"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Nationals"},{"name":"Sports"}]},"type":"story"},{"_id":"YG6CTF6XNRE4TEJ5XNZ7EJ3UOQ","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/hernan-losada-fired-dc-united/","credits":{"by":[{"_id":"goffs","name":"Steven Goff","url":"https://www.washingtonpost.com/people/steven-goff/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Steven Goff"}}}]},"description":{"basic":"In a text message, Losada said he needed time to process the team’s decision. “I’m still in shock,” he added."},"display_date":"2022-04-20T21:07:30.063Z","fusion_additions":{"count_info":{"count":11},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/hernan-losada-fired-dc-united/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/hernan-losada-fired-dc-united/"}},"promo_image":{"_id":"VCCPGB56URF43DXFCPKUPNVESM","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/VCCPGB56URF43DXFCPKUPNVESM.jpg","credits_display":"(Katherine Frey/The Washington Post)","credits_caption_display":"(Katherine Frey/The Washington Post)","width":2511,"height":1412,"aspect_ratio":1.778328611898017,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"D.C. United fires coach Hernán Losada after sluggish start to season"},"promo_items":{"basic":{"_id":"VCCPGB56URF43DXFCPKUPNVESM","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/VCCPGB56URF43DXFCPKUPNVESM.jpg","width":2511,"height":1412,"credits_caption_display":"(Katherine Frey/The Washington Post)","credits_display":"(Katherine Frey/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Katherine Frey","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-20T23:02:18.507Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for DC United and MLS soccer news and information. Get the latest schedules, stats, rosters and scoreboards for Major League Soccer. Stay updated on the latest D.C. United and MLS news!","name":"Soccer","_id":"/sports/soccer"},"primary_section":{"name":"Soccer","_id":"/sports/soccer"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID ZY44JWVHTFHMJNF2KO6IGNCC7E","slug":"created-from-template-id-ZY44JWVHTFHMJNF2KO6IGNCC7E"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Soccer"},{"name":"Sports"}]},"type":"story"},{"_id":"5YGHQVBURZC3ROO5KPHJNDAD3A","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/terry-mclaurin-contract-market-value/","credits":{"by":[{"_id":"jhabvalan","name":"Nicki Jhabvala","url":"https://www.washingtonpost.com/people/nicki-jhabvala/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Nicki Jhabvala"}}}]},"description":{"basic":"The Commanders star is entering the final season of his rookie contract, and a hefty raise should be on the way."},"display_date":"2022-04-20T09:01:41.504Z","fusion_additions":{"count_info":{"count":12},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/terry-mclaurin-contract-market-value/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/terry-mclaurin-contract-market-value/"}},"promo_image":{"_id":"7VKVBPMS6NCOLPPLTCTMK27A6U","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/7VKVBPMS6NCOLPPLTCTMK27A6U.jpg","credits_display":"(Jonathan Newton/The Washington Post)","credits_caption_display":"(Jonathan Newton/The Washington Post)","width":2434,"height":1369,"image_type":"photograph","aspect_ratio":1.7779401022644266,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Wide receivers keep cashing in, and it may be Terry McLaurin’s turn soon"},"promo_items":{"basic":{"_id":"7VKVBPMS6NCOLPPLTCTMK27A6U","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/7VKVBPMS6NCOLPPLTCTMK27A6U.jpg","width":2434,"height":1369,"credits_caption_display":"(Jonathan Newton/The Washington Post)","credits_display":"(Jonathan Newton/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Jonathan Newton","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-20T09:01:41.572Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Washington Post coverage of the Washington Commanders NFL team.","name":"Washington Commanders","_id":"/sports/redskins"},"primary_section":{"name":"Washington Commanders","_id":"/sports/redskins"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID QC4VBYZYHZAKVJ5WFOM5GND2ZM","slug":"created-from-template-id-QC4VBYZYHZAKVJ5WFOM5GND2ZM"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Commanders"},{"name":"Sports"}]},"type":"story"},{"_id":"S67DDYMDABA3RJYJ4NDYA4MJWM","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/21/joel-embiid-game-winner-sixers-raptors/","credits":{"by":[{"_id":"golliverb","name":"Ben Golliver","url":"https://www.washingtonpost.com/people/ben-golliver/","org":"Los Angeles","additional_properties":{"original":{"byline":"Ben Golliver"}}}]},"description":{"basic":"Joel Embiid's three-pointer with less than a second remaining in overtime propelled the 76ers to a 3-0 series lead over Toronto."},"display_date":"2022-04-21T11:22:17.255Z","fusion_additions":{"count_info":{"count":13},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/joel-embiid-game-winner-sixers-raptors/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/joel-embiid-game-winner-sixers-raptors/"}},"promo_image":{"_id":"V5XNWJFPEFBHZKPSC2ZVETN374","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/V5XNWJFPEFBHZKPSC2ZVETN374.jpg","credits_display":"(Cole Burston/Getty Images)","credits_caption_display":"(Cole Burston/Getty Images)","width":4007,"height":2254,"aspect_ratio":1.777728482697427,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Joel Embiid buries game-winner in OT as 76ers push Raptors to the brink"},"promo_items":{"basic":{"_id":"V5XNWJFPEFBHZKPSC2ZVETN374","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/V5XNWJFPEFBHZKPSC2ZVETN374.jpg","width":4007,"height":2254,"credits_caption_display":"(Cole Burston/Getty Images)","credits_display":"(Cole Burston/Getty Images)","caption":"","copyright":"Getty Images","credits":{"by":[{"name":"Cole Burston","org":"Getty Images","type":"author"}],"affiliation":[{"name":"Getty Images"}]}}},"publish_date":"2022-04-21T11:22:20.375Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Wizards and NBA basketball news and information. Get the latest schedules, stats, rosters and scoreboards for the NBA. Stay updated on the latest Washington Wizards and NBA news!","name":"NBA","_id":"/sports/nba"},"primary_section":{"name":"NBA","_id":"/sports/nba"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID 76IJPM6MVZBSHIUYVJD5HUPGTE","slug":"created-from-template-id-76IJPM6MVZBSHIUYVJD5HUPGTE"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NBA"},{"name":"Sports"}]},"type":"story"},{"_id":"EOVQNDDO7JCNFGOZKO2OCHZD7Y","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/sean-doolittle-elbow-sprain-injured-list/","credits":{"by":[{"_id":"doughertyj","name":"Jesse Dougherty","url":"https://www.washingtonpost.com/people/jesse-dougherty/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Jesse Dougherty"}}}]},"description":{"basic":"In his second stint with the team, Doolittle had been the Nationals' best reliever in the first two weeks."},"display_date":"2022-04-20T23:35:27.004Z","fusion_additions":{"count_info":{"count":14},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/sean-doolittle-elbow-sprain-injured-list/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/sean-doolittle-elbow-sprain-injured-list/"}},"promo_image":{"_id":"42RV3A6JHVEXNMRC47K6TCVLQQ","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/42RV3A6JHVEXNMRC47K6TCVLQQ.jpg","credits_display":"(Katherine Frey/The Washington Post)","credits_caption_display":"(Katherine Frey/The Washington Post)","width":2948,"height":1658,"image_type":"photograph","aspect_ratio":1.7780458383594693,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Nationals’ Sean Doolittle goes on injured list with elbow sprain "},"promo_items":{"basic":{"_id":"42RV3A6JHVEXNMRC47K6TCVLQQ","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/42RV3A6JHVEXNMRC47K6TCVLQQ.jpg","width":2948,"height":1658,"credits_caption_display":"(Katherine Frey/The Washington Post)","credits_display":"(Katherine Frey/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Katherine Frey","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-21T00:21:09.576Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Nationals \u0026amp; MLB baseball news and information. Get the latest schedule and stats for the Washington Nationals. Stay updated on the latest Washington Nationals news!","name":"Washington Nationals","_id":"/sports/nationals"},"primary_section":{"name":"Washington Nationals","_id":"/sports/nationals"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID J5NTYWLUKNFNDENF4TNSNQP3Z4","slug":"created-from-template-id-J5NTYWLUKNFNDENF4TNSNQP3Z4"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Nationals"},{"name":"Sports"}]},"type":"story"}],"type":"collection"},"{\"source\":\"wsk-collection\",\"query\":{\"id\":\"E7GZ4BUPUVEX7PN3DFPTFKHPDY\",\"limit\":\"4\",\"offset\":\"0\",\"env\":\"prod\"}}":{"_id":"E7GZ4BUPUVEX7PN3DFPTFKHPDY","description":{"basic":"Stories 1-4 will appear in the feed. DON'T FORGET TO PUBLISH! Support doc: https://bit.ly/3j63ukN"},"headlines":{"basic":"Sports — Columnists"},"items":[{"_id":"IPRPOZPZ2VBSJO7GZQTFMMADSM","additional_properties":{},"label":{"transparency":{"text":"Perspective"}},"canonical_url":"/sports/2022/04/19/nationals-owners-lerner-family/","credits":{"by":[{"_id":"svrlugabw","name":"Barry Svrluga","url":"https://www.washingtonpost.com/people/barry-svrluga/","org":"Washington, D.C."}]},"description":{"basic":"Sports teams feel like a civic trust, which is why a potential change in Nationals ownership feels so jarring. "},"display_date":"2022-04-19T08:45:48.375Z","fusion_additions":{"count_info":{"count":1},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/19/nationals-owners-lerner-family/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/19/nationals-owners-lerner-family/"}},"promo_image":{"_id":"EW5CDBTFWNGH3DQAEMK7K4BFKY","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/EW5CDBTFWNGH3DQAEMK7K4BFKY.jpg","credits_display":"(Toni L. Sandys/The Washington Post)","credits_caption_display":"(Toni L. Sandys/The Washington Post)","width":3267,"height":1838,"aspect_ratio":1.777475516866159,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Why owning a baseball team isn’t like owning a shopping mall"},"promo_items":{"basic":{"_id":"EW5CDBTFWNGH3DQAEMK7K4BFKY","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/EW5CDBTFWNGH3DQAEMK7K4BFKY.jpg","width":3267,"height":1838,"credits_caption_display":"(Toni L. Sandys/The Washington Post)","credits_display":"(Toni L. Sandys/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Toni L. Sandys","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-19T22:51:37.378Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Nationals \u0026amp; MLB baseball news and information. Get the latest schedule and stats for the Washington Nationals. Stay updated on the latest Washington Nationals news!","name":"Washington Nationals","_id":"/sports/nationals"},"primary_section":{"name":"Washington Nationals","_id":"/sports/nationals"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID J5NTYWLUKNFNDENF4TNSNQP3Z4","slug":"created-from-template-id-J5NTYWLUKNFNDENF4TNSNQP3Z4"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Nationals"},{"name":"Sports"}]},"type":"story"},{"_id":"L2PXFAYNIBBWJPBEBLU5ANTY4A","additional_properties":{},"label":{"transparency":{"text":"Perspective"}},"canonical_url":"/sports/2022/04/16/mike-bossy-dies-appreciation/","credits":{"by":[{"_id":"feinsteinj","name":"John Feinstein","url":"https://www.washingtonpost.com/people/john-feinstein/"}]},"description":{"basic":"Mike Bossy's NHL career was relatively short. His accomplishments weren't. "},"display_date":"2022-04-16T18:48:39.157Z","fusion_additions":{"count_info":{"count":2},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/16/mike-bossy-dies-appreciation/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/16/mike-bossy-dies-appreciation/"}},"promo_image":{"_id":"Y3KNLRY6EFAUNA66KUNONIMG2U","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/Y3KNLRY6EFAUNA66KUNONIMG2U.jpg","credits_display":"(Richard Drew/AP)","credits_caption_display":"(Richard Drew/AP)","width":3250,"height":1828,"image_type":"photograph","aspect_ratio":1.7778993435448578,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Mike Bossy was a hockey legend on the ice, and a sweetheart off it"},"promo_items":{"basic":{"_id":"Y3KNLRY6EFAUNA66KUNONIMG2U","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/Y3KNLRY6EFAUNA66KUNONIMG2U.jpg","width":3250,"height":1828,"credits_caption_display":"(Richard Drew/AP)","credits_display":"(Richard Drew/AP)","caption":"","copyright":"AP","credits":{"by":[{"name":"Richard Drew","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-17T01:21:12.319Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Capitals and NHL Hockey news \u0026amp; information. Get the latest schedules, stats, rosters and scoreboards for the NHL. Stay updated on the latest Washington Capitals and NHL news!","name":"NHL","_id":"/sports/nhl"},"primary_section":{"name":"NHL","_id":"/sports/nhl"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID 5JLISWE4P5AB5KMGQ3RX5B4FQM","slug":"created-from-template-id-5JLISWE4P5AB5KMGQ3RX5B4FQM"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NHL"},{"name":"Sports"}]},"type":"story"},{"_id":"Q7ZUCPAIORGCBGI2FWJ5AVVOGE","additional_properties":{},"label":{"transparency":{"text":"Perspective"}},"canonical_url":"/sports/2022/04/16/sports-twitter-elon-musk/","credits":{"by":[{"_id":"bucknerc","name":"Candace Buckner","url":"https://www.washingtonpost.com/people/candace-buckner/","org":"Washington, D.C."}]},"description":{"basic":"Every day would be April Fools’ Day on Sports Twitter. "},"display_date":"2022-04-16T12:00:26.741Z","fusion_additions":{"count_info":{"count":3},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/16/sports-twitter-elon-musk/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/16/sports-twitter-elon-musk/"}},"promo_image":{"_id":"K44I3UF45EI6ZKJNY5R55AMMEE","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/K44I3UF45EI6ZKJNY5R55AMMEE.jpg","credits_display":"(Dado Ruvic/Reuters)","credits_caption_display":"(Dado Ruvic/Reuters)","width":3183,"height":2009,"aspect_ratio":1.5843703334992534,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"How bad can Sports Twitter be? If Elon Musk succeeds, we’ll find out."},"promo_items":{"basic":{"_id":"K44I3UF45EI6ZKJNY5R55AMMEE","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/K44I3UF45EI6ZKJNY5R55AMMEE.jpg","width":3183,"height":2009,"credits_caption_display":"(Dado Ruvic/Reuters)","credits_display":"(Dado Ruvic/Reuters)","caption":"","copyright":"Reuters","credits":{"by":[{"name":"Dado Ruvic","org":"Reuters","type":"author"}],"affiliation":[{"name":"Reuters"}]}}},"publish_date":"2022-04-17T01:00:38.075Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"The Washington Post Sports section provides sports news, video, scores, analysis and updates about high school, college, and pro sports teams, including the Capitals, Nationals, Washington Football Team, United and Wizards. Post Sports also offers blogs and discussions about the latest sports news.","name":"Sports","_id":"/sports"},"primary_section":{"name":"Sports","_id":"/sports"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"methode-draft","slug":"methode-draft"},{"text":"Created from Template ID YHWJU4QL3RCZ5AWT53F5KCYOR4","slug":"created-from-template-id-YHWJU4QL3RCZ5AWT53F5KCYOR4"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Sports"}]},"type":"story"},{"_id":"QFRK5WNXDBHYPHLI7SQSED5IBM","additional_properties":{},"label":{"transparency":{"text":"Perspective"}},"canonical_url":"/sports/2022/04/14/jackie-robinson-blackistone-civil-rights-history/","credits":{"by":[{"_id":"blackistonekb","name":"Kevin B. Blackistone","url":"https://www.washingtonpost.com/people/kevin-b-blackistone/"}]},"description":{"basic":"The man celebrated as a groundbreaking civil rights hero never stopped fighting, right up until his death."},"display_date":"2022-04-15T09:32:47.174Z","fusion_additions":{"count_info":{"count":4},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/14/jackie-robinson-blackistone-civil-rights-history/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/14/jackie-robinson-blackistone-civil-rights-history/"}},"promo_image":{"_id":"UNRQC4V2UAI6ZKJNY5R55AMMEE","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/UNRQC4V2UAI6ZKJNY5R55AMMEE.jpg","credits_display":"(Bettmann/Bettmann Archive)","credits_caption_display":"(Bettmann/Bettmann Archive)","width":3606,"height":2415,"image_type":"photograph","aspect_ratio":1.493167701863354,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Narrative of Jackie Robinson, like that of MLK, is at odds with the reality"},"promo_items":{"basic":{"_id":"UNRQC4V2UAI6ZKJNY5R55AMMEE","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/UNRQC4V2UAI6ZKJNY5R55AMMEE.jpg","width":3606,"height":2415,"credits_caption_display":"(Bettmann/Bettmann Archive)","credits_display":"(Bettmann/Bettmann Archive)","caption":"","copyright":"Getty","credits":{"by":[{"name":"Bettmann","org":"Bettmann Archive","type":"author"}],"affiliation":[{"name":"Bettmann Archive"}]}}},"publish_date":"2022-04-15T12:32:01.673Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"The Washington Post Sports section provides sports news, video, scores, analysis and updates about high school, college, and pro sports teams, including the Capitals, Nationals, Washington Football Team, United and Wizards. Post Sports also offers blogs and discussions about the latest sports news.","name":"Sports","_id":"/sports"},"primary_section":{"name":"Sports","_id":"/sports"},"tags":[{"text":"GenderIdentity","slug":"genderidentity"},{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"methode-draft","slug":"methode-draft"},{"text":"Created from Template ID G3MKEKJTRBEA5DVF2IFRNFFIMQ","slug":"created-from-template-id-G3MKEKJTRBEA5DVF2IFRNFFIMQ"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Sports"}]},"type":"story"}],"type":"collection"},"{\"source\":\"wsk-collection\",\"query\":{\"id\":\"RSLXJJEFIFGODAMCERHOF2MNS4\",\"limit\":\"20\",\"offset\":\"0\",\"env\":\"prod\"}}":{"_id":"RSLXJJEFIFGODAMCERHOF2MNS4","description":{"basic":"Stories 1-7 will appear in the Top table. Stories 8-14 will appear in More Top Stories. DON'T FORGET TO PUBLISH!\nSupport doc: https://bit.ly/3j63ukN"},"headlines":{"basic":"Sports — Top table + MTS"},"items":[{"_id":"BE43DCM7W5EPBDQ77PIIPYFABY","additional_properties":{},"label":{"transparency":{"text":"Perspective"}},"canonical_url":"/sports/2022/04/21/wimbledon-russia-medvedev/","credits":{"by":[{"_id":"jenkinss","name":"Sally Jenkins","url":"https://www.washingtonpost.com/people/sally-jenkins/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Sally Jenkins"}}}]},"description":{"basic":"The All England Club sent a necessary message: Even the most innocent Russians will pay the price for the actions of Vladimir Putin’s regime. "},"display_date":"2022-04-21T09:00:12.235Z","fusion_additions":{"count_info":{"count":1},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/wimbledon-russia-medvedev/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/wimbledon-russia-medvedev/"}},"promo_image":{"_id":"GY2P3OJQSNCILLTBY6O4G2DL3U","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/GY2P3OJQSNCILLTBY6O4G2DL3U.jpg","credits_display":"(Peter Nicholls/Reuters)","credits_caption_display":"(Peter Nicholls/Reuters)","width":3435,"height":1932,"image_type":"photograph","aspect_ratio":1.7779503105590062,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Wimbledon’s ban on Russian players was exactly right"},"promo_items":{"basic":{"_id":"GY2P3OJQSNCILLTBY6O4G2DL3U","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/GY2P3OJQSNCILLTBY6O4G2DL3U.jpg","width":3435,"height":1932,"credits_caption_display":"(Peter Nicholls/Reuters)","credits_display":"(Peter Nicholls/Reuters)","caption":"","copyright":"Reuters","credits":{"by":[{"name":"Peter Nicholls","org":"Reuters","type":"author"}],"affiliation":[{"name":"Reuters"}]}}},"publish_date":"2022-04-21T09:00:12.342Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for the latest tennis news and information. Get the latest tennis results, standings, schedules and commentary. Stay updated on all the latest news from the tennis world!","name":"Tennis","_id":"/sports/tennis"},"primary_section":{"name":"Tennis","_id":"/sports/tennis"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID KQDD2IYWNBAM3MQXWYWZ5QBOME","slug":"created-from-template-id-KQDD2IYWNBAM3MQXWYWZ5QBOME"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Tennis"},{"name":"Sports"}]},"type":"story"},{"_id":"SFJCKYMOQZF3ZHDN3I7IYQDJMQ","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/21/novak-djokovic-wimbledon-ban/","credits":{"by":[{"_id":"borenca","name":"Cindy Boren","url":"https://www.washingtonpost.com/people/cindy-boren/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Cindy Boren"}}},{"_id":"timsita","name":"Annabelle Timsit","url":"https://www.washingtonpost.com/people/annabelle-timsit/","org":"London","additional_properties":{"original":{"byline":"Annabelle Timsit"}}}]},"description":{"basic":"Djokovic condemned the war in Ukraine, while Ukrainian player Elina Svitolina called for players to state where they stand on Russia’s invasion."},"display_date":"2022-04-21T12:39:23.192Z","fusion_additions":{"count_info":{"count":2},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/novak-djokovic-wimbledon-ban/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/novak-djokovic-wimbledon-ban/"}},"promo_image":{"_id":"UDAGMVBIZ5EFXDUOGLWPM2VCOY","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/UDAGMVBIZ5EFXDUOGLWPM2VCOY.jpg","credits_display":"(Andrej Cukic/EPA-EFE/REX/Shutterstock)","credits_caption_display":"(Andrej Cukic/EPA-EFE/REX/Shutterstock)","width":3587,"height":2018,"image_type":"photograph","aspect_ratio":1.7775024777006938,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Novak Djokovic calls Wimbledon ban of Russians, Belarusians ‘crazy’"},"promo_items":{"basic":{"_id":"UDAGMVBIZ5EFXDUOGLWPM2VCOY","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/UDAGMVBIZ5EFXDUOGLWPM2VCOY.jpg","width":3587,"height":2018,"credits_caption_display":"(Andrej Cukic/EPA-EFE/REX/Shutterstock)","credits_display":"(Andrej Cukic/EPA-EFE/REX/Shutterstock)","caption":"","copyright":"EPA","credits":{"by":[{"name":"Andrej Cukic","org":"EPA-EFE/REX/Shutterstock","type":"author"}],"affiliation":[{"name":"EPA-EFE/REX/Shutterstock"}]}}},"publish_date":"2022-04-21T12:39:26.046Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for the latest tennis news and information. Get the latest tennis results, standings, schedules and commentary. Stay updated on all the latest news from the tennis world!","name":"Tennis","_id":"/sports/tennis"},"primary_section":{"name":"Tennis","_id":"/sports/tennis"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID KQDD2IYWNBAM3MQXWYWZ5QBOME","slug":"created-from-template-id-KQDD2IYWNBAM3MQXWYWZ5QBOME"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Tennis"},{"name":"Sports"}]},"type":"story"},{"_id":"Z2G7JGEPDNH4HIZPX55UF2A7ZI","additional_properties":{},"label":{"transparency":{"text":"Perspective"}},"canonical_url":"/sports/2022/04/21/nikola-jokic-mvp-nba-playoffs/","credits":{"by":[{"_id":"brewerj","name":"Jerry Brewer","url":"https://www.washingtonpost.com/people/jerry-brewer/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Jerry Brewer"}}}]},"description":{"basic":"As he rages through a second straight difficult postseason, Jokic must embrace the joy and frustration. They’re both critical parts of the MVP experience."},"display_date":"2022-04-21T09:30:50.229Z","fusion_additions":{"count_info":{"count":3},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/nikola-jokic-mvp-nba-playoffs/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/nikola-jokic-mvp-nba-playoffs/"}},"promo_image":{"_id":"IHL2PGZGYNDKLG2H6A2YQ63EBU","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/IHL2PGZGYNDKLG2H6A2YQ63EBU.jpg","credits_display":"(Jeff Chiu/AP)","credits_caption_display":"(Jeff Chiu/AP)","width":3928,"height":2210,"image_type":"photograph","aspect_ratio":1.7773755656108596,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Being the NBA’s MVP is an honor and a burden. Just ask Nikola Jokic."},"promo_items":{"basic":{"_id":"IHL2PGZGYNDKLG2H6A2YQ63EBU","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/IHL2PGZGYNDKLG2H6A2YQ63EBU.jpg","width":3928,"height":2210,"credits_caption_display":"(Jeff Chiu/AP)","credits_display":"(Jeff Chiu/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Jeff Chiu","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-21T09:30:50.303Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Wizards and NBA basketball news and information. Get the latest schedules, stats, rosters and scoreboards for the NBA. Stay updated on the latest Washington Wizards and NBA news!","name":"NBA","_id":"/sports/nba"},"primary_section":{"name":"NBA","_id":"/sports/nba"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID 76IJPM6MVZBSHIUYVJD5HUPGTE","slug":"created-from-template-id-76IJPM6MVZBSHIUYVJD5HUPGTE"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NBA"},{"name":"Sports"}]},"type":"story"},{"_id":"2WILJPYRDFCY7CTWM4TRNUZDLI","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/dwayne-haskins-911-call/","credits":{"by":[{"_id":"jhabvalan","name":"Nicki Jhabvala","url":"https://www.washingtonpost.com/people/nicki-jhabvala/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Nicki Jhabvala"}}}]},"description":{"basic":"\"That’s just not like him for him not to call me back,\" Kalabrya Haskins, the NFL quarterback's wife, told a 911 dispatcher the morning of the fatal crash."},"display_date":"2022-04-20T21:42:26.583Z","fusion_additions":{"count_info":{"count":4},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/dwayne-haskins-911-call/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/dwayne-haskins-911-call/"}},"promo_image":{"_id":"KXEA74V22II6ZKJNY5R55AMMEE","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/KXEA74V22II6ZKJNY5R55AMMEE.jpg","credits_display":"(Gaelen Morse/Getty Images)","credits_caption_display":"(Gaelen Morse/Getty Images)","width":8256,"height":5504,"aspect_ratio":1.5,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Dwayne Haskins was looking for gas before fatal crash, per wife’s 911 call"},"promo_items":{"basic":{"_id":"KXEA74V22II6ZKJNY5R55AMMEE","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/KXEA74V22II6ZKJNY5R55AMMEE.jpg","width":8256,"height":5504,"credits_caption_display":"(Gaelen Morse/Getty Images)","credits_display":"(Gaelen Morse/Getty Images)","caption":"","copyright":"Getty Images","credits":{"by":[{"name":"Gaelen Morse","org":"Getty Images","type":"author"}],"affiliation":[{"name":"Getty Images"}]}}},"publish_date":"2022-04-21T00:49:27.867Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Washington Post coverage of the National Football League.","name":"NFL","_id":"/sports/nfl"},"primary_section":{"name":"NFL","_id":"/sports/nfl"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID P5NEJRTYFBH3RO3PIBYHMMAI3U","slug":"created-from-template-id-P5NEJRTYFBH3RO3PIBYHMMAI3U"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NFL"},{"name":"Sports"}]},"type":"story"},{"_id":"QWR7BKYSBBCWJNRFD6TXOFLSPE","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/21/alex-ovechkin-50-goals-capitals-golden-knights/","credits":{"by":[{"_id":"pells","name":"Samantha Pell","url":"https://www.washingtonpost.com/people/samantha-pell/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Samantha Pell"}}}]},"description":{"basic":"Ovechkin made a little more NHL history during Wednesday's overtime loss in Vegas."},"display_date":"2022-04-21T06:16:42.656Z","fusion_additions":{"count_info":{"count":5},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/alex-ovechkin-50-goals-capitals-golden-knights/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/alex-ovechkin-50-goals-capitals-golden-knights/"}},"promo_image":{"_id":"RZCKVXGBG4I6ZNO7D65GDJTMOU","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/RZCKVXGBG4I6ZNO7D65GDJTMOU.jpg","credits_display":"(Steve Marcus/AP)","credits_caption_display":"(Steve Marcus/AP)","width":4414,"height":2961,"aspect_ratio":1.490712597095576,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Alex Ovechkin hits the 50-goal mark again, but the Capitals falter in OT"},"promo_items":{"basic":{"_id":"RZCKVXGBG4I6ZNO7D65GDJTMOU","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/RZCKVXGBG4I6ZNO7D65GDJTMOU.jpg","width":4414,"height":2961,"credits_caption_display":"(Steve Marcus/AP)","credits_display":"(Steve Marcus/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Steve Marcus","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-21T06:19:21.763Z","subheadlines":{"basic":"What to know from Washington’s 4-3 loss at the Vegas Golden Knights"},"subtype":"default","taxonomy":{"primary_site":{"description":"The Washington Post on everything Washington Capitals.","name":"Washington Capitals","_id":"/sports/capitals"},"primary_section":{"name":"Washington Capitals","_id":"/sports/capitals"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID O4G352YNXZH4VMCEUQ3ETNRBEA","slug":"created-from-template-id-O4G352YNXZH4VMCEUQ3ETNRBEA"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Capitals"},{"name":"Sports"}]},"type":"story"},{"_id":"4U2E3B2IGFE7HDFX4PNQMQVUVM","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/21/hbcu-mens-volleyball/","credits":{"by":[{"name":"Jonathan Gold","url":"","org":"","additional_properties":{"original":{"byline":"Jonathan Gold"}}}]},"description":{"basic":"Six historically Black colleges and universities are playing in the inaugural Southern Intercollegiate Athletic Conference men’s volleyball tournament."},"display_date":"2022-04-21T08:30:29.863Z","fusion_additions":{"count_info":{"count":6},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/hbcu-mens-volleyball/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/hbcu-mens-volleyball/"}},"promo_image":{"_id":"LT5AHFGAW4I6ZNO7D65GDJTMOU","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/LT5AHFGAW4I6ZNO7D65GDJTMOU.jpg","credits_display":"(Logan Cyrus/For The Washington Post)","credits_caption_display":"(Logan Cyrus/For The Washington Post)","width":5968,"height":3979,"aspect_ratio":1.4998743402865042,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"To grow U.S. men’s volleyball, advocates turned to HBCUs"},"promo_items":{"basic":{"_id":"LT5AHFGAW4I6ZNO7D65GDJTMOU","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/LT5AHFGAW4I6ZNO7D65GDJTMOU.jpg","width":5968,"height":3979,"credits_caption_display":"(Logan Cyrus/For The Washington Post)","credits_display":"(Logan Cyrus/For The Washington Post)","caption":"","copyright":"Logan Cyrus","credits":{"by":[{"name":"Logan Cyrus","org":"For The Washington Post","type":"author"}],"affiliation":[{"name":"For The Washington Post"}]}}},"publish_date":"2022-04-21T08:30:29.938Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for DC, Virginia and Maryland college sports news and info. Get the latest schedules, stats, and rosters for local schools. Stay updated on the latest sports news from your favorite DC area college teams!","name":"College Sports","_id":"/sports/colleges"},"primary_section":{"name":"College Sports","_id":"/sports/colleges"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"methode-draft","slug":"methode-draft"},{"text":"Created from Template ID O2U4X2VDMBFWFBI6LUYLM62Z6U","slug":"created-from-template-id-O2U4X2VDMBFWFBI6LUYLM62Z6U"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"College Sports"},{"name":"Sports"}]},"type":"story"},{"_id":"5KKYSEIPGRFIJF42QRRKTYKQYU","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/jay-wright-retires-villanova-kyle-neptune/","credits":{"by":[{"_id":"bielerda","name":"Des Bieler","url":"https://www.washingtonpost.com/people/des-bieler/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Des Bieler"}}}]},"description":{"basic":"The 60-year-old Wright won two national titles with the Wildcats, who announced that he was being replaced by Fordham Coach Kyle Neptune, a former assistant to Wright at Villanova."},"display_date":"2022-04-21T03:49:29.818Z","fusion_additions":{"count_info":{"count":7},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/jay-wright-retires-villanova-kyle-neptune/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/jay-wright-retires-villanova-kyle-neptune/"}},"promo_image":{"_id":"AWOE3BGBCQI6ZNO7D65GDJTMOU","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/AWOE3BGBCQI6ZNO7D65GDJTMOU.jpg","credits_display":"(David J. Phillip/AP)","credits_caption_display":"(David J. Phillip/AP)","width":4472,"height":3400,"aspect_ratio":1.3152941176470587,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Villanova men’s basketball coach Jay Wright announces retirement "},"promo_items":{"basic":{"_id":"AWOE3BGBCQI6ZNO7D65GDJTMOU","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/AWOE3BGBCQI6ZNO7D65GDJTMOU.jpg","width":4472,"height":3400,"credits_caption_display":"(David J. Phillip/AP)","credits_display":"(David J. Phillip/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"David J. Phillip","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-21T03:49:34.614Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for DC, Virginia and Maryland college sports news and info. Get the latest schedules, stats, and rosters for local schools. Stay updated on the latest sports news from your favorite DC area college teams!","name":"College Sports","_id":"/sports/colleges"},"primary_section":{"name":"College Sports","_id":"/sports/colleges"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"methode-draft","slug":"methode-draft"},{"text":"Created from Template ID O2U4X2VDMBFWFBI6LUYLM62Z6U","slug":"created-from-template-id-O2U4X2VDMBFWFBI6LUYLM62Z6U"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"College Sports"},{"name":"Sports"}]},"type":"story"},{"_id":"A54B5EM4U5HM3MPV2XFCBRITAM","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/pam-shriver-inappropriate-relationship-coach/","credits":{"by":[{"_id":"borenca","name":"Cindy Boren","url":"https://www.washingtonpost.com/people/cindy-boren/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Cindy Boren"}}},{"_id":"hillga","name":"Glynn A. Hill","url":"https://www.washingtonpost.com/people/glynn-a-hill/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Glynn A. Hill"}}}]},"description":{"basic":"Now a 59-year-old commentator for ESPN and the BBC, Pam Shriver disclosed her experience in The Telegraph, noting that such relationships “are alarmingly common in sport as a whole.”"},"display_date":"2022-04-20T15:34:55.228Z","fusion_additions":{"count_info":{"count":8},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/pam-shriver-inappropriate-relationship-coach/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/pam-shriver-inappropriate-relationship-coach/"}},"promo_image":{"_id":"NTXYGYTXBJCWZDR4OUHXLULMZE","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/NTXYGYTXBJCWZDR4OUHXLULMZE.jpg","credits_display":"(Dave Pickoff/ASSOCIATED PRESS)","credits_caption_display":"(Dave Pickoff/ASSOCIATED PRESS)","width":3000,"height":1688,"image_type":"photograph","aspect_ratio":1.7772511848341233,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Pam Shriver reveals ‘inappropriate’ relationship at 17 with her coach"},"promo_items":{"basic":{"_id":"NTXYGYTXBJCWZDR4OUHXLULMZE","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/NTXYGYTXBJCWZDR4OUHXLULMZE.jpg","width":3000,"height":1688,"credits_caption_display":"(Dave Pickoff/ASSOCIATED PRESS)","credits_display":"(Dave Pickoff/ASSOCIATED PRESS)","caption":"","copyright":"AP1978","credits":{"by":[{"name":"Dave Pickoff","org":"ASSOCIATED PRESS","type":"author"}],"affiliation":[{"name":"ASSOCIATED PRESS"}]}}},"publish_date":"2022-04-21T03:36:33.320Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for the latest tennis news and information. Get the latest tennis results, standings, schedules and commentary. Stay updated on all the latest news from the tennis world!","name":"Tennis","_id":"/sports/tennis"},"primary_section":{"name":"Tennis","_id":"/sports/tennis"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID KQDD2IYWNBAM3MQXWYWZ5QBOME","slug":"created-from-template-id-KQDD2IYWNBAM3MQXWYWZ5QBOME"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Tennis"},{"name":"Sports"}]},"type":"story"},{"_id":"OAO4QGBLMZF7XH4D7OLRVKZVMA","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/wimbledon-ban-russian-belarusian-players/","credits":{"by":[{"_id":"borenca","name":"Cindy Boren","url":"https://www.washingtonpost.com/people/cindy-boren/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Cindy Boren"}}},{"_id":"sulimana","name":"Adela Suliman","url":"https://www.washingtonpost.com/people/adela-suliman/","org":"London, U.K.","additional_properties":{"original":{"byline":"Adela Suliman"}}},{"_id":"bonesteelmm","name":"Matt Bonesteel","url":"https://www.washingtonpost.com/people/matt-bonesteel/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Matt Bonesteel"}}}]},"description":{"basic":"Two of the world's top 10 men's players, including U.S. Open champion Daniil Medvedev, and one of the world's top 10 women will be affected by the decision."},"display_date":"2022-04-20T16:24:00.249Z","fusion_additions":{"count_info":{"count":9},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/wimbledon-ban-russian-belarusian-players/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/wimbledon-ban-russian-belarusian-players/"}},"promo_image":{"_id":"HH7R2X6JO5GKXBFKRBPJM466TQ","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/HH7R2X6JO5GKXBFKRBPJM466TQ.jpg","credits_display":"(Kirsty Wigglesworth/AP)","credits_caption_display":"(Kirsty Wigglesworth/AP)","width":5139,"height":2891,"aspect_ratio":1.7775856105153927,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Wimbledon bans Russian and Belarusian players over invasion of Ukraine"},"promo_items":{"basic":{"_id":"HH7R2X6JO5GKXBFKRBPJM466TQ","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/HH7R2X6JO5GKXBFKRBPJM466TQ.jpg","width":5139,"height":2891,"credits_caption_display":"(Kirsty Wigglesworth/AP)","credits_display":"(Kirsty Wigglesworth/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Kirsty Wigglesworth","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-20T23:49:44.971Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for the latest tennis news and information. Get the latest tennis results, standings, schedules and commentary. Stay updated on all the latest news from the tennis world!","name":"Tennis","_id":"/sports/tennis"},"primary_section":{"name":"Tennis","_id":"/sports/tennis"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID KQDD2IYWNBAM3MQXWYWZ5QBOME","slug":"created-from-template-id-KQDD2IYWNBAM3MQXWYWZ5QBOME"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Tennis"},{"name":"Sports"}]},"type":"story"},{"_id":"PBPOL4CI7JDHXJUHEBSPBFT52U","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/nationals-diamondbacks-erick-fedde/","credits":{"by":[{"_id":"Goldena","name":"Andrew Golden","url":"https://www.washingtonpost.com/people/andrew-golden/","org":"Washington, D.C."}]},"description":{"basic":"After a solid showing in Tuesday's doubleheader, the Nationals' pitching issues returned Wednesday."},"display_date":"2022-04-21T03:20:08.489Z","fusion_additions":{"count_info":{"count":10},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/nationals-diamondbacks-erick-fedde/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/nationals-diamondbacks-erick-fedde/"}},"promo_image":{"_id":"YFFTFLAONJCY3I5LV75LE2NTP4","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/YFFTFLAONJCY3I5LV75LE2NTP4.jpg","credits_display":"(Jonathan Newton/The Washington Post)","credits_caption_display":"(Jonathan Newton/The Washington Post)","width":2784,"height":1566,"image_type":"photograph","aspect_ratio":1.7777777777777777,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Erick Fedde gets lit up as Nationals sputter to 11-2 loss to Diamondbacks"},"promo_items":{"basic":{"_id":"YFFTFLAONJCY3I5LV75LE2NTP4","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/YFFTFLAONJCY3I5LV75LE2NTP4.jpg","width":2784,"height":1566,"credits_caption_display":"(Jonathan Newton/The Washington Post)","credits_display":"(Jonathan Newton/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Jonathan Newton","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-21T04:28:25.284Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Nationals \u0026amp; MLB baseball news and information. Get the latest schedule and stats for the Washington Nationals. Stay updated on the latest Washington Nationals news!","name":"Washington Nationals","_id":"/sports/nationals"},"primary_section":{"name":"Washington Nationals","_id":"/sports/nationals"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID J5NTYWLUKNFNDENF4TNSNQP3Z4","slug":"created-from-template-id-J5NTYWLUKNFNDENF4TNSNQP3Z4"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Nationals"},{"name":"Sports"}]},"type":"story"},{"_id":"YG6CTF6XNRE4TEJ5XNZ7EJ3UOQ","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/hernan-losada-fired-dc-united/","credits":{"by":[{"_id":"goffs","name":"Steven Goff","url":"https://www.washingtonpost.com/people/steven-goff/","org":"Washington, D.C."}]},"description":{"basic":"In a text message, Losada said he needed time to process the team’s decision. “I’m still in shock,” he added."},"display_date":"2022-04-20T21:07:30.063Z","fusion_additions":{"count_info":{"count":11},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/hernan-losada-fired-dc-united/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/hernan-losada-fired-dc-united/"}},"promo_image":{"_id":"VCCPGB56URF43DXFCPKUPNVESM","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/VCCPGB56URF43DXFCPKUPNVESM.jpg","credits_display":"(Katherine Frey/The Washington Post)","credits_caption_display":"(Katherine Frey/The Washington Post)","width":2511,"height":1412,"aspect_ratio":1.778328611898017,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"D.C. United fires coach Hernán Losada after sluggish start to season"},"promo_items":{"basic":{"_id":"VCCPGB56URF43DXFCPKUPNVESM","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/VCCPGB56URF43DXFCPKUPNVESM.jpg","width":2511,"height":1412,"credits_caption_display":"(Katherine Frey/The Washington Post)","credits_display":"(Katherine Frey/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Katherine Frey","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-20T23:02:18.507Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for DC United and MLS soccer news and information. Get the latest schedules, stats, rosters and scoreboards for Major League Soccer. Stay updated on the latest D.C. United and MLS news!","name":"Soccer","_id":"/sports/soccer"},"primary_section":{"name":"Soccer","_id":"/sports/soccer"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID ZY44JWVHTFHMJNF2KO6IGNCC7E","slug":"created-from-template-id-ZY44JWVHTFHMJNF2KO6IGNCC7E"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Soccer"},{"name":"Sports"}]},"type":"story"},{"_id":"5YGHQVBURZC3ROO5KPHJNDAD3A","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/terry-mclaurin-contract-market-value/","credits":{"by":[{"_id":"jhabvalan","name":"Nicki Jhabvala","url":"https://www.washingtonpost.com/people/nicki-jhabvala/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Nicki Jhabvala"}}}]},"description":{"basic":"The Commanders star is entering the final season of his rookie contract, and a hefty raise should be on the way."},"display_date":"2022-04-20T09:01:41.504Z","fusion_additions":{"count_info":{"count":12},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/terry-mclaurin-contract-market-value/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/terry-mclaurin-contract-market-value/"}},"promo_image":{"_id":"7VKVBPMS6NCOLPPLTCTMK27A6U","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/7VKVBPMS6NCOLPPLTCTMK27A6U.jpg","credits_display":"(Jonathan Newton/The Washington Post)","credits_caption_display":"(Jonathan Newton/The Washington Post)","width":2434,"height":1369,"image_type":"photograph","aspect_ratio":1.7779401022644266,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Wide receivers keep cashing in, and it may be Terry McLaurin’s turn soon"},"promo_items":{"basic":{"_id":"7VKVBPMS6NCOLPPLTCTMK27A6U","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/7VKVBPMS6NCOLPPLTCTMK27A6U.jpg","width":2434,"height":1369,"credits_caption_display":"(Jonathan Newton/The Washington Post)","credits_display":"(Jonathan Newton/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Jonathan Newton","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-20T09:01:41.572Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Washington Post coverage of the Washington Commanders NFL team.","name":"Washington Commanders","_id":"/sports/redskins"},"primary_section":{"name":"Washington Commanders","_id":"/sports/redskins"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID QC4VBYZYHZAKVJ5WFOM5GND2ZM","slug":"created-from-template-id-QC4VBYZYHZAKVJ5WFOM5GND2ZM"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Commanders"},{"name":"Sports"}]},"type":"story"},{"_id":"S67DDYMDABA3RJYJ4NDYA4MJWM","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/21/joel-embiid-game-winner-sixers-raptors/","credits":{"by":[{"_id":"golliverb","name":"Ben Golliver","url":"https://www.washingtonpost.com/people/ben-golliver/","org":"Los Angeles","additional_properties":{"original":{"byline":"Ben Golliver"}}}]},"description":{"basic":"Joel Embiid's three-pointer with less than a second remaining in overtime propelled the 76ers to a 3-0 series lead over Toronto."},"display_date":"2022-04-21T11:22:17.255Z","fusion_additions":{"count_info":{"count":13},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/joel-embiid-game-winner-sixers-raptors/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/joel-embiid-game-winner-sixers-raptors/"}},"promo_image":{"_id":"V5XNWJFPEFBHZKPSC2ZVETN374","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/V5XNWJFPEFBHZKPSC2ZVETN374.jpg","credits_display":"(Cole Burston/Getty Images)","credits_caption_display":"(Cole Burston/Getty Images)","width":4007,"height":2254,"aspect_ratio":1.777728482697427,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Joel Embiid buries game-winner in OT as 76ers push Raptors to the brink"},"promo_items":{"basic":{"_id":"V5XNWJFPEFBHZKPSC2ZVETN374","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/V5XNWJFPEFBHZKPSC2ZVETN374.jpg","width":4007,"height":2254,"credits_caption_display":"(Cole Burston/Getty Images)","credits_display":"(Cole Burston/Getty Images)","caption":"","copyright":"Getty Images","credits":{"by":[{"name":"Cole Burston","org":"Getty Images","type":"author"}],"affiliation":[{"name":"Getty Images"}]}}},"publish_date":"2022-04-21T11:22:20.375Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Wizards and NBA basketball news and information. Get the latest schedules, stats, rosters and scoreboards for the NBA. Stay updated on the latest Washington Wizards and NBA news!","name":"NBA","_id":"/sports/nba"},"primary_section":{"name":"NBA","_id":"/sports/nba"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID 76IJPM6MVZBSHIUYVJD5HUPGTE","slug":"created-from-template-id-76IJPM6MVZBSHIUYVJD5HUPGTE"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NBA"},{"name":"Sports"}]},"type":"story"},{"_id":"EOVQNDDO7JCNFGOZKO2OCHZD7Y","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/sean-doolittle-elbow-sprain-injured-list/","credits":{"by":[{"_id":"doughertyj","name":"Jesse Dougherty","url":"https://www.washingtonpost.com/people/jesse-dougherty/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Jesse Dougherty"}}}]},"description":{"basic":"In his second stint with the team, Doolittle had been the Nationals' best reliever in the first two weeks."},"display_date":"2022-04-20T23:35:27.004Z","fusion_additions":{"count_info":{"count":14},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/sean-doolittle-elbow-sprain-injured-list/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/sean-doolittle-elbow-sprain-injured-list/"}},"promo_image":{"_id":"42RV3A6JHVEXNMRC47K6TCVLQQ","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/42RV3A6JHVEXNMRC47K6TCVLQQ.jpg","credits_display":"(Katherine Frey/The Washington Post)","credits_caption_display":"(Katherine Frey/The Washington Post)","width":2948,"height":1658,"image_type":"photograph","aspect_ratio":1.7780458383594693,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Nationals’ Sean Doolittle goes on injured list with elbow sprain "},"promo_items":{"basic":{"_id":"42RV3A6JHVEXNMRC47K6TCVLQQ","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/42RV3A6JHVEXNMRC47K6TCVLQQ.jpg","width":2948,"height":1658,"credits_caption_display":"(Katherine Frey/The Washington Post)","credits_display":"(Katherine Frey/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Katherine Frey","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-21T00:21:09.576Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Nationals \u0026amp; MLB baseball news and information. Get the latest schedule and stats for the Washington Nationals. Stay updated on the latest Washington Nationals news!","name":"Washington Nationals","_id":"/sports/nationals"},"primary_section":{"name":"Washington Nationals","_id":"/sports/nationals"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID J5NTYWLUKNFNDENF4TNSNQP3Z4","slug":"created-from-template-id-J5NTYWLUKNFNDENF4TNSNQP3Z4"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Nationals"},{"name":"Sports"}]},"type":"story"},{"_id":"4WLDXV3DTZAMXOSGQL6YE6HVLU","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/21/mtk-global-daniel-kinahan-tyson-fury/","credits":{"by":[{"_id":"bielerda","name":"Des Bieler","url":"https://www.washingtonpost.com/people/des-bieler/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Des Bieler"}}}]},"description":{"basic":"MTK Global said that it has been subjected to “unprecedented levels of unfair scrutiny and criticism” since last week, when the U.S. Treasury announced sanctions on Daniel Kinahan."},"display_date":"2022-04-21T08:00:06.570Z","fusion_additions":{"count_info":{"count":15},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/mtk-global-daniel-kinahan-tyson-fury/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/mtk-global-daniel-kinahan-tyson-fury/"}},"promo_image":{"_id":"XH3RXBQHG5ATDEBD7VKCCN7ANM","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/XH3RXBQHG5ATDEBD7VKCCN7ANM.jpg","credits_display":"(Warren Little/Getty Images)","credits_caption_display":"(Warren Little/Getty Images)","width":4884,"height":3164,"image_type":"photograph","aspect_ratio":1.5436156763590392,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Boxing promotion shuts down over ties to alleged Irish crime boss"},"promo_items":{"basic":{"_id":"XH3RXBQHG5ATDEBD7VKCCN7ANM","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/XH3RXBQHG5ATDEBD7VKCCN7ANM.jpg","width":4884,"height":3164,"credits_caption_display":"(Warren Little/Getty Images)","credits_display":"(Warren Little/Getty Images)","caption":"","copyright":"2022 Getty Images","credits":{"by":[{"name":"Warren Little","type":"author"}],"affiliation":[{"name":"Getty Images"}]}}},"publish_date":"2022-04-21T08:00:06.642Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for boxing and mixed martial arts news and information. Get the latest headlines from the world of boxing and MMA.","name":"Boxing \u0026 MMA","_id":"/sports/boxing-mma"},"primary_section":{"name":"Boxing \u0026 MMA","_id":"/sports/boxing-mma"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID RK3U3FJFOZEYZIXC43YSBTW7VI","slug":"created-from-template-id-RK3U3FJFOZEYZIXC43YSBTW7VI"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Boxing \u0026 MMA"},{"name":"Sports"}]},"type":"story"},{"_id":"ZPZYUBBAMFDQ7KSINOHKP5WENM","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/jerry-west-lakers-winning-time/","credits":{"by":[{"_id":"bonesteelmm","name":"Matt Bonesteel","url":"https://www.washingtonpost.com/people/matt-bonesteel/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Matt Bonesteel"}}}]},"description":{"basic":"Lakers legend Jerry West wants a retraction over his portrayal in HBO’s ‘Winning Time’."},"display_date":"2022-04-20T15:05:47.311Z","fusion_additions":{"count_info":{"count":16},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/jerry-west-lakers-winning-time/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/jerry-west-lakers-winning-time/"}},"promo_image":{"_id":"EFDJVWVVYAI6ZA2YECVBMNK7WQ","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/EFDJVWVVYAI6ZA2YECVBMNK7WQ.jpg","credits_display":"(AP)","credits_caption_display":"(AP)","width":980,"height":552,"aspect_ratio":1.7753623188405796,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Jerry West says his portrayal in HBO’s ‘Winning Time’ is ‘false and defamatory’ "},"promo_items":{"basic":{"_id":"EFDJVWVVYAI6ZA2YECVBMNK7WQ","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/EFDJVWVVYAI6ZA2YECVBMNK7WQ.jpg","width":980,"height":552,"credits_caption_display":"(AP)","credits_display":"(AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"AP","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-21T03:43:50.044Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Wizards and NBA basketball news and information. Get the latest schedules, stats, rosters and scoreboards for the NBA. Stay updated on the latest Washington Wizards and NBA news!","name":"NBA","_id":"/sports/nba"},"primary_section":{"name":"NBA","_id":"/sports/nba"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID 76IJPM6MVZBSHIUYVJD5HUPGTE","slug":"created-from-template-id-76IJPM6MVZBSHIUYVJD5HUPGTE"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NBA"},{"name":"Sports"}]},"type":"story"},{"_id":"HUDSJHQ4GBHRRKQPATOTRPCYGQ","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/christyn-williams-knee-injury-mystics/","credits":{"by":[{"_id":"wallacea","name":"Ava Wallace","url":"https://www.washingtonpost.com/people/ava-wallace/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Ava Wallace"}}}]},"description":{"basic":"The rookie guard was injured during training camp Tuesday."},"display_date":"2022-04-20T21:11:25.253Z","fusion_additions":{"count_info":{"count":17},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/christyn-williams-knee-injury-mystics/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/christyn-williams-knee-injury-mystics/"}},"promo_image":{"_id":"JKRX54FVNJFHTJMBY35RGI5UXI","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/JKRX54FVNJFHTJMBY35RGI5UXI.jpg","credits_display":"(Katherine Frey/The Washington Post)","credits_caption_display":"(Katherine Frey/The Washington Post)","width":4598,"height":2586,"image_type":"photograph","aspect_ratio":1.7780355761794278,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Christyn Williams, Mystics’ second-round pick, will miss season with knee injury"},"promo_items":{"basic":{"_id":"JKRX54FVNJFHTJMBY35RGI5UXI","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/JKRX54FVNJFHTJMBY35RGI5UXI.jpg","width":4598,"height":2586,"credits_caption_display":"(Katherine Frey/The Washington Post)","credits_display":"(Katherine Frey/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Katherine Frey","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-20T23:41:36.038Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for Washington Mystics and WNBA basketball news and information. Get the latest schedules, stats, rosters and scoreboards for the WNBA. Stay updated on the latest Washington Mystics and WNBA news!","name":"WNBA","_id":"/sports/wnba"},"primary_section":{"name":"WNBA","_id":"/sports/wnba"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID XIRQIAK36NDJLJYOGUTLLO2JXA","slug":"created-from-template-id-XIRQIAK36NDJLJYOGUTLLO2JXA"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"WNBA"},{"name":"Sports"}]},"type":"story"},{"_id":"U2LAASU2BNEYDIDUZDBMGQUKGI","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/oscar-de-la-hoya-sexual-assault-lawsuit/","credits":{"by":[{"_id":"wangg","name":"Gene Wang","url":"https://www.washingtonpost.com/people/gene-wang/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Gene Wang"}}}]},"description":{"basic":"A civil suit filed in Los Angeles County Superior Court on Wednesday alleged two instances of sexual assault by De La Hoya in March 2020."},"display_date":"2022-04-20T23:05:05.228Z","fusion_additions":{"count_info":{"count":18},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/oscar-de-la-hoya-sexual-assault-lawsuit/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/oscar-de-la-hoya-sexual-assault-lawsuit/"}},"promo_image":{"_id":"TRPEZ7XWL4I6TMWSD434TWBNXM","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/TRPEZ7XWL4I6TMWSD434TWBNXM.jpg","credits_display":"(John Locher/AP)","credits_caption_display":"(John Locher/AP)","width":3616,"height":2521,"aspect_ratio":1.4343514478381594,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Boxing legend Oscar De La Hoya accused of sexual assault in lawsuit"},"promo_items":{"basic":{"_id":"TRPEZ7XWL4I6TMWSD434TWBNXM","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/TRPEZ7XWL4I6TMWSD434TWBNXM.jpg","width":3616,"height":2521,"credits_caption_display":"(John Locher/AP)","credits_display":"(John Locher/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"John Locher","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-20T23:56:30.364Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for boxing and mixed martial arts news and information. Get the latest headlines from the world of boxing and MMA.","name":"Boxing \u0026 MMA","_id":"/sports/boxing-mma"},"primary_section":{"name":"Boxing \u0026 MMA","_id":"/sports/boxing-mma"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID RK3U3FJFOZEYZIXC43YSBTW7VI","slug":"created-from-template-id-RK3U3FJFOZEYZIXC43YSBTW7VI"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Boxing \u0026 MMA"},{"name":"Sports"}]},"type":"story"},{"_id":"C7RD3IV37ZGFVMDZCMBNBB4VW4","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/deebo-samuel-san-francisco-49ers-trade/","credits":{"by":[{"_id":"maskema","name":"Mark Maske","url":"https://www.washingtonpost.com/people/mark-maske/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Mark Maske"}}}]},"description":{"basic":"The all-pro could join Davante Adams and Tyreek Hill among the top wide receivers to be traded this offseason."},"display_date":"2022-04-20T21:42:53.001Z","fusion_additions":{"count_info":{"count":19},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/deebo-samuel-san-francisco-49ers-trade/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/deebo-samuel-san-francisco-49ers-trade/"}},"promo_image":{"_id":"BYT6YCVRUQI6VGFVE6NGI6NB4Q","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/BYT6YCVRUQI6VGFVE6NGI6NB4Q.jpg","credits_display":"(Gregory Payan/AP)","credits_caption_display":"(Gregory Payan/AP)","width":4634,"height":3089,"aspect_ratio":1.5001618646811266,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Star wide receiver Deebo Samuel requests trade from 49ers"},"promo_items":{"basic":{"_id":"BYT6YCVRUQI6VGFVE6NGI6NB4Q","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/BYT6YCVRUQI6VGFVE6NGI6NB4Q.jpg","width":4634,"height":3089,"credits_caption_display":"(Gregory Payan/AP)","credits_display":"(Gregory Payan/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Gregory Payan","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-21T03:49:19.894Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Washington Post coverage of the National Football League.","name":"NFL","_id":"/sports/nfl"},"primary_section":{"name":"NFL","_id":"/sports/nfl"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID P5NEJRTYFBH3RO3PIBYHMMAI3U","slug":"created-from-template-id-P5NEJRTYFBH3RO3PIBYHMMAI3U"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NFL"},{"name":"Sports"}]},"type":"story"},{"_id":"Q5D555D7KJAHRLANIF47XOXOAU","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/cesar-hernandez-leadoff-washington-nationals/","credits":{"by":[{"_id":"doughertyj","name":"Jesse Dougherty","url":"https://www.washingtonpost.com/people/jesse-dougherty/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Jesse Dougherty"}}}]},"description":{"basic":"The 31-year-old notched a go-ahead RBI double in both of the team's wins Tuesday. "},"display_date":"2022-04-21T00:30:56.105Z","fusion_additions":{"count_info":{"count":20},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/cesar-hernandez-leadoff-washington-nationals/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/cesar-hernandez-leadoff-washington-nationals/"}},"promo_image":{"_id":"4VHYF4EXPNBHPPBVS6RNJTY6PU","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/4VHYF4EXPNBHPPBVS6RNJTY6PU.jpg","credits_display":"(Mitchell Layton/Getty Images)","credits_caption_display":"(Mitchell Layton/Getty Images)","width":2978,"height":1675,"image_type":"photograph","aspect_ratio":1.777910447761194,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Early returns on César Hernández are solid, but Nationals need more"},"promo_items":{"basic":{"_id":"4VHYF4EXPNBHPPBVS6RNJTY6PU","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/4VHYF4EXPNBHPPBVS6RNJTY6PU.jpg","width":2978,"height":1675,"credits_caption_display":"(Mitchell Layton/Getty Images)","credits_display":"(Mitchell Layton/Getty Images)","caption":"","copyright":"Getty Images","credits":{"by":[{"name":"Mitchell Layton","org":"Getty Images","type":"author"}],"affiliation":[{"name":"Getty Images"}]}}},"publish_date":"2022-04-21T01:41:35.395Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Nationals \u0026amp; MLB baseball news and information. Get the latest schedule and stats for the Washington Nationals. Stay updated on the latest Washington Nationals news!","name":"Washington Nationals","_id":"/sports/nationals"},"primary_section":{"name":"Washington Nationals","_id":"/sports/nationals"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID J5NTYWLUKNFNDENF4TNSNQP3Z4","slug":"created-from-template-id-J5NTYWLUKNFNDENF4TNSNQP3Z4"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Nationals"},{"name":"Sports"}]},"type":"story"}],"type":"collection"},"{\"source\":\"prism-section\",\"query\":{\"limit\":\"4\",\"offset\":\"0\",\"section\":\"sports/mlb\",\"env\":\"prod\"}}":{"_id":"4dMfPzdjEjk1zCQDo0GxeA==","count":1420,"items":[{"_id":"A7GASQCKERGHJFJ4JPP6HEI7LA","additional_properties":{},"label":{"transparency":{"text":"Perspective"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/21/mlb-jersey-patches-baseball/","credits":{"by":[{"_id":"bucknerc","name":"Candace Buckner","url":"https://www.washingtonpost.com/people/candace-buckner/","org":"Washington, D.C."}]},"description":{"basic":"Always a beat slow and a decade or two late, baseball is trying to catch up with the times, as long as there's money to be made."},"display_date":"2022-04-21T12:10:08.267Z","fusion_additions":{"count_info":{"count":1},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/mlb-jersey-patches-baseball/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/mlb-jersey-patches-baseball/"}},"promo_image":{"_id":"ABTXLICBNBHN5CFGYCETZRCUQY","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/ABTXLICBNBHN5CFGYCETZRCUQY.jpg","credits_display":"(Matt Thomas/AP)","credits_caption_display":"(Matt Thomas/AP)","width":3583,"height":2015,"aspect_ratio":1.7781637717121588,"provenance":"additional_properties.lead_art"},"teaser":"The foreign patch looks as though it has always been there. It’s circular and matches the brown that accents the San Diego Padres’ uniforms. You won’t be able to miss it on the right sleeve when Fernando Tatis Jr. flips his bat after hitting a homer, which is exactly the point of Motorola becoming the first corporate sponsor to reach a deal to appear on the uniform of a Major League Baseball team."},"headlines":{"basic":"Baseball is changing its uniforms. The culture needs some updating, too."},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"ABTXLICBNBHN5CFGYCETZRCUQY","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/ABTXLICBNBHN5CFGYCETZRCUQY.jpg","width":3583,"height":2015,"credits_caption_display":"(Matt Thomas/AP)","credits_display":"(Matt Thomas/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Matt Thomas","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-21T12:10:08.344Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"The Washington Post Sports section provides sports news, video, scores, analysis and updates about high school, college, and pro sports teams, including the Capitals, Nationals, Washington Football Team, United and Wizards. Post Sports also offers blogs and discussions about the latest sports news.","name":"Sports","_id":"/sports"},"primary_section":{"name":"Sports","_id":"/sports"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"methode-draft","slug":"methode-draft"},{"text":"Created from Template ID YHWJU4QL3RCZ5AWT53F5KCYOR4","slug":"created-from-template-id-YHWJU4QL3RCZ5AWT53F5KCYOR4"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Sports"},{"name":"MLB"}]},"tracking":{"commercial_node":"/sports"},"type":"story","website_url":"/sports/2022/04/21/mlb-jersey-patches-baseball/"},{"_id":"M7IGIH3Y2ZE6PK5INBVRZSBV6Y","additional_properties":{},"label":{"transparency":{"text":"Analysis"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/19/new-york-yankees-2022-expectations/","credits":{"by":[{"_id":"janesce","name":"Chelsea Janes","url":"https://www.washingtonpost.com/people/chelsea-janes/","org":"Washington, D.C."}]},"description":{"basic":"The lofty expectations that surround the Yankees are as constant as the pinstripes themselves, but this team looks a lot like last year's."},"display_date":"2022-04-19T22:50:22.738Z","fusion_additions":{"count_info":{"count":2},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/19/new-york-yankees-2022-expectations/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/19/new-york-yankees-2022-expectations/"}},"promo_image":{"_id":"SUKY3FMWMJFX7HAOK2JUEDKVFM","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/SUKY3FMWMJFX7HAOK2JUEDKVFM.jpg","credits_display":"(Nick Wass/AP)","credits_caption_display":"(Nick Wass/AP)","width":3906,"height":2197,"aspect_ratio":1.77787892580792,"provenance":"additional_properties.lead_art"},"teaser":"In many of the usual ways, the New York Yankees are the epitome of a known commodity. The lofty expectations that surround them each year are as constant as the pinstripes themselves. Their chief baseball decision-maker, Brian Cashman, has been making those decisions for longer than their top prospect has been alive. The names at the top of their rotation and in the middle of their order are as recognizable as they are decorated. And their manager, former Yankees hero Aaron Boone, signed a three-year extension ahead of this, his fifth season."},"headlines":{"basic":"The Yankees face the usual lofty expectations — and the same old questions"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"SUKY3FMWMJFX7HAOK2JUEDKVFM","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/SUKY3FMWMJFX7HAOK2JUEDKVFM.jpg","width":3906,"height":2197,"credits_caption_display":"(Nick Wass/AP)","credits_display":"(Nick Wass/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Nick Wass","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-20T02:14:13.858Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Nationals \u0026amp; MLB baseball news and information. Get the latest schedule and stats for the Washington Nationals. Stay updated on the latest Washington Nationals news!","name":"MLB","_id":"/sports/mlb"},"primary_section":{"name":"MLB","_id":"/sports/mlb"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID XNOAXLJBG5EVDE5BIKZEJKZHO4","slug":"created-from-template-id-XNOAXLJBG5EVDE5BIKZEJKZHO4"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"MLB"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/mlb"},"type":"story","website_url":"/sports/2022/04/19/new-york-yankees-2022-expectations/"},{"_id":"4WCIHPKW7BDKDMHEQYWKHDKJWQ","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/18/red-sox-kevin-plawecki-coronavirus/","credits":{"by":[{"_id":"bonesteelmm","name":"Matt Bonesteel","url":"https://www.washingtonpost.com/people/matt-bonesteel/","org":"Washington, D.C."}]},"description":{"basic":"Red Sox catcher Kevin Plawecki, team staffers test positive for coronavirus."},"display_date":"2022-04-18T15:34:01.542Z","fusion_additions":{"count_info":{"count":3},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/18/red-sox-kevin-plawecki-coronavirus/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/18/red-sox-kevin-plawecki-coronavirus/"}},"promo_image":{"_id":"UPX4PQV3III6ZKJNY5R55AMMEE","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/UPX4PQV3III6ZKJNY5R55AMMEE.jpg","credits_display":"(Carlos Osorio/AP)","credits_caption_display":"Boston's Kevin Plawecki has tested positive for coronavirus. (Carlos Osorio/AP)","width":5546,"height":3120,"aspect_ratio":1.7775641025641025,"provenance":"additional_properties.lead_art"},"teaser":"Boston Red Sox catcher Kevin Plawecki and two team staff members have tested positive for coronavirus, according to multiple reports."},"headlines":{"basic":"Red Sox player, staffers test positive for coronavirus"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"UPX4PQV3III6ZKJNY5R55AMMEE","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/UPX4PQV3III6ZKJNY5R55AMMEE.jpg","width":5546,"height":3120,"credits_caption_display":"Boston's Kevin Plawecki has tested positive for coronavirus. (Carlos Osorio/AP)","credits_display":"(Carlos Osorio/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Carlos Osorio","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-18T15:34:02.317Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Nationals \u0026amp; MLB baseball news and information. Get the latest schedule and stats for the Washington Nationals. Stay updated on the latest Washington Nationals news!","name":"MLB","_id":"/sports/mlb"},"primary_section":{"name":"MLB","_id":"/sports/mlb"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID XNOAXLJBG5EVDE5BIKZEJKZHO4","slug":"created-from-template-id-XNOAXLJBG5EVDE5BIKZEJKZHO4"},{"text":"magnet-coronavirus","slug":"magnet-coronavirus"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"MLB"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/mlb"},"type":"story","website_url":"/sports/2022/04/18/red-sox-kevin-plawecki-coronavirus/"},{"_id":"IXF6T2MZRNAU7JVS27LJ7IGHWI","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/17/roki-sasaki-japan-baseball-perfect-game/","credits":{"by":[{"_id":"bielerda","name":"Des Bieler","url":"https://www.washingtonpost.com/people/des-bieler/","org":"Washington, D.C."}]},"description":{"basic":"Pulled Sunday after eight innings, 20-year-old Roki Sasaki has now thrown 17 straight perfect innings in Japan's top baseball league."},"display_date":"2022-04-18T00:06:02.900Z","fusion_additions":{"count_info":{"count":4},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/17/roki-sasaki-japan-baseball-perfect-game/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/17/roki-sasaki-japan-baseball-perfect-game/"}},"promo_image":{"_id":"643AKNU3O5GZXBANX3TY3LOD2E","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/643AKNU3O5GZXBANX3TY3LOD2E.jpg","credits_display":"(204755+0900/AP)","credits_caption_display":"(204755+0900/AP)","width":5000,"height":2813,"aspect_ratio":1.7774617845716316,"provenance":"additional_properties.lead_art"},"teaser":"Roki Sasaki didn’t pitch a second straight perfect game, but that doesn’t mean his effort Sunday wasn’t similarly immaculate."},"headlines":{"basic":"Fresh off a perfect game, Japanese phenom nearly throws another"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"643AKNU3O5GZXBANX3TY3LOD2E","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/643AKNU3O5GZXBANX3TY3LOD2E.jpg","width":5000,"height":2813,"credits_caption_display":"(204755+0900/AP)","credits_display":"(204755+0900/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"204755+0900","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-18T00:11:00.004Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Nationals \u0026amp; MLB baseball news and information. Get the latest schedule and stats for the Washington Nationals. Stay updated on the latest Washington Nationals news!","name":"MLB","_id":"/sports/mlb"},"primary_section":{"name":"MLB","_id":"/sports/mlb"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID XNOAXLJBG5EVDE5BIKZEJKZHO4","slug":"created-from-template-id-XNOAXLJBG5EVDE5BIKZEJKZHO4"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"MLB"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/mlb"},"type":"story","website_url":"/sports/2022/04/17/roki-sasaki-japan-baseball-perfect-game/"}],"next":{"properties":{"endpoint":"https://prism.ext.nile.works/api/v1/content/get","params":{"limit":"4","offset":"4","url":"prism://prism.query/site,/sports/mlb"},"url":"https://prism.ext.nile.works/api/v1/content/get?url=prism%3A%2F%2Fprism.query%2Fsite%2C%2Fsports%2Fmlb\u0026offset=4\u0026limit=4"},"url":"prism://prism.query/site,/sports/mlb\u0026offset=4\u0026limit=4"}},"{\"source\":\"prism-section\",\"query\":{\"limit\":\"4\",\"offset\":\"0\",\"section\":\"sports/nationals\",\"env\":\"prod\"}}":{"_id":"4dMfPzdjEjk1zCQDo0GxeA==","count":12608,"items":[{"_id":"PBPOL4CI7JDHXJUHEBSPBFT52U","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/20/nationals-diamondbacks-erick-fedde/","credits":{"by":[{"_id":"Goldena","name":"Andrew Golden","url":"https://www.washingtonpost.com/people/andrew-golden/","org":"Washington, D.C."}]},"description":{"basic":"After a solid showing in Tuesday's doubleheader, the Nationals' pitching issues returned Wednesday."},"display_date":"2022-04-21T03:20:08.489Z","fusion_additions":{"count_info":{"count":1},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/nationals-diamondbacks-erick-fedde/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/nationals-diamondbacks-erick-fedde/"}},"promo_image":{"_id":"YFFTFLAONJCY3I5LV75LE2NTP4","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/YFFTFLAONJCY3I5LV75LE2NTP4.jpg","credits_display":"(Jonathan Newton/The Washington Post)","credits_caption_display":"(Jonathan Newton/The Washington Post)","width":2784,"height":1566,"image_type":"photograph","aspect_ratio":1.7777777777777777,"provenance":"additional_properties.lead_art"},"teaser":"So far in this young season, the Washington Nationals’ young rotation hasn’t been able to work deep into games. Through 14 games, the starters have made it through at least five innings just seven times. Joan Adon, who earned his first career win Tuesday to cap a doubleheader sweep, is the only pitcher to make it into the seventh."},"headlines":{"basic":"Erick Fedde gets lit up as Nationals sputter to 11-2 loss to Diamondbacks"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"YFFTFLAONJCY3I5LV75LE2NTP4","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/YFFTFLAONJCY3I5LV75LE2NTP4.jpg","width":2784,"height":1566,"credits_caption_display":"(Jonathan Newton/The Washington Post)","credits_display":"(Jonathan Newton/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Jonathan Newton","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-21T04:28:25.284Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Nationals \u0026amp; MLB baseball news and information. Get the latest schedule and stats for the Washington Nationals. Stay updated on the latest Washington Nationals news!","name":"Washington Nationals","_id":"/sports/nationals"},"primary_section":{"name":"Washington Nationals","_id":"/sports/nationals"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID J5NTYWLUKNFNDENF4TNSNQP3Z4","slug":"created-from-template-id-J5NTYWLUKNFNDENF4TNSNQP3Z4"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Nationals"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/mlb"},"type":"story","website_url":"/sports/2022/04/20/nationals-diamondbacks-erick-fedde/"},{"_id":"Q5D555D7KJAHRLANIF47XOXOAU","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/20/cesar-hernandez-leadoff-washington-nationals/","credits":{"by":[{"_id":"doughertyj","name":"Jesse Dougherty","url":"https://www.washingtonpost.com/people/jesse-dougherty/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Jesse Dougherty"}}}]},"description":{"basic":"The 31-year-old notched a go-ahead RBI double in both of the team's wins Tuesday. "},"display_date":"2022-04-21T00:30:56.105Z","fusion_additions":{"count_info":{"count":2},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/cesar-hernandez-leadoff-washington-nationals/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/cesar-hernandez-leadoff-washington-nationals/"}},"promo_image":{"_id":"4VHYF4EXPNBHPPBVS6RNJTY6PU","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/4VHYF4EXPNBHPPBVS6RNJTY6PU.jpg","credits_display":"(Mitchell Layton/Getty Images)","credits_caption_display":"(Mitchell Layton/Getty Images)","width":2978,"height":1675,"image_type":"photograph","aspect_ratio":1.777910447761194,"provenance":"additional_properties.lead_art"},"teaser":"Before walking to the plate in the sixth inning Tuesday night, César Hernández turned to Washington Nationals Manager Dave Martinez and asked if he should bunt. The situation: runners on first and second, no outs, scoreless game against a starter the Nationals could not touch for five innings. If Hernández successfully moved up Victor Robles and Lucius Fox, Juan Soto and Nelson Cruz would have opportunities to bring them in. But with first base open, the Diamondbacks may have had Tyler Gilbert intentionally walk Soto, setting up a force out at any base."},"headlines":{"basic":"Early returns on César Hernández are solid, but Nationals need more"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"4VHYF4EXPNBHPPBVS6RNJTY6PU","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/4VHYF4EXPNBHPPBVS6RNJTY6PU.jpg","width":2978,"height":1675,"credits_caption_display":"(Mitchell Layton/Getty Images)","credits_display":"(Mitchell Layton/Getty Images)","caption":"","copyright":"Getty Images","credits":{"by":[{"name":"Mitchell Layton","org":"Getty Images","type":"author"}],"affiliation":[{"name":"Getty Images"}]}}},"publish_date":"2022-04-21T01:41:35.395Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Nationals \u0026amp; MLB baseball news and information. Get the latest schedule and stats for the Washington Nationals. Stay updated on the latest Washington Nationals news!","name":"Washington Nationals","_id":"/sports/nationals"},"primary_section":{"name":"Washington Nationals","_id":"/sports/nationals"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID J5NTYWLUKNFNDENF4TNSNQP3Z4","slug":"created-from-template-id-J5NTYWLUKNFNDENF4TNSNQP3Z4"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Nationals"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/mlb"},"type":"story","website_url":"/sports/2022/04/20/cesar-hernandez-leadoff-washington-nationals/"},{"_id":"EOVQNDDO7JCNFGOZKO2OCHZD7Y","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/20/sean-doolittle-elbow-sprain-injured-list/","credits":{"by":[{"_id":"doughertyj","name":"Jesse Dougherty","url":"https://www.washingtonpost.com/people/jesse-dougherty/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Jesse Dougherty"}}}]},"description":{"basic":"In his second stint with the team, Doolittle had been the Nationals' best reliever in the first two weeks."},"display_date":"2022-04-20T23:35:27.004Z","fusion_additions":{"count_info":{"count":3},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/sean-doolittle-elbow-sprain-injured-list/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/sean-doolittle-elbow-sprain-injured-list/"}},"promo_image":{"_id":"42RV3A6JHVEXNMRC47K6TCVLQQ","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/42RV3A6JHVEXNMRC47K6TCVLQQ.jpg","credits_display":"(Katherine Frey/The Washington Post)","credits_caption_display":"(Katherine Frey/The Washington Post)","width":2948,"height":1658,"image_type":"photograph","aspect_ratio":1.7780458383594693,"provenance":"additional_properties.lead_art"},"teaser":"hoping he would feel fine in his next appearance; hoping he wasn’t bound for the injured list less than two weeks into the season — relievers deal with a lot over the course of the year. They throw and sit and throw and sit and throw. Then they do it again, often handling fatigue and minor ailments in relative silence."},"headlines":{"basic":"Nationals’ Sean Doolittle goes on injured list with elbow sprain "},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"42RV3A6JHVEXNMRC47K6TCVLQQ","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/42RV3A6JHVEXNMRC47K6TCVLQQ.jpg","width":2948,"height":1658,"credits_caption_display":"(Katherine Frey/The Washington Post)","credits_display":"(Katherine Frey/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Katherine Frey","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-21T00:21:09.576Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Nationals \u0026amp; MLB baseball news and information. Get the latest schedule and stats for the Washington Nationals. Stay updated on the latest Washington Nationals news!","name":"Washington Nationals","_id":"/sports/nationals"},"primary_section":{"name":"Washington Nationals","_id":"/sports/nationals"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID J5NTYWLUKNFNDENF4TNSNQP3Z4","slug":"created-from-template-id-J5NTYWLUKNFNDENF4TNSNQP3Z4"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Nationals"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/mlb"},"type":"story","website_url":"/sports/2022/04/20/sean-doolittle-elbow-sprain-injured-list/"},{"_id":"CJYI5WHES5EJFKAPKJLBBLWRDY","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/19/nationals-diamondbacks-doubleheader/","credits":{"by":[{"_id":"doughertyj","name":"Jesse Dougherty","url":"https://www.washingtonpost.com/people/jesse-dougherty/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Jesse Dougherty"}}}]},"description":{"basic":"The pitchers shut down a tepid Diamondbacks offense, and Victor Robles took a step forward."},"display_date":"2022-04-20T03:01:40.244Z","fusion_additions":{"count_info":{"count":4},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/19/nationals-diamondbacks-doubleheader/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/19/nationals-diamondbacks-doubleheader/"}},"promo_image":{"_id":"5ERBMQBRWFAMJFOKSTOJHEUUDM","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/5ERBMQBRWFAMJFOKSTOJHEUUDM.jpg","credits_display":"(Jonathan Newton/The Washington Post)","credits_caption_display":"(Jonathan Newton/The Washington Post)","width":2625,"height":1477,"aspect_ratio":1.7772511848341233,"provenance":"additional_properties.lead_art"},"teaser":"Between games of Tuesday’s doubleheader, as the Washington Nationals thawed in their clubhouse, Josiah Gray had no plans to chat with Joan Adon. As every starter does, each has his own routine before pitching. Gray, 24, is amenable to the occasional interaction with a teammate or staffer. Adon, 23, is more likely to sit facing his locker, iPhone in hand. And besides, Gray had already shown Adon how to beat the Arizona Diamondbacks, one fastball at a time."},"headlines":{"basic":"Josiah Gray and Joan Adon guide the Nationals to a doubleheader sweep"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"5ERBMQBRWFAMJFOKSTOJHEUUDM","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/5ERBMQBRWFAMJFOKSTOJHEUUDM.jpg","width":2625,"height":1477,"credits_caption_display":"(Jonathan Newton/The Washington Post)","credits_display":"(Jonathan Newton/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Jonathan Newton","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-20T03:28:04.157Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":"Nationals 6, Diamondbacks 1; Nationals 1, Diamondbacks 0"},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Nationals \u0026amp; MLB baseball news and information. Get the latest schedule and stats for the Washington Nationals. Stay updated on the latest Washington Nationals news!","name":"Washington Nationals","_id":"/sports/nationals"},"primary_section":{"name":"Washington Nationals","_id":"/sports/nationals"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID J5NTYWLUKNFNDENF4TNSNQP3Z4","slug":"created-from-template-id-J5NTYWLUKNFNDENF4TNSNQP3Z4"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Nationals"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/mlb"},"type":"story","website_url":"/sports/2022/04/19/nationals-diamondbacks-doubleheader/"}],"next":{"properties":{"endpoint":"https://prism.ext.nile.works/api/v1/content/get","params":{"limit":"4","offset":"4","url":"prism://prism.query/site,/sports/nationals"},"url":"https://prism.ext.nile.works/api/v1/content/get?url=prism%3A%2F%2Fprism.query%2Fsite%2C%2Fsports%2Fnationals\u0026offset=4\u0026limit=4"},"url":"prism://prism.query/site,/sports/nationals\u0026offset=4\u0026limit=4"}},"{\"source\":\"wsk-collection\",\"query\":{\"id\":\"BMVGD5KWGBFQTOANV3K3WYERPE\",\"limit\":\"3\",\"offset\":\"0\",\"env\":\"prod\"}}":{"_id":"BMVGD5KWGBFQTOANV3K3WYERPE","description":{"basic":"Stories 1-3 will appear in the module. DON'T FORGET TO PUBLISH! Support doc: https://bit.ly/3j63ukN"},"headlines":{"basic":"Sports Editors' Picks"},"items":[{"_id":"PQ5YSKUSTBHA5KOMWKB6XAKFH4","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/19/nba-mental-health-demar-derozan/","credits":{"by":[{"_id":"leema","name":"Michael Lee","url":"https://www.washingtonpost.com/people/michael-lee/","org":"Philadelphia"}]},"description":{"basic":"DeRozan’s revelation resonated and reverberated, resulting in a response from players within the NBA and the league offices."},"display_date":"2022-04-19T11:00:11.521Z","fusion_additions":{"count_info":{"count":1},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/19/nba-mental-health-demar-derozan/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/19/nba-mental-health-demar-derozan/"}},"promo_image":{"_id":"33ZIQMNW3RGVXBVAQVOAPQEFPU","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/33ZIQMNW3RGVXBVAQVOAPQEFPU.jpg","credits_display":"(John McDonnell/The Washington Post)","credits_caption_display":"(John McDonnell/The Washington Post)","width":4885,"height":2748,"aspect_ratio":1.777656477438137,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"How the NBA got serious about mental health"},"promo_items":{"basic":{"_id":"33ZIQMNW3RGVXBVAQVOAPQEFPU","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/33ZIQMNW3RGVXBVAQVOAPQEFPU.jpg","width":4885,"height":2748,"credits_caption_display":"(John McDonnell/The Washington Post)","credits_display":"(John McDonnell/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"John McDonnell","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-20T00:42:08.191Z","subheadlines":{"basic":"DeMar DeRozan’s tweet in 2018 helped start an honest conversation about anxiety and depression"},"subtype":"centered-layout","taxonomy":{"primary_site":{"description":"Your source for Washington Wizards and NBA basketball news and information. Get the latest schedules, stats, rosters and scoreboards for the NBA. Stay updated on the latest Washington Wizards and NBA news!","name":"NBA","_id":"/sports/nba"},"primary_section":{"name":"NBA","_id":"/sports/nba"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID 76IJPM6MVZBSHIUYVJD5HUPGTE","slug":"created-from-template-id-76IJPM6MVZBSHIUYVJD5HUPGTE"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NBA"},{"name":"Sports"}]},"type":"story"},{"_id":"S6UB55BR6NBA5BD4BW6YK2QSHI","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/14/first-black-athletes-sports-pioneers/","credits":{"by":[{"_id":"sheinindd","name":"Dave Sheinin","url":"https://www.washingtonpost.com/people/dave-sheinin/","org":"Washington, D.C."},{"_id":"leema","name":"Michael Lee","url":"https://www.washingtonpost.com/people/michael-lee/","org":"Philadelphia"}]},"description":{"basic":"Seventy-five years ago, Jackie Robinson became Major League Baseball's first Black player — and reshaped the way we talk about sports pioneers."},"display_date":"2022-04-14T13:54:10.395Z","fusion_additions":{"count_info":{"count":2},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/14/first-black-athletes-sports-pioneers/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/14/first-black-athletes-sports-pioneers/"}},"promo_image":{"_id":"BX22EIHJL4I6VP2EBUY4QWBYUU","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/BX22EIHJL4I6VP2EBUY4QWBYUU.jpg","credits_display":"(Hh/AP)","credits_caption_display":"(Hh/AP)","width":2707,"height":1805,"aspect_ratio":1.4997229916897508,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"The Jackie Robinson of ..."},"promo_items":{"basic":{"_id":"BX22EIHJL4I6VP2EBUY4QWBYUU","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/BX22EIHJL4I6VP2EBUY4QWBYUU.jpg","width":2707,"height":1805,"credits_caption_display":"(Hh/AP)","credits_display":"(Hh/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Hh","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-15T21:08:05.934Z","subheadlines":{"basic":"Seventy-five years after he broke baseball’s color barrier, Robinson’s legacy is still felt across sports"},"subtype":"centered-layout","taxonomy":{"primary_site":{"description":"The Washington Post Sports section provides sports news, video, scores, analysis and updates about high school, college, and pro sports teams, including the Capitals, Nationals, Washington Football Team, United and Wizards. Post Sports also offers blogs and discussions about the latest sports news.","name":"Sports","_id":"/sports"},"primary_section":{"name":"Sports","_id":"/sports"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"methode-draft","slug":"methode-draft"},{"text":"Created from Template ID YHWJU4QL3RCZ5AWT53F5KCYOR4","slug":"created-from-template-id-YHWJU4QL3RCZ5AWT53F5KCYOR4"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Sports"}]},"type":"story"},{"_id":"DXLA5NGMGBFWVLIZNORHURLTZ4","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/15/adrianne-haslet-boston-marathon/","credits":{"by":[{"_id":"borenca","name":"Cindy Boren","url":"https://www.washingtonpost.com/people/cindy-boren/","org":"Washington, D.C."}]},"description":{"basic":"Adrianne Haslet has faced severe trauma more than once on her path to running Monday's Boston Marathon. Now that she's returned to the starting line, the word she keeps coming back to is \"gratitude.\""},"display_date":"2022-04-15T10:00:30.501Z","fusion_additions":{"count_info":{"count":3},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/15/adrianne-haslet-boston-marathon/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/15/adrianne-haslet-boston-marathon/"}},"promo_image":{"_id":"RLFHPUVXMAI6ZA2YECVBMNK7WQ","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/RLFHPUVXMAI6ZA2YECVBMNK7WQ.jpg","credits_display":"(Kathryn Riley/For the Washington Post)","credits_caption_display":"(Kathryn Riley/For the Washington Post)","width":6010,"height":4000,"aspect_ratio":1.5025,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"‘The month my body remembers’"},"promo_items":{"basic":{"_id":"RLFHPUVXMAI6ZA2YECVBMNK7WQ","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/RLFHPUVXMAI6ZA2YECVBMNK7WQ.jpg","width":6010,"height":4000,"credits_caption_display":"(Kathryn Riley/For the Washington Post)","credits_display":"(Kathryn Riley/For the Washington Post)","caption":"","copyright":"Kathryn Riley","credits":{"by":[{"name":"Kathryn Riley","org":"For the Washington Post","type":"author"}],"affiliation":[{"name":"For the Washington Post"}]}}},"publish_date":"2022-04-17T21:15:54.603Z","subheadlines":{"basic":"Adrianne Haslet lost her foot in the Boston Marathon bombing. This April she revels in the joy of running."},"subtype":"centered-layout","taxonomy":{"primary_site":{"description":"The Washington Post Sports section provides sports news, video, scores, analysis and updates about high school, college, and pro sports teams, including the Capitals, Nationals, Washington Football Team, United and Wizards. Post Sports also offers blogs and discussions about the latest sports news.","name":"Sports","_id":"/sports"},"primary_section":{"name":"Sports","_id":"/sports"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID YHWJU4QL3RCZ5AWT53F5KCYOR4","slug":"created-from-template-id-YHWJU4QL3RCZ5AWT53F5KCYOR4"},{"text":"methode-draft","slug":"methode-draft"},{"text":"force-webview","slug":"force-webview"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Sports"}]},"type":"story"}],"type":"collection"},"{\"source\":\"prism-query\",\"query\":{\"limit\":\"5\",\"offset\":\"0\",\"query\":\"prism://prism.query/site-articles-only,/sports\",\"env\":\"prod\"}}":{"_id":"9lIgYU7G0yTOxTJQLUxDpQ==","count":138254,"items":[{"_id":"SFJCKYMOQZF3ZHDN3I7IYQDJMQ","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/21/novak-djokovic-wimbledon-ban/","credits":{"by":[{"_id":"borenca","name":"Cindy Boren","url":"https://www.washingtonpost.com/people/cindy-boren/","org":"Washington, D.C."},{"_id":"timsita","name":"Annabelle Timsit","url":"https://www.washingtonpost.com/people/annabelle-timsit/","org":"London"}]},"description":{"basic":"Djokovic condemned the war in Ukraine, while Ukrainian player Elina Svitolina called for players to state where they stand on Russia’s invasion."},"display_date":"2022-04-21T12:39:23.192Z","fusion_additions":{"count_info":{"count":1},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/novak-djokovic-wimbledon-ban/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/novak-djokovic-wimbledon-ban/"}},"promo_image":{"_id":"UDAGMVBIZ5EFXDUOGLWPM2VCOY","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/UDAGMVBIZ5EFXDUOGLWPM2VCOY.jpg","credits_display":"(Andrej Cukic/EPA-EFE/REX/Shutterstock)","credits_caption_display":"(Andrej Cukic/EPA-EFE/REX/Shutterstock)","width":3587,"height":2018,"image_type":"photograph","aspect_ratio":1.7775024777006938,"provenance":"additional_properties.lead_art"},"teaser":"Novak Djokovic, the world’s No. 1 tennis player, condemned Wimbledon’s decision to bar Russian and Belarusian players from the tournament as “crazy,” while Ukrainian player Elina Svitolina called on athletes from those countries to state where they stand on Russia’s invasion, saying, “silence is betrayal.”"},"headlines":{"basic":"Novak Djokovic calls Wimbledon ban of Russians, Belarusians ‘crazy’"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"UDAGMVBIZ5EFXDUOGLWPM2VCOY","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/UDAGMVBIZ5EFXDUOGLWPM2VCOY.jpg","width":3587,"height":2018,"credits_caption_display":"(Andrej Cukic/EPA-EFE/REX/Shutterstock)","credits_display":"(Andrej Cukic/EPA-EFE/REX/Shutterstock)","caption":"","copyright":"EPA","credits":{"by":[{"name":"Andrej Cukic","org":"EPA-EFE/REX/Shutterstock","type":"author"}],"affiliation":[{"name":"EPA-EFE/REX/Shutterstock"}]}}},"publish_date":"2022-04-21T12:39:26.046Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for the latest tennis news and information. Get the latest tennis results, standings, schedules and commentary. Stay updated on all the latest news from the tennis world!","name":"Tennis","_id":"/sports/tennis"},"primary_section":{"name":"Tennis","_id":"/sports/tennis"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID KQDD2IYWNBAM3MQXWYWZ5QBOME","slug":"created-from-template-id-KQDD2IYWNBAM3MQXWYWZ5QBOME"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Tennis"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports"},"type":"story","website_url":"/sports/2022/04/21/novak-djokovic-wimbledon-ban/"},{"_id":"A7GASQCKERGHJFJ4JPP6HEI7LA","additional_properties":{},"label":{"transparency":{"text":"Perspective"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/21/mlb-jersey-patches-baseball/","credits":{"by":[{"_id":"bucknerc","name":"Candace Buckner","url":"https://www.washingtonpost.com/people/candace-buckner/","org":"Washington, D.C."}]},"description":{"basic":"Always a beat slow and a decade or two late, baseball is trying to catch up with the times, as long as there's money to be made."},"display_date":"2022-04-21T12:10:08.267Z","fusion_additions":{"count_info":{"count":2},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/mlb-jersey-patches-baseball/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/mlb-jersey-patches-baseball/"}},"promo_image":{"_id":"ABTXLICBNBHN5CFGYCETZRCUQY","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/ABTXLICBNBHN5CFGYCETZRCUQY.jpg","credits_display":"(Matt Thomas/AP)","credits_caption_display":"(Matt Thomas/AP)","width":3583,"height":2015,"aspect_ratio":1.7781637717121588,"provenance":"additional_properties.lead_art"},"teaser":"The foreign patch looks as though it has always been there. It’s circular and matches the brown that accents the San Diego Padres’ uniforms. You won’t be able to miss it on the right sleeve when Fernando Tatis Jr. flips his bat after hitting a homer, which is exactly the point of Motorola becoming the first corporate sponsor to reach a deal to appear on the uniform of a Major League Baseball team."},"headlines":{"basic":"Baseball is changing its uniforms. The culture needs some updating, too."},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"ABTXLICBNBHN5CFGYCETZRCUQY","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/ABTXLICBNBHN5CFGYCETZRCUQY.jpg","width":3583,"height":2015,"credits_caption_display":"(Matt Thomas/AP)","credits_display":"(Matt Thomas/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Matt Thomas","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-21T12:10:08.344Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"The Washington Post Sports section provides sports news, video, scores, analysis and updates about high school, college, and pro sports teams, including the Capitals, Nationals, Washington Football Team, United and Wizards. Post Sports also offers blogs and discussions about the latest sports news.","name":"Sports","_id":"/sports"},"primary_section":{"name":"Sports","_id":"/sports"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"methode-draft","slug":"methode-draft"},{"text":"Created from Template ID YHWJU4QL3RCZ5AWT53F5KCYOR4","slug":"created-from-template-id-YHWJU4QL3RCZ5AWT53F5KCYOR4"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Sports"},{"name":"MLB"}]},"tracking":{"commercial_node":"/sports"},"type":"story","website_url":"/sports/2022/04/21/mlb-jersey-patches-baseball/"},{"_id":"S67DDYMDABA3RJYJ4NDYA4MJWM","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/21/joel-embiid-game-winner-sixers-raptors/","credits":{"by":[{"_id":"golliverb","name":"Ben Golliver","url":"https://www.washingtonpost.com/people/ben-golliver/","org":"Los Angeles"}]},"description":{"basic":"Joel Embiid's three-pointer with less than a second remaining in overtime propelled the 76ers to a 3-0 series lead over Toronto."},"display_date":"2022-04-21T11:22:17.255Z","fusion_additions":{"count_info":{"count":3},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/joel-embiid-game-winner-sixers-raptors/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/joel-embiid-game-winner-sixers-raptors/"}},"promo_image":{"_id":"V5XNWJFPEFBHZKPSC2ZVETN374","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/V5XNWJFPEFBHZKPSC2ZVETN374.jpg","credits_display":"(Cole Burston/Getty Images)","credits_caption_display":"(Cole Burston/Getty Images)","width":4007,"height":2254,"aspect_ratio":1.777728482697427,"provenance":"additional_properties.lead_art"},"teaser":"The Toronto Raptors squandered two great opportunities to get back into their playoff series against the Philadelphia 76ers, then Joel Embiid hit a last-second game-winner to make sure they didn’t get a third."},"headlines":{"basic":"Joel Embiid buries game-winner in OT as 76ers push Raptors to the brink"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"V5XNWJFPEFBHZKPSC2ZVETN374","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/V5XNWJFPEFBHZKPSC2ZVETN374.jpg","width":4007,"height":2254,"credits_caption_display":"(Cole Burston/Getty Images)","credits_display":"(Cole Burston/Getty Images)","caption":"","copyright":"Getty Images","credits":{"by":[{"name":"Cole Burston","org":"Getty Images","type":"author"}],"affiliation":[{"name":"Getty Images"}]}}},"publish_date":"2022-04-21T11:22:20.375Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Wizards and NBA basketball news and information. Get the latest schedules, stats, rosters and scoreboards for the NBA. Stay updated on the latest Washington Wizards and NBA news!","name":"NBA","_id":"/sports/nba"},"primary_section":{"name":"NBA","_id":"/sports/nba"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID 76IJPM6MVZBSHIUYVJD5HUPGTE","slug":"created-from-template-id-76IJPM6MVZBSHIUYVJD5HUPGTE"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NBA"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nba"},"type":"story","website_url":"/sports/2022/04/21/joel-embiid-game-winner-sixers-raptors/"},{"_id":"Z2G7JGEPDNH4HIZPX55UF2A7ZI","additional_properties":{},"label":{"transparency":{"text":"Perspective"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/21/nikola-jokic-mvp-nba-playoffs/","credits":{"by":[{"_id":"brewerj","name":"Jerry Brewer","url":"https://www.washingtonpost.com/people/jerry-brewer/","org":"Washington, D.C."}]},"description":{"basic":"As he rages through a second straight difficult postseason, Jokic must embrace the joy and frustration. They’re both critical parts of the MVP experience."},"display_date":"2022-04-21T09:30:50.229Z","fusion_additions":{"count_info":{"count":4},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/nikola-jokic-mvp-nba-playoffs/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/nikola-jokic-mvp-nba-playoffs/"}},"promo_image":{"_id":"IHL2PGZGYNDKLG2H6A2YQ63EBU","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/IHL2PGZGYNDKLG2H6A2YQ63EBU.jpg","credits_display":"(Jeff Chiu/AP)","credits_caption_display":"(Jeff Chiu/AP)","width":3928,"height":2210,"image_type":"photograph","aspect_ratio":1.7773755656108596,"provenance":"additional_properties.lead_art"},"teaser":"Look now at Nikola Jokic, the reigning NBA MVP and a finalist to win the award again. Just two games into the playoffs, he’s raging. And he’s miffed. With the Golden State Warriors back to being healthy and splashy, Jokic looks completely overwhelmed trying to do what he has become known for: carrying the injured and inadequate Denver Nuggets."},"headlines":{"basic":"Being the NBA’s MVP is an honor and a burden. Just ask Nikola Jokic."},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"IHL2PGZGYNDKLG2H6A2YQ63EBU","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/IHL2PGZGYNDKLG2H6A2YQ63EBU.jpg","width":3928,"height":2210,"credits_caption_display":"(Jeff Chiu/AP)","credits_display":"(Jeff Chiu/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Jeff Chiu","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-21T09:30:50.303Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Wizards and NBA basketball news and information. Get the latest schedules, stats, rosters and scoreboards for the NBA. Stay updated on the latest Washington Wizards and NBA news!","name":"NBA","_id":"/sports/nba"},"primary_section":{"name":"NBA","_id":"/sports/nba"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID 76IJPM6MVZBSHIUYVJD5HUPGTE","slug":"created-from-template-id-76IJPM6MVZBSHIUYVJD5HUPGTE"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NBA"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nba"},"type":"story","website_url":"/sports/2022/04/21/nikola-jokic-mvp-nba-playoffs/"},{"_id":"BE43DCM7W5EPBDQ77PIIPYFABY","additional_properties":{},"label":{"transparency":{"text":"Perspective"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/21/wimbledon-russia-medvedev/","credits":{"by":[{"_id":"jenkinss","name":"Sally Jenkins","url":"https://www.washingtonpost.com/people/sally-jenkins/","org":"Washington, D.C."}]},"description":{"basic":"The All England Club sent a necessary message: Even the most innocent Russians will pay the price for the actions of Vladimir Putin’s regime. "},"display_date":"2022-04-21T09:00:12.235Z","fusion_additions":{"count_info":{"count":5},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/wimbledon-russia-medvedev/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/wimbledon-russia-medvedev/"}},"promo_image":{"_id":"GY2P3OJQSNCILLTBY6O4G2DL3U","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/GY2P3OJQSNCILLTBY6O4G2DL3U.jpg","credits_display":"(Peter Nicholls/Reuters)","credits_caption_display":"(Peter Nicholls/Reuters)","width":3435,"height":1932,"image_type":"photograph","aspect_ratio":1.7779503105590062,"provenance":"additional_properties.lead_art"},"teaser":"Wimbledon did exactly right. The ban that will prevent Russians and Belarusians from competing at the All England Club may seem unfair, given that players such as Daniil Medvedev have not personally contributed to the war in Ukraine. Yet it’s a necessary message: Even the most innocent Russians will be price-payers for the rapacious actions of Vladimir Putin’s regime."},"headlines":{"basic":"Wimbledon’s ban on Russian players was exactly right"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"GY2P3OJQSNCILLTBY6O4G2DL3U","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/GY2P3OJQSNCILLTBY6O4G2DL3U.jpg","width":3435,"height":1932,"credits_caption_display":"(Peter Nicholls/Reuters)","credits_display":"(Peter Nicholls/Reuters)","caption":"","copyright":"Reuters","credits":{"by":[{"name":"Peter Nicholls","org":"Reuters","type":"author"}],"affiliation":[{"name":"Reuters"}]}}},"publish_date":"2022-04-21T09:00:12.342Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for the latest tennis news and information. Get the latest tennis results, standings, schedules and commentary. Stay updated on all the latest news from the tennis world!","name":"Tennis","_id":"/sports/tennis"},"primary_section":{"name":"Tennis","_id":"/sports/tennis"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID KQDD2IYWNBAM3MQXWYWZ5QBOME","slug":"created-from-template-id-KQDD2IYWNBAM3MQXWYWZ5QBOME"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Tennis"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports"},"type":"story","website_url":"/sports/2022/04/21/wimbledon-russia-medvedev/"}],"next":{"properties":{"endpoint":"https://prism.ext.nile.works/api/v1/content/get","params":{"limit":"5","offset":"5","url":"prism://prism.query/site-articles-only,/sports"},"url":"https://prism.ext.nile.works/api/v1/content/get?url=prism%3A%2F%2Fprism.query%2Fsite-articles-only%2C%2Fsports\u0026offset=5\u0026limit=5"},"url":"prism://prism.query/site-articles-only,/sports\u0026offset=5\u0026limit=5"}},"{\"source\":\"empty\",\"query\":{\"content_path\":\"\",\"env\":\"prod\"}}":{},"{\"source\":\"empty\",\"query\":{}}":{},"{\"source\":\"most-read\",\"query\":{\"limit\":\"5\",\"section\":\"sports\",\"env\":\"prod\"}}":{"items":[{"_id":"2WILJPYRDFCY7CTWM4TRNUZDLI","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/dwayne-haskins-911-call/","credits":{"by":[{"_id":"jhabvalan","name":"Nicki Jhabvala","url":"https://www.washingtonpost.com/people/nicki-jhabvala/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Nicki Jhabvala"}}}]},"description":{"basic":"\"That’s just not like him for him not to call me back,\" Kalabrya Haskins, the NFL quarterback's wife, told a 911 dispatcher the morning of the fatal crash."},"display_date":"2022-04-20T21:42:26.583Z","fusion_additions":{"count_info":{"count":1},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/dwayne-haskins-911-call/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/dwayne-haskins-911-call/"}},"promo_image":{"_id":"KXEA74V22II6ZKJNY5R55AMMEE","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/KXEA74V22II6ZKJNY5R55AMMEE.jpg","credits_display":"(Gaelen Morse/Getty Images)","credits_caption_display":"(Gaelen Morse/Getty Images)","width":8256,"height":5504,"aspect_ratio":1.5,"provenance":"promo_items.basic"},"teaser":""},"headlines":{"basic":"Dwayne Haskins was looking for gas before fatal crash, per wife’s 911 call"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"KXEA74V22II6ZKJNY5R55AMMEE","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/KXEA74V22II6ZKJNY5R55AMMEE.jpg","width":8256,"height":5504,"caption":"COLUMBUS, OHIO - APRIL 12: A fan leaves a message during a candlelight vigil in memory of Dwayne Haskins at Ohio Stadium on April 12, 2022 in Columbus, Ohio. Pittsburgh Steelers quarterback and former Ohio State Buckeye Dwayne Haskins, 24, died Saturday morning after he was struck by a dump truck while walking on a South Florida highway. (Photo by Gaelen Morse/Getty Images)","copyright":"Getty Images","credits":{"by":[{"name":"Gaelen Morse","org":"Getty Images","type":"author"}],"affiliation":[{"name":"Getty Images"}]}}},"publish_date":"2022-04-21T00:49:27.867Z","source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Washington Post coverage of the National Football League.","name":"NFL","_id":"/sports/nfl"},"primary_section":{"name":"NFL","_id":"/sports/nfl"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID P5NEJRTYFBH3RO3PIBYHMMAI3U","slug":"created-from-template-id-P5NEJRTYFBH3RO3PIBYHMMAI3U"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NFL"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nfl"},"type":"story","website_url":"/sports/2022/04/20/dwayne-haskins-911-call/"},{"_id":"A54B5EM4U5HM3MPV2XFCBRITAM","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/pam-shriver-inappropriate-relationship-coach/","credits":{"by":[{"_id":"borenca","name":"Cindy Boren","url":"https://www.washingtonpost.com/people/cindy-boren/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Cindy Boren"}}},{"_id":"hillga","name":"Glynn A. Hill","url":"https://www.washingtonpost.com/people/glynn-a-hill/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Glynn A. Hill"}}}]},"description":{"basic":"Now a 59-year-old commentator for ESPN and the BBC, Pam Shriver disclosed her experience in The Telegraph, noting that such relationships “are alarmingly common in sport as a whole.”"},"display_date":"2022-04-20T15:34:55.228Z","fusion_additions":{"count_info":{"count":2},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/pam-shriver-inappropriate-relationship-coach/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/pam-shriver-inappropriate-relationship-coach/"}},"promo_image":{"_id":"NTXYGYTXBJCWZDR4OUHXLULMZE","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/NTXYGYTXBJCWZDR4OUHXLULMZE.jpg","credits_display":"(Dave Pickoff/ASSOCIATED PRESS)","credits_caption_display":"(Dave Pickoff/ASSOCIATED PRESS)","width":3000,"height":1688,"image_type":"photograph","aspect_ratio":1.7772511848341233,"provenance":"promo_items.basic"},"teaser":""},"headlines":{"basic":"Pam Shriver reveals ‘inappropriate’ relationship at 17 with her coach"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"NTXYGYTXBJCWZDR4OUHXLULMZE","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/NTXYGYTXBJCWZDR4OUHXLULMZE.jpg","width":3000,"height":1688,"caption":"Pam Shriver, 16, grimaces as she pursues a shot by Chris Evert during Women's Championship action in the U.S. Open at the National Tennis Club in New York, Sept. 11, 1978. Evert smashed Shriver's dream of a win, prevailing 7-5, 6-4. (AP Photo/Dave Pickoff)","copyright":"AP1978","credits":{"by":[{"name":"Dave Pickoff","org":"ASSOCIATED PRESS","type":"author"}],"affiliation":[{"name":"ASSOCIATED PRESS"}]}}},"publish_date":"2022-04-21T03:36:33.320Z","source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for the latest tennis news and information. Get the latest tennis results, standings, schedules and commentary. Stay updated on all the latest news from the tennis world!","name":"Tennis","_id":"/sports/tennis"},"primary_section":{"name":"Tennis","_id":"/sports/tennis"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID KQDD2IYWNBAM3MQXWYWZ5QBOME","slug":"created-from-template-id-KQDD2IYWNBAM3MQXWYWZ5QBOME"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Tennis"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports"},"type":"story","website_url":"/sports/2022/04/20/pam-shriver-inappropriate-relationship-coach/"},{"_id":"BE43DCM7W5EPBDQ77PIIPYFABY","additional_properties":{},"label":{"transparency":{"text":"Perspective"}},"canonical_url":"/sports/2022/04/21/wimbledon-russia-medvedev/","credits":{"by":[{"_id":"jenkinss","name":"Sally Jenkins","url":"https://www.washingtonpost.com/people/sally-jenkins/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Sally Jenkins"}}}]},"description":{"basic":"The All England Club sent a necessary message: Even the most innocent Russians will pay the price for the actions of Vladimir Putin’s regime. "},"display_date":"2022-04-21T09:00:12.235Z","fusion_additions":{"count_info":{"count":3},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/wimbledon-russia-medvedev/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/wimbledon-russia-medvedev/"}},"promo_image":{"_id":"GY2P3OJQSNCILLTBY6O4G2DL3U","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/GY2P3OJQSNCILLTBY6O4G2DL3U.jpg","credits_display":"(Peter Nicholls/Reuters)","credits_caption_display":"(Peter Nicholls/Reuters)","width":3435,"height":1932,"image_type":"photograph","aspect_ratio":1.7779503105590062,"provenance":"promo_items.basic"},"teaser":""},"headlines":{"basic":"Wimbledon’s ban on Russian players was exactly right"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"GY2P3OJQSNCILLTBY6O4G2DL3U","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/GY2P3OJQSNCILLTBY6O4G2DL3U.jpg","width":3435,"height":1932,"caption":"FILE PHOTO: Tennis - Wimbledon - All England Lawn Tennis and Croquet Club, London, Britain - July 3, 2021 Russia's Daniil Medvedev celebrates winning his third round match against Croatia's Marin Cilic REUTERS/Peter Nicholls/File Photo","copyright":"Reuters","credits":{"by":[{"name":"Peter Nicholls","org":"Reuters","type":"author"}],"affiliation":[{"name":"Reuters"}]}}},"publish_date":"2022-04-21T09:00:12.342Z","source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for the latest tennis news and information. Get the latest tennis results, standings, schedules and commentary. Stay updated on all the latest news from the tennis world!","name":"Tennis","_id":"/sports/tennis"},"primary_section":{"name":"Tennis","_id":"/sports/tennis"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID KQDD2IYWNBAM3MQXWYWZ5QBOME","slug":"created-from-template-id-KQDD2IYWNBAM3MQXWYWZ5QBOME"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Tennis"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports"},"type":"story","website_url":"/sports/2022/04/21/wimbledon-russia-medvedev/"},{"_id":"QWR7BKYSBBCWJNRFD6TXOFLSPE","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/21/alex-ovechkin-50-goals-capitals-golden-knights/","credits":{"by":[{"_id":"pells","name":"Samantha Pell","url":"https://www.washingtonpost.com/people/samantha-pell/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Samantha Pell"}}}]},"description":{"basic":"Ovechkin made a little more NHL history during Wednesday's overtime loss in Vegas."},"display_date":"2022-04-21T06:16:42.656Z","fusion_additions":{"count_info":{"count":4},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/alex-ovechkin-50-goals-capitals-golden-knights/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/alex-ovechkin-50-goals-capitals-golden-knights/"}},"promo_image":{"_id":"RZCKVXGBG4I6ZNO7D65GDJTMOU","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/RZCKVXGBG4I6ZNO7D65GDJTMOU.jpg","credits_display":"(Steve Marcus/AP)","credits_caption_display":"(Steve Marcus/AP)","width":4414,"height":2961,"aspect_ratio":1.490712597095576,"provenance":"promo_items.basic"},"teaser":""},"headlines":{"basic":"Alex Ovechkin hits the 50-goal mark again, but the Capitals falter in OT"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"RZCKVXGBG4I6ZNO7D65GDJTMOU","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/RZCKVXGBG4I6ZNO7D65GDJTMOU.jpg","width":4414,"height":2961,"caption":"Washington Capitals left wing Alex Ovechkin celebrates his goal during the third period of the team's NHL hockey game against the Vegas Golden Knights on Wednesday, April 20, 2022, in Las Vegas. (Steven Marcus/Las Vegas Sun via AP)","copyright":"The Associated Press","credits":{"by":[{"name":"Steve Marcus","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-21T06:19:21.763Z","source":{"name":"washpost"},"subheadlines":{"basic":"What to know from Washington’s 4-3 loss at the Vegas Golden Knights"},"subtype":"default","taxonomy":{"primary_site":{"description":"The Washington Post on everything Washington Capitals.","name":"Washington Capitals","_id":"/sports/capitals"},"primary_section":{"name":"Washington Capitals","_id":"/sports/capitals"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID O4G352YNXZH4VMCEUQ3ETNRBEA","slug":"created-from-template-id-O4G352YNXZH4VMCEUQ3ETNRBEA"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Capitals"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nhl"},"type":"story","website_url":"/sports/2022/04/21/alex-ovechkin-50-goals-capitals-golden-knights/"},{"_id":"F6GN6UEBNZEDFDXP4MG6KFMUVA","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/video-games/2022/04/20/twitch-ironmouse-vtuber-subathon-interview/","credits":{"by":[{"_id":"graysonn","name":"Nathan Grayson","url":"https://www.washingtonpost.com/people/nathan-grayson/","org":"New York City","additional_properties":{"original":{"byline":"Nathan Grayson"}}}]},"description":{"basic":"\"[She] is me, but more like a coat,\" said Ironmouse of her online persona. \"She’s a bigger version of me.”"},"display_date":"2022-04-20T17:23:28.665Z","fusion_additions":{"count_info":{"count":5},"links_to_use":{"basic":"https://www.washingtonpost.com/video-games/2022/04/20/twitch-ironmouse-vtuber-subathon-interview/","dangerous":{"canonical":"https://www.washingtonpost.com/video-games/2022/04/20/twitch-ironmouse-vtuber-subathon-interview/"}},"promo_image":{"_id":"I3NJ2326LNBLZKSBEGAQHDOPR4","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/I3NJ2326LNBLZKSBEGAQHDOPR4.gif","credits_display":"(The Washington Post illustration; Ironmouse)","credits_caption_display":"(The Washington Post illustration; Ironmouse)","width":1600,"height":1066,"image_type":"illustration","aspect_ratio":1.5009380863039399,"provenance":"promo_items.basic"},"teaser":""},"headlines":{"basic":"How a pink-haired anime girl became one of Twitch’s biggest stars"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"I3NJ2326LNBLZKSBEGAQHDOPR4","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/I3NJ2326LNBLZKSBEGAQHDOPR4.gif","width":1600,"height":1066,"caption":"Ironmouse's avatar. launcher-ironmouse-interview","copyright":"The Washington Post","credits":{"affiliation":[{"name":"The Washington Post illustration; Ironmouse"}]}}},"publish_date":"2022-04-20T17:58:18.035Z","source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":null,"name":"Video Game News","_id":"/sports/launcher/news"},"primary_section":{"name":"Video Game News","_id":"/sports/launcher/news"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"collections-best-launcher","slug":"collections-best-launcher"},{"text":"Created from Template ID BXSTYKAZP5HHXHMTQPVOEEGGYQ","slug":"created-from-template-id-BXSTYKAZP5HHXHMTQPVOEEGGYQ"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Video Game News"},{"name":"Video Games"},{"name":"Video Gaming"},{"name":"Technology"}]},"tracking":{"commercial_node":"/sports/launcher/news"},"type":"story","website_url":"/video-games/2022/04/20/twitch-ironmouse-vtuber-subathon-interview/"}],"type":"results"},"{\"source\":\"prism-section\",\"query\":{\"limit\":\"4\",\"offset\":\"0\",\"section\":\"sports/nfl\",\"env\":\"prod\"}}":{"_id":"4dMfPzdjEjk1zCQDo0GxeA==","count":3727,"items":[{"_id":"C7RD3IV37ZGFVMDZCMBNBB4VW4","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/20/deebo-samuel-san-francisco-49ers-trade/","credits":{"by":[{"_id":"maskema","name":"Mark Maske","url":"https://www.washingtonpost.com/people/mark-maske/","org":"Washington, D.C."}]},"description":{"basic":"The all-pro could join Davante Adams and Tyreek Hill among the top wide receivers to be traded this offseason."},"display_date":"2022-04-20T21:42:53.001Z","fusion_additions":{"count_info":{"count":1},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/deebo-samuel-san-francisco-49ers-trade/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/deebo-samuel-san-francisco-49ers-trade/"}},"promo_image":{"_id":"BYT6YCVRUQI6VGFVE6NGI6NB4Q","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/BYT6YCVRUQI6VGFVE6NGI6NB4Q.jpg","credits_display":"(Gregory Payan/AP)","credits_caption_display":"Deebo Samuel has asked the 49ers to trade him. (Gregory Payan/AP)","width":4634,"height":3089,"aspect_ratio":1.5001618646811266,"provenance":"additional_properties.lead_art"},"teaser":"Wide receiver Deebo Samuel, one of the league’s most versatile and productive players last season, has asked the San Francisco 49ers to trade him, adding to the intrigue surrounding next week’s NFL draft."},"headlines":{"basic":"Star wide receiver Deebo Samuel requests trade from 49ers"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"BYT6YCVRUQI6VGFVE6NGI6NB4Q","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/BYT6YCVRUQI6VGFVE6NGI6NB4Q.jpg","width":4634,"height":3089,"credits_caption_display":"Deebo Samuel has asked the 49ers to trade him. (Gregory Payan/AP)","credits_display":"(Gregory Payan/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Gregory Payan","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-21T03:49:19.894Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Washington Post coverage of the National Football League.","name":"NFL","_id":"/sports/nfl"},"primary_section":{"name":"NFL","_id":"/sports/nfl"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID P5NEJRTYFBH3RO3PIBYHMMAI3U","slug":"created-from-template-id-P5NEJRTYFBH3RO3PIBYHMMAI3U"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NFL"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nfl"},"type":"story","website_url":"/sports/2022/04/20/deebo-samuel-san-francisco-49ers-trade/"},{"_id":"2WILJPYRDFCY7CTWM4TRNUZDLI","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/20/dwayne-haskins-911-call/","credits":{"by":[{"_id":"jhabvalan","name":"Nicki Jhabvala","url":"https://www.washingtonpost.com/people/nicki-jhabvala/","org":"Washington, D.C."}]},"description":{"basic":"\"That’s just not like him for him not to call me back,\" Kalabrya Haskins, the NFL quarterback's wife, told a 911 dispatcher the morning of the fatal crash."},"display_date":"2022-04-20T21:42:26.583Z","fusion_additions":{"count_info":{"count":2},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/dwayne-haskins-911-call/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/dwayne-haskins-911-call/"}},"promo_image":{"_id":"KXEA74V22II6ZKJNY5R55AMMEE","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/KXEA74V22II6ZKJNY5R55AMMEE.jpg","credits_display":"(Gaelen Morse/Getty Images)","credits_caption_display":"A fan leaves a message during a candlelight vigil in memory of Dwayne Haskins at Ohio Stadium. (Gaelen Morse/Getty)","width":8256,"height":5504,"aspect_ratio":1.5,"provenance":"additional_properties.lead_art"},"teaser":"The wife of Dwayne Haskins pleaded for help locating her husband, telling a 911 dispatcher that he was stranded and looking for gas the morning he was struck by a dump truck while crossing a South Florida highway, according to audio of 911 calls released by authorities Wednesday."},"headlines":{"basic":"Dwayne Haskins was looking for gas before fatal crash, per wife’s 911 call"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"KXEA74V22II6ZKJNY5R55AMMEE","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/KXEA74V22II6ZKJNY5R55AMMEE.jpg","width":8256,"height":5504,"credits_caption_display":"A fan leaves a message during a candlelight vigil in memory of Dwayne Haskins at Ohio Stadium. (Gaelen Morse/Getty)","credits_display":"(Gaelen Morse/Getty Images)","caption":"","copyright":"Getty Images","credits":{"by":[{"name":"Gaelen Morse","org":"Getty Images","type":"author"}],"affiliation":[{"name":"Getty Images"}]}}},"publish_date":"2022-04-21T00:49:27.867Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Washington Post coverage of the National Football League.","name":"NFL","_id":"/sports/nfl"},"primary_section":{"name":"NFL","_id":"/sports/nfl"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID P5NEJRTYFBH3RO3PIBYHMMAI3U","slug":"created-from-template-id-P5NEJRTYFBH3RO3PIBYHMMAI3U"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NFL"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nfl"},"type":"story","website_url":"/sports/2022/04/20/dwayne-haskins-911-call/"},{"_id":"YWST4HJZTNBATLVKCXJYH6J4KU","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/19/mike-tirico-sunday-night-football/","credits":{"by":[{"_id":"bonesteelmm","name":"Matt Bonesteel","url":"https://www.washingtonpost.com/people/matt-bonesteel/","org":"Washington, D.C."}]},"description":{"basic":"Mike Tirico will replace Al Michaels, as expected, in NBC's Sunday night NFL booth."},"display_date":"2022-04-19T16:09:37.150Z","fusion_additions":{"count_info":{"count":3},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/19/mike-tirico-sunday-night-football/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/19/mike-tirico-sunday-night-football/"}},"promo_image":{"_id":"52VKXGBLCYI6TEDOTVK3MRI6WQ","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/52VKXGBLCYI6TEDOTVK3MRI6WQ.jpg","credits_display":"(Paul Sancya/AP)","credits_caption_display":"Mike Tirico will move into the chair formerly occupied by Al Michaels on NBC’s Sunday night NFL broadcasts. (Paul Sancya/AP)","width":6293,"height":4195,"aspect_ratio":1.500119189511323,"provenance":"additional_properties.lead_art"},"teaser":"NBC announced Tuesday that Mike Tirico will replace Al Michaels as the play-by-play voice of the network’s Sunday night NFL broadcasts. The move hardly was surprising — Tirico has been pointed toward the high-profile Sunday night job since leaving ESPN for NBC in 2016, and he already has called 21 NFL games for the latter — but it completed a dizzying offseason merry-go-round among the NFL broadcast booths, with nearly all of the major players changing networks and time slots."},"headlines":{"basic":"Mike Tirico’s ascension at NBC completes NFL TV merry-go-round"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"52VKXGBLCYI6TEDOTVK3MRI6WQ","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/52VKXGBLCYI6TEDOTVK3MRI6WQ.jpg","width":6293,"height":4195,"credits_caption_display":"Mike Tirico will move into the chair formerly occupied by Al Michaels on NBC’s Sunday night NFL broadcasts. (Paul Sancya/AP)","credits_display":"(Paul Sancya/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Paul Sancya","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-20T03:43:56.897Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Washington Post coverage of the National Football League.","name":"NFL","_id":"/sports/nfl"},"primary_section":{"name":"NFL","_id":"/sports/nfl"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID P5NEJRTYFBH3RO3PIBYHMMAI3U","slug":"created-from-template-id-P5NEJRTYFBH3RO3PIBYHMMAI3U"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NFL"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nfl"},"type":"story","website_url":"/sports/2022/04/19/mike-tirico-sunday-night-football/"},{"_id":"BKJ4A36JQRG5NKZ46O2X5P6CVQ","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/18/commanders-letter-ftc-response/","credits":{"by":[{"_id":"jhabvalan","name":"Nicki Jhabvala","url":"https://www.washingtonpost.com/people/nicki-jhabvala/","org":"Washington, D.C."},{"_id":"maskema","name":"Mark Maske","url":"https://www.washingtonpost.com/people/mark-maske/","org":"Washington, D.C."}]},"description":{"basic":"In an 18-page letter, the team says allegations are 'baseless' and that an investigation is unwarranted."},"display_date":"2022-04-18T23:14:28.291Z","fusion_additions":{"count_info":{"count":4},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/18/commanders-letter-ftc-response/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/18/commanders-letter-ftc-response/"}},"promo_image":{"_id":"5BMS4CGUFJC3XOEL6ANPEQC23A","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/5BMS4CGUFJC3XOEL6ANPEQC23A.jpg","credits_display":"(Jonathan Newton/The Washington Post)","credits_caption_display":"(Jonathan Newton/The Washington Post)","width":3987,"height":2243,"aspect_ratio":1.77753009362461,"provenance":"additional_properties.lead_art"},"teaser":"The Washington Commanders sent an 18-page letter to the chair of the Federal Trade Commission on Monday that described the allegations of financial improprieties made by a former team employee and detailed by the House Committee on Oversight and Reform as “baseless” and asserted that “no investigation is warranted.”"},"headlines":{"basic":"Commanders deny allegations of financial improprieties in lengthy letter to FTC "},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"5BMS4CGUFJC3XOEL6ANPEQC23A","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/5BMS4CGUFJC3XOEL6ANPEQC23A.jpg","width":3987,"height":2243,"credits_caption_display":"(Jonathan Newton/The Washington Post)","credits_display":"(Jonathan Newton/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Jonathan Newton","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-19T00:14:11.619Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Washington Post coverage of the National Football League.","name":"NFL","_id":"/sports/nfl"},"primary_section":{"name":"NFL","_id":"/sports/nfl"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID P5NEJRTYFBH3RO3PIBYHMMAI3U","slug":"created-from-template-id-P5NEJRTYFBH3RO3PIBYHMMAI3U"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NFL"},{"name":"Sports"},{"name":"Washington Commanders"}]},"tracking":{"commercial_node":"/sports/nfl"},"type":"story","website_url":"/sports/2022/04/18/commanders-letter-ftc-response/"}],"next":{"properties":{"endpoint":"https://prism.ext.nile.works/api/v1/content/get","params":{"limit":"4","offset":"4","url":"prism://prism.query/site,/sports/nfl"},"url":"https://prism.ext.nile.works/api/v1/content/get?url=prism%3A%2F%2Fprism.query%2Fsite%2C%2Fsports%2Fnfl\u0026offset=4\u0026limit=4"},"url":"prism://prism.query/site,/sports/nfl\u0026offset=4\u0026limit=4"}},"{\"source\":\"prism-query\",\"query\":{\"limit\":\"4\",\"offset\":\"0\",\"query\":\"prism://prism.query/two-sites,/sports/redskins,/sports/washington-nfl\",\"env\":\"prod\"}}":{"_id":"22JKcsmkJe+wV7kFXy6AaQ==","count":12069,"items":[{"_id":"5YGHQVBURZC3ROO5KPHJNDAD3A","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/20/terry-mclaurin-contract-market-value/","credits":{"by":[{"_id":"jhabvalan","name":"Nicki Jhabvala","url":"https://www.washingtonpost.com/people/nicki-jhabvala/","org":"Washington, D.C."}]},"description":{"basic":"The Commanders star is entering the final season of his rookie contract, and a hefty raise should be on the way."},"display_date":"2022-04-20T09:01:41.504Z","fusion_additions":{"count_info":{"count":1},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/terry-mclaurin-contract-market-value/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/terry-mclaurin-contract-market-value/"}},"promo_image":{"_id":"7VKVBPMS6NCOLPPLTCTMK27A6U","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/7VKVBPMS6NCOLPPLTCTMK27A6U.jpg","credits_display":"(Jonathan Newton/The Washington Post)","credits_caption_display":"(Jonathan Newton/The Washington Post)","width":2434,"height":1369,"image_type":"photograph","aspect_ratio":1.7779401022644266,"provenance":"additional_properties.lead_art"},"teaser":"For much of the past two months, Terry McLaurin was surrounded by palm trees, a respite from the chatter back in Washington and on social media."},"headlines":{"basic":"Wide receivers keep cashing in, and it may be Terry McLaurin’s turn soon"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"7VKVBPMS6NCOLPPLTCTMK27A6U","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/7VKVBPMS6NCOLPPLTCTMK27A6U.jpg","width":2434,"height":1369,"credits_caption_display":"(Jonathan Newton/The Washington Post)","credits_display":"(Jonathan Newton/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Jonathan Newton","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-20T09:01:41.572Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Washington Post coverage of the Washington Commanders NFL team.","name":"Washington Commanders","_id":"/sports/redskins"},"primary_section":{"name":"Washington Commanders","_id":"/sports/redskins"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID QC4VBYZYHZAKVJ5WFOM5GND2ZM","slug":"created-from-template-id-QC4VBYZYHZAKVJ5WFOM5GND2ZM"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Commanders"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nfl"},"type":"story","website_url":"/sports/2022/04/20/terry-mclaurin-contract-market-value/"},{"_id":"BKJ4A36JQRG5NKZ46O2X5P6CVQ","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/18/commanders-letter-ftc-response/","credits":{"by":[{"_id":"jhabvalan","name":"Nicki Jhabvala","url":"https://www.washingtonpost.com/people/nicki-jhabvala/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Nicki Jhabvala"}}},{"_id":"maskema","name":"Mark Maske","url":"https://www.washingtonpost.com/people/mark-maske/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Mark Maske"}}}]},"description":{"basic":"In an 18-page letter, the team says allegations are 'baseless' and that an investigation is unwarranted."},"display_date":"2022-04-18T23:14:28.291Z","fusion_additions":{"count_info":{"count":2},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/18/commanders-letter-ftc-response/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/18/commanders-letter-ftc-response/"}},"promo_image":{"_id":"5BMS4CGUFJC3XOEL6ANPEQC23A","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/5BMS4CGUFJC3XOEL6ANPEQC23A.jpg","credits_display":"(Jonathan Newton/The Washington Post)","credits_caption_display":"(Jonathan Newton/The Washington Post)","width":3987,"height":2243,"aspect_ratio":1.77753009362461,"provenance":"additional_properties.lead_art"},"teaser":"The Washington Commanders sent an 18-page letter to the chair of the Federal Trade Commission on Monday that described the allegations of financial improprieties made by a former team employee and detailed by the House Committee on Oversight and Reform as “baseless” and asserted that “no investigation is warranted.”"},"headlines":{"basic":"Commanders deny allegations of financial improprieties in lengthy letter to FTC "},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"5BMS4CGUFJC3XOEL6ANPEQC23A","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/5BMS4CGUFJC3XOEL6ANPEQC23A.jpg","width":3987,"height":2243,"credits_caption_display":"(Jonathan Newton/The Washington Post)","credits_display":"(Jonathan Newton/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Jonathan Newton","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-19T00:14:11.619Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Washington Post coverage of the National Football League.","name":"NFL","_id":"/sports/nfl"},"primary_section":{"name":"NFL","_id":"/sports/nfl"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID P5NEJRTYFBH3RO3PIBYHMMAI3U","slug":"created-from-template-id-P5NEJRTYFBH3RO3PIBYHMMAI3U"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NFL"},{"name":"Sports"},{"name":"Washington Commanders"}]},"tracking":{"commercial_node":"/sports/nfl"},"type":"story","website_url":"/sports/2022/04/18/commanders-letter-ftc-response/"},{"_id":"3IGCTNN3C5BDPFEEWEND57LWR4","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/18/commanders-al-bellamy-trainer/","credits":{"by":[{"_id":"jhabvalan","name":"Nicki Jhabvala","url":"https://www.washingtonpost.com/people/nicki-jhabvala/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Nicki Jhabvala"}}}]},"description":{"basic":"Veteran trainer fills a role that had been vacant since the Commanders placed Ryan Vermillion on administrative leave last October."},"display_date":"2022-04-18T16:34:41.892Z","fusion_additions":{"count_info":{"count":3},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/18/commanders-al-bellamy-trainer/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/18/commanders-al-bellamy-trainer/"}},"promo_image":{"_id":"YCOCSPEEGQI6ZFI4DYGMG4R6KM","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/YCOCSPEEGQI6ZFI4DYGMG4R6KM.jpg","credits_display":"(John McDonnell/The Washington Post)","credits_caption_display":"The Commanders had been without a permanent head athletic trainer since placing Ryan Vermillion on administrative leave last October. (John McDonnell/The Washington Post)","width":5038,"height":3271,"aspect_ratio":1.5402017731580557,"provenance":"additional_properties.lead_art"},"teaser":"The Washington Commanders named Al Bellamy, a former 13-year veteran of the organization’s medical staff, as head athletic trainer. He fills a role that has essentially been vacant since early October, when Ryan Vermillion was placed on administrative leave because of a criminal investigation by the U.S. Drug Enforcement Administration."},"headlines":{"basic":"Commanders name Al Bellamy head athletic trainer"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"YCOCSPEEGQI6ZFI4DYGMG4R6KM","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/YCOCSPEEGQI6ZFI4DYGMG4R6KM.jpg","width":5038,"height":3271,"credits_caption_display":"The Commanders had been without a permanent head athletic trainer since placing Ryan Vermillion on administrative leave last October. (John McDonnell/The Washington Post)","credits_display":"(John McDonnell/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"John McDonnell","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-19T00:21:54.297Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Washington Post coverage of the Washington Commanders NFL team.","name":"Washington Commanders","_id":"/sports/redskins"},"primary_section":{"name":"Washington Commanders","_id":"/sports/redskins"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID QC4VBYZYHZAKVJ5WFOM5GND2ZM","slug":"created-from-template-id-QC4VBYZYHZAKVJ5WFOM5GND2ZM"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Commanders"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nfl"},"type":"story","website_url":"/sports/2022/04/18/commanders-al-bellamy-trainer/"},{"_id":"6DRUZKWDR5H7XBVZWYIJVONBAM","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/16/ohio-state-dwayne-haskins-tribute-spring-game/","credits":{"by":[{"_id":"jhabvalan","name":"Nicki Jhabvala","url":"https://www.washingtonpost.com/people/nicki-jhabvala/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Nicki Jhabvala"}}}]},"description":{"basic":"The Buckeyes honored the quarterback who set 28 school records. Haskins was 24 when he died last week in Florida. "},"display_date":"2022-04-16T22:46:00.503Z","fusion_additions":{"count_info":{"count":4},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/16/ohio-state-dwayne-haskins-tribute-spring-game/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/16/ohio-state-dwayne-haskins-tribute-spring-game/"}},"promo_image":{"_id":"NKCOZKV5WQI6ZKJNY5R55AMMEE","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/NKCOZKV5WQI6ZKJNY5R55AMMEE.jpg","credits_display":"(Jay Laprete/AP)","credits_caption_display":"Ohio State quarterback C.J. Stroud, who shares the same number Dwayne Haskins wore when the late QB was at Ohio State, put Haskins's name on the back of his jersey for the Buckeyes' spring game Saturday. (Jay Laprete/AP)","width":3028,"height":2019,"aspect_ratio":1.4997523526498266,"provenance":"additional_properties.lead_art"},"teaser":"The Ohio State football team paid tribute to late quarterback Dwayne Haskins on Saturday during its annual spring game in Columbus, Ohio."},"headlines":{"basic":"At spring game, Ohio State pays tribute to the late Dwayne Haskins"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"NKCOZKV5WQI6ZKJNY5R55AMMEE","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/NKCOZKV5WQI6ZKJNY5R55AMMEE.jpg","width":3028,"height":2019,"credits_caption_display":"Ohio State quarterback C.J. Stroud, who shares the same number Dwayne Haskins wore when the late QB was at Ohio State, put Haskins's name on the back of his jersey for the Buckeyes' spring game Saturday. (Jay Laprete/AP)","credits_display":"(Jay Laprete/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Jay Laprete","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-17T00:42:40.625Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Washington Post coverage of the Washington Commanders NFL team.","name":"Washington Commanders","_id":"/sports/redskins"},"primary_section":{"name":"Washington Commanders","_id":"/sports/redskins"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID QC4VBYZYHZAKVJ5WFOM5GND2ZM","slug":"created-from-template-id-QC4VBYZYHZAKVJ5WFOM5GND2ZM"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Commanders"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nfl"},"type":"story","website_url":"/sports/2022/04/16/ohio-state-dwayne-haskins-tribute-spring-game/"}],"next":{"properties":{"endpoint":"https://prism.ext.nile.works/api/v1/content/get","params":{"limit":"4","offset":"4","url":"prism://prism.query/two-sites,/sports/redskins,/sports/washington-nfl"},"url":"https://prism.ext.nile.works/api/v1/content/get?url=prism%3A%2F%2Fprism.query%2Ftwo-sites%2C%2Fsports%2Fredskins%2C%2Fsports%2Fwashington-nfl\u0026offset=4\u0026limit=4"},"url":"prism://prism.query/two-sites,/sports/redskins,/sports/washington-nfl\u0026offset=4\u0026limit=4"}},"{\"source\":\"prism-section\",\"query\":{\"limit\":\"4\",\"offset\":\"0\",\"section\":\"sports/nba\",\"env\":\"prod\"}}":{"_id":"4dMfPzdjEjk1zCQDo0GxeA==","count":1646,"items":[{"_id":"S67DDYMDABA3RJYJ4NDYA4MJWM","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/21/joel-embiid-game-winner-sixers-raptors/","credits":{"by":[{"_id":"golliverb","name":"Ben Golliver","url":"https://www.washingtonpost.com/people/ben-golliver/","org":"Los Angeles"}]},"description":{"basic":"Joel Embiid's three-pointer with less than a second remaining in overtime propelled the 76ers to a 3-0 series lead over Toronto."},"display_date":"2022-04-21T11:22:17.255Z","fusion_additions":{"count_info":{"count":1},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/joel-embiid-game-winner-sixers-raptors/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/joel-embiid-game-winner-sixers-raptors/"}},"promo_image":{"_id":"V5XNWJFPEFBHZKPSC2ZVETN374","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/V5XNWJFPEFBHZKPSC2ZVETN374.jpg","credits_display":"(Cole Burston/Getty Images)","credits_caption_display":"(Cole Burston/Getty Images)","width":4007,"height":2254,"aspect_ratio":1.777728482697427,"provenance":"additional_properties.lead_art"},"teaser":"The Toronto Raptors squandered two great opportunities to get back into their playoff series against the Philadelphia 76ers, then Joel Embiid hit a last-second game-winner to make sure they didn’t get a third."},"headlines":{"basic":"Joel Embiid buries game-winner in OT as 76ers push Raptors to the brink"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"V5XNWJFPEFBHZKPSC2ZVETN374","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/V5XNWJFPEFBHZKPSC2ZVETN374.jpg","width":4007,"height":2254,"credits_caption_display":"(Cole Burston/Getty Images)","credits_display":"(Cole Burston/Getty Images)","caption":"","copyright":"Getty Images","credits":{"by":[{"name":"Cole Burston","org":"Getty Images","type":"author"}],"affiliation":[{"name":"Getty Images"}]}}},"publish_date":"2022-04-21T11:22:20.375Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Wizards and NBA basketball news and information. Get the latest schedules, stats, rosters and scoreboards for the NBA. Stay updated on the latest Washington Wizards and NBA news!","name":"NBA","_id":"/sports/nba"},"primary_section":{"name":"NBA","_id":"/sports/nba"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID 76IJPM6MVZBSHIUYVJD5HUPGTE","slug":"created-from-template-id-76IJPM6MVZBSHIUYVJD5HUPGTE"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NBA"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nba"},"type":"story","website_url":"/sports/2022/04/21/joel-embiid-game-winner-sixers-raptors/"},{"_id":"Z2G7JGEPDNH4HIZPX55UF2A7ZI","additional_properties":{},"label":{"transparency":{"text":"Perspective"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/21/nikola-jokic-mvp-nba-playoffs/","credits":{"by":[{"_id":"brewerj","name":"Jerry Brewer","url":"https://www.washingtonpost.com/people/jerry-brewer/","org":"Washington, D.C."}]},"description":{"basic":"As he rages through a second straight difficult postseason, Jokic must embrace the joy and frustration. They’re both critical parts of the MVP experience."},"display_date":"2022-04-21T09:30:50.229Z","fusion_additions":{"count_info":{"count":2},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/nikola-jokic-mvp-nba-playoffs/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/nikola-jokic-mvp-nba-playoffs/"}},"promo_image":{"_id":"IHL2PGZGYNDKLG2H6A2YQ63EBU","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/IHL2PGZGYNDKLG2H6A2YQ63EBU.jpg","credits_display":"(Jeff Chiu/AP)","credits_caption_display":"(Jeff Chiu/AP)","width":3928,"height":2210,"image_type":"photograph","aspect_ratio":1.7773755656108596,"provenance":"additional_properties.lead_art"},"teaser":"Look now at Nikola Jokic, the reigning NBA MVP and a finalist to win the award again. Just two games into the playoffs, he’s raging. And he’s miffed. With the Golden State Warriors back to being healthy and splashy, Jokic looks completely overwhelmed trying to do what he has become known for: carrying the injured and inadequate Denver Nuggets."},"headlines":{"basic":"Being the NBA’s MVP is an honor and a burden. Just ask Nikola Jokic."},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"IHL2PGZGYNDKLG2H6A2YQ63EBU","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/IHL2PGZGYNDKLG2H6A2YQ63EBU.jpg","width":3928,"height":2210,"credits_caption_display":"(Jeff Chiu/AP)","credits_display":"(Jeff Chiu/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Jeff Chiu","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-21T09:30:50.303Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Wizards and NBA basketball news and information. Get the latest schedules, stats, rosters and scoreboards for the NBA. Stay updated on the latest Washington Wizards and NBA news!","name":"NBA","_id":"/sports/nba"},"primary_section":{"name":"NBA","_id":"/sports/nba"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID 76IJPM6MVZBSHIUYVJD5HUPGTE","slug":"created-from-template-id-76IJPM6MVZBSHIUYVJD5HUPGTE"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NBA"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nba"},"type":"story","website_url":"/sports/2022/04/21/nikola-jokic-mvp-nba-playoffs/"},{"_id":"ZAIREL5JWVAYLDCG7C4ZJYHXWI","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/14/nba-playoffs/","credits":{"by":[{"_id":"golliverb","name":"Ben Golliver","url":"https://www.washingtonpost.com/people/ben-golliver/","org":"Los Angeles"}]},"description":{"basic":"The schedule and scores from the NBA playoffs."},"display_date":"2022-04-21T02:57:12.948Z","fusion_additions":{"count_info":{"count":3},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/14/nba-playoffs/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/14/nba-playoffs/"}},"promo_image":{"_id":"57MYOUFRJFCTHPLABJH7E5GUXA","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/57MYOUFRJFCTHPLABJH7E5GUXA.jpg","credits_display":"(Michael Reaves/Getty Images)","credits_caption_display":"(Michael Reaves/Getty Images)","width":4375,"height":2461,"image_type":"photograph","aspect_ratio":1.7777326290125965,"provenance":"additional_properties.lead_art"},"teaser":"The natural rhythm of the NBA postseason will resume when the eight first-round series commence on Saturday and Sunday. After the pandemic delayed the 2020 Finals until October and the 2021 Finals until July, the league is back on course to crown its champion in June."},"headlines":{"basic":"What to know about the 2022 NBA playoffs"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"57MYOUFRJFCTHPLABJH7E5GUXA","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/57MYOUFRJFCTHPLABJH7E5GUXA.jpg","width":4375,"height":2461,"credits_caption_display":"(Michael Reaves/Getty Images)","credits_display":"(Michael Reaves/Getty Images)","caption":"","copyright":"Getty Images","credits":{"by":[{"name":"Michael Reaves","org":"Getty Images","type":"author"}],"affiliation":[{"name":"Getty Images"}]}}},"publish_date":"2022-04-21T02:57:16.658Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"faq","taxonomy":{"primary_site":{"description":"Your source for Washington Wizards and NBA basketball news and information. Get the latest schedules, stats, rosters and scoreboards for the NBA. Stay updated on the latest Washington Wizards and NBA news!","name":"NBA","_id":"/sports/nba"},"primary_section":{"name":"NBA","_id":"/sports/nba"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID 76IJPM6MVZBSHIUYVJD5HUPGTE","slug":"created-from-template-id-76IJPM6MVZBSHIUYVJD5HUPGTE"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NBA"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nba"},"type":"story","website_url":"/sports/2022/04/14/nba-playoffs/"},{"_id":"ZPZYUBBAMFDQ7KSINOHKP5WENM","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/20/jerry-west-lakers-winning-time/","credits":{"by":[{"_id":"bonesteelmm","name":"Matt Bonesteel","url":"https://www.washingtonpost.com/people/matt-bonesteel/","org":"Washington, D.C."}]},"description":{"basic":"Lakers legend Jerry West wants a retraction over his portrayal in HBO’s ‘Winning Time’."},"display_date":"2022-04-20T15:05:47.311Z","fusion_additions":{"count_info":{"count":4},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/jerry-west-lakers-winning-time/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/jerry-west-lakers-winning-time/"}},"promo_image":{"_id":"EFDJVWVVYAI6ZA2YECVBMNK7WQ","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/EFDJVWVVYAI6ZA2YECVBMNK7WQ.jpg","credits_display":"(AP)","credits_caption_display":"Jerry West, as portrayed by Jason Clarke in a scene from HBO’s “Winning Time.” (AP)","width":980,"height":552,"aspect_ratio":1.7753623188405796,"provenance":"additional_properties.lead_art"},"teaser":"NBA legend Jerry West is demanding that the creators of the HBO series “Winning Time” retract what his attorney describes as a “false and defamatory portrayal” of the Hall of Famer in the show, whose first season depicts the rise of the Los Angeles Lakers dynasty in the late 1970s and early 1980s."},"headlines":{"basic":"Jerry West says his portrayal in HBO’s ‘Winning Time’ is ‘false and defamatory’ "},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"EFDJVWVVYAI6ZA2YECVBMNK7WQ","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/EFDJVWVVYAI6ZA2YECVBMNK7WQ.jpg","width":980,"height":552,"credits_caption_display":"Jerry West, as portrayed by Jason Clarke in a scene from HBO’s “Winning Time.” (AP)","credits_display":"(AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"AP","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-21T03:43:50.044Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Wizards and NBA basketball news and information. Get the latest schedules, stats, rosters and scoreboards for the NBA. Stay updated on the latest Washington Wizards and NBA news!","name":"NBA","_id":"/sports/nba"},"primary_section":{"name":"NBA","_id":"/sports/nba"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID 76IJPM6MVZBSHIUYVJD5HUPGTE","slug":"created-from-template-id-76IJPM6MVZBSHIUYVJD5HUPGTE"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NBA"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nba"},"type":"story","website_url":"/sports/2022/04/20/jerry-west-lakers-winning-time/"}],"next":{"properties":{"endpoint":"https://prism.ext.nile.works/api/v1/content/get","params":{"limit":"4","offset":"4","url":"prism://prism.query/site,/sports/nba"},"url":"https://prism.ext.nile.works/api/v1/content/get?url=prism%3A%2F%2Fprism.query%2Fsite%2C%2Fsports%2Fnba\u0026offset=4\u0026limit=4"},"url":"prism://prism.query/site,/sports/nba\u0026offset=4\u0026limit=4"}},"{\"source\":\"prism-section\",\"query\":{\"limit\":\"4\",\"offset\":\"0\",\"section\":\"sports/wizards\",\"env\":\"prod\"}}":{"_id":"4dMfPzdjEjk1zCQDo0GxeA==","count":5517,"items":[{"_id":"R277WELANNC2ZHVULTFNMMDNUY","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/14/wes-unseld-jr-wizards-defense/","credits":{"by":[{"_id":"wallacea","name":"Ava Wallace","url":"https://www.washingtonpost.com/people/ava-wallace/","org":"Washington, D.C."}]},"description":{"basic":"The Wizards failed to solve their long-held defensive woes for a number of reasons. "},"display_date":"2022-04-14T18:16:40.436Z","fusion_additions":{"count_info":{"count":1},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/14/wes-unseld-jr-wizards-defense/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/14/wes-unseld-jr-wizards-defense/"}},"promo_image":{"_id":"KZLQ34NKFFC4PH2XSFJEFCCDKY","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/KZLQ34NKFFC4PH2XSFJEFCCDKY.jpg","credits_display":"(Jonathan Newton/The Washington Post)","credits_caption_display":"(Jonathan Newton/The Washington Post)","width":1963,"height":1104,"aspect_ratio":1.7780797101449275,"provenance":"additional_properties.lead_art"},"teaser":"As the season wound on, Wes Unseld Jr. developed a pat response to the greeting, “How are you, Coach?” “How do I look?” he would shoot back with a grin, alluding to the accumulation of nearly sleepless nights, meals on the road and the daily onslaught of decisions that NBA coaches face. It wasn’t exactly President Barack Obama after eight years in office, but Unseld believed the toll had started to show."},"headlines":{"basic":"Players praised Wes Unseld Jr.’s even keel. But the defense was still bad."},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"KZLQ34NKFFC4PH2XSFJEFCCDKY","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/KZLQ34NKFFC4PH2XSFJEFCCDKY.jpg","width":1963,"height":1104,"credits_caption_display":"(Jonathan Newton/The Washington Post)","credits_display":"(Jonathan Newton/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Jonathan Newton","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-16T01:14:54.478Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Washington Wizards news from The Washington Post.","name":"Washington Wizards","_id":"/sports/wizards"},"primary_section":{"name":"Washington Wizards","_id":"/sports/wizards"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID YU7VSU4YQFF5BLQUHE7M2Z7G7Y","slug":"created-from-template-id-YU7VSU4YQFF5BLQUHE7M2Z7G7Y"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Wizards"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nba"},"type":"story","website_url":"/sports/2022/04/14/wes-unseld-jr-wizards-defense/"},{"_id":"SXXQF4PATJETNHSSVTZRVN6KIE","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/12/wizards-offseason-bradley-beal-point-guard/","credits":{"by":[{"_id":"wallacea","name":"Ava Wallace","url":"https://www.washingtonpost.com/people/ava-wallace/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Ava Wallace"}}}]},"description":{"basic":"Washington's second-biggest offseason need is filling its vacancy at point guard — for real this time. "},"display_date":"2022-04-12T22:40:46.088Z","fusion_additions":{"count_info":{"count":2},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/12/wizards-offseason-bradley-beal-point-guard/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/12/wizards-offseason-bradley-beal-point-guard/"}},"promo_image":{"_id":"KMKZ5MEYZFCT3DMEY4M2XXC5HE","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/KMKZ5MEYZFCT3DMEY4M2XXC5HE.jpg","credits_display":"(Jonathan Newton/The Washington Post)","credits_caption_display":"Bradley Beal scoops up his son after he ran on the court during a timeout at the Wizards' home finale. Beal will welcome his third child this summer. (Jonathan Newton/The Washington Post)","width":3852,"height":2167,"image_type":"photograph","aspect_ratio":1.7775726811259807,"provenance":"additional_properties.lead_art"},"teaser":"At the Washington Wizards’ final home game of the season, Bradley Beal eschewed the fashionable ensembles of his fellow veterans riding the bench after their seasons had been shut down and opted for comfort. Kristaps Porzingis sat by him at Capital One Arena in a powder-blue custom suit; Kyle Kuzma, in one last moment of baffling levity, wore sunglasses for much of the game. Beal went with a gray sweatshirt underneath last year’s version of the Wizards’ “City Edition” jersey."},"headlines":{"basic":"Bradley Beal isn’t the only player the Wizards want to lock down"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"KMKZ5MEYZFCT3DMEY4M2XXC5HE","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/KMKZ5MEYZFCT3DMEY4M2XXC5HE.jpg","width":3852,"height":2167,"credits_caption_display":"Bradley Beal scoops up his son after he ran on the court during a timeout at the Wizards' home finale. Beal will welcome his third child this summer. (Jonathan Newton/The Washington Post)","credits_display":"(Jonathan Newton/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Jonathan Newton","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-13T00:24:05.279Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Washington Wizards news from The Washington Post.","name":"Washington Wizards","_id":"/sports/wizards"},"primary_section":{"name":"Washington Wizards","_id":"/sports/wizards"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID YU7VSU4YQFF5BLQUHE7M2Z7G7Y","slug":"created-from-template-id-YU7VSU4YQFF5BLQUHE7M2Z7G7Y"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Wizards"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nba"},"type":"story","website_url":"/sports/2022/04/12/wizards-offseason-bradley-beal-point-guard/"},{"_id":"TCKWN3VX7JGDJNZXIH5JDDTZLI","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/10/kristaps-porzingis-wizards-future/","credits":{"by":[{"_id":"wallacea","name":"Ava Wallace","url":"https://www.washingtonpost.com/people/ava-wallace/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Ava Wallace"}}}]},"description":{"basic":"Washington finished the season with the NBA's 10th-worst record after Sunday's 124-108 defeat at Charlotte."},"display_date":"2022-04-10T23:51:02.736Z","fusion_additions":{"count_info":{"count":3},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/10/kristaps-porzingis-wizards-future/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/10/kristaps-porzingis-wizards-future/"}},"promo_image":{"_id":"WWRKCXDGP5CW7ILJJPRMKTY7IA","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/WWRKCXDGP5CW7ILJJPRMKTY7IA.jpg","credits_display":"(Rusty Jones/AP)","credits_caption_display":"(Rusty Jones/AP)","width":3700,"height":2081,"image_type":"photograph","aspect_ratio":1.77799135031235,"provenance":"additional_properties.lead_art"},"teaser":"Kristaps Porzingis danced around the arc in a red shooting shirt Sunday as Kentavious Caldwell-Pope worked across from him, headphones in. Both looked as focused as they would before any game, but the light shooting session was as close as either would get to the basket all afternoon."},"headlines":{"basic":"Kristaps Porzingis eyes the future as the Wizards’ year ends with one last loss"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"WWRKCXDGP5CW7ILJJPRMKTY7IA","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/WWRKCXDGP5CW7ILJJPRMKTY7IA.jpg","width":3700,"height":2081,"credits_caption_display":"(Rusty Jones/AP)","credits_display":"(Rusty Jones/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Rusty Jones","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-11T01:40:57.546Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":"Hornets 124, Wizards 108"},"subtype":"default","taxonomy":{"primary_site":{"description":"Washington Wizards news from The Washington Post.","name":"Washington Wizards","_id":"/sports/wizards"},"primary_section":{"name":"Washington Wizards","_id":"/sports/wizards"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID YU7VSU4YQFF5BLQUHE7M2Z7G7Y","slug":"created-from-template-id-YU7VSU4YQFF5BLQUHE7M2Z7G7Y"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Wizards"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nba"},"type":"story","website_url":"/sports/2022/04/10/kristaps-porzingis-wizards-future/"},{"_id":"HL3ODLG4ZVCNVIYPAF3MJQAAWE","additional_properties":{},"label":{"transparency":{"text":"Perspective"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/10/washington-wizards-vision-future/","credits":{"by":[{"_id":"bucknerc","name":"Candace Buckner","url":"https://www.washingtonpost.com/people/candace-buckner/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Candace Buckner"}}}]},"description":{"basic":"In a season of low expectations, the Wizards still managed to disappoint."},"display_date":"2022-04-10T08:55:15.764Z","fusion_additions":{"count_info":{"count":4},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/10/washington-wizards-vision-future/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/10/washington-wizards-vision-future/"}},"promo_image":{"_id":"YOBGIP35RNHYBBJ5DWXOJV7JCA","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/YOBGIP35RNHYBBJ5DWXOJV7JCA.jpg","credits_display":"(Jonathan Newton/The Washington Post)","credits_caption_display":"(Jonathan Newton/The Washington Post)","width":4522,"height":2544,"image_type":"photograph","aspect_ratio":1.7775157232704402,"provenance":"additional_properties.lead_art"},"teaser":"On Fan Appreciation Night during the last home game of the 2021-2022 season, the Washington Wizards were in a giving mood. Pretty much anything that was not nailed down — a Thomas Bryant bobblehead, tons of free T-shirts, the lead guard spot in the starting lineup — the Wizards decided to give away. The lucky and loyal fans, who showed up on a Friday night when there surely must have been better things to do than bid adieu to a lottery team, reaped a bonanza of freebies."},"headlines":{"basic":"The Wizards appreciate their fans, but the product is depreciating"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"YOBGIP35RNHYBBJ5DWXOJV7JCA","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/YOBGIP35RNHYBBJ5DWXOJV7JCA.jpg","width":4522,"height":2544,"credits_caption_display":"(Jonathan Newton/The Washington Post)","credits_display":"(Jonathan Newton/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Jonathan Newton","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-10T14:00:25.421Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Washington Wizards news from The Washington Post.","name":"Washington Wizards","_id":"/sports/wizards"},"primary_section":{"name":"Washington Wizards","_id":"/sports/wizards"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID YU7VSU4YQFF5BLQUHE7M2Z7G7Y","slug":"created-from-template-id-YU7VSU4YQFF5BLQUHE7M2Z7G7Y"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Wizards"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nba"},"type":"story","website_url":"/sports/2022/04/10/washington-wizards-vision-future/"}],"next":{"properties":{"endpoint":"https://prism.ext.nile.works/api/v1/content/get","params":{"limit":"4","offset":"4","url":"prism://prism.query/site,/sports/wizards"},"url":"https://prism.ext.nile.works/api/v1/content/get?url=prism%3A%2F%2Fprism.query%2Fsite%2C%2Fsports%2Fwizards\u0026offset=4\u0026limit=4"},"url":"prism://prism.query/site,/sports/wizards\u0026offset=4\u0026limit=4"}},"{\"source\":\"prism-section\",\"query\":{\"limit\":\"4\",\"offset\":\"0\",\"section\":\"/sports/colleges/football\",\"env\":\"prod\"}}":{"_id":"4dMfPzdjEjk1zCQDo0GxeA==","count":235,"items":[{"_id":"DGHN2PKBH5DVRFJOIXY6XE3MPQ","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/01/colin-kaepernick-michigan-spring-game/","credits":{"by":[{"_id":"bielerda","name":"Des Bieler","url":"https://www.washingtonpost.com/people/des-bieler/","org":"Washington, D.C."}]},"description":{"basic":"The former 49ers quarterback, who played under Wolverines Coach Jim Harbaugh in San Francisco, was also named an honorary captain for the school's annual intrasquad scrimmage."},"display_date":"2022-04-01T11:00:17.617Z","fusion_additions":{"count_info":{"count":1},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/01/colin-kaepernick-michigan-spring-game/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/01/colin-kaepernick-michigan-spring-game/"}},"promo_image":{"_id":"6WA75O3NJZBVFKCXHHWN2OZGYU","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/6WA75O3NJZBVFKCXHHWN2OZGYU.jpg","credits_display":"(Todd Kirkland/AP)","credits_caption_display":"(Todd Kirkland/AP)","width":3398,"height":1911,"aspect_ratio":1.7781266352694924,"provenance":"additional_properties.lead_art"},"teaser":"In addition to serving as an honorary captain for Michigan football’s spring game Saturday, Colin Kaepernick will stage a throwing exhibition at halftime."},"headlines":{"basic":"Colin Kaepernick to throw passes at halftime of Michigan spring game"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"6WA75O3NJZBVFKCXHHWN2OZGYU","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/6WA75O3NJZBVFKCXHHWN2OZGYU.jpg","width":3398,"height":1911,"credits_caption_display":"(Todd Kirkland/AP)","credits_display":"(Todd Kirkland/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Todd Kirkland","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-01T14:51:52.359Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Washington Post coverage of the National Football League.","name":"NFL","_id":"/sports/nfl"},"primary_section":{"name":"NFL","_id":"/sports/nfl"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID P5NEJRTYFBH3RO3PIBYHMMAI3U","slug":"created-from-template-id-P5NEJRTYFBH3RO3PIBYHMMAI3U"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NFL"},{"name":"Sports"},{"name":"College Football"}]},"tracking":{"commercial_node":"/sports/nfl"},"type":"story","website_url":"/sports/2022/04/01/colin-kaepernick-michigan-spring-game/"},{"_id":"5UILDYEESBABJHAUUHAKZOTKKA","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/03/29/maryland-football-spring-practice/","credits":{"by":[{"_id":"giambalvoe","name":"Emily Giambalvo","url":"https://www.washingtonpost.com/people/emily-giambalvo/","org":"Washington, D.C."}]},"description":{"basic":"Coach Michael Locksley said he wants his group to take “the next step” after a 7-6 campaign."},"display_date":"2022-03-29T22:25:10.855Z","fusion_additions":{"count_info":{"count":2},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/03/29/maryland-football-spring-practice/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/03/29/maryland-football-spring-practice/"}},"promo_image":{"_id":"E6TWOHFPUYI6ZHN5BVDATVCMDQ","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/E6TWOHFPUYI6ZHN5BVDATVCMDQ.jpg","credits_display":"(Jonathan Newton/The Washington Post)","credits_caption_display":"Maryland quarterback Taulia Tagovailoa is firmly entrenched as the starter entering his third season with the Terps. (Jonathan Newton/The Washington Post)","width":4141,"height":2852,"aspect_ratio":1.4519635343618513,"provenance":"additional_properties.lead_art"},"teaser":"Last season, the Maryland football team gave Coach Michael Locksley and the fan base evidence of progress: The Terrapins performed at their best in a critical road game to become bowl eligible and then went on to secure a winning record with a Pinstripe Bowl victory. Maryland is still far behind the powers of the Big Ten, but Locksley has elevated the program in his three years with solid recruiting, a talented quarterback and newfound stability."},"headlines":{"basic":"Maryland begins spring football practice with QB stability, key departure"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"E6TWOHFPUYI6ZHN5BVDATVCMDQ","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/E6TWOHFPUYI6ZHN5BVDATVCMDQ.jpg","width":4141,"height":2852,"credits_caption_display":"Maryland quarterback Taulia Tagovailoa is firmly entrenched as the starter entering his third season with the Terps. (Jonathan Newton/The Washington Post)","credits_display":"(Jonathan Newton/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Jonathan Newton","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-03-29T23:01:36.006Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Washington Post coverage of Maryland Terrapins sports.","name":"Maryland Terrapins","_id":"/sports/colleges/maryland"},"primary_section":{"name":"Maryland Terrapins","_id":"/sports/colleges/maryland"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID KTCW3RJARJHXXP2UTQBSA3KFQY","slug":"created-from-template-id-KTCW3RJARJHXXP2UTQBSA3KFQY"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"College Football"},{"name":"College Sports"},{"name":"Sports"},{"name":"Maryland Terrapins"}]},"tracking":{"commercial_node":"/sports/college-sports"},"type":"story","website_url":"/sports/2022/03/29/maryland-football-spring-practice/"},{"_id":"JYNXRZJILJAYJI4MUZCIOMA72A","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/02/28/art-briles-steps-down-grambling/","credits":{"by":[{"_id":"bielerda","name":"Des Bieler","url":"https://www.washingtonpost.com/people/des-bieler/","org":"Washington, D.C."}]},"description":{"basic":"\"I feel that my continued presence will be a distraction to you and your team, which is the last thing that I want,\" Art Briles, who was hired by Grambling Coach Hue Jackson, said in a statement."},"display_date":"2022-03-01T01:39:57.238Z","fusion_additions":{"count_info":{"count":3},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/02/28/art-briles-steps-down-grambling/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/02/28/art-briles-steps-down-grambling/"}},"promo_image":{"_id":"GDGLNW2W3FDUVIC346WZAMH3XA","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/GDGLNW2W3FDUVIC346WZAMH3XA.jpg","credits_display":"(LM Otero/AP)","credits_caption_display":"(LM Otero/AP)","width":4122,"height":2319,"aspect_ratio":1.777490297542044,"provenance":"additional_properties.lead_art"},"teaser":"Just days after being hired to be Grambling’s offensive coordinator, Art Briles stepped down from the position. The former Baylor head coach, who was fired from the school in 2016 amid criticism of his handling of sexual assault allegations against a number of his players, said in a statement Monday that he didn’t want to be a distraction for Grambling’s program."},"headlines":{"basic":"Art Briles steps down as Grambling’s offensive coordinator days after being hired"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"GDGLNW2W3FDUVIC346WZAMH3XA","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/GDGLNW2W3FDUVIC346WZAMH3XA.jpg","width":4122,"height":2319,"credits_caption_display":"(LM Otero/AP)","credits_display":"(LM Otero/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"LM Otero","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-03-10T16:13:09.613Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":null,"name":"College Football","_id":"/sports/colleges/football"},"primary_section":{"name":"College Football","_id":"/sports/colleges/football"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"methode-draft","slug":"methode-draft"},{"text":"Created from Template ID O2U4X2VDMBFWFBI6LUYLM62Z6U","slug":"created-from-template-id-O2U4X2VDMBFWFBI6LUYLM62Z6U"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"College Sports"},{"name":"Sports"},{"name":"College Football"}]},"tracking":{"commercial_node":"/sports/colleges/football"},"type":"story","website_url":"/sports/2022/02/28/art-briles-steps-down-grambling/"},{"_id":"BVM2DRXO5RB4JAV5QT7IIDON4M","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/02/24/art-briles-grambling-state/","credits":{"by":[{"_id":"Goldena","name":"Andrew Golden","url":"https://www.washingtonpost.com/people/andrew-golden/","org":"Washington, D.C."},{"_id":"jhabvalan","name":"Nicki Jhabvala","url":"https://www.washingtonpost.com/people/nicki-jhabvala/","org":"Washington, D.C."}]},"description":{"basic":"Art Briles returns to the college coaching ranks for the first time since he was fired by Baylor in 2016."},"display_date":"2022-02-24T23:35:08.483Z","fusion_additions":{"count_info":{"count":4},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/02/24/art-briles-grambling-state/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/02/24/art-briles-grambling-state/"}},"promo_image":{"_id":"CKR2ODVPSNAYJACOVQRNXQNZPI","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/CKR2ODVPSNAYJACOVQRNXQNZPI.jpg","credits_display":"(LM Otero/AP)","credits_caption_display":"(LM Otero/AP)","width":3187,"height":1793,"image_type":"photograph","aspect_ratio":1.777467930842164,"provenance":"additional_properties.lead_art"},"teaser":"Grambling State University hired Art Briles as its offensive coordinator, a school spokesperson confirmed Thursday, bringing Briles back into the college coaching ranks for the first time since Baylor fired him for his handling of sexual assault allegations against his players."},"headlines":{"basic":"Grambling hires Art Briles, who coached Baylor during scandal, as offensive coordinator"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"CKR2ODVPSNAYJACOVQRNXQNZPI","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/CKR2ODVPSNAYJACOVQRNXQNZPI.jpg","width":3187,"height":1793,"credits_caption_display":"(LM Otero/AP)","credits_display":"(LM Otero/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"LM Otero","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-02-24T23:53:24.856Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":null,"name":"College Football","_id":"/sports/colleges/football"},"primary_section":{"name":"College Football","_id":"/sports/colleges/football"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID KTCW3RJARJHXXP2UTQBSA3KFQY","slug":"created-from-template-id-KTCW3RJARJHXXP2UTQBSA3KFQY"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"College Football"},{"name":"College Sports"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/colleges/football"},"type":"story","website_url":"/sports/2022/02/24/art-briles-grambling-state/"}],"next":{"properties":{"endpoint":"https://prism.ext.nile.works/api/v1/content/get","params":{"limit":"4","offset":"4","url":"prism://prism.query/site,/sports/colleges/football"},"url":"https://prism.ext.nile.works/api/v1/content/get?url=prism%3A%2F%2Fprism.query%2Fsite%2C%2Fsports%2Fcolleges%2Ffootball\u0026offset=4\u0026limit=4"},"url":"prism://prism.query/site,/sports/colleges/football\u0026offset=4\u0026limit=4"}},"{\"source\":\"wsk-collection\",\"query\":{\"id\":\"3KG4SECCO5G5JEIMTGZOSQ4WHU\",\"limit\":\"4\",\"offset\":\"0\",\"env\":\"prod\"}}":{"_id":"3KG4SECCO5G5JEIMTGZOSQ4WHU","description":{"basic":"2022 men's NCAA tournament coverage"},"headlines":{"basic":"More on the men's NCAA tournament"},"items":[{"_id":"ZKK5MI3MO5EY3LNVRO2EOAOKPQ","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/04/kansas-wins-national-championship/","credits":{"by":[{"_id":"CULPEPPERCR","name":"Chuck Culpepper","url":"https://www.washingtonpost.com/people/chuck-culpepper/","org":"Washington, D.C."}]},"description":{"basic":"It’s the second national championship for Kansas Coach Bill Self, who also led the Jayhawks to the title in 2008. "},"display_date":"2022-04-05T06:14:58.157Z","fusion_additions":{"count_info":{"count":1},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/04/kansas-wins-national-championship/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/04/kansas-wins-national-championship/"}},"promo_image":{"_id":"U4B7LX6Q2ZHINORSWMFAJYMLKQ","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/U4B7LX6Q2ZHINORSWMFAJYMLKQ.jpg","credits_display":"(Tom Pennington/Getty Images)","credits_caption_display":"(Tom Pennington/Getty Images)","width":5374,"height":3023,"image_type":"photograph","aspect_ratio":1.7777042672841548,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Kansas makes stunning second-half comeback to win national title"},"promo_items":{"basic":{"_id":"U4B7LX6Q2ZHINORSWMFAJYMLKQ","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/U4B7LX6Q2ZHINORSWMFAJYMLKQ.jpg","width":5374,"height":3023,"credits_caption_display":"(Tom Pennington/Getty Images)","credits_display":"(Tom Pennington/Getty Images)","caption":"","copyright":"Getty Images","credits":{"by":[{"name":"Tom Pennington","org":"Getty Images","type":"author"}],"affiliation":[{"name":"Getty Images"}]}}},"publish_date":"2022-04-05T13:45:52.858Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":null,"name":"College Basketball","_id":"/sports/colleges/basketball"},"primary_section":{"name":"College Basketball","_id":"/sports/colleges/basketball"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"magnet-marchmadness2022","slug":"magnet-marchmadness2022"},{"text":"Created from Template ID PEGNVSL2FJCNTOAELBYSM3TGBY","slug":"created-from-template-id-PEGNVSL2FJCNTOAELBYSM3TGBY"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"College Sports"},{"name":"Sports"},{"name":"College Basketball"}]},"type":"story"},{"_id":"QOVOWYC6EBCXXA5BUFJUIWNG4Q","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/05/kansas-veterans-champs/","credits":{"by":[{"_id":"giambalvoe","name":"Emily Giambalvo","url":"https://www.washingtonpost.com/people/emily-giambalvo/","org":"Washington, D.C."}]},"description":{"basic":"Overlooked veterans such as David McCormack and Ochai Agbaji personified how this version of Kansas dominance was built."},"display_date":"2022-04-05T05:56:06.216Z","fusion_additions":{"count_info":{"count":2},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/05/kansas-veterans-champs/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/05/kansas-veterans-champs/"}},"promo_image":{"_id":"AOHFRM6EVBBOZI6XGOM6DJUOBY","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/AOHFRM6EVBBOZI6XGOM6DJUOBY.jpg","credits_display":"(Tom Pennington/Getty Images)","credits_caption_display":"(Tom Pennington/Getty Images)","width":2321,"height":1306,"image_type":"photograph","aspect_ratio":1.7771822358346094,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"These Jayhawks weren’t top recruits, but they evolved into champions"},"promo_items":{"basic":{"_id":"AOHFRM6EVBBOZI6XGOM6DJUOBY","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/AOHFRM6EVBBOZI6XGOM6DJUOBY.jpg","width":2321,"height":1306,"credits_caption_display":"(Tom Pennington/Getty Images)","credits_display":"(Tom Pennington/Getty Images)","caption":"","copyright":"Getty Images","credits":{"by":[{"name":"Tom Pennington","org":"Getty Images","type":"author"}],"affiliation":[{"name":"Getty Images"}]}}},"publish_date":"2022-04-05T23:01:52.253Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":null,"name":"College Basketball","_id":"/sports/colleges/basketball"},"primary_section":{"name":"College Basketball","_id":"/sports/colleges/basketball"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"magnet-marchmadness2022","slug":"magnet-marchmadness2022"},{"text":"Created from Template ID PEGNVSL2FJCNTOAELBYSM3TGBY","slug":"created-from-template-id-PEGNVSL2FJCNTOAELBYSM3TGBY"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"College Sports"},{"name":"Sports"},{"name":"College Basketball"}]},"type":"story"},{"_id":"TCE77EZF7JCKLCL6DZ6MO7K7JI","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/03/with-coach-k-gone-bill-self-could-be-new-voice-college-hoops/","credits":{"by":[{"_id":"svrlugabw","name":"Barry Svrluga","url":"https://www.washingtonpost.com/people/barry-svrluga/","org":"Washington, D.C."}]},"description":{"basic":"The Kansas coach's words matter to college basketball — another national championship or not."},"display_date":"2022-04-03T21:45:49.660Z","fusion_additions":{"count_info":{"count":3},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/03/with-coach-k-gone-bill-self-could-be-new-voice-college-hoops/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/03/with-coach-k-gone-bill-self-could-be-new-voice-college-hoops/"}},"promo_image":{"_id":"BN3V4CVTOMI6ZA2YECVBMNK7WQ","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/BN3V4CVTOMI6ZA2YECVBMNK7WQ.jpg","credits_display":"(David J. Phillip/AP)","credits_caption_display":"(David J. Phillip/AP)","width":4800,"height":3200,"aspect_ratio":1.5,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"With Coach K gone, Bill Self could be the new voice of college hoops"},"promo_items":{"basic":{"_id":"BN3V4CVTOMI6ZA2YECVBMNK7WQ","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/BN3V4CVTOMI6ZA2YECVBMNK7WQ.jpg","width":4800,"height":3200,"credits_caption_display":"(David J. Phillip/AP)","credits_display":"(David J. Phillip/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"David J. Phillip","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-04T17:47:29.319Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":null,"name":"College Basketball","_id":"/sports/colleges/basketball"},"primary_section":{"name":"College Basketball","_id":"/sports/colleges/basketball"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"magnet-marchmadness2022","slug":"magnet-marchmadness2022"},{"text":"Created from Template ID PEGNVSL2FJCNTOAELBYSM3TGBY","slug":"created-from-template-id-PEGNVSL2FJCNTOAELBYSM3TGBY"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"College Sports"},{"name":"Sports"},{"name":"College Basketball"}]},"type":"story"},{"_id":"C5OO7AJGFND2HMP3WXMJTKHKEI","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/03/yes-unc-duke-was-epic-no-it-wasnt-final-scene-this-movie/","credits":{"by":[{"_id":"CULPEPPERCR","name":"Chuck Culpepper","url":"https://www.washingtonpost.com/people/chuck-culpepper/","org":"Washington, D.C."}]},"description":{"basic":"North Carolina vs. Kansas for the national title is an afterthought? Now, that’s Madness."},"display_date":"2022-04-03T22:45:45.425Z","fusion_additions":{"count_info":{"count":4},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/03/yes-unc-duke-was-epic-no-it-wasnt-final-scene-this-movie/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/03/yes-unc-duke-was-epic-no-it-wasnt-final-scene-this-movie/"}},"promo_image":{"_id":"YNSSI3MIL5AUPDESUB7NCOLBWY","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/YNSSI3MIL5AUPDESUB7NCOLBWY.jpg","credits_display":"(David J. Phillip/AP)","credits_caption_display":"(David J. Phillip/AP)","width":8640,"height":4860,"image_type":"photograph","aspect_ratio":1.7777777777777777,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Yes, UNC-Duke was epic. No, it wasn’t the final scene of this movie."},"promo_items":{"basic":{"_id":"YNSSI3MIL5AUPDESUB7NCOLBWY","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/YNSSI3MIL5AUPDESUB7NCOLBWY.jpg","width":8640,"height":4860,"credits_caption_display":"(David J. Phillip/AP)","credits_display":"(David J. Phillip/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"David J. Phillip","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-04T14:46:05.545Z","subheadlines":{"basic":"North Carolina vs. Kansas for the national title is almost afterthought"},"subtype":"default","taxonomy":{"primary_site":{"description":null,"name":"College Basketball","_id":"/sports/colleges/basketball"},"primary_section":{"name":"College Basketball","_id":"/sports/colleges/basketball"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"magnet-marchmadness2022","slug":"magnet-marchmadness2022"},{"text":"Created from Template ID PEGNVSL2FJCNTOAELBYSM3TGBY","slug":"created-from-template-id-PEGNVSL2FJCNTOAELBYSM3TGBY"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"College Sports"},{"name":"Sports"},{"name":"College Basketball"}]},"type":"story"}],"type":"collection"},"{\"source\":\"prism-section\",\"query\":{\"limit\":\"4\",\"offset\":\"0\",\"section\":\"sports/soccer\",\"env\":\"prod\"}}":{"_id":"4dMfPzdjEjk1zCQDo0GxeA==","count":5132,"items":[{"_id":"YG6CTF6XNRE4TEJ5XNZ7EJ3UOQ","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/20/hernan-losada-fired-dc-united/","credits":{"by":[{"_id":"goffs","name":"Steven Goff","url":"https://www.washingtonpost.com/people/steven-goff/","org":"Washington, D.C."}]},"description":{"basic":"In a text message, Losada said he needed time to process the team’s decision. “I’m still in shock,” he added."},"display_date":"2022-04-20T21:07:30.063Z","fusion_additions":{"count_info":{"count":1},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/hernan-losada-fired-dc-united/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/hernan-losada-fired-dc-united/"}},"promo_image":{"_id":"VCCPGB56URF43DXFCPKUPNVESM","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/VCCPGB56URF43DXFCPKUPNVESM.jpg","credits_display":"(Katherine Frey/The Washington Post)","credits_caption_display":"(Katherine Frey/The Washington Post)","width":2511,"height":1412,"aspect_ratio":1.778328611898017,"provenance":"additional_properties.lead_art"},"teaser":"D.C. United fired coach Hernán Losada on Wednesday, barely over a year into a tenure that showed promise last season but sputtered this spring amid cracks in his relationships with some players and the front office."},"headlines":{"basic":"D.C. United fires coach Hernán Losada after sluggish start to season"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"VCCPGB56URF43DXFCPKUPNVESM","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/VCCPGB56URF43DXFCPKUPNVESM.jpg","width":2511,"height":1412,"credits_caption_display":"(Katherine Frey/The Washington Post)","credits_display":"(Katherine Frey/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Katherine Frey","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-20T23:02:18.507Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for DC United and MLS soccer news and information. Get the latest schedules, stats, rosters and scoreboards for Major League Soccer. Stay updated on the latest D.C. United and MLS news!","name":"Soccer","_id":"/sports/soccer"},"primary_section":{"name":"Soccer","_id":"/sports/soccer"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID ZY44JWVHTFHMJNF2KO6IGNCC7E","slug":"created-from-template-id-ZY44JWVHTFHMJNF2KO6IGNCC7E"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Soccer"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/soccer"},"type":"story","website_url":"/sports/2022/04/20/hernan-losada-fired-dc-united/"},{"_id":"ZXQZQMUPRJCQHIIWBYDZMBVJ3M","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/19/dc-united-flower-city-us-open-cup/","credits":{"by":[{"_id":"goffs","name":"Steven Goff","url":"https://www.washingtonpost.com/people/steven-goff/","org":"Washington, D.C."}]},"description":{"basic":"Ola Kamara scored twice and added an assist in the final 17 minutes as the MLS squad dodged an upset and advanced to the round of 32."},"display_date":"2022-04-20T02:40:40.221Z","fusion_additions":{"count_info":{"count":2},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/19/dc-united-flower-city-us-open-cup/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/19/dc-united-flower-city-us-open-cup/"}},"promo_image":{"_id":"QYB4FEAKPFFSRJHXDUB4L4KESQ","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/QYB4FEAKPFFSRJHXDUB4L4KESQ.jpg","credits_display":"(D.C. United)","credits_caption_display":"(D.C. United)","width":1494,"height":841,"image_type":"photograph","aspect_ratio":1.7764565992865635,"provenance":"additional_properties.lead_art"},"teaser":"Featuring clubs big and small, pro and amateur, often clashing off soccer’s beaten path, the U.S. Open Cup has been a lightly recognized sports treasure for more than 100 years."},"headlines":{"basic":"D.C. United surges late for a 3-0 win over Flower City in the U.S. Open Cup"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"QYB4FEAKPFFSRJHXDUB4L4KESQ","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/QYB4FEAKPFFSRJHXDUB4L4KESQ.jpg","width":1494,"height":841,"credits_caption_display":"(D.C. United)","credits_display":"(D.C. United)","caption":"","copyright":"D.C. United","credits":{"by":[{"name":"D.C. United","type":"author"}],"affiliation":[{"name":"D.C. United"}]}}},"publish_date":"2022-04-20T02:56:32.733Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for DC United and MLS soccer news and information. Get the latest schedules, stats, rosters and scoreboards for Major League Soccer. Stay updated on the latest D.C. United and MLS news!","name":"Soccer","_id":"/sports/soccer"},"primary_section":{"name":"Soccer","_id":"/sports/soccer"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID ZY44JWVHTFHMJNF2KO6IGNCC7E","slug":"created-from-template-id-ZY44JWVHTFHMJNF2KO6IGNCC7E"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Soccer"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/soccer"},"type":"story","website_url":"/sports/2022/04/19/dc-united-flower-city-us-open-cup/"},{"_id":"2WACKOR4EBAR7OHDYYIFCMVOBY","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/19/cristiano-ronaldo-newborn-son/","credits":{"by":[{"_id":"borenca","name":"Cindy Boren","url":"https://www.washingtonpost.com/people/cindy-boren/","org":"Washington, D.C."}]},"description":{"basic":"The Manchester United star, who missed Tuesday's Premier League match against Liverpool, and Georgina Rodriguez said the baby's twin sister \"gives us strength.\""},"display_date":"2022-04-19T19:47:33.595Z","fusion_additions":{"count_info":{"count":3},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/19/cristiano-ronaldo-newborn-son/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/19/cristiano-ronaldo-newborn-son/"}},"promo_image":{"_id":"XVFEYL7X2ZDTHNJBTJJQM6RJQQ","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/XVFEYL7X2ZDTHNJBTJJQM6RJQQ.jpg","credits_display":"(Luca Bruno/AP)","credits_caption_display":"(Luca Bruno/AP)","width":2000,"height":1125,"image_type":"photograph","aspect_ratio":1.7777777777777777,"provenance":"additional_properties.lead_art"},"teaser":"Soccer superstar Cristiano Ronaldo and his partner, Georgina Rodriguez, announced Monday that their baby son has died, calling it “the greatest pain that any parents can feel.”"},"headlines":{"basic":"Cristiano Ronaldo and his partner announce death of their newborn son"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"XVFEYL7X2ZDTHNJBTJJQM6RJQQ","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/XVFEYL7X2ZDTHNJBTJJQM6RJQQ.jpg","width":2000,"height":1125,"credits_caption_display":"(Luca Bruno/AP)","credits_display":"(Luca Bruno/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Luca Bruno","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-20T03:22:36.615Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for DC United and MLS soccer news and information. Get the latest schedules, stats, rosters and scoreboards for Major League Soccer. Stay updated on the latest D.C. United and MLS news!","name":"Soccer","_id":"/sports/soccer"},"primary_section":{"name":"Soccer","_id":"/sports/soccer"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID ZY44JWVHTFHMJNF2KO6IGNCC7E","slug":"created-from-template-id-ZY44JWVHTFHMJNF2KO6IGNCC7E"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Soccer"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/soccer"},"type":"story","website_url":"/sports/2022/04/19/cristiano-ronaldo-newborn-son/"},{"_id":"O37JKT6E2NG4BNY6TRTR6S2GNY","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/17/washington-spirit-gotham-fc-trinity-rodman/","credits":{"by":[{"_id":"goffs","name":"Steven Goff","url":"https://www.washingtonpost.com/people/steven-goff/","org":"Washington, D.C."}]},"description":{"basic":"Washington improved to 11-0-6 since mid-August and remains in contention for the Challenge Cup semifinals."},"display_date":"2022-04-17T23:26:51.812Z","fusion_additions":{"count_info":{"count":4},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/17/washington-spirit-gotham-fc-trinity-rodman/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/17/washington-spirit-gotham-fc-trinity-rodman/"}},"promo_image":{"_id":"RSEUJGV6RMI6ZNO7D65GDJTMOU","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/RSEUJGV6RMI6ZNO7D65GDJTMOU.jpg","credits_display":"(Tim Nwachukwu/Getty Images)","credits_caption_display":"Trinity Rodman celebrates 39th-minute goal at Red Bull Arena in Harrison, N.J. (Tim Nwachukwu/Getty Images)","width":3534,"height":2356,"aspect_ratio":1.5,"provenance":"additional_properties.lead_art"},"teaser":"With Trinity Rodman continuing her scoring surge Sunday, the Washington Spirit remained unbeaten in competitive matches since August and stayed in contention for a semifinal berth in the Challenge Cup, the National Women’s Soccer League’s preseason tournament."},"headlines":{"basic":"Trinity Rodman, Spirit continue surge with 3-1 victory over Gotham FC"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"RSEUJGV6RMI6ZNO7D65GDJTMOU","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/RSEUJGV6RMI6ZNO7D65GDJTMOU.jpg","width":3534,"height":2356,"credits_caption_display":"Trinity Rodman celebrates 39th-minute goal at Red Bull Arena in Harrison, N.J. (Tim Nwachukwu/Getty Images)","credits_display":"(Tim Nwachukwu/Getty Images)","caption":"","copyright":"Getty Images","credits":{"by":[{"name":"Tim Nwachukwu","org":"Getty Images","type":"author"}],"affiliation":[{"name":"Getty Images"}]}}},"publish_date":"2022-04-18T01:14:58.380Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":"Win leaves Washington unbeaten on the field since August and in contention for Challenge Cup semifinals"},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for DC United and MLS soccer news and information. Get the latest schedules, stats, rosters and scoreboards for Major League Soccer. Stay updated on the latest D.C. United and MLS news!","name":"Soccer","_id":"/sports/soccer"},"primary_section":{"name":"Soccer","_id":"/sports/soccer"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID ZY44JWVHTFHMJNF2KO6IGNCC7E","slug":"created-from-template-id-ZY44JWVHTFHMJNF2KO6IGNCC7E"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Soccer"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/soccer"},"type":"story","website_url":"/sports/2022/04/17/washington-spirit-gotham-fc-trinity-rodman/"}],"next":{"properties":{"endpoint":"https://prism.ext.nile.works/api/v1/content/get","params":{"limit":"4","offset":"4","url":"prism://prism.query/site,/sports/soccer"},"url":"https://prism.ext.nile.works/api/v1/content/get?url=prism%3A%2F%2Fprism.query%2Fsite%2C%2Fsports%2Fsoccer\u0026offset=4\u0026limit=4"},"url":"prism://prism.query/site,/sports/soccer\u0026offset=4\u0026limit=4"}},"{\"source\":\"prism-section\",\"query\":{\"limit\":\"4\",\"offset\":\"0\",\"section\":\"/sports/wnba/\",\"env\":\"prod\"}}":{"_id":"4dMfPzdjEjk1zCQDo0GxeA==","count":444,"items":[{"_id":"HUDSJHQ4GBHRRKQPATOTRPCYGQ","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/20/christyn-williams-knee-injury-mystics/","credits":{"by":[{"_id":"wallacea","name":"Ava Wallace","url":"https://www.washingtonpost.com/people/ava-wallace/","org":"Washington, D.C."}]},"description":{"basic":"The rookie guard was injured during training camp Tuesday."},"display_date":"2022-04-20T21:11:25.253Z","fusion_additions":{"count_info":{"count":1},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/christyn-williams-knee-injury-mystics/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/christyn-williams-knee-injury-mystics/"}},"promo_image":{"_id":"JKRX54FVNJFHTJMBY35RGI5UXI","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/JKRX54FVNJFHTJMBY35RGI5UXI.jpg","credits_display":"(Katherine Frey/The Washington Post)","credits_caption_display":"(Katherine Frey/The Washington Post)","width":4598,"height":2586,"image_type":"photograph","aspect_ratio":1.7780355761794278,"provenance":"additional_properties.lead_art"},"teaser":"For the second time in four years, the Washington Mystics will be down a draft pick to start the season. Christyn Williams, a 5-foot-11 guard out of Connecticut whom the Mystics selected in the second round this month, suffered a season-ending knee injury at practice Tuesday. The Mystics did not disclose the precise nature of Williams’s injury, but she will have surgery, and there is no timetable for her return."},"headlines":{"basic":"Christyn Williams, Mystics’ second-round pick, will miss season with knee injury"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"JKRX54FVNJFHTJMBY35RGI5UXI","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/JKRX54FVNJFHTJMBY35RGI5UXI.jpg","width":4598,"height":2586,"credits_caption_display":"(Katherine Frey/The Washington Post)","credits_display":"(Katherine Frey/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Katherine Frey","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-20T23:41:36.038Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for Washington Mystics and WNBA basketball news and information. Get the latest schedules, stats, rosters and scoreboards for the WNBA. Stay updated on the latest Washington Mystics and WNBA news!","name":"WNBA","_id":"/sports/wnba"},"primary_section":{"name":"WNBA","_id":"/sports/wnba"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID XIRQIAK36NDJLJYOGUTLLO2JXA","slug":"created-from-template-id-XIRQIAK36NDJLJYOGUTLLO2JXA"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"WNBA"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports"},"type":"story","website_url":"/sports/2022/04/20/christyn-williams-knee-injury-mystics/"},{"_id":"6WBUDV64DRFLHL3YLBCFYBKBRU","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/18/elena-delle-donne-is-back-mystics-are-championship-minded/","credits":{"by":[{"_id":"wallacea","name":"Ava Wallace","url":"https://www.washingtonpost.com/people/ava-wallace/","org":"Washington, D.C."}]},"description":{"basic":"Washington enters 2022 with plenty of similarities to the 2019 title team."},"display_date":"2022-04-18T20:41:15.741Z","fusion_additions":{"count_info":{"count":2},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/18/elena-delle-donne-is-back-mystics-are-championship-minded/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/18/elena-delle-donne-is-back-mystics-are-championship-minded/"}},"promo_image":{"_id":"5DHPA4FO4VA2LDYQGMS6ZPTDE4","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/5DHPA4FO4VA2LDYQGMS6ZPTDE4.jpg","credits_display":"(Katherine Frey/The Washington Post)","credits_caption_display":"(Katherine Frey/The Washington Post)","width":5017,"height":2822,"image_type":"photograph","aspect_ratio":1.7778171509567682,"provenance":"additional_properties.lead_art"},"teaser":"Elena Delle Donne caught herself as she sat in front of the mic during the Washington Mystics’ media day. She had been telling a story about getting lunch with Ariel Atkins and referred to the guard by the old nickname Kristi Toliver once gave her, “Little A.” Delle Donne stopped herself, trying to remember if Atkins minds the moniker all these years later."},"headlines":{"basic":"Elena Delle Donne is back, and the Mystics are championship-minded"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"5DHPA4FO4VA2LDYQGMS6ZPTDE4","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/5DHPA4FO4VA2LDYQGMS6ZPTDE4.jpg","width":5017,"height":2822,"credits_caption_display":"(Katherine Frey/The Washington Post)","credits_display":"(Katherine Frey/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Katherine Frey","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-19T00:23:20.784Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for Washington Mystics and WNBA basketball news and information. Get the latest schedules, stats, rosters and scoreboards for the WNBA. Stay updated on the latest Washington Mystics and WNBA news!","name":"WNBA","_id":"/sports/wnba"},"primary_section":{"name":"WNBA","_id":"/sports/wnba"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID YU7VSU4YQFF5BLQUHE7M2Z7G7Y","slug":"created-from-template-id-YU7VSU4YQFF5BLQUHE7M2Z7G7Y"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Sports"},{"name":"WNBA"}]},"tracking":{"commercial_node":"/sports/nba"},"type":"story","website_url":"/sports/2022/04/18/elena-delle-donne-is-back-mystics-are-championship-minded/"},{"_id":"Z22556H46JFENHN6Z2G63VQL5I","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/17/alysha-clark-mystics-rehab/","credits":{"by":[{"_id":"copelandk","name":"Kareem Copeland","url":"https://www.washingtonpost.com/people/kareem-copeland/","org":"Washington, D.C."}]},"description":{"basic":"She missed all of 2021 with the first season-ending injury of her career, but now the defensive ace ready is to restart as training camp opens Monday."},"display_date":"2022-04-17T11:30:05.257Z","fusion_additions":{"count_info":{"count":3},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/17/alysha-clark-mystics-rehab/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/17/alysha-clark-mystics-rehab/"}},"promo_image":{"_id":"AEZ7P6F2SYI6ZDAJ445PPYJNM4","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/AEZ7P6F2SYI6ZDAJ445PPYJNM4.jpg","credits_display":"(Michael A. McCoy/For The Washington Post)","credits_caption_display":"Washington Mystics forward Alysha Clark is back after missing last season with a foot injury. (Michael A. McCoy for The Washington Post)","width":4000,"height":2667,"aspect_ratio":1.4998125234345707,"provenance":"additional_properties.lead_art"},"teaser":"Alysha Clark is alone on the practice courts inside Entertainment and Sports Arena at 9 a.m. sharp, and this particular Tuesday is considered a late start for the two-time WNBA champion. Sporting Mystics gear from head to toe — blue shirt, red shorts, blue league logo socks pulled to her calves— Clark goes through stretches as others arrive to the building. She already has put in 30 minutes of prep work ahead of an hour on the court and a weight-room session with a physical therapist."},"headlines":{"basic":"Mystics counting on Alysha Clark to get back in championship form"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"AEZ7P6F2SYI6ZDAJ445PPYJNM4","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/AEZ7P6F2SYI6ZDAJ445PPYJNM4.jpg","width":4000,"height":2667,"credits_caption_display":"Washington Mystics forward Alysha Clark is back after missing last season with a foot injury. (Michael A. McCoy for The Washington Post)","credits_display":"(Michael A. McCoy/For The Washington Post)","caption":"","copyright":"Michael A. McCoy","credits":{"by":[{"name":"Michael A. McCoy","org":"For The Washington Post","type":"author"}],"affiliation":[{"name":"For The Washington Post"}]}}},"publish_date":"2022-04-18T01:10:53.145Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for Washington Mystics and WNBA basketball news and information. Get the latest schedules, stats, rosters and scoreboards for the WNBA. Stay updated on the latest Washington Mystics and WNBA news!","name":"WNBA","_id":"/sports/wnba"},"primary_section":{"name":"WNBA","_id":"/sports/wnba"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID 76IJPM6MVZBSHIUYVJD5HUPGTE","slug":"created-from-template-id-76IJPM6MVZBSHIUYVJD5HUPGTE"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Sports"},{"name":"WNBA"}]},"tracking":{"commercial_node":"/sports"},"type":"story","website_url":"/sports/2022/04/17/alysha-clark-mystics-rehab/"},{"_id":"DE5EVLJ4QRHYBPBNRRLLMJDQZA","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/11/shakira-austin-mystics-wnba-draft/","credits":{"by":[{"_id":"copelandk","name":"Kareem Copeland","url":"https://www.washingtonpost.com/people/kareem-copeland/","org":"Washington, D.C."}]},"description":{"basic":"Austin, who finished her college career at Mississippi, said starting her time in the WNBA \"back home\" is an honor."},"display_date":"2022-04-12T02:32:16.121Z","fusion_additions":{"count_info":{"count":4},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/11/shakira-austin-mystics-wnba-draft/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/11/shakira-austin-mystics-wnba-draft/"}},"promo_image":{"_id":"FDFRXQAH3JDLPKIJDRL2XIDXR4","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/FDFRXQAH3JDLPKIJDRL2XIDXR4.jpg","credits_display":"(Adam Hunger/AP)","credits_caption_display":"(Adam Hunger/AP)","width":5169,"height":2907,"image_type":"photograph","aspect_ratio":1.7781217750257998,"provenance":"additional_properties.lead_art"},"teaser":"There were no surprises at the top of the WNBA draft Monday night: Rhyne Howard, NaLyssa Smith and Shakira Austin went one-two-three."},"headlines":{"basic":"Mystics select ex-Maryland standout Shakira Austin in the WNBA draft"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"FDFRXQAH3JDLPKIJDRL2XIDXR4","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/FDFRXQAH3JDLPKIJDRL2XIDXR4.jpg","width":5169,"height":2907,"credits_caption_display":"(Adam Hunger/AP)","credits_display":"(Adam Hunger/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Adam Hunger","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-12T03:02:00.812Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for Washington Mystics and WNBA basketball news and information. Get the latest schedules, stats, rosters and scoreboards for the WNBA. Stay updated on the latest Washington Mystics and WNBA news!","name":"WNBA","_id":"/sports/wnba"},"primary_section":{"name":"WNBA","_id":"/sports/wnba"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID XIRQIAK36NDJLJYOGUTLLO2JXA","slug":"created-from-template-id-XIRQIAK36NDJLJYOGUTLLO2JXA"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"WNBA"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports"},"type":"story","website_url":"/sports/2022/04/11/shakira-austin-mystics-wnba-draft/"}],"next":{"properties":{"endpoint":"https://prism.ext.nile.works/api/v1/content/get","params":{"limit":"4","offset":"4","url":"prism://prism.query/site,/sports/wnba/"},"url":"https://prism.ext.nile.works/api/v1/content/get?url=prism%3A%2F%2Fprism.query%2Fsite%2C%2Fsports%2Fwnba%2F\u0026offset=4\u0026limit=4"},"url":"prism://prism.query/site,/sports/wnba/\u0026offset=4\u0026limit=4"}},"{\"source\":\"prism-section\",\"query\":{\"limit\":\"4\",\"offset\":\"0\",\"section\":\"sports/nhl\",\"env\":\"prod\"}}":{"_id":"4dMfPzdjEjk1zCQDo0GxeA==","count":314,"items":[{"_id":"HBKJHHNWN5C25NDMVQMKABXF5U","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/18/marshawn-lynch-seattle-kraken-macklemore/","credits":{"by":[{"_id":"bielerda","name":"Des Bieler","url":"https://www.washingtonpost.com/people/des-bieler/","org":"Washington, D.C."}]},"description":{"basic":"A star for many years with the Seahawks, the now-retired Lynch said it was \"only right I continue to plant seeds and give back\" to Seattle and join the ownership group of the NHL's Kraken."},"display_date":"2022-04-18T23:43:16.634Z","fusion_additions":{"count_info":{"count":1},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/18/marshawn-lynch-seattle-kraken-macklemore/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/18/marshawn-lynch-seattle-kraken-macklemore/"}},"promo_image":{"_id":"G6M466V7FAI6ZNO7D65GDJTMOU","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/G6M466V7FAI6ZNO7D65GDJTMOU.jpg","credits_display":"(Caean Couto/AP)","credits_caption_display":"“He’s intrigued with the idea of what’s it’s like to be an owner and the business side and the financing,” Kraken CEO Tod Leiweke said of Marshawn Lynch, shown at left with Macklemore. (Caean Couto/Seattle Kraken via AP)","width":6000,"height":3994,"aspect_ratio":1.5022533800701052,"provenance":"additional_properties.lead_art"},"teaser":"The Kraken’s inaugural season as an NHL expansion team may not be going as well as it hoped, but a recent expansion of its ownership group should prove quite pleasing to fans in Seattle. The Kraken announced Monday that it added former Seahawks running back Marshawn Lynch and locally based hip-hop star Macklemore as minority stakeholders."},"headlines":{"basic":"Marshawn Lynch becomes a minority investor in NHL’s Seattle Kraken"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"G6M466V7FAI6ZNO7D65GDJTMOU","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/G6M466V7FAI6ZNO7D65GDJTMOU.jpg","width":6000,"height":3994,"credits_caption_display":"“He’s intrigued with the idea of what’s it’s like to be an owner and the business side and the financing,” Kraken CEO Tod Leiweke said of Marshawn Lynch, shown at left with Macklemore. (Caean Couto/Seattle Kraken via AP)","credits_display":"(Caean Couto/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Caean Couto","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-19T00:17:48.711Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Capitals and NHL Hockey news \u0026amp; information. Get the latest schedules, stats, rosters and scoreboards for the NHL. Stay updated on the latest Washington Capitals and NHL news!","name":"NHL","_id":"/sports/nhl"},"primary_section":{"name":"NHL","_id":"/sports/nhl"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID 5JLISWE4P5AB5KMGQ3RX5B4FQM","slug":"created-from-template-id-5JLISWE4P5AB5KMGQ3RX5B4FQM"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NHL"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nhl"},"type":"story","website_url":"/sports/2022/04/18/marshawn-lynch-seattle-kraken-macklemore/"},{"_id":"L2PXFAYNIBBWJPBEBLU5ANTY4A","additional_properties":{},"label":{"transparency":{"text":"Perspective"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/16/mike-bossy-dies-appreciation/","credits":{"by":[{"_id":"feinsteinj","name":"John Feinstein","url":"https://www.washingtonpost.com/people/john-feinstein/"}]},"description":{"basic":"Mike Bossy's NHL career was relatively short. His accomplishments weren't. "},"display_date":"2022-04-16T18:48:39.157Z","fusion_additions":{"count_info":{"count":2},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/16/mike-bossy-dies-appreciation/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/16/mike-bossy-dies-appreciation/"}},"promo_image":{"_id":"Y3KNLRY6EFAUNA66KUNONIMG2U","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/Y3KNLRY6EFAUNA66KUNONIMG2U.jpg","credits_display":"(Richard Drew/AP)","credits_caption_display":"(Richard Drew/AP)","width":3250,"height":1828,"image_type":"photograph","aspect_ratio":1.7778993435448578,"provenance":"additional_properties.lead_art"},"teaser":"This has been a season of tragedy for the New York Islanders, and, sadly, it has nothing to do with the fact that they are going to miss the Stanley Cup playoffs."},"headlines":{"basic":"Mike Bossy was a hockey legend on the ice, and a sweetheart off it"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"Y3KNLRY6EFAUNA66KUNONIMG2U","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/Y3KNLRY6EFAUNA66KUNONIMG2U.jpg","width":3250,"height":1828,"credits_caption_display":"(Richard Drew/AP)","credits_display":"(Richard Drew/AP)","caption":"","copyright":"AP","credits":{"by":[{"name":"Richard Drew","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-17T01:21:12.319Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Capitals and NHL Hockey news \u0026amp; information. Get the latest schedules, stats, rosters and scoreboards for the NHL. Stay updated on the latest Washington Capitals and NHL news!","name":"NHL","_id":"/sports/nhl"},"primary_section":{"name":"NHL","_id":"/sports/nhl"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID 5JLISWE4P5AB5KMGQ3RX5B4FQM","slug":"created-from-template-id-5JLISWE4P5AB5KMGQ3RX5B4FQM"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NHL"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nhl"},"type":"story","website_url":"/sports/2022/04/16/mike-bossy-dies-appreciation/"},{"_id":"REFHXU5NEBBUZOWAWM6KYXAOCM","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/obituaries/2022/04/15/mike-bossy-hockey-islanders-dead/","credits":{"by":[{"_id":"sumnerba","name":"Ben Sumner","url":"https://www.washingtonpost.com/people/ben-sumner/","org":"Washington, D.C."}]},"description":{"basic":"He was one of the most prolific goal-scorers in National Hockey League history and led the New York team to four consecutive Stanley Cup victories in the early 1980s."},"display_date":"2022-04-15T13:47:12.724Z","fusion_additions":{"count_info":{"count":3},"links_to_use":{"basic":"https://www.washingtonpost.com/obituaries/2022/04/15/mike-bossy-hockey-islanders-dead/","dangerous":{"canonical":"https://www.washingtonpost.com/obituaries/2022/04/15/mike-bossy-hockey-islanders-dead/"}},"promo_image":{"_id":"76CM75FWW4I6ZA2YECVBMNK7WQ","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/76CM75FWW4I6ZA2YECVBMNK7WQ.jpg","credits_display":"(Richard Drew/AP)","credits_caption_display":"New York Islanders winger Mike Bossy cheers after his hat trick goal against the Pittsburgh Penguins in January 1981. (Richard Drew/AP)","width":3000,"height":2001,"aspect_ratio":1.4992503748125936,"provenance":"additional_properties.lead_art"},"teaser":"Mike Bossy, one of the most prolific goal-scorers in National Hockey League history, who led the New York Islanders to four consecutive Stanley Cup victories in the early 1980s, died April 14 in Montreal. He was 65."},"headlines":{"basic":"Mike Bossy, Islanders’ prolific Hall of Fame goal scorer, dies at 65"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"76CM75FWW4I6ZA2YECVBMNK7WQ","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/76CM75FWW4I6ZA2YECVBMNK7WQ.jpg","width":3000,"height":2001,"credits_caption_display":"New York Islanders winger Mike Bossy cheers after his hat trick goal against the Pittsburgh Penguins in January 1981. (Richard Drew/AP)","credits_display":"(Richard Drew/AP)","caption":"","copyright":"AP","credits":{"by":[{"name":"RICHARD DREW","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-17T21:10:24.513Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":"He led the New York hockey team to four consecutive Stanley Cup victories in the early 1980s"},"subtype":"default","taxonomy":{"primary_site":{"description":"The Washington Post Obituaries section has Washington D.C., Maryland and Virginia obituaries, appreciations and death notices as well as historical obits and celebrity obituaries.","name":"Obituaries","_id":"/local/obituaries"},"primary_section":{"name":"Obituaries","_id":"/local/obituaries"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID AYSEFMOP6ZAXHGQG3MQP73FQV4","slug":"created-from-template-id-AYSEFMOP6ZAXHGQG3MQP73FQV4"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Obituaries"},{"name":"NHL"},{"name":"Sports"},{"name":"Americas"}]},"tracking":{"commercial_node":"/local/obituaries"},"type":"story","website_url":"/obituaries/2022/04/15/mike-bossy-hockey-islanders-dead/"},{"_id":"J3R7OQEG6RB4HDTRFYWFA44JII","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/03/04/russian-nhl-players-ovechkin/","credits":{"by":[{"_id":"kilgoread","name":"Adam Kilgore","url":"https://www.washingtonpost.com/people/adam-kilgore/","org":"Washington, D.C."}]},"description":{"basic":"The NHL's several dozen Russian players are some of the most visible athletes from a nation the world has shunned."},"display_date":"2022-03-04T18:50:32.791Z","fusion_additions":{"count_info":{"count":4},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/03/04/russian-nhl-players-ovechkin/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/03/04/russian-nhl-players-ovechkin/"}},"promo_image":{"_id":"TERUC6M6BNHYVBPNXHMP4P7WUM","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/TERUC6M6BNHYVBPNXHMP4P7WUM.jpg","credits_display":"(Jonathan Newton/The Washington Post)","credits_caption_display":"(Jonathan Newton/The Washington Post)","width":3069,"height":1726,"image_type":"photograph","aspect_ratio":1.7780996523754344,"provenance":"additional_properties.lead_art"},"teaser":"Alex Ovechkin bolted out of the tunnel for pregame warmups Thursday night, the first Washington Capitals player onto the ice. The usual complement of No. 8 jerseys bearing his name dotted the crowd, and in a few hours that crowd would chant his name. If Ovechkin peered across the ice and into the corner, he would have seen a small Ukrainian flag pressed against the glass, next to a placard with Vladimir Putin’s face superimposed over an image of Adolf Hitler."},"headlines":{"basic":"From death threats to corporate backlash, Russian NHL players ‘in a very difficult spot’"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"TERUC6M6BNHYVBPNXHMP4P7WUM","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/TERUC6M6BNHYVBPNXHMP4P7WUM.jpg","width":3069,"height":1726,"credits_caption_display":"(Jonathan Newton/The Washington Post)","credits_display":"(Jonathan Newton/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Jonathan Newton","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-03-04T23:12:28.166Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Capitals and NHL Hockey news \u0026amp; information. Get the latest schedules, stats, rosters and scoreboards for the NHL. Stay updated on the latest Washington Capitals and NHL news!","name":"NHL","_id":"/sports/nhl"},"primary_section":{"name":"NHL","_id":"/sports/nhl"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID 5JLISWE4P5AB5KMGQ3RX5B4FQM","slug":"created-from-template-id-5JLISWE4P5AB5KMGQ3RX5B4FQM"},{"text":"magnet-ukrainerussia","slug":"magnet-ukrainerussia"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NHL"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nhl"},"type":"story","website_url":"/sports/2022/03/04/russian-nhl-players-ovechkin/"}],"next":{"properties":{"endpoint":"https://prism.ext.nile.works/api/v1/content/get","params":{"limit":"4","offset":"4","url":"prism://prism.query/site,/sports/nhl"},"url":"https://prism.ext.nile.works/api/v1/content/get?url=prism%3A%2F%2Fprism.query%2Fsite%2C%2Fsports%2Fnhl\u0026offset=4\u0026limit=4"},"url":"prism://prism.query/site,/sports/nhl\u0026offset=4\u0026limit=4"}},"{\"source\":\"prism-section\",\"query\":{\"limit\":\"4\",\"offset\":\"0\",\"section\":\"sports/capitals\",\"env\":\"prod\"}}":{"_id":"4dMfPzdjEjk1zCQDo0GxeA==","count":6966,"items":[{"_id":"QWR7BKYSBBCWJNRFD6TXOFLSPE","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/21/alex-ovechkin-50-goals-capitals-golden-knights/","credits":{"by":[{"_id":"pells","name":"Samantha Pell","url":"https://www.washingtonpost.com/people/samantha-pell/","org":"Washington, D.C."}]},"description":{"basic":"Ovechkin made a little more NHL history during Wednesday's overtime loss in Vegas."},"display_date":"2022-04-21T06:16:42.656Z","fusion_additions":{"count_info":{"count":1},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/alex-ovechkin-50-goals-capitals-golden-knights/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/alex-ovechkin-50-goals-capitals-golden-knights/"}},"promo_image":{"_id":"RZCKVXGBG4I6ZNO7D65GDJTMOU","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/RZCKVXGBG4I6ZNO7D65GDJTMOU.jpg","credits_display":"(Steve Marcus/AP)","credits_caption_display":"Alex Ovechkin joined Wayne Gretzky and Mike Bossy as the only players with nine 50-goal seasons in NHL history. He also became the oldest player to score 50 goals. (Steven Marcus/Las Vegas Sun via AP) (Steve Marcus/AP)","width":4414,"height":2961,"aspect_ratio":1.490712597095576,"provenance":"additional_properties.lead_art"},"teaser":"The Vegas Golden Knights couldn’t hide their intentions Wednesday night. They were in desperation mode against the Washington Capitals, needing a win to keep them in the Western Conference playoff hunt. They put all their cards on the table early, even changing goalies after a subpar first period in search of a spark."},"headlines":{"basic":"Alex Ovechkin hits the 50-goal mark again, but the Capitals falter in OT"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"RZCKVXGBG4I6ZNO7D65GDJTMOU","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/RZCKVXGBG4I6ZNO7D65GDJTMOU.jpg","width":4414,"height":2961,"credits_caption_display":"Alex Ovechkin joined Wayne Gretzky and Mike Bossy as the only players with nine 50-goal seasons in NHL history. He also became the oldest player to score 50 goals. (Steven Marcus/Las Vegas Sun via AP) (Steve Marcus/AP)","credits_display":"(Steve Marcus/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Steve Marcus","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-21T06:19:21.763Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":"What to know from Washington’s 4-3 loss at the Vegas Golden Knights"},"subtype":"default","taxonomy":{"primary_site":{"description":"The Washington Post on everything Washington Capitals.","name":"Washington Capitals","_id":"/sports/capitals"},"primary_section":{"name":"Washington Capitals","_id":"/sports/capitals"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID O4G352YNXZH4VMCEUQ3ETNRBEA","slug":"created-from-template-id-O4G352YNXZH4VMCEUQ3ETNRBEA"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Capitals"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nhl"},"type":"story","website_url":"/sports/2022/04/21/alex-ovechkin-50-goals-capitals-golden-knights/"},{"_id":"FCJVI5ZQMFF7XHW6FEJPHLHU7A","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/20/anthony-mantha-lars-eller-capitals-third-line/","credits":{"by":[{"_id":"pells","name":"Samantha Pell","url":"https://www.washingtonpost.com/people/samantha-pell/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Samantha Pell"}}}]},"description":{"basic":"Clicking together on the third line, the once-struggling forwards seem to have found something."},"display_date":"2022-04-20T20:29:48.453Z","fusion_additions":{"count_info":{"count":2},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/anthony-mantha-lars-eller-capitals-third-line/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/anthony-mantha-lars-eller-capitals-third-line/"}},"promo_image":{"_id":"27ZDQD62GZBFZD2OAVSRDASVA4","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/27ZDQD62GZBFZD2OAVSRDASVA4.jpg","credits_display":"(Patrick Smith/Getty Images)","credits_caption_display":"(Patrick Smith/Getty Images)","width":5156,"height":2900,"image_type":"photograph","aspect_ratio":1.7779310344827586,"provenance":"additional_properties.lead_art"},"teaser":"Before Washington Capitals Coach Peter Laviolette reconfigured his lineup last week, putting center Lars Eller and winger Anthony Mantha together on the third line, neither looked playoff-ready."},"headlines":{"basic":"Capitals’ Anthony Mantha and Lars Eller have found late-season chemistry"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"27ZDQD62GZBFZD2OAVSRDASVA4","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/27ZDQD62GZBFZD2OAVSRDASVA4.jpg","width":5156,"height":2900,"credits_caption_display":"(Patrick Smith/Getty Images)","credits_display":"(Patrick Smith/Getty Images)","caption":"","copyright":"Getty Images","credits":{"by":[{"name":"Patrick Smith","org":"Getty Images","type":"author"}],"affiliation":[{"name":"Getty Images"}]}}},"publish_date":"2022-04-21T02:35:11.477Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"The Washington Post on everything Washington Capitals.","name":"Washington Capitals","_id":"/sports/capitals"},"primary_section":{"name":"Washington Capitals","_id":"/sports/capitals"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID O4G352YNXZH4VMCEUQ3ETNRBEA","slug":"created-from-template-id-O4G352YNXZH4VMCEUQ3ETNRBEA"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Capitals"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nhl"},"type":"story","website_url":"/sports/2022/04/20/anthony-mantha-lars-eller-capitals-third-line/"},{"_id":"MD2PFPY37JEIBB65UAP5DTPBKI","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/19/marcus-johansson-capitals-offense-production/","credits":{"by":[{"_id":"pells","name":"Samantha Pell","url":"https://www.washingtonpost.com/people/samantha-pell/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Samantha Pell"}}}]},"description":{"basic":"Johansson scored the game-winner Monday night in Washington's 3-2 victory at Colorado. "},"display_date":"2022-04-19T21:56:17.974Z","fusion_additions":{"count_info":{"count":3},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/19/marcus-johansson-capitals-offense-production/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/19/marcus-johansson-capitals-offense-production/"}},"promo_image":{"_id":"NI2AUFEUIJAMBBFVIXSRM5RMSM","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/NI2AUFEUIJAMBBFVIXSRM5RMSM.jpg","credits_display":"(Jack Dempsey/AP)","credits_caption_display":"(Jack Dempsey/AP)","width":4611,"height":2593,"aspect_ratio":1.7782491322792133,"provenance":"additional_properties.lead_art"},"teaser":"When the Washington Capitals reacquired Marcus Johansson at the trade deadline in March, they knew the 31-year-old forward was far from an offensive powerhouse. His defensive skills were what made him alluring."},"headlines":{"basic":"Why the Capitals value Marcus Johansson’s ‘good, steady 200-foot game’"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"NI2AUFEUIJAMBBFVIXSRM5RMSM","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/NI2AUFEUIJAMBBFVIXSRM5RMSM.jpg","width":4611,"height":2593,"credits_caption_display":"(Jack Dempsey/AP)","credits_display":"(Jack Dempsey/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Jack Dempsey","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-19T23:53:11.823Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"The Washington Post on everything Washington Capitals.","name":"Washington Capitals","_id":"/sports/capitals"},"primary_section":{"name":"Washington Capitals","_id":"/sports/capitals"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID O4G352YNXZH4VMCEUQ3ETNRBEA","slug":"created-from-template-id-O4G352YNXZH4VMCEUQ3ETNRBEA"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Capitals"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nhl"},"type":"story","website_url":"/sports/2022/04/19/marcus-johansson-capitals-offense-production/"},{"_id":"LF2PECEYOZGQLMF6IJB5OLNEIA","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/19/capitals-avalanche-game/","credits":{"by":[{"_id":"pells","name":"Samantha Pell","url":"https://www.washingtonpost.com/people/samantha-pell/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Samantha Pell"}}}]},"description":{"basic":"With Monday's victory in Denver, Washington has won six of its past seven games."},"display_date":"2022-04-19T04:03:29.225Z","fusion_additions":{"count_info":{"count":4},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/19/capitals-avalanche-game/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/19/capitals-avalanche-game/"}},"promo_image":{"_id":"JSYGXPEWRRA6RG6S7BH5JEC3XM","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/JSYGXPEWRRA6RG6S7BH5JEC3XM.jpg","credits_display":"(Jack Dempsey/AP)","credits_caption_display":"(Jack Dempsey/AP)","width":3952,"height":2223,"image_type":"photograph","aspect_ratio":1.7777777777777777,"provenance":"additional_properties.lead_art"},"teaser":"The Washington Capitals knew Monday’s bout with the NHL-leading Colorado Avalanche would be a high-level game with speed, skill and physicality on both ends of the ice. It was assumed the Capitals would be the ones desperately chasing against a formidable opponent, but instead they took control in a 3-2 win at Ball Arena."},"headlines":{"basic":"With playoffs nearing, suddenly hot Capitals beat NHL-best Avalanche"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"JSYGXPEWRRA6RG6S7BH5JEC3XM","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/JSYGXPEWRRA6RG6S7BH5JEC3XM.jpg","width":3952,"height":2223,"credits_caption_display":"(Jack Dempsey/AP)","credits_display":"(Jack Dempsey/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Jack Dempsey","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-19T04:31:44.220Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":"Washington 3, Colorado 2"},"subtype":"default","taxonomy":{"primary_site":{"description":"The Washington Post on everything Washington Capitals.","name":"Washington Capitals","_id":"/sports/capitals"},"primary_section":{"name":"Washington Capitals","_id":"/sports/capitals"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID O4G352YNXZH4VMCEUQ3ETNRBEA","slug":"created-from-template-id-O4G352YNXZH4VMCEUQ3ETNRBEA"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Capitals"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nhl"},"type":"story","website_url":"/sports/2022/04/19/capitals-avalanche-game/"}],"next":{"properties":{"endpoint":"https://prism.ext.nile.works/api/v1/content/get","params":{"limit":"4","offset":"4","url":"prism://prism.query/site,/sports/capitals"},"url":"https://prism.ext.nile.works/api/v1/content/get?url=prism%3A%2F%2Fprism.query%2Fsite%2C%2Fsports%2Fcapitals\u0026offset=4\u0026limit=4"},"url":"prism://prism.query/site,/sports/capitals\u0026offset=4\u0026limit=4"}},"{\"source\":\"prism-section\",\"query\":{\"limit\":\"4\",\"offset\":\"0\",\"section\":\"sports/dc-sports-bog\",\"env\":\"prod\"}}":{"_id":"4dMfPzdjEjk1zCQDo0GxeA==","count":11041,"items":[{"_id":"ZH4JQD6RCREDPKVBBJAGJJ4U6A","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/15/usfl-washington-federals/","credits":{"by":[{"_id":"russellj1","name":"Jake Russell","url":"https://www.washingtonpost.com/people/jake-russell/","org":"Washington, D.C."}]},"description":{"basic":"The Federals were terrible on the field and colorful off it. Players and coaches alike were both unconventional and unpredictable."},"display_date":"2022-04-15T18:49:49.556Z","fusion_additions":{"count_info":{"count":1},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/15/usfl-washington-federals/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/15/usfl-washington-federals/"}},"promo_image":{"_id":"XTJ5NLBNHZBDFCWYJ3GZP4AHZM","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/XTJ5NLBNHZBDFCWYJ3GZP4AHZM.jpg","credits_display":"(George Gojkovich/Getty Images)","credits_caption_display":"(George Gojkovich/Getty Images)","width":2281,"height":1283,"aspect_ratio":1.7778643803585348,"provenance":"additional_properties.lead_art"},"teaser":"Before the Washington Federals even played a game, the writing was on the wall. D.C.’s United States Football League franchise returned home from its first training camp in Jacksonville, Fla., still needing to overcome numerous barriers, including the fence around its practice field outside RFK Stadium."},"headlines":{"basic":"As the USFL restarts, a look back at the Washington Federals’ wild ride"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"XTJ5NLBNHZBDFCWYJ3GZP4AHZM","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/XTJ5NLBNHZBDFCWYJ3GZP4AHZM.jpg","width":2281,"height":1283,"credits_caption_display":"(George Gojkovich/Getty Images)","credits_display":"(George Gojkovich/Getty Images)","caption":"","copyright":"1983 George Gojkovich","credits":{"by":[{"name":"George Gojkovich","org":"Getty Images","type":"author"}],"affiliation":[{"name":"Getty Images"}]}}},"publish_date":"2022-04-15T21:29:59.642Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"A fresh take on D.C. sports.","name":"D.C. Sports Bog","_id":"/sports/dc-sports-bog"},"primary_section":{"name":"D.C. Sports Bog","_id":"/sports/dc-sports-bog"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID BGRGPN2INVBGDMVPB2S6IBR2QA","slug":"created-from-template-id-BGRGPN2INVBGDMVPB2S6IBR2QA"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"D.C. Sports Bog"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/dc-sports-bog"},"type":"story","website_url":"/sports/2022/04/15/usfl-washington-federals/"},{"_id":"SBPX5KQNPJFTRJEIS3E54EYZXU","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/06/nationals-park-new-concessions-entry-sportsbook/","credits":{"by":[{"_id":"hahnpf","name":"Fritz Hahn","url":"https://www.washingtonpost.com/people/fritz-hahn/","org":"Washington, D.C."}]},"description":{"basic":"Nationals Park will reopen for a full season in 2022 with new dining and drinking options and a dramatically revamped Champions Club."},"display_date":"2022-04-06T21:49:33.130Z","fusion_additions":{"count_info":{"count":2},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/06/nationals-park-new-concessions-entry-sportsbook/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/06/nationals-park-new-concessions-entry-sportsbook/"}},"promo_image":{"_id":"47C6GWYAXNE3RFE6A4YDIJVFVQ","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/47C6GWYAXNE3RFE6A4YDIJVFVQ.jpg","credits_display":"(Jonathan Newton/The Washington Post)","credits_caption_display":"(Jonathan Newton/The Washington Post)","width":4571,"height":2571,"aspect_ratio":1.7779074290159471,"provenance":"additional_properties.lead_art"},"teaser":"Washington Nationals fans have been snapping up the team’s cherry blossom-inspired new jerseys and a cuddly stuffed sloth, but there’s another accessory they might want to find before heading to the ballpark this season: a clear plastic bag."},"headlines":{"basic":"New at Nats Park: Easier entry, hot chicken, a sportsbook and ‘Juan Solo’"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"47C6GWYAXNE3RFE6A4YDIJVFVQ","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/47C6GWYAXNE3RFE6A4YDIJVFVQ.jpg","width":4571,"height":2571,"credits_caption_display":"(Jonathan Newton/The Washington Post)","credits_display":"(Jonathan Newton/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Jonathan Newton","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-06T23:15:04.320Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"A fresh take on D.C. sports.","name":"D.C. Sports Bog","_id":"/sports/dc-sports-bog"},"primary_section":{"name":"D.C. Sports Bog","_id":"/sports/dc-sports-bog"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID BGRGPN2INVBGDMVPB2S6IBR2QA","slug":"created-from-template-id-BGRGPN2INVBGDMVPB2S6IBR2QA"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"D.C. Sports Bog"},{"name":"Sports"},{"name":"Washington Nationals"}]},"tracking":{"commercial_node":"/sports/dc-sports-bog"},"type":"story","website_url":"/sports/2022/04/06/nationals-park-new-concessions-entry-sportsbook/"},{"_id":"BLNNCZ6NXVGMLL72SGII7HIR3E","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/03/29/nationals-wizards-cherry-blossom-jerseys/","credits":{"by":[{"_id":"Goldena","name":"Andrew Golden","url":"https://www.washingtonpost.com/people/andrew-golden/","org":"Washington, D.C."}]},"description":{"basic":"“I think that doing it together speaks to how together we are as a city,” said Jacqueline Coleman, senior vice president of marketing for the Nationals."},"display_date":"2022-03-29T14:05:06.091Z","fusion_additions":{"count_info":{"count":3},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/03/29/nationals-wizards-cherry-blossom-jerseys/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/03/29/nationals-wizards-cherry-blossom-jerseys/"}},"promo_image":{"_id":"FPV2I2DVR5BZNCBWGLV5ZQPF64","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/FPV2I2DVR5BZNCBWGLV5ZQPF64.jpg","credits_display":"(Photos courtesy Washington Nationals and Washington Wizards)","credits_caption_display":"(Photos courtesy Washington Nationals and Washington Wizards)","width":1200,"height":801,"image_type":"photograph","aspect_ratio":1.4981273408239701,"provenance":"additional_properties.lead_art"},"teaser":"The Washington Nationals and Washington Wizards will pay homage to the city’s famous cherry blossoms with collaborative uniforms that celebrate the trees synonymous with springtime in D.C., the franchises announced Tuesday morning."},"headlines":{"basic":"Nationals, Wizards unveil collaborative cherry blossom uniforms"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"FPV2I2DVR5BZNCBWGLV5ZQPF64","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/FPV2I2DVR5BZNCBWGLV5ZQPF64.jpg","width":1200,"height":801,"credits_caption_display":"(Photos courtesy of Washington Nationals and Washington Wizards.) ","credits_display":"","caption":"","copyright":"Photos courtesy Washington Nationals and Washington Wizards","credits":{"by":[{"type":"author"}],"affiliation":[{"name":"Photos courtesy Washington Nationals and Washington Wizards"}]}}},"publish_date":"2022-03-29T23:24:07.852Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"A fresh take on D.C. sports.","name":"D.C. Sports Bog","_id":"/sports/dc-sports-bog"},"primary_section":{"name":"D.C. Sports Bog","_id":"/sports/dc-sports-bog"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID J5NTYWLUKNFNDENF4TNSNQP3Z4","slug":"created-from-template-id-J5NTYWLUKNFNDENF4TNSNQP3Z4"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Nationals"},{"name":"Sports"},{"name":"D.C. Sports Bog"},{"name":"Washington Wizards"}]},"tracking":{"commercial_node":"/sports/mlb"},"type":"story","website_url":"/sports/2022/03/29/nationals-wizards-cherry-blossom-jerseys/"},{"_id":"AYPPCUFMZZH4DOZEM4Y25SUNVY","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/dc-sports-bog/2020/07/13/amp-stories/timeline-redskins-name-change-debate/","credits":{"by":[{"_id":"allenss","name":"Scott Allen","url":"https://www.washingtonpost.com/people/scott-allen/","org":"Washington, D.C."}]},"description":{"basic":"A look at some of the key moments that led the franchise to announce it was retiring the name after 87 years."},"display_date":"2022-02-02T14:31:40.663Z","fusion_additions":{"count_info":{"count":4},"links_to_use":{"basic":"https://www.washingtonpost.com/graphics/sports/dc-sports-bog/2020/07/13/amp-stories/timeline-redskins-name-change-debate/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/dc-sports-bog/2020/07/13/amp-stories/timeline-redskins-name-change-debate/","redirect":"https://www.washingtonpost.com/graphics/sports/dc-sports-bog/2020/07/13/amp-stories/timeline-redskins-name-change-debate/"}},"promo_image":{"_id":"43NGCUEEGMI6ZFI4DYGMG4R6KM","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/43NGCUEEGMI6ZFI4DYGMG4R6KM.jpg","credits_display":"(John McDonnell/The Washington Post)","credits_caption_display":"(John McDonnell/The Washington Post)","width":5459,"height":3630,"aspect_ratio":1.5038567493112949,"provenance":"additional_properties.lead_art"},"teaser":"On Wednesday, the Washington football franchise unveiled a new name, the Commanders, and logo. The announcement capped an 18-month-long rebranding process and marked the culmination of the decades-long controversy that surrounded the team’s former name. Here’s a look at how the Redskins, after years of resistance, became the Commanders."},"headlines":{"basic":"A timeline of the Washington Football Team name change debate"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"43NGCUEEGMI6ZFI4DYGMG4R6KM","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/43NGCUEEGMI6ZFI4DYGMG4R6KM.jpg","width":5459,"height":3630,"credits_caption_display":"(John McDonnell/The Washington Post)","credits_display":"(John McDonnell/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"John McDonnell","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-02-02T21:28:08.127Z","related_content":{"redirect":[{"redirect_url":"https://www.washingtonpost.com/graphics/sports/dc-sports-bog/2020/07/13/amp-stories/timeline-redskins-name-change-debate/"}]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"stamp","taxonomy":{"primary_site":{"description":"A fresh take on D.C. sports.","name":"D.C. Sports Bog","_id":"/sports/dc-sports-bog"},"primary_section":{"name":"D.C. Sports Bog","_id":"/sports/dc-sports-bog"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"}],"sections":[{"name":"D.C. Sports Bog"},{"name":"Sports"},{"name":"NFL"}]},"tracking":{"commercial_node":"/sports/dc-sports-bog"},"type":"story","website_url":"/sports/dc-sports-bog/2020/07/13/amp-stories/timeline-redskins-name-change-debate/"}],"next":{"properties":{"endpoint":"https://prism.ext.nile.works/api/v1/content/get","params":{"limit":"4","offset":"4","url":"prism://prism.query/site,/sports/dc-sports-bog"},"url":"https://prism.ext.nile.works/api/v1/content/get?url=prism%3A%2F%2Fprism.query%2Fsite%2C%2Fsports%2Fdc-sports-bog\u0026offset=4\u0026limit=4"},"url":"prism://prism.query/site,/sports/dc-sports-bog\u0026offset=4\u0026limit=4"}},"{\"source\":\"prism-section\",\"query\":{\"limit\":\"4\",\"offset\":\"0\",\"section\":\"sports/highschools\",\"env\":\"prod\"}}":{"_id":"4dMfPzdjEjk1zCQDo0GxeA==","count":12470,"items":[{"_id":"HPHVLHHGWVFT7MLQBULOQMB7NQ","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/20/gainesville-baseball-drops-its-very-first-home-game-is-eager-keep-building/","credits":{"by":[{"name":"Jacob Richman","url":"","org":""}]},"description":{"basic":"The first-year school had to wait a bit longer than expected to play its first home game."},"display_date":"2022-04-21T03:29:27.797Z","fusion_additions":{"count_info":{"count":1},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/gainesville-baseball-drops-its-very-first-home-game-is-eager-keep-building/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/gainesville-baseball-drops-its-very-first-home-game-is-eager-keep-building/"}},"promo_image":{"_id":"KN26HATYJVAEVG2F4N5KS3XZBQ","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/KN26HATYJVAEVG2F4N5KS3XZBQ.jpg","credits_display":"(Julia Nikhinson/For The Washington Post)","credits_caption_display":"(Julia Nikhinson/For The Washington Post)","width":5421,"height":3049,"image_type":"photograph","aspect_ratio":1.7779599868809446,"provenance":"additional_properties.lead_art"},"teaser":"Gainesville’s Caden Merritt fired the first pitch right down the middle, and Patriot’s Caleb Ramey wanted none of it. The umpire called it a strike, and the ball was tossed toward the dugout. That ball — just one of dozens of strikes thrown Wednesday night — was special. It was the first pitch ever thrown during a home game at Gainesville High."},"headlines":{"basic":"Gainesville baseball drops its very first home game but is eager to keep building"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"KN26HATYJVAEVG2F4N5KS3XZBQ","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/KN26HATYJVAEVG2F4N5KS3XZBQ.jpg","width":5421,"height":3049,"credits_caption_display":"(Julia Nikhinson/For The Washington Post)","credits_display":"(Julia Nikhinson/For The Washington Post)","caption":"","copyright":"Julia Nikhinson","credits":{"by":[{"name":"Julia Nikhinson","org":"For The Washington Post","type":"author"}],"affiliation":[{"name":"For The Washington Post"}]}}},"publish_date":"2022-04-21T03:29:30.066Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":"Patriot 13, Gainesville 6"},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for info on DC, Maryland, and Virginia high school sports. Get the latest schedules, scores, and rankings for local high schools. Stay updated on the latest Washington area high school sports news!","name":"High School Sports","_id":"/sports/highschools"},"primary_section":{"name":"High School Sports","_id":"/sports/highschools"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID SIEJ4DMTSFFCDAXGFY3BGOJNPA","slug":"created-from-template-id-SIEJ4DMTSFFCDAXGFY3BGOJNPA"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"High School Sports"}]},"tracking":{"commercial_node":"/sports/highschools"},"type":"story","website_url":"/sports/2022/04/20/gainesville-baseball-drops-its-very-first-home-game-is-eager-keep-building/"},{"_id":"KNTL7J22SRDCXBFRL7GH64PC7Q","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/20/glenelg-girls-lacrosse-builds-perfection-with-rout-marriotts-ridge/","credits":{"by":[{"_id":"melnickk","name":"Kyle Melnick","url":"https://www.washingtonpost.com/people/kyle-melnick/","org":"Washington, D.C."}]},"description":{"basic":"The Gladiators are 9-0 and moving up the national rankings."},"display_date":"2022-04-21T01:55:06.063Z","fusion_additions":{"count_info":{"count":2},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/glenelg-girls-lacrosse-builds-perfection-with-rout-marriotts-ridge/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/glenelg-girls-lacrosse-builds-perfection-with-rout-marriotts-ridge/"}},"promo_image":{"_id":"OM7SDKLBV5HNRINY4P45TE7G5E","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/OM7SDKLBV5HNRINY4P45TE7G5E.jpg","credits_display":"(Bill Renehan)","credits_caption_display":"(Bill Renehan)","width":3193,"height":1796,"image_type":"photograph","aspect_ratio":1.7778396436525612,"provenance":"additional_properties.lead_art"},"teaser":"Near the start of the second half Wednesday night, Glenelg girls’ lacrosse attacker Lauren LaPointe secured a groundball and dodged a handful of Marriotts Ridge defenders as she sprinted downfield and scored. Afterward, midfielder Maura Murphy mimicked LaPointe’s fancy footwork as their teammates erupted in laughs."},"headlines":{"basic":"Glenelg girls’ lacrosse builds on perfection with a rout of Marriotts Ridge"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"OM7SDKLBV5HNRINY4P45TE7G5E","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/OM7SDKLBV5HNRINY4P45TE7G5E.jpg","width":3193,"height":1796,"credits_caption_display":"(Bill Renehan)","credits_display":"(Bill Renehan)","caption":"","copyright":"Bill Renehan","credits":{"by":[{"name":"Bill Renehan","type":"author"}],"affiliation":[{"name":"Bill Renehan"}]}}},"publish_date":"2022-04-21T02:57:04.723Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":"Gladiators 17, Mustangs 4"},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for info on DC, Maryland, and Virginia high school sports. Get the latest schedules, scores, and rankings for local high schools. Stay updated on the latest Washington area high school sports news!","name":"High School Sports","_id":"/sports/highschools"},"primary_section":{"name":"High School Sports","_id":"/sports/highschools"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID SIEJ4DMTSFFCDAXGFY3BGOJNPA","slug":"created-from-template-id-SIEJ4DMTSFFCDAXGFY3BGOJNPA"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"High School Sports"}]},"tracking":{"commercial_node":"/sports/highschools"},"type":"story","website_url":"/sports/2022/04/20/glenelg-girls-lacrosse-builds-perfection-with-rout-marriotts-ridge/"},{"_id":"5ESDT64275BKBCJMF5GQAXPKQ4","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/19/with-little-extra-effort-patriot-girls-soccer-team-tops-rival-battlefield/","credits":{"by":[{"_id":"errigom","name":"Michael Errigo","url":"https://www.washingtonpost.com/people/michael-errigo/","org":"Washington, D.C."}]},"description":{"basic":"The Pioneers took down their Prince William County rivals, 2-1, thanks to a pair of goals that required a second chance."},"display_date":"2022-04-20T01:44:56.286Z","fusion_additions":{"count_info":{"count":3},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/19/with-little-extra-effort-patriot-girls-soccer-team-tops-rival-battlefield/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/19/with-little-extra-effort-patriot-girls-soccer-team-tops-rival-battlefield/"}},"promo_image":{"_id":"ZDPGGLALXZBEPC74Y7BGDBXSJQ","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/ZDPGGLALXZBEPC74Y7BGDBXSJQ.jpg","credits_display":"(Julia Nikhinson/For The Washington Post)","credits_caption_display":"(Julia Nikhinson/For The Washington Post)","width":3554,"height":1999,"image_type":"photograph","aspect_ratio":1.777888944472236,"provenance":"additional_properties.lead_art"},"teaser":"The ball looked more and more dangerous as it arced toward the goal. In the first half of her team’s biggest rivalry game Tuesday, Patriot midfielder Nenah Conners had decided to go for the goal with her free kick from 35 yards. As the lofted shot made its way toward the top corner of the net, it appeared her ambition would be rewarded."},"headlines":{"basic":"With a little extra effort, the Patriot girls’ soccer team tops rival Battlefield"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"ZDPGGLALXZBEPC74Y7BGDBXSJQ","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/ZDPGGLALXZBEPC74Y7BGDBXSJQ.jpg","width":3554,"height":1999,"credits_caption_display":"(Julia Nikhinson/For The Washington Post)","credits_display":"(Julia Nikhinson/For The Washington Post)","caption":"","copyright":"Julia Nikhinson","credits":{"by":[{"name":"Julia Nikhinson","org":"For The Washington Post","type":"author"}],"affiliation":[{"name":"For The Washington Post"}]}}},"publish_date":"2022-04-20T03:44:50.134Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":"Pioneers 2, Bobcats 1"},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for info on DC, Maryland, and Virginia high school sports. Get the latest schedules, scores, and rankings for local high schools. Stay updated on the latest Washington area high school sports news!","name":"High School Sports","_id":"/sports/highschools"},"primary_section":{"name":"High School Sports","_id":"/sports/highschools"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID SIEJ4DMTSFFCDAXGFY3BGOJNPA","slug":"created-from-template-id-SIEJ4DMTSFFCDAXGFY3BGOJNPA"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"High School Sports"}]},"tracking":{"commercial_node":"/sports/highschools"},"type":"story","website_url":"/sports/2022/04/19/with-little-extra-effort-patriot-girls-soccer-team-tops-rival-battlefield/"},{"_id":"GLHT6K2LLVAXJIG7VRV6B6IEVE","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/18/dominant-9-0-start-damascus-softball-sweeps-long-awaited-round-robin/","credits":{"by":[{"_id":"wapostaff","name":"Washington Post Staff","url":"","org":"Washington, D.C."}]},"description":{"basic":"In other notes, Good Counsel’s Leah Stephens dominates at distance running; Holton-Arms golf develops quickly; Robinson soccer keeps the ball moving; and Paul VI lacrosse takes off."},"display_date":"2022-04-18T21:22:29.169Z","fusion_additions":{"count_info":{"count":4},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/18/dominant-9-0-start-damascus-softball-sweeps-long-awaited-round-robin/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/18/dominant-9-0-start-damascus-softball-sweeps-long-awaited-round-robin/"}},"promo_image":{"_id":"BRJN53AJ35BRLJ75GL7AH4TPMY","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/BRJN53AJ35BRLJ75GL7AH4TPMY.jpeg","credits_display":"(Lindsay Burns)","credits_caption_display":"(Lindsay Burns)","width":4032,"height":2268,"image_type":"photograph","aspect_ratio":1.7777777777777777,"provenance":"additional_properties.lead_art"},"teaser":"The Damascus, Quince Orchard and Blair softball teams planned to start a single-day round robin in 2019, but the competition didn’t happen for three years because of a rainout and then two pandemic-altered seasons."},"headlines":{"basic":"In dominant 9-0 start, Damascus softball sweeps long-awaited round robin "},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"BRJN53AJ35BRLJ75GL7AH4TPMY","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/BRJN53AJ35BRLJ75GL7AH4TPMY.jpeg","width":4032,"height":2268,"credits_caption_display":"(Lindsay Burns)","credits_display":"(Lindsay Burns)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Lindsay Burns","type":"author"}],"affiliation":[{"name":"Lindsay Burns"}]}}},"publish_date":"2022-04-20T00:30:02.849Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":"Girls’ spring notes"},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for info on DC, Maryland, and Virginia high school sports. Get the latest schedules, scores, and rankings for local high schools. Stay updated on the latest Washington area high school sports news!","name":"High School Sports","_id":"/sports/highschools"},"primary_section":{"name":"High School Sports","_id":"/sports/highschools"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID SIEJ4DMTSFFCDAXGFY3BGOJNPA","slug":"created-from-template-id-SIEJ4DMTSFFCDAXGFY3BGOJNPA"},{"text":"allmetsticky","slug":"allmetsticky"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"High School Sports"}]},"tracking":{"commercial_node":"/sports/highschools"},"type":"story","website_url":"/sports/2022/04/18/dominant-9-0-start-damascus-softball-sweeps-long-awaited-round-robin/"}],"next":{"properties":{"endpoint":"https://prism.ext.nile.works/api/v1/content/get","params":{"limit":"4","offset":"4","url":"prism://prism.query/site,/sports/highschools"},"url":"https://prism.ext.nile.works/api/v1/content/get?url=prism%3A%2F%2Fprism.query%2Fsite%2C%2Fsports%2Fhighschools\u0026offset=4\u0026limit=4"},"url":"prism://prism.query/site,/sports/highschools\u0026offset=4\u0026limit=4"}},"{\"source\":\"cookie-monster\",\"query\":{}}":{"cookies":["wpatc","beagle","s_vi","de","rplsb","rplm2","rplmct","rpld0","rpld1","wapo_login_id","wapo_secure_login_id","sec_wapo_login_id","sec_wapo_secure_login_id","wapo_groups","wapo_display","wppref","devicetype","s_sess","s_pers","backplane-channel","_chartbeat2","_chartbeat5","client_region","fbuid","fbuname","wapo_fb_token","adsflag","comicsint","galleryplays","homessoldcookie","wapo_provider","washingtonpost_avatar","weather-preroll","wpnisecure","x-wp-split","x-split-override","region_cookie","rplpwmode","rplrol","wapo_actmgmt","wapo_az_id","sailthru_hid","sailthru_bid","__gads","osfam","wp_vi","pwamtk","drawbridge_o","drawbridge_test","debug_pwapi_ipdomainon","comscore","rplampr","googleampredirectdebugoverride","iabc","comments_sortorder","drdebugoverride","_ga","_gaexp","_gid","ddosdebugoverride","washpost_poe","pwadebugversiononoff","pwahpprocdebug","rplabrfg","rplabtestdebug","wapo_ab_test","rplabscmtr","rplabsectionmeterdebug","rplabuniquevisitdebug","ptvenv","rplpwabt2","rplpwtrk","pwabtestdebug","rplpwabt3","rplpwabt4","amp_exp","pwapi_token","ezproxy","Arc-Client-Info","Arc-Token","OptanonConsent","OptanonAlertBoxClosed","eupubconsent-v2","OTAdditionalConsentString","akaas_hp-ab-test","scroll0","^fbm_.*","^fbsr_.*","^wordpress_.*","sub$","element-impression-debug","^powaBucket_.*","^instap-spid.*","^instap-spses.*","^wp.*"]},"{\"source\":\"secondary-nav-by-id\",\"query\":{\"section\":\"/sports\"}}":{"_id":"/sports","_comments_config":{"comments_config":{"includetabs":"true","markersfeatured":"featured_comment","comment_system":"coral","comment_system_date":"2017-10-31T12:30"}},"site":{"site_about":null,"site_keywords":"Washington Capitals, Washington Nationals, Washington Football Team, Washington Redskins, DC United , Washington Wizards, baseball, football, hockey, soccer, golf, basketball, college football, college basketball, NBA news, MLB news, NFL news, NHL news, MLS news, Nationals, Redskins, Capitals, Wizards, D.C. United, high school sports,college sports,track and field, hoyas, terps, cavaliers, college sports news, dc sports news, dc sports","site_tagline":null,"site_url":"https://www.washingtonpost.com/sports/","site_description":"The Washington Post Sports section provides sports news, video, scores, analysis and updates about high school, college, and pro sports teams, including the Capitals, Nationals, Washington Football Team, United and Wizards. Post Sports also offers blogs and discussions about the latest sports news.","site_title":"Sports","site_theme":"normal","native_app_rendering":"true","archives_url":[],"site_url_section":"sports","tracking_site_node":"/sports","tracking_section":"sports","path_fusion":"/sports/","tracking_page_name":"front - sports"},"site_topper":{"custom_links":[],"site_logo_image":null,"site_background_image":null,"social_link_display_order":null,"custom_links_highlight":null,"display_social_links":null,"secondary_nav_alternate_section_to_use":"/sports","secondary_nav_instead_of_custom_links":"true"},"_admin":{"commercial_node":"/sports","default_content":"prism://prism.query/site-articles-only,/sports\u0026limit=20","alias_ids":["/sports"],"tracking_node":"/sports"},"story_list":{"display_social_share_buttons":"true","social_share_buttons":null,"story_list_content":{}},"social":{"twitter":"https://twitter.com/postsports","facebook":"https://www.facebook.com/postsports","archives":null,"rss":"http://feeds.washingtonpost.com/rss/sports"},"navigation":{"nav_title":"Sports"},"Video":{"video_ad_zone":"wpni.video.sports"},"_website":"washpost","name":"Sports","order":{"default":1008,"Ellipsis":1004,"WebNavBar":1010,"Goldfish":1004,"ClassicAppBarV2":1010,"ClassicAppFeatured":1011,"secondary-nav":1033,"WebNavFeatured":1011,"WebNav":1036},"parent":{"default":"/","Ellipsis":"/","WebSked":null,"ClassicApp":null,"ClassicAppBar":null,"ClassicAppTablet":null,"WebNav":"/","WebNavBar":"/","TestNavDoNotUse":null,"Goldfish":"/","ClassicAppBarV2":"/","ClassicAppFeatured":"/","secondary-nav":"/","WebNavFeatured":"/"},"ancestors":{"default":[],"Ellipsis":[],"WebSked":[],"ClassicApp":[],"ClassicAppBar":[],"ClassicAppTablet":[],"WebNav":["/"],"WebNavBar":["/"],"TestNavDoNotUse":[],"Goldfish":["/"],"ClassicAppBarV2":["/"],"ClassicAppFeatured":["/"],"secondary-nav":["/"],"WebNavFeatured":["/"]},"inactive":false,"node_type":"section","children":[{"_id":"link-YVG48F1C152498Y2N0QW4P3K68","_website":"washpost","display_name":"Commanders","url":"https://www.washingtonpost.com/sports/commanders/","parent":{"secondary-nav":"/sports"},"order":{"secondary-nav":2001},"node_type":"link","children":[]},{"_id":"link-YWGDUV1Z157PZC4K1FXVDHN1B0","_website":"washpost","display_name":"Nationals","url":"https://www.washingtonpost.com/sports/nationals/","parent":{"secondary-nav":"/sports"},"order":{"secondary-nav":2002},"node_type":"link","children":[]},{"_id":"link-0P453H8TPD3YF9R26NFQCCTCHM","_website":"washpost","display_name":"Capitals","url":"https://www.washingtonpost.com/sports/capitals/","parent":{"secondary-nav":"/sports"},"order":{"secondary-nav":2003},"node_type":"link","children":[]},{"_id":"link-ZTJ87Q3C9H6BQ80TKNDQMECTZ0","_website":"washpost","display_name":"Wizards","url":"https://www.washingtonpost.com/sports/wizards/","parent":{"secondary-nav":"/sports"},"order":{"secondary-nav":2004},"node_type":"link","children":[]},{"_id":"link-MJV5FUDM411MX07V7T8JPXXDRR","_website":"washpost","display_name":"Colleges","url":"https://www.washingtonpost.com/sports/colleges/","parent":{"secondary-nav":"/sports"},"order":{"secondary-nav":2005},"node_type":"link","children":[]},{"_id":"link-Q6N5C7RQ315ZDF67B5XQR2QQBW","_website":"washpost","display_name":"Mystics","url":"https://www.washingtonpost.com/sports/wnba/","parent":{"secondary-nav":"/sports"},"order":{"secondary-nav":2006},"node_type":"link","children":[]},{"_id":"link-KKEC4AZTG9517DFGN85Z36H5EW","_website":"washpost","display_name":"D.C. United \u0026 Spirit","url":"https://www.washingtonpost.com/sports/soccer/","parent":{"secondary-nav":"/sports"},"order":{"secondary-nav":2007},"node_type":"link","children":[]}]}},"tree":{"lastPublishedBy":"Jai-Leen James","lastPublishedHeads":["3dc4c1730dfa145c578484026b24753b86b2d15bf1e9de882a145e171dfc8d96"],"lastPublishedTimestamp":1647207278947,"renderable-chains-0dbcc62e-343a-487c-a43a-6478ed3fb7e4":{"children":[],"collection":"chains","props":{"childProps":[],"collection":"chains","customFields":{"bottomSeparator":"Large","displayName":"bignews-table","layout":"Extra-wide center - 2-col table at left","table0LeftIds":"","table1LeftIds":"","table1MainIds":"","table1RightIds":"","table2LeftIds":"","table2MainIds":"","table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"0dbcc62e-343a-487c-a43a-6478ed3fb7e4","type":"top-table","variants":{}},"type":"top-table"},"renderable-chains-130be4e8-6f5a-45e8-9060-d06c97e3b23a":{"children":[{"id":"renderable-features-f7df1f20-f9e3-4164-9921-5bf99b38f6ce"},{"id":"renderable-features-76378fa4-17df-460a-93ea-9ca4a5e057bf"},{"id":"renderable-features-b2be2928-e4b9-4111-a6d2-94b3332d6cfe"},{"id":"renderable-features-19b8d219-6182-4aa2-b809-429c4936b2c9"}],"collection":"chains","props":{"childProps":[],"collection":"chains","customFields":{"bottomSeparator":"Small with line","disableLazyLoading":true,"displayName":"hidden-luf-1-chain","hideFromApps":true,"hideFromDesktop":true,"hideFromMobile":true,"hideFromWeb":true,"includeDividers":false,"label":"Live Updates","labelType":"Live Updates","layout":"Even split - 2-col table at right","table0LeftIds":"","table0LeftIds_uniqueIds":[],"table0LinkGroup":"live-ticker","table1LeftIds":"1","table1LeftIds_uniqueIds":["renderable-features-f7df1f20-f9e3-4164-9921-5bf99b38f6ce"],"table1LinkGroup":"live-ticker","table1MainIds":"","table1MainIds_uniqueIds":[],"table1RightIds":"","table1RightIds_uniqueIds":[],"table2LeftIds":"2","table2LeftIds_uniqueIds":["renderable-features-76378fa4-17df-460a-93ea-9ca4a5e057bf"],"table2LinkGroup":"live-ticker","table2MainIds":"3,4","table2MainIds_uniqueIds":["renderable-features-b2be2928-e4b9-4111-a6d2-94b3332d6cfe","renderable-features-19b8d219-6182-4aa2-b809-429c4936b2c9"],"table2RightIds":"","table2RightIds_uniqueIds":[],"table3LeftIds":"","table3LeftIds_uniqueIds":[],"table3LinkGroup":"live-ticker","table9LeftIds":"","table9LeftIds_uniqueIds":[],"table9LinkGroup":"live-ticker"},"id":"130be4e8-6f5a-45e8-9060-d06c97e3b23a","settings":{"draggable":true,"hoverable":true,"selectable":true,"showMenu":true},"type":"top-table"},"type":"top-table"},"renderable-chains-13c64bf1-7833-46f4-99d7-06c72670f864":{"children":[{"id":"renderable-features-988f6ac0-61ab-43df-8f0b-8e8d5ee322b8"},{"id":"renderable-features-7f5d42a6-6bc4-4350-90e4-5b6725d7a28f"}],"collection":"chains","props":{"childProps":[],"collection":"chains","customFields":{"bottomSeparator":"Large","displayName":"high-schools","label":"HIGH SCHOOLS","labelShow":true,"labelUrl":"https://www.washingtonpost.com/allmetsports/2021-winter/","layout":"Tiling","table0LeftIds":"","table0LeftIds_uniqueIds":[],"table1LeftIds":"1,2","table1LeftIds_uniqueIds":["renderable-features-988f6ac0-61ab-43df-8f0b-8e8d5ee322b8","renderable-features-7f5d42a6-6bc4-4350-90e4-5b6725d7a28f"],"table1MainIds":"","table1RightIds":"","table2LeftIds":"","table2MainIds":"","table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"13c64bf1-7833-46f4-99d7-06c72670f864","type":"top-table","variants":{}},"type":"top-table"},"renderable-chains-2dbdf800-7482-4fc8-8aa9-8466cfb72197":{"children":[{"id":"renderable-features-917c1db2-a83d-4e38-b4a6-cb598a943af4"},{"id":"renderable-features-129cb8bf-10b7-49bd-8119-f138d76db7a0"},{"id":"renderable-features-ce179126-d4d1-46b3-aa22-5271a357e255"},{"id":"renderable-features-dd5692ce-ba47-4f83-93a3-1b307313bba9"}],"collection":"chains","props":{"childProps":[],"collection":"chains","customFields":{"bottomSeparator":"Large","displayName":"mlb","label":"MAJOR LEAGUE BASEBALL","labelShow":true,"labelUrl":"https://www.washingtonpost.com/sports/mlb/","layout":"Wide left - dual 2-col tables","table0LeftIds":"","table0LeftIds_uniqueIds":[],"table1LeftIds":"1","table1LeftIds_uniqueIds":["renderable-features-917c1db2-a83d-4e38-b4a6-cb598a943af4"],"table1MainIds":"2","table1MainIds_uniqueIds":["renderable-features-129cb8bf-10b7-49bd-8119-f138d76db7a0"],"table1RightIds":"","table2Label":"WASHINGTON NATIONALS","table2LabelShow":true,"table2LabelType":"Package Nested","table2LabelUrl":"https://www.washingtonpost.com/sports/nationals/","table2LeftIds":"3","table2LeftIds_uniqueIds":["renderable-features-ce179126-d4d1-46b3-aa22-5271a357e255"],"table2MainIds":"4","table2MainIds_uniqueIds":["renderable-features-dd5692ce-ba47-4f83-93a3-1b307313bba9"],"table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"2dbdf800-7482-4fc8-8aa9-8466cfb72197","type":"top-table","variants":{}},"type":"top-table"},"renderable-chains-32d63911-c8f8-4217-92fd-54371e083b8d":{"children":[{"id":"renderable-features-22bf4cce-7ad0-4ba2-be6e-ba2ad257f5f3"},{"id":"renderable-features-5f228f9a-36b5-4077-ade9-b24da4b59321"},{"id":"renderable-features-ec323e20-a9c2-4b47-bbc0-8828d70c2064"},{"id":"renderable-features-dd1528f4-78c8-45c4-8177-7b924f005d72"}],"collection":"chains","props":{"childProps":[],"collection":"chains","customFields":{"bottomSeparator":"Large","displayName":"nba","label":"NATIONAL BASKETBALL ASSOCIATION","labelShow":true,"labelUrl":"https://www.washingtonpost.com/sports/nba/","layout":"Wide left - dual 2-col tables","table0LeftIds":"","table0LeftIds_uniqueIds":[],"table1LeftIds":"1","table1LeftIds_uniqueIds":["renderable-features-22bf4cce-7ad0-4ba2-be6e-ba2ad257f5f3"],"table1MainIds":"2","table1MainIds_uniqueIds":["renderable-features-5f228f9a-36b5-4077-ade9-b24da4b59321"],"table1RightIds":"","table2Label":"WASHINGTON WIZARDS","table2LabelSecondary":"WASHINGTON WIZARDS","table2LabelShow":true,"table2LabelType":"Package Nested","table2LabelUrl":"https://www.washingtonpost.com/sports/wizards/","table2LeftIds":"3","table2LeftIds_uniqueIds":["renderable-features-ec323e20-a9c2-4b47-bbc0-8828d70c2064"],"table2MainIds":"4","table2MainIds_uniqueIds":["renderable-features-dd1528f4-78c8-45c4-8177-7b924f005d72"],"table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"32d63911-c8f8-4217-92fd-54371e083b8d","type":"top-table","variants":{}},"type":"top-table"},"renderable-chains-5870c620-42fb-4786-8a6c-166ed3a6f196":{"children":[{"id":"renderable-features-43d96963-a05e-495c-a154-e9a9604e163c"},{"id":"renderable-features-20b4062c-31ab-4660-a315-f5281fb17fe2"},{"id":"renderable-features-faabb11a-ac2e-47f1-9ca8-75d3d71cca03"}],"collection":"chains","props":{"childProps":[],"collection":"chains","customFields":{"bottomSeparator":"Large","displayName":"most-read","label":"Most read","labelShow":true,"layout":"Double wide","table0LeftIds":"","table0LeftIds_uniqueIds":[],"table1LeftIds":"1","table1LeftIds_uniqueIds":["renderable-features-43d96963-a05e-495c-a154-e9a9604e163c"],"table1LinkGroup":"smr","table1MainIds":"","table1MainIds_uniqueIds":[],"table1RightIds":"","table1RightIds_uniqueIds":[],"table2LeftIds":"","table2LeftIds_uniqueIds":[],"table2LinkGroup":"smr","table2MainIds":"2","table2MainIds_uniqueIds":["renderable-features-20b4062c-31ab-4660-a315-f5281fb17fe2"],"table2RightIds":"3","table2RightIds_uniqueIds":["renderable-features-faabb11a-ac2e-47f1-9ca8-75d3d71cca03"],"table3LeftIds":"","table3LeftIds_uniqueIds":[],"table9LeftIds":"","table9LeftIds_uniqueIds":[]},"id":"5870c620-42fb-4786-8a6c-166ed3a6f196","settings":{"draggable":true,"hoverable":true,"selectable":true,"showMenu":true},"type":"top-table","variants":{}},"type":"top-table"},"renderable-chains-5a5bac04-6c2e-4aed-9af5-f7efe0821772":{"children":[{"id":"renderable-features-7ecbd2bc-9e4f-4de3-abc1-2c700a15b1e1"},{"id":"renderable-features-0b80a140-a291-4a68-8956-85f147fcc69a"}],"collection":"chains","props":{"childProps":[],"collection":"chains","customFields":{"bottomSeparator":"Large","displayName":"college-football","label":"College Football","labelShow":true,"labelUrl":"https://www.washingtonpost.com/sports/colleges/football/","layout":"Tiling","table0LeftIds":"","table0LeftIds_uniqueIds":[],"table1LeftIds":"1,2","table1LeftIds_uniqueIds":["renderable-features-7ecbd2bc-9e4f-4de3-abc1-2c700a15b1e1","renderable-features-0b80a140-a291-4a68-8956-85f147fcc69a"],"table1MainIds":"","table1RightIds":"","table2LeftIds":"","table2MainIds":"","table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"5a5bac04-6c2e-4aed-9af5-f7efe0821772","type":"top-table","variants":{}},"type":"top-table"},"renderable-chains-62b1eb7f-77b5-4a6e-bd78-4bcc2ec8e594":{"children":[],"collection":"chains","props":{"childProps":[],"collection":"chains","customFields":{"bottomSeparator":"X-small","displayName":"bignews-banner","layout":"Full span","table0LeftIds":"","table1LeftIds":"","table1MainIds":"","table1RightIds":"","table2LeftIds":"","table2MainIds":"","table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"62b1eb7f-77b5-4a6e-bd78-4bcc2ec8e594","type":"top-table","variants":{}},"type":"top-table"},"renderable-chains-6bf5c357-9b65-49b8-bf4c-7f596bee88c0":{"children":[{"id":"renderable-features-826089af-564d-4a60-92ab-614e9f3cc9ab"},{"id":"renderable-features-5c9ad94c-81bf-4e54-bad0-ad8679b2971a"}],"collection":"chains","props":{"childProps":[],"collection":"chains","customFields":{"bottomSeparator":"Large","displayName":"editors-picks","label":"Editors’ Picks","labelShow":true,"layout":"Double wide","table0LeftIds":"","table0LeftIds_uniqueIds":[],"table1LeftIds":"1","table1LeftIds_uniqueIds":["renderable-features-826089af-564d-4a60-92ab-614e9f3cc9ab"],"table1MainIds":"","table1RightIds":"","table2LeftIds":"2","table2LeftIds_uniqueIds":["renderable-features-5c9ad94c-81bf-4e54-bad0-ad8679b2971a"],"table2MainIds":"","table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"6bf5c357-9b65-49b8-bf4c-7f596bee88c0","type":"top-table","variants":{}},"type":"top-table"},"renderable-chains-736d69b7-de9c-4f19-bebc-26902e9aebe2":{"children":[{"id":"renderable-features-e9d0f764-259e-43e7-90b9-28692f6e09cf"},{"id":"renderable-features-348e54c2-1dc4-4d9a-8c12-00537b068d59"},{"id":"renderable-features-650573df-4ac2-4171-86b0-790d1bcfdc3f"},{"id":"renderable-features-57db9249-1758-4342-8a60-333581710be1"},{"id":"renderable-features-3dc48548-1d95-4aed-a77e-c5144fd90027"}],"collection":"chains","props":{"childProps":[],"collection":"chains","customFields":{"bottomSeparator":"Large","disableLazyLoading":true,"displayName":"more-top-stories","label":"More Top Stories","labelShow":true,"layout":"Double wide with far-right table","table0LeftIds":"","table0LeftIds_uniqueIds":[],"table1LeftIds":"","table1LeftIds_uniqueIds":[],"table1MainIds":"1","table1MainIds_uniqueIds":["renderable-features-e9d0f764-259e-43e7-90b9-28692f6e09cf"],"table1RightIds":"2","table1RightIds_uniqueIds":["renderable-features-348e54c2-1dc4-4d9a-8c12-00537b068d59"],"table2LeftIds":"","table2LeftIds_uniqueIds":[],"table2MainIds":"3","table2MainIds_uniqueIds":["renderable-features-650573df-4ac2-4171-86b0-790d1bcfdc3f"],"table2RightIds":"4","table2RightIds_uniqueIds":["renderable-features-57db9249-1758-4342-8a60-333581710be1"],"table3LeftIds":"","table9LeftIds":"5","table9LeftIds_uniqueIds":["renderable-features-3dc48548-1d95-4aed-a77e-c5144fd90027"]},"id":"736d69b7-de9c-4f19-bebc-26902e9aebe2","type":"top-table","variants":{}},"type":"top-table"},"renderable-chains-7cb6bf91-bb97-40f3-9bdc-e4e76008e1e3":{"children":[{"id":"renderable-features-3021b29d-4b7e-4720-838b-0db39e2a5a72"},{"id":"renderable-features-60f6cd8a-6e40-4665-9f1a-4ba67ee541c8"},{"id":"renderable-features-fd3358da-8986-46e3-b9e0-070a9db6eac1"},{"id":"renderable-features-eb07736f-59fd-419f-bf71-47e871173118"}],"collection":"chains","props":{"childProps":[],"collection":"chains","customFields":{"bottomSeparator":"Large","displayName":"nfl","label":"NATIONAL FOOTBALL LEAGUE","labelShow":true,"labelUrl":"https://www.washingtonpost.com/sports/nfl/","layout":"Wide left - dual 2-col tables","table0LeftIds":"","table0LeftIds_uniqueIds":[],"table1LeftIds":"1","table1LeftIds_uniqueIds":["renderable-features-3021b29d-4b7e-4720-838b-0db39e2a5a72"],"table1MainIds":"2","table1MainIds_uniqueIds":["renderable-features-60f6cd8a-6e40-4665-9f1a-4ba67ee541c8"],"table1RightIds":"","table2Label":"Washington Commanders","table2LabelShow":true,"table2LabelType":"Package Nested","table2LabelUrl":"https://www.washingtonpost.com/sports/washington-nfl/","table2LeftIds":"3","table2LeftIds_uniqueIds":["renderable-features-fd3358da-8986-46e3-b9e0-070a9db6eac1"],"table2MainIds":"4","table2MainIds_uniqueIds":["renderable-features-eb07736f-59fd-419f-bf71-47e871173118"],"table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"7cb6bf91-bb97-40f3-9bdc-e4e76008e1e3","type":"top-table","variants":{}},"type":"top-table"},"renderable-chains-88d3735e-78f3-4b68-9918-8ba003f6312e":{"children":[{"id":"renderable-features-063808a0-ea9e-4978-83d3-51b9d64d093c"},{"id":"renderable-features-9da7dfa2-4ef5-4843-bf84-80e64c0b9e44"},{"id":"renderable-features-53c959b2-0f79-486b-88f8-694e9ef9c679"},{"id":"renderable-features-edbc6baa-a1d9-449e-8c3d-df2fa5f8bf91"},{"id":"renderable-features-b2a1a069-e257-4472-bcdc-b256562314f1"},{"id":"renderable-features-3ed7ee7f-d2a8-4eff-ac31-55c89e36967b"}],"collection":"chains","props":{"childProps":[],"collection":"chains","customFields":{"bottomSeparator":"Large","disableLazyLoading":true,"displayName":"top-table","layout":"Wide left - 4 separate tables","table0IncludeHorizontalDivider":true,"table0LeftIds":"","table0LeftIds_uniqueIds":[],"table1LeftIds":"1,2","table1LeftIds_uniqueIds":["renderable-features-063808a0-ea9e-4978-83d3-51b9d64d093c","renderable-features-9da7dfa2-4ef5-4843-bf84-80e64c0b9e44"],"table1MainIds":"","table1MainIds_uniqueIds":[],"table1RightIds":"","table1RightIds_uniqueIds":[],"table2LeftIds":"3,4","table2LeftIds_uniqueIds":["renderable-features-53c959b2-0f79-486b-88f8-694e9ef9c679","renderable-features-edbc6baa-a1d9-449e-8c3d-df2fa5f8bf91"],"table2MainIds":"","table2MainIds_uniqueIds":[],"table2RightIds":"","table3LeftIds":"5","table3LeftIds_uniqueIds":["renderable-features-b2a1a069-e257-4472-bcdc-b256562314f1"],"table9Label":"Perspectives","table9LabelShow":true,"table9LeftIds":"6","table9LeftIds_uniqueIds":["renderable-features-3ed7ee7f-d2a8-4eff-ac31-55c89e36967b"]},"id":"88d3735e-78f3-4b68-9918-8ba003f6312e","type":"top-table","variants":{}},"type":"top-table"},"renderable-chains-8c5f6d5f-d2f2-46fa-bc0e-fc1e9758215d":{"children":[{"id":"renderable-features-9b3994b5-4587-46ca-b3fe-b07283d8bc73"},{"id":"renderable-features-dc98f666-59a0-47ff-8713-9753c050eab3"}],"collection":"chains","props":{"childProps":[],"collection":"chains","customFields":{"bottomSeparator":"Large","displayName":"dc-sports-bog","label":"D.C. SPORTS BOG","labelShow":true,"labelUrl":"https://www.washingtonpost.com/news/dc-sports-bog/","layout":"Tiling","table0LeftIds":"","table0LeftIds_uniqueIds":[],"table1LeftIds":"1,2","table1LeftIds_uniqueIds":["renderable-features-9b3994b5-4587-46ca-b3fe-b07283d8bc73","renderable-features-dc98f666-59a0-47ff-8713-9753c050eab3"],"table1MainIds":"","table1RightIds":"","table2LeftIds":"","table2MainIds":"","table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"8c5f6d5f-d2f2-46fa-bc0e-fc1e9758215d","type":"top-table","variants":{}},"type":"top-table"},"renderable-chains-9cae809b-7ea0-49f5-994b-e85ee1d49074":{"children":[{"id":"renderable-features-75dde535-d41c-4a42-aa7d-a339bca79abe"},{"id":"renderable-features-79dc978c-1535-4eb5-af4c-583ffcdd930c"},{"id":"renderable-features-51b5201c-b01f-46fa-bd22-a8748583ef90"},{"id":"renderable-features-afa3aa8a-41de-4c4a-8e23-66c8dd545a76"}],"collection":"chains","props":{"childProps":[],"collection":"chains","customFields":{"bottomSeparator":"Large","displayName":"nhl","label":"NATIONAL HOCKEY LEAGUE","labelShow":true,"labelUrl":"https://www.washingtonpost.com/sports/nhl/","layout":"Wide left - dual 2-col tables","table0LeftIds":"","table0LeftIds_uniqueIds":[],"table1LeftIds":"1","table1LeftIds_uniqueIds":["renderable-features-75dde535-d41c-4a42-aa7d-a339bca79abe"],"table1MainIds":"2","table1MainIds_uniqueIds":["renderable-features-79dc978c-1535-4eb5-af4c-583ffcdd930c"],"table1RightIds":"","table2Label":"WASHINGTON CAPITALS","table2LabelShow":true,"table2LabelType":"Package Nested","table2LabelUrl":"https://www.washingtonpost.com/sports/capitals/","table2LeftIds":"3","table2LeftIds_uniqueIds":["renderable-features-51b5201c-b01f-46fa-bd22-a8748583ef90"],"table2MainIds":"4","table2MainIds_uniqueIds":["renderable-features-afa3aa8a-41de-4c4a-8e23-66c8dd545a76"],"table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"9cae809b-7ea0-49f5-994b-e85ee1d49074","type":"top-table","variants":{}},"type":"top-table"},"renderable-chains-9e634539-0b36-45ed-8c0a-328cd8bd6f5d":{"children":[{"id":"renderable-features-4008c47c-4ce3-41b0-86d3-32c8df4dafe9"},{"id":"renderable-features-0adc9082-5e57-49f1-8a63-e0471613ccff"},{"id":"renderable-features-ccbd6ba4-683a-44c4-8df9-f212e0cc0d6f"},{"id":"renderable-features-56b3a9b2-fbd2-4aa8-9ace-59f0d8212a62"},{"id":"renderable-features-890b5534-54fd-4049-9721-513bc6d67669"},{"id":"renderable-features-e98ac8b8-523b-43a2-8ed5-37372993a899"},{"id":"renderable-features-7c6efe2a-f5e2-4a77-b56e-03150896d503"}],"collection":"chains","props":{"childProps":[],"collection":"chains","customFields":{"bottomSeparator":"Large","displayName":"the-latest","label":"The Latest","labelShow":true,"layout":"Even split - 2-col table at left","table0LeftIds":"","table0LeftIds_uniqueIds":[],"table1LeftIds":"1","table1LeftIds_uniqueIds":["renderable-features-4008c47c-4ce3-41b0-86d3-32c8df4dafe9"],"table1MainIds":"2","table1MainIds_uniqueIds":["renderable-features-0adc9082-5e57-49f1-8a63-e0471613ccff"],"table1RightIds":"","table1RightIds_uniqueIds":[],"table2LeftIds":"","table2LeftIds_uniqueIds":[],"table2MainIds":"","table2MainIds_uniqueIds":[],"table2RightIds":"","table2RightIds_uniqueIds":[],"table3LeftIds":"","table9Label":"TV AND RADIO LISTINGS","table9LabelSecondary":"Your complete guide to what’s on the air","table9LabelSecondaryShow":true,"table9LabelShow":true,"table9LabelType":"Package Nested","table9LabelUrl":"https://www.washingtonpost.com/sports/2021/07/09/tv-listings-dc/","table9LeftIds":"3,4,5,6,7","table9LeftIds_uniqueIds":["renderable-features-ccbd6ba4-683a-44c4-8df9-f212e0cc0d6f","renderable-features-56b3a9b2-fbd2-4aa8-9ace-59f0d8212a62","renderable-features-890b5534-54fd-4049-9721-513bc6d67669","renderable-features-e98ac8b8-523b-43a2-8ed5-37372993a899","renderable-features-7c6efe2a-f5e2-4a77-b56e-03150896d503"]},"id":"9e634539-0b36-45ed-8c0a-328cd8bd6f5d","type":"top-table","variants":{}},"type":"top-table"},"renderable-chains-b3da9dd8-b81f-4d16-aa09-89b733ee8076":{"children":[{"id":"renderable-features-3da32a1e-d58b-4894-8ddd-d2dfe9594f3d"},{"id":"renderable-features-ea508b94-1b6a-41c0-ac64-ef401b2f99a8"}],"collection":"chains","props":{"childProps":[],"collection":"chains","customFields":{"bottomSeparator":"Large","displayName":"college-football","label":"College Basketball","labelShow":true,"labelUrl":"https://www.washingtonpost.com/march-madness-2022","layout":"Tiling","table0LeftIds":"","table0LeftIds_uniqueIds":[],"table1LeftIds":"1,2","table1LeftIds_uniqueIds":["renderable-features-3da32a1e-d58b-4894-8ddd-d2dfe9594f3d","renderable-features-ea508b94-1b6a-41c0-ac64-ef401b2f99a8"],"table1MainIds":"","table1MainIds_uniqueIds":[],"table1RightIds":"","table1RightIds_uniqueIds":[],"table2LeftIds":"","table2LeftIds_uniqueIds":[],"table2MainIds":"","table2MainIds_uniqueIds":[],"table2RightIds":"","table2RightIds_uniqueIds":[],"table3LeftIds":"","table3LeftIds_uniqueIds":[],"table9LeftIds":"","table9LeftIds_uniqueIds":[]},"id":"b3da9dd8-b81f-4d16-aa09-89b733ee8076","settings":{"draggable":true,"hoverable":true,"selectable":true,"showMenu":true},"type":"top-table","variants":{}},"type":"top-table"},"renderable-chains-d4f496d9-7f21-4a7c-9315-df4c51d75db1":{"children":[{"id":"renderable-features-9f83f8ce-d45f-4f1f-9072-ad83b81f911b"},{"id":"renderable-features-9815f541-4cd0-48dc-b7af-73eb902fd2e5"}],"collection":"chains","props":{"childProps":[],"collection":"chains","customFields":{"bottomSeparator":"Large","displayName":"wnba","label":"WASHINGTON MYSTICS","labelShow":true,"labelUrl":"https://www.washingtonpost.com/sports/wnba/","layout":"Tiling","table0LeftIds":"","table0LeftIds_uniqueIds":[],"table1LeftIds":"1,2","table1LeftIds_uniqueIds":["renderable-features-9f83f8ce-d45f-4f1f-9072-ad83b81f911b","renderable-features-9815f541-4cd0-48dc-b7af-73eb902fd2e5"],"table1MainIds":"","table1RightIds":"","table2LeftIds":"","table2MainIds":"","table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"d4f496d9-7f21-4a7c-9315-df4c51d75db1","type":"top-table","variants":{}},"type":"top-table"},"renderable-chains-eddae125-341b-4ff8-81ea-753279ec763c":{"children":[{"id":"renderable-features-787a5e1b-742b-4137-9609-67c4e468f1e1"},{"id":"renderable-features-8ffc5d6f-836c-4a22-8b7d-03aad3af0541"}],"collection":"chains","props":{"childProps":[],"collection":"chains","customFields":{"bottomSeparator":"Large","displayName":"soccer","label":"Soccer","labelShow":true,"labelUrl":"https://www.washingtonpost.com/sports/soccer/","layout":"Tiling","table0LeftIds":"","table0LeftIds_uniqueIds":[],"table1LeftIds":"1,2","table1LeftIds_uniqueIds":["renderable-features-787a5e1b-742b-4137-9609-67c4e468f1e1","renderable-features-8ffc5d6f-836c-4a22-8b7d-03aad3af0541"],"table1MainIds":"","table1RightIds":"","table2LeftIds":"","table2MainIds":"","table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"eddae125-341b-4ff8-81ea-753279ec763c","type":"top-table","variants":{}},"type":"top-table"},"renderable-features-063808a0-ea9e-4978-83d3-51b9d64d093c":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"alternateArtLinkEnable":true,"artAspectRatio":"16:9","artHide":false,"artOverlayShow":true,"artPosition":"Art above head","artSize":"Large","blurbHide":false,"captionContent":"Credits only","displayName":"sports-tt-collex-lede","flexFeatureContentConfig":{"contentConfigValues":{"id":"RSLXJJEFIFGODAMCERHOF2MNS4","limit":"14","offset":"0","env":"prod"},"contentService":"wsk-collection"},"headlineSize":"Large","inlineVideo":true,"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Display","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image: Display + Force 3x2","rowSpan":8},"id":"063808a0-ea9e-4978-83d3-51b9d64d093c","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-0adc9082-5e57-49f1-8a63-e0471613ccff":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artPosition":"Art above head","artSize":"Large","captionContent":"Credits only","displayName":"sports-latest-feed","flexFeatureContentConfig":{"contentConfigValues":{"limit":"5","offset":"0","query":"prism://prism.query/site-articles-only,/sports","env":"prod"},"contentService":"prism-query"},"labelShow":true,"lastPickedPreset":"Head + byline","limit":4,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image right – Hide blurb","offset":1,"rowSpan":2},"id":"0adc9082-5e57-49f1-8a63-e0471613ccff","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-0b80a140-a291-4a68-8956-85f147fcc69a":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artAspectRatio":"16:9","artHide":false,"artPosition":"Art above head","displayName":"college-football-2-4","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"/sports/colleges/football","env":"prod"},"contentService":"prism-section"},"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Head + image above","limit":3,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image right – Hide blurb","offset":1,"rowSpan":4},"id":"0b80a140-a291-4a68-8956-85f147fcc69a","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-0f6lPmdky6wR9rX":{"collection":"features","props":{"collection":"features","customFields":{"adType":"leaderboard_3","displayName":"ad-leaderboard-3","table0LeftIds":"","table1LeftIds":"","table1MainIds":"","table1RightIds":"","table2LeftIds":"","table2MainIds":"","table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"0f6lPmdky6wR9rX","name":null,"type":"fronts/zeus","variants":{}},"type":"fronts/zeus"},"renderable-features-0f9zs0Bw0CuR9zG":{"collection":"features","props":{"collection":"features","customFields":{"adType":"leaderboard_2","displayName":"ad-leaderboard-2","table0LeftIds":"","table1LeftIds":"","table1MainIds":"","table1RightIds":"","table2LeftIds":"","table2MainIds":"","table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"0f9zs0Bw0CuR9zG","name":null,"type":"fronts/zeus","variants":{}},"type":"fronts/zeus"},"renderable-features-0fGjh0KWmpuR907":{"collection":"features","props":{"collection":"features","customFields":{"adType":"bigbox_3","displayName":"ad-bigbox3","table0LeftIds":"","table1LeftIds":"","table1MainIds":"","table1RightIds":"","table2LeftIds":"","table2MainIds":"","table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"0fGjh0KWmpuR907","name":null,"type":"fronts/zeus","variants":{}},"type":"fronts/zeus"},"renderable-features-0fLkTAI2wqUrdlJ":{"collection":"features","props":{"collection":"features","customFields":{"table0LeftIds":"","table1LeftIds":"","table1MainIds":"","table1RightIds":"","table2LeftIds":"","table2MainIds":"","table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"0fLkTAI2wqUrdlJ","name":null,"type":"inline-subs-module/default","variants":{}},"type":"inline-subs-module/default"},"renderable-features-0feJ8QuDk3rR9dQ":{"collection":"features","props":{"collection":"features","customFields":{"adType":"banner_top","displayName":"ad-banner-top","table0LeftIds":"","table1LeftIds":"","table1MainIds":"","table1RightIds":"","table2LeftIds":"","table2MainIds":"","table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"0feJ8QuDk3rR9dQ","name":null,"type":"fronts/zeus","variants":{}},"type":"fronts/zeus"},"renderable-features-0fhZsxPSc0vR9uI":{"collection":"features","props":{"collection":"features","customFields":{"adType":"bigbox","displayName":"ad-big-box1","table0LeftIds":"","table1LeftIds":"","table1MainIds":"","table1RightIds":"","table2LeftIds":"","table2MainIds":"","table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"0fhZsxPSc0vR9uI","name":null,"type":"fronts/zeus","variants":{}},"type":"fronts/zeus"},"renderable-features-0fjr3Cj3dtqR9Y1":{"collection":"features","props":{"collection":"features","customFields":{"adType":"leaderboard_1","displayName":"ad-leaderboard-1","table0LeftIds":"","table1LeftIds":"","table1MainIds":"","table1RightIds":"","table2LeftIds":"","table2MainIds":"","table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"0fjr3Cj3dtqR9Y1","name":null,"type":"fronts/zeus","variants":{}},"type":"fronts/zeus"},"renderable-features-0foHktJu4RtR9zC":{"collection":"features","props":{"collection":"features","customFields":{"adType":"bigbox_2","displayName":"ad-big-box2","table0LeftIds":"","table1LeftIds":"","table1MainIds":"","table1RightIds":"","table2LeftIds":"","table2MainIds":"","table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"0foHktJu4RtR9zC","name":null,"type":"fronts/zeus","variants":{}},"type":"fronts/zeus"},"renderable-features-0fvYrZOto2jK6H0":{"collection":"features","props":{"collection":"features","customFields":{"table0LeftIds":"","table1LeftIds":"","table1MainIds":"","table1RightIds":"","table2LeftIds":"","table2MainIds":"","table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"0fvYrZOto2jK6H0","name":null,"type":"global/Footer","variants":{}},"type":"global/Footer"},"renderable-features-129cb8bf-10b7-49bd-8119-f138d76db7a0":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artPosition":"Art above head","artSize":"Large","captionContent":"Normal caption","displayName":"mlb-feed-2","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"sports/mlb","env":"prod"},"contentService":"prism-section"},"labelShow":true,"lastPickedPreset":"Head + byline","limit":3,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image right – Hide blurb","offset":1,"rowSpan":2},"id":"129cb8bf-10b7-49bd-8119-f138d76db7a0","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-19b8d219-6182-4aa2-b809-429c4936b2c9":{"children":[],"collection":"features","props":{"clonedOn":1644264999832,"collection":"features","customFields":{"alternateArtLinkEnable":true,"artHide":false,"artOverlayShow":true,"artPosition":"Art above head","artSize":"Large","blurb":"","bylineShow":false,"captionContent":"Credits only","displayName":"sports-auto-luf-1-MOBILE","flexFeatureContentConfig":{"contentConfigValues":{"limit":"5","offset":"0","query":"prism://prism.query/site-subtype,/sports,Live-All/"},"contentService":"prism-query"},"headlineSize":"Large","hideOnDesktop":true,"inlineVideo":true,"labelShow":true,"labelType":"Live Updates","lastPickedMiniPreset":"Hide on desktop","lastPickedPreset":"Display","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"liveTickerHide":false,"liveTickerNum":4,"mobilePreset":"As is","relatedLinksPosition":"None","rowSpan":4,"timestampShow":false},"id":"19b8d219-6182-4aa2-b809-429c4936b2c9","type":"fronts/flex-feature"},"type":"fronts/flex-feature"},"renderable-features-1bab4628-81b7-4c4b-9c5d-78db17b51f22":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"displayName":"Global Header Nav"},"id":"1bab4628-81b7-4c4b-9c5d-78db17b51f22","type":"global/HeaderNav","variants":{}},"type":"global/HeaderNav"},"renderable-features-20b4062c-31ab-4660-a315-f5281fb17fe2":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artHide":false,"artPosition":"Art right","artSize":"X-Small","bylineShow":false,"countShow":true,"displayName":"mr-2-3","flexFeatureContentConfig":{"contentConfigValues":{"limit":"5","section":"sports","env":"prod"},"contentService":"most-read"},"headlineSize":"Tiny","labelShow":true,"lastPickedPreset":"Feed head + mug","limit":2,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"Feed head + mug","offset":1,"relatedLinksPosition":"None","rowSpan":4,"timestampShow":false},"id":"20b4062c-31ab-4660-a315-f5281fb17fe2","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-22bf4cce-7ad0-4ba2-be6e-ba2ad257f5f3":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"alternateArtLinkEnable":true,"artAspectRatio":"16:9","artHide":false,"artOverlayShow":true,"artPosition":"Art above head","artSize":"Large","captionContent":"Credits only","displayName":"nba-feed-1","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"sports/nba","env":"prod"},"contentService":"prism-section"},"headlineSize":"Medium","inlineVideo":true,"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Display","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","rowSpan":6},"id":"22bf4cce-7ad0-4ba2-be6e-ba2ad257f5f3","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-3021b29d-4b7e-4720-838b-0db39e2a5a72":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"alternateArtLinkEnable":true,"artAspectRatio":"16:9","artHide":false,"artOverlayShow":true,"artPosition":"Art above head","artSize":"Large","captionContent":"Credits only","displayName":"nfl-feed-1","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"sports/nfl","env":"prod"},"contentService":"prism-section"},"headlineSize":"Medium","inlineVideo":true,"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Display","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","rowSpan":6},"id":"3021b29d-4b7e-4720-838b-0db39e2a5a72","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-302cc5e5-fab3-4d93-85fc-54cbcb18bb48":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"alignment":"center","contentService":"site-service-section","displayName":"Section Topper","logo":"","tagline":"","title":"Sports","uppercase":true,"url":""},"id":"302cc5e5-fab3-4d93-85fc-54cbcb18bb48","type":"fronts/topper","variants":{}},"type":"fronts/topper"},"renderable-features-348e54c2-1dc4-4d9a-8c12-00537b068d59":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artAspectRatio":"16:9","artHide":false,"artPosition":"Art above head","displayName":"sports-collex-mts-2","flexFeatureContentConfig":{"contentConfigValues":{"id":"RSLXJJEFIFGODAMCERHOF2MNS4","limit":"14","offset":"0","env":"prod"},"contentService":"wsk-collection"},"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Head + image above","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image right – Hide blurb","offset":8,"rowSpan":4},"id":"348e54c2-1dc4-4d9a-8c12-00537b068d59","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-35f29fa4-9026-4054-bc77-37dab891864b":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"displayName":"Auto Update"},"id":"35f29fa4-9026-4054-bc77-37dab891864b","type":"fronts/auto-update","variants":{}},"type":"fronts/auto-update"},"renderable-features-3da32a1e-d58b-4894-8ddd-d2dfe9594f3d":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artAspectRatio":"16:9","artHide":false,"artPosition":"Art above head","blurb":"","displayName":"college-football-lede","flexFeatureContentConfig":{"contentConfigValues":{"id":"3KG4SECCO5G5JEIMTGZOSQ4WHU","limit":"4","offset":"0","env":"prod"},"contentService":"wsk-collection"},"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Head + image above","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","rowSpan":4},"id":"3da32a1e-d58b-4894-8ddd-d2dfe9594f3d","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-3dc48548-1d95-4aed-a77e-c5144fd90027":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artAspectRatio":"16:9","artPosition":"Art above head","bylineShow":false,"displayName":"sports-collex-mts-5","flexFeatureContentConfig":{"contentConfigValues":{"id":"RSLXJJEFIFGODAMCERHOF2MNS4","limit":"14","offset":"0","env":"prod"},"contentService":"wsk-collection"},"headlineSize":"Tiny","labelShow":true,"lastPickedPreset":"Feed head","limit":3,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"Feed head","offset":11,"relatedLinksPosition":"None","rowSpan":4,"timestampShow":false},"id":"3dc48548-1d95-4aed-a77e-c5144fd90027","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-3ed7ee7f-d2a8-4eff-ac31-55c89e36967b":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"displayName":"sports-tt-columnists-collex","flexFeatureContentConfig":{"contentConfigValues":{"id":"E7GZ4BUPUVEX7PN3DFPTFKHPDY","limit":"4","offset":"0","env":"prod"},"contentService":"wsk-collection"},"headlineSize":"Extra small","headlineStyle":"Regular","lastPickedPreset":"","limit":4,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","rowSpan":4},"id":"3ed7ee7f-d2a8-4eff-ac31-55c89e36967b","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-4008c47c-4ce3-41b0-86d3-32c8df4dafe9":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"alternateArtLinkEnable":true,"artAspectRatio":"16:9","artHide":false,"artOverlayShow":true,"artPosition":"Art above head","artSize":"Large","captionContent":"Credits only","displayName":"sports-latest-feed","flexFeatureContentConfig":{"contentConfigValues":{"limit":"5","offset":"0","query":"prism://prism.query/site-articles-only,/sports","env":"prod"},"contentService":"prism-query"},"headlineSize":"Medium","inlineVideo":true,"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Display","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","rowSpan":8},"id":"4008c47c-4ce3-41b0-86d3-32c8df4dafe9","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-43d96963-a05e-495c-a154-e9a9604e163c":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artAspectRatio":"16:9","artHide":false,"artSize":"Large","blurbHide":false,"bylineShow":false,"countShow":true,"displayName":"mr-1","flexFeatureContentConfig":{"contentConfigValues":{"limit":"5","section":"sports","env":"prod"},"contentService":"most-read"},"headlineSize":"Medium","labelShow":true,"lastPickedMiniPreset":"Add image right, large","lastPickedPreset":"Head + blurb","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image right","rowSpan":4,"timestampShow":false},"id":"43d96963-a05e-495c-a154-e9a9604e163c","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-51b5201c-b01f-46fa-bd22-a8748583ef90":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artHide":false,"artPosition":"Art above head","displayName":"caps-feed-1","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"sports/capitals","env":"prod"},"contentService":"prism-section"},"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Head + image above","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","rowSpan":6},"id":"51b5201c-b01f-46fa-bd22-a8748583ef90","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-53c959b2-0f79-486b-88f8-694e9ef9c679":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artAspectRatio":"16:9","artPosition":"Art above head","artSize":"Large","blurbHide":false,"displayName":"sports-tt-collex-secondary1","flexFeatureContentConfig":{"contentConfigValues":{"id":"RSLXJJEFIFGODAMCERHOF2MNS4","limit":"14","offset":"0","env":"prod"},"contentService":"wsk-collection"},"labelShow":true,"lastPickedPreset":"Head + blurb","limit":2,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image right – Hide blurb","offset":2,"rowSpan":4},"id":"53c959b2-0f79-486b-88f8-694e9ef9c679","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-56b3a9b2-fbd2-4aa8-9ace-59f0d8212a62":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"alternateArtLinkEnable":true,"artHide":false,"artOverlayShow":true,"artPosition":"Art above head","bylineShow":false,"captionContent":"Credits only","displayName":"nfl-stats","feature_relatedLinks_1_link":"http://stats.washingtonpost.com/fb/current_week.asp","feature_relatedLinks_1_text":"Scores","feature_relatedLinks_2_link":"http://stats.washingtonpost.com/fb/totalstandings.asp","feature_relatedLinks_2_text":"Standings","feature_relatedLinks_3_link":"http://stats.washingtonpost.com/fb/index.asp","feature_relatedLinks_3_text":"Statistics","flexFeatureContentConfig":{"contentConfigValues":{"content_path":"","env":"prod"},"contentService":"prism-promo"},"headlineHide":true,"inlineVideo":true,"label":"NATIONAL FOOTBALL LEAGUE","labelShow":true,"labelType":"Mini ALL-CAPS","labelUrl":"http://stats.washingtonpost.com/fb/teams.asp","lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Art only","liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","relatedLinksNum":3,"relatedLinksPosition":"Bottom","relatedLinksStyle":"Side-by-side","rowSpan":4,"timestampShow":false},"id":"56b3a9b2-fbd2-4aa8-9ace-59f0d8212a62","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-57db9249-1758-4342-8a60-333581710be1":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artAspectRatio":"16:9","artHide":false,"artPosition":"Art above head","displayName":"sports-collex-mts-4","flexFeatureContentConfig":{"contentConfigValues":{"id":"RSLXJJEFIFGODAMCERHOF2MNS4","limit":"20","offset":"0","env":"prod"},"contentService":"wsk-collection"},"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Head + image above","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image right – Hide blurb","offset":10,"rowSpan":4},"id":"57db9249-1758-4342-8a60-333581710be1","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-5c9ad94c-81bf-4e54-bad0-ad8679b2971a":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"alternateArtLinkEnable":true,"artHide":false,"artOverlayShow":true,"artPosition":"Art right","artSize":"Large","blurbHide":false,"displayName":"sports-ep-collex-1","flexFeatureContentConfig":{"contentConfigValues":{"id":"BMVGD5KWGBFQTOANV3K3WYERPE","limit":"3","offset":"0","env":"prod"},"contentService":"wsk-collection"},"inlineVideo":true,"labelShow":true,"lastPickedPreset":"Display – Extra wide","limit":2,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image right – Hide blurb","offset":1,"rowSpan":4,"wrapText":false},"id":"5c9ad94c-81bf-4e54-bad0-ad8679b2971a","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-5f228f9a-36b5-4077-ade9-b24da4b59321":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artPosition":"Art above head","artSize":"Large","captionContent":"Credits only","displayName":"nba-feed-2","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"sports/nba","env":"prod"},"contentService":"prism-section"},"labelShow":true,"lastPickedPreset":"Head + byline","limit":3,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image right – Hide blurb","offset":1,"rowSpan":2},"id":"5f228f9a-36b5-4077-ade9-b24da4b59321","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-60f6cd8a-6e40-4665-9f1a-4ba67ee541c8":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artPosition":"Art above head","artSize":"Large","captionContent":"Credits only","displayName":"nfl-feed-2","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"sports/nfl","env":"prod"},"contentService":"prism-section"},"labelShow":true,"lastPickedPreset":"Head + byline","limit":3,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image right – Hide blurb","offset":1,"rowSpan":2},"id":"60f6cd8a-6e40-4665-9f1a-4ba67ee541c8","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-650573df-4ac2-4171-86b0-790d1bcfdc3f":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artAspectRatio":"16:9","artHide":false,"artPosition":"Art above head","displayName":"sports-collex-mts-3","flexFeatureContentConfig":{"contentConfigValues":{"id":"RSLXJJEFIFGODAMCERHOF2MNS4","limit":"20","offset":"0","env":"prod"},"contentService":"wsk-collection"},"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Head + image above","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image right – Hide blurb","offset":9,"rowSpan":4},"id":"650573df-4ac2-4171-86b0-790d1bcfdc3f","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-75dde535-d41c-4a42-aa7d-a339bca79abe":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"alternateArtLinkEnable":true,"artAspectRatio":"16:9","artHide":false,"artOverlayShow":true,"artPosition":"Art above head","artSize":"Large","captionContent":"Credits only","displayName":"nhl-feed-1","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"sports/nhl","env":"prod"},"contentService":"prism-section"},"headlineSize":"Medium","inlineVideo":true,"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Display","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","rowSpan":6},"id":"75dde535-d41c-4a42-aa7d-a339bca79abe","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-76378fa4-17df-460a-93ea-9ca4a5e057bf":{"children":[],"collection":"features","props":{"clonedOn":1644264999832,"collection":"features","customFields":{"alternateArtLinkEnable":true,"artHide":false,"artOverlayShow":true,"artPosition":"Art above head","blurb":"","bylineShow":false,"captionContent":"Credits only","displayName":"sports-auto-luf-1-pic-only","flexFeatureContentConfig":{"contentConfigValues":{"limit":"5","offset":"0","query":"prism://prism.query/site-subtype,/sports,Live-All/"},"contentService":"prism-query"},"headlineHide":true,"headlineSize":"Large","inlineVideo":true,"labelType":"Live Updates","lastPickedPreset":"Art only","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"HIDE ENTIRE FEATURE","relatedLinksPosition":"None","rowSpan":4,"timestampShow":false},"id":"76378fa4-17df-460a-93ea-9ca4a5e057bf","type":"fronts/flex-feature"},"type":"fronts/flex-feature"},"renderable-features-787a5e1b-742b-4137-9609-67c4e468f1e1":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artAspectRatio":"16:9","artHide":false,"artPosition":"Art above head","displayName":"soccer-feed","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"sports/soccer","env":"prod"},"contentService":"prism-section"},"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Head + image above","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","rowSpan":4},"id":"787a5e1b-742b-4137-9609-67c4e468f1e1","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-79dc978c-1535-4eb5-af4c-583ffcdd930c":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artPosition":"Art above head","artSize":"Large","captionContent":"Credits only","displayName":"nhl-feed-2","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"sports/nhl","env":"prod"},"contentService":"prism-section"},"labelShow":true,"lastPickedPreset":"Head + byline","limit":3,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image right – Hide blurb","offset":1,"rowSpan":2},"id":"79dc978c-1535-4eb5-af4c-583ffcdd930c","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-7c6efe2a-f5e2-4a77-b56e-03150896d503":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"alternateArtLinkEnable":true,"artHide":false,"artOverlayShow":true,"artPosition":"Art above head","bylineShow":false,"captionContent":"Credits only","displayName":"nhl-stats","feature_relatedLinks_1_link":"http://stats.washingtonpost.com/nhl/scoreboard.asp","feature_relatedLinks_1_text":"Scores","feature_relatedLinks_2_link":"http://stats.washingtonpost.com/nhl/standings_conference.asp","feature_relatedLinks_2_text":"Standings","feature_relatedLinks_3_link":"http://stats.washingtonpost.com/nhl/index.asp?season=reg","feature_relatedLinks_3_text":"Statistics","flexFeatureContentConfig":{"contentConfigValues":{"content_path":"","env":"prod"},"contentService":"prism-promo"},"headlineHide":true,"inlineVideo":true,"label":"National Hockey League","labelShow":true,"labelType":"Mini ALL-CAPS","labelUrl":"http://stats.washingtonpost.com/NHL/teams.asp","lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Art only","liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","relatedLinksNum":3,"relatedLinksPosition":"Bottom","relatedLinksStyle":"Side-by-side","rowSpan":4,"timestampShow":false},"id":"7c6efe2a-f5e2-4a77-b56e-03150896d503","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-7ecbd2bc-9e4f-4de3-abc1-2c700a15b1e1":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artAspectRatio":"16:9","artHide":false,"artPosition":"Art above head","displayName":"college-football-lede","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"/sports/colleges/football","env":"prod"},"contentService":"prism-section"},"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Head + image above","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","rowSpan":4},"id":"7ecbd2bc-9e4f-4de3-abc1-2c700a15b1e1","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-7f5d42a6-6bc4-4350-90e4-5b6725d7a28f":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artAspectRatio":"16:9","artHide":false,"artPosition":"Art above head","displayName":"hs-feed","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"sports/highschools","env":"prod"},"contentService":"prism-section"},"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Head + image above","limit":3,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image right – Hide blurb","offset":1,"rowSpan":4},"id":"7f5d42a6-6bc4-4350-90e4-5b6725d7a28f","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-826089af-564d-4a60-92ab-614e9f3cc9ab":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"alternateArtLinkEnable":true,"artAspectRatio":"16:9","artHide":false,"artOverlayShow":true,"artPosition":"Art above head","blurbHide":false,"captionContent":"Credits only","displayName":"sports-ep-collex-1","flexFeatureContentConfig":{"contentConfigValues":{"id":"BMVGD5KWGBFQTOANV3K3WYERPE","limit":"3","offset":"0","env":"prod"},"contentService":"wsk-collection"},"headlineSize":"Large","headlineStyle":"Regular","inlineVideo":true,"labelShow":true,"lastPickedMiniPreset":"Image aspect ratio: 16:9","lastPickedPreset":"Display -- feature","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image: Display + Force 3x2","rowSpan":4,"textAlignment":"center"},"id":"826089af-564d-4a60-92ab-614e9f3cc9ab","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-890b5534-54fd-4049-9721-513bc6d67669":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"alternateArtLinkEnable":true,"artHide":false,"artOverlayShow":true,"artPosition":"Art above head","bylineShow":false,"captionContent":"Credits only","displayName":"nba-stats","feature_relatedLinks_1_link":"http://stats.washingtonpost.com/nba/scoreboard.asp","feature_relatedLinks_1_text":"Scores","feature_relatedLinks_2_link":"http://stats.washingtonpost.com/nba/standings.asp","feature_relatedLinks_2_text":"Standings","feature_relatedLinks_3_link":"http://stats.washingtonpost.com/nba/index.asp?season=reg","feature_relatedLinks_3_text":"Statistics","flexFeatureContentConfig":{"contentConfigValues":{"content_path":"","env":"prod"},"contentService":"prism-promo"},"headlineHide":true,"inlineVideo":true,"label":"NATIONAL BASKETBALL ASSOCIATION","labelShow":true,"labelType":"Mini ALL-CAPS","labelUrl":"http://stats.washingtonpost.com/nba/teams.asp","lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Art only","liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","relatedLinksNum":3,"relatedLinksPosition":"Bottom","relatedLinksStyle":"Side-by-side","rowSpan":4,"timestampShow":false},"id":"890b5534-54fd-4049-9721-513bc6d67669","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-8ffc5d6f-836c-4a22-8b7d-03aad3af0541":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artAspectRatio":"16:9","artHide":false,"artPosition":"Art above head","displayName":"soccer-feed","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"sports/soccer","env":"prod"},"contentService":"prism-section"},"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Head + image above","limit":3,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image right – Hide blurb","offset":1,"rowSpan":4},"id":"8ffc5d6f-836c-4a22-8b7d-03aad3af0541","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-917c1db2-a83d-4e38-b4a6-cb598a943af4":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"alternateArtLinkEnable":true,"artAspectRatio":"16:9","artHide":false,"artOverlayShow":true,"artPosition":"Art above head","artSize":"Large","captionContent":"Credits only","displayName":"mlb-feed-1","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"sports/mlb","env":"prod"},"contentService":"prism-section"},"headlineSize":"Medium","inlineVideo":true,"labelShow":true,"lastPickedMiniPreset":"Hide blurb","lastPickedPreset":"Display","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","rowSpan":6},"id":"917c1db2-a83d-4e38-b4a6-cb598a943af4","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-9815f541-4cd0-48dc-b7af-73eb902fd2e5":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artAspectRatio":"16:9","artHide":false,"artPosition":"Art above head","displayName":"wnba-feed","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"/sports/wnba/","env":"prod"},"contentService":"prism-section"},"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Head + image above","limit":3,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image right – Hide blurb","offset":1,"rowSpan":4},"id":"9815f541-4cd0-48dc-b7af-73eb902fd2e5","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-988f6ac0-61ab-43df-8f0b-8e8d5ee322b8":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artAspectRatio":"16:9","artHide":false,"artPosition":"Art above head","displayName":"hs-feed","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"sports/highschools","env":"prod"},"contentService":"prism-section"},"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Head + image above","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","rowSpan":4},"id":"988f6ac0-61ab-43df-8f0b-8e8d5ee322b8","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-9b3994b5-4587-46ca-b3fe-b07283d8bc73":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artAspectRatio":"16:9","artHide":false,"artPosition":"Art above head","displayName":"sports-bog-feed","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"sports/dc-sports-bog","env":"prod"},"contentService":"prism-section"},"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Head + image above","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","rowSpan":4},"id":"9b3994b5-4587-46ca-b3fe-b07283d8bc73","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-9da7dfa2-4ef5-4843-bf84-80e64c0b9e44":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artPosition":"Art above head","artSize":"Large","captionContent":"Credits only","displayName":"sports-tt-collex-under-lede","flexFeatureContentConfig":{"contentConfigValues":{"id":"RSLXJJEFIFGODAMCERHOF2MNS4","limit":"14","offset":"0","env":"prod"},"contentService":"wsk-collection"},"labelShow":true,"lastPickedPreset":"Head + byline","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image right – Hide blurb","offset":1,"rowSpan":4},"id":"9da7dfa2-4ef5-4843-bf84-80e64c0b9e44","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-9f83f8ce-d45f-4f1f-9072-ad83b81f911b":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artAspectRatio":"16:9","artHide":false,"artPosition":"Art above head","displayName":"wnba-feed","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"/sports/wnba/","env":"prod"},"contentService":"prism-section"},"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Head + image above","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","rowSpan":4},"id":"9f83f8ce-d45f-4f1f-9072-ad83b81f911b","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-afa3aa8a-41de-4c4a-8e23-66c8dd545a76":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artPosition":"Art above head","bylineShow":false,"displayName":"caps-feed-2","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"sports/capitals","env":"prod"},"contentService":"prism-section"},"headlineSize":"Tiny","labelShow":true,"lastPickedPreset":"Feed head","limit":3,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","offset":1,"relatedLinksPosition":"None","rowSpan":2,"timestampShow":false},"id":"afa3aa8a-41de-4c4a-8e23-66c8dd545a76","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-b2a1a069-e257-4472-bcdc-b256562314f1":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artHide":false,"artPosition":"Art above head","artSize":"Large","displayName":"sports-tt-collex-secondary2","flexFeatureContentConfig":{"contentConfigValues":{"id":"RSLXJJEFIFGODAMCERHOF2MNS4","limit":"14","offset":"0","env":"prod"},"contentService":"wsk-collection"},"labelShow":true,"lastPickedPreset":"Head + image above","limit":2,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image right – Hide blurb","offset":5,"rowSpan":6},"id":"b2a1a069-e257-4472-bcdc-b256562314f1","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-b2be2928-e4b9-4111-a6d2-94b3332d6cfe":{"children":[],"collection":"features","props":{"clonedOn":1644264999832,"collection":"features","customFields":{"alternateArtLinkEnable":true,"artOverlayShow":true,"artPosition":"Art left","blurb":"","bylineShow":false,"captionContent":"Credits only","displayName":"sports-auto-luf-1-ticker-only","flexFeatureContentConfig":{"contentConfigValues":{"limit":"5","offset":"0","query":"prism://prism.query/site-subtype,/sports,Live-All/"},"contentService":"prism-query"},"headlineHide":true,"headlineSize":"Large","inlineVideo":true,"labelShow":true,"labelType":"Live Updates","lastPickedMiniPreset":"Unhide on desktop","lastPickedPreset":"Display – Extra wide","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"liveTickerHide":false,"mobilePreset":"HIDE ENTIRE FEATURE","relatedLinksPosition":"None","rowSpan":4,"timestampShow":false},"id":"b2be2928-e4b9-4111-a6d2-94b3332d6cfe","type":"fronts/flex-feature"},"type":"fronts/flex-feature"},"renderable-features-ccbd6ba4-683a-44c4-8df9-f212e0cc0d6f":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"alternateArtLinkEnable":true,"artHide":false,"artOverlayShow":true,"artPosition":"Art above head","bylineShow":false,"captionContent":"Credits only","displayName":"mlb-stats","feature_relatedLinks_1_link":"http://stats.washingtonpost.com/mlb/today.asp","feature_relatedLinks_1_text":"Scores","feature_relatedLinks_2_link":"http://stats.washingtonpost.com/mlb/standings.asp","feature_relatedLinks_2_text":"Standings","feature_relatedLinks_3_link":"http://stats.washingtonpost.com/mlb/index.asp","feature_relatedLinks_3_text":"Statistics","flexFeatureContentConfig":{"contentConfigValues":{"content_path":"","env":"prod"},"contentService":"prism-promo"},"headlineHide":true,"inlineVideo":true,"label":"MAJOR LEAGUE BASEBALL","labelShow":true,"labelType":"Mini ALL-CAPS","labelUrl":"http://stats.washingtonpost.com/mlb/teams.asp","lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Art only","liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","relatedLinksNum":3,"relatedLinksPosition":"Bottom","relatedLinksStyle":"Side-by-side","rowSpan":4,"timestampShow":false},"id":"ccbd6ba4-683a-44c4-8df9-f212e0cc0d6f","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-ce179126-d4d1-46b3-aa22-5271a357e255":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artHide":false,"artPosition":"Art above head","displayName":"nats-feed-1","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"sports/nationals","env":"prod"},"contentService":"prism-section"},"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Head + image above","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","rowSpan":6},"id":"ce179126-d4d1-46b3-aa22-5271a357e255","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-dc98f666-59a0-47ff-8713-9753c050eab3":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artAspectRatio":"16:9","artHide":false,"artPosition":"Art above head","displayName":"sports-bog-feed","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"sports/dc-sports-bog","env":"prod"},"contentService":"prism-section"},"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Head + image above","limit":3,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image right – Hide blurb","offset":1,"rowSpan":4},"id":"dc98f666-59a0-47ff-8713-9753c050eab3","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-dd1528f4-78c8-45c4-8177-7b924f005d72":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artPosition":"Art above head","bylineShow":false,"displayName":"wiz-feed-2","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"sports/wizards","env":"prod"},"contentService":"prism-section"},"headlineSize":"Tiny","labelShow":true,"lastPickedPreset":"Feed head","limit":3,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","offset":1,"relatedLinksPosition":"None","rowSpan":2,"timestampShow":false},"id":"dd1528f4-78c8-45c4-8177-7b924f005d72","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-dd5692ce-ba47-4f83-93a3-1b307313bba9":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artPosition":"Art above head","bylineShow":false,"displayName":"nats-feed-1","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"sports/nationals","env":"prod"},"contentService":"prism-section"},"headlineSize":"Tiny","labelShow":true,"lastPickedPreset":"Feed head","limit":3,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","offset":1,"relatedLinksPosition":"None","rowSpan":2,"timestampShow":false},"id":"dd5692ce-ba47-4f83-93a3-1b307313bba9","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-deb79e22-65a6-4ea0-a2bf-d53fbcf35df3":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"adType":"fixedBottom","displayName":"ad-fixedbottom"},"id":"deb79e22-65a6-4ea0-a2bf-d53fbcf35df3","type":"fronts/zeus","variants":{}},"type":"fronts/zeus"},"renderable-features-e98ac8b8-523b-43a2-8ed5-37372993a899":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"alternateArtLinkEnable":true,"artHide":false,"artOverlayShow":true,"artPosition":"Art above head","bylineShow":false,"captionContent":"Credits only","displayName":"wnba-stats","feature_relatedLinks_1_link":"http://stats.washingtonpost.com/wnba/scoreboard.asp","feature_relatedLinks_1_text":"Scores","feature_relatedLinks_2_link":"http://stats.washingtonpost.com/wnba/standings.asp","feature_relatedLinks_2_text":"Standings","feature_relatedLinks_3_link":"http://stats.washingtonpost.com/wnba/leaders.asp","feature_relatedLinks_3_text":"Statistics","flexFeatureContentConfig":{"contentConfigValues":{"content_path":"","env":"prod"},"contentService":"prism-promo"},"headlineHide":true,"inlineVideo":true,"label":"WOMEN'S NATIONAL BASKETBALL ASSOCIATION","labelShow":true,"labelType":"Mini ALL-CAPS","labelUrl":"http://stats.washingtonpost.com/wnba/teams.asp","lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Art only","liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","relatedLinksNum":3,"relatedLinksPosition":"Bottom","relatedLinksStyle":"Side-by-side","rowSpan":4,"timestampShow":false},"id":"e98ac8b8-523b-43a2-8ed5-37372993a899","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-e9d0f764-259e-43e7-90b9-28692f6e09cf":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artAspectRatio":"16:9","artHide":false,"artPosition":"Art above head","displayName":"sports-collex-mts-1","flexFeatureContentConfig":{"contentConfigValues":{"id":"RSLXJJEFIFGODAMCERHOF2MNS4","limit":"14","offset":"0","env":"prod"},"contentService":"wsk-collection"},"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Head + image above","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","offset":7,"rowSpan":4},"id":"e9d0f764-259e-43e7-90b9-28692f6e09cf","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-ea508b94-1b6a-41c0-ac64-ef401b2f99a8":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artAspectRatio":"16:9","artHide":false,"artPosition":"Art above head","blurb":"","displayName":"college-football-2-4","flexFeatureContentConfig":{"contentConfigValues":{"id":"3KG4SECCO5G5JEIMTGZOSQ4WHU","limit":"4","offset":"0","env":"prod"},"contentService":"wsk-collection"},"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Head + image above","limit":3,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image right – Hide blurb","offset":1,"rowSpan":4},"id":"ea508b94-1b6a-41c0-ac64-ef401b2f99a8","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-eb07736f-59fd-419f-bf71-47e871173118":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artPosition":"Art above head","bylineShow":false,"displayName":"wft-feed-2","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","query":"prism://prism.query/two-sites,/sports/redskins,/sports/washington-nfl","env":"prod"},"contentService":"prism-query"},"headlineSize":"Tiny","labelShow":true,"lastPickedPreset":"Feed head","limit":3,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","offset":1,"relatedLinksPosition":"None","rowSpan":2,"timestampShow":false},"id":"eb07736f-59fd-419f-bf71-47e871173118","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-ec323e20-a9c2-4b47-bbc0-8828d70c2064":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artHide":false,"artPosition":"Art above head","displayName":"wiz-feed-1","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"sports/wizards","env":"prod"},"contentService":"prism-section"},"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Head + image above","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","rowSpan":6},"id":"ec323e20-a9c2-4b47-bbc0-8828d70c2064","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-edbc6baa-a1d9-449e-8c3d-df2fa5f8bf91":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artAspectRatio":"16:9","artPosition":"Art above head","artSize":"Large","displayName":"sports-tt-collex-secondary1-single","flexFeatureContentConfig":{"contentConfigValues":{"id":"RSLXJJEFIFGODAMCERHOF2MNS4","limit":"14","offset":"0","env":"prod"},"contentService":"wsk-collection"},"labelShow":true,"lastPickedPreset":"Head + blurb","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image right – Hide blurb","offset":4,"rowSpan":4},"id":"edbc6baa-a1d9-449e-8c3d-df2fa5f8bf91","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-f0fCg0Feiu5717B":{"collection":"features","props":{"collection":"features","customFields":{"adType":"leaderboard_4","displayName":"ad-leaderboard-4","pbInternal_clipboardId":"f0fCg0Feiu5717B","table0LeftIds":"","table1LeftIds":"","table1MainIds":"","table1RightIds":"","table2LeftIds":"","table2MainIds":"","table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"f0fCg0Feiu5717B","name":null,"type":"fronts/zeus","variants":{}},"type":"fronts/zeus"},"renderable-features-f7df1f20-f9e3-4164-9921-5bf99b38f6ce":{"children":[],"collection":"features","props":{"clonedOn":1644264999831,"collection":"features","customFields":{"alternateArtLinkEnable":true,"artOverlayShow":true,"artPosition":"Art left","blurb":"","blurbHide":false,"captionContent":"Credits only","displayName":"sports-auto-luf-1-hed-only","flexFeatureContentConfig":{"contentConfigValues":{"limit":"5","offset":"0","query":"prism://prism.query/site-subtype,/sports,Live-All/"},"contentService":"prism-query"},"headlineSize":"Extra large","inlineVideo":true,"labelType":"Live Updates","lastPickedMiniPreset":"Unhide on desktop","lastPickedPreset":"Display – Extra wide","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"liveTickerNum":4,"liveTickerTimestampShow":false,"mobilePreset":"HIDE ENTIRE FEATURE","relatedLinksPosition":"None","rowSpan":4},"id":"f7df1f20-f9e3-4164-9921-5bf99b38f6ce","type":"fronts/flex-feature"},"type":"fronts/flex-feature"},"renderable-features-faabb11a-ac2e-47f1-9ca8-75d3d71cca03":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artHide":false,"artPosition":"Art right","artSize":"X-Small","bylineShow":false,"countShow":true,"displayName":"mr-4-5","flexFeatureContentConfig":{"contentConfigValues":{"limit":"5","section":"sports","env":"prod"},"contentService":"most-read"},"headlineSize":"Tiny","labelShow":true,"lastPickedPreset":"Feed head + mug","limit":2,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"Feed head + mug","offset":3,"relatedLinksPosition":"None","rowSpan":4,"timestampShow":false},"id":"faabb11a-ac2e-47f1-9ca8-75d3d71cca03","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-fd3358da-8986-46e3-b9e0-070a9db6eac1":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artHide":false,"artPosition":"Art above head","displayName":"wft-feed-1","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","query":"prism://prism.query/two-sites,/sports/redskins,/sports/washington-nfl","env":"prod"},"contentService":"prism-query"},"labelShow":true,"lastPickedMiniPreset":"Image aspect ratio: 3:2","lastPickedPreset":"Head + image above","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","rowSpan":6},"id":"fd3358da-8986-46e3-b9e0-070a9db6eac1","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-sections-0":{"children":[{"id":"renderable-features-1bab4628-81b7-4c4b-9c5d-78db17b51f22"}],"collection":"sections","props":{"collection":"sections","id":0}},"renderable-sections-1":{"children":[{"id":"renderable-features-0feJ8QuDk3rR9dQ"},{"id":"renderable-features-0fjr3Cj3dtqR9Y1"},{"id":"renderable-features-302cc5e5-fab3-4d93-85fc-54cbcb18bb48"}],"collection":"sections","props":{"collection":"sections","id":1}},"renderable-sections-2":{"children":[{"id":"renderable-chains-62b1eb7f-77b5-4a6e-bd78-4bcc2ec8e594"},{"id":"renderable-chains-0dbcc62e-343a-487c-a43a-6478ed3fb7e4"},{"id":"renderable-chains-130be4e8-6f5a-45e8-9060-d06c97e3b23a"},{"id":"renderable-chains-88d3735e-78f3-4b68-9918-8ba003f6312e"},{"id":"renderable-features-0f9zs0Bw0CuR9zG"},{"id":"renderable-features-0fhZsxPSc0vR9uI"},{"id":"renderable-chains-736d69b7-de9c-4f19-bebc-26902e9aebe2"},{"id":"renderable-chains-2dbdf800-7482-4fc8-8aa9-8466cfb72197"},{"id":"renderable-chains-6bf5c357-9b65-49b8-bf4c-7f596bee88c0"},{"id":"renderable-chains-9e634539-0b36-45ed-8c0a-328cd8bd6f5d"},{"id":"renderable-features-0foHktJu4RtR9zC"},{"id":"renderable-features-0f6lPmdky6wR9rX"},{"id":"renderable-chains-5870c620-42fb-4786-8a6c-166ed3a6f196"},{"id":"renderable-chains-7cb6bf91-bb97-40f3-9bdc-e4e76008e1e3"},{"id":"renderable-chains-32d63911-c8f8-4217-92fd-54371e083b8d"},{"id":"renderable-chains-5a5bac04-6c2e-4aed-9af5-f7efe0821772"},{"id":"renderable-chains-b3da9dd8-b81f-4d16-aa09-89b733ee8076"},{"id":"renderable-features-f0fCg0Feiu5717B"},{"id":"renderable-features-0fGjh0KWmpuR907"},{"id":"renderable-chains-eddae125-341b-4ff8-81ea-753279ec763c"},{"id":"renderable-chains-d4f496d9-7f21-4a7c-9315-df4c51d75db1"},{"id":"renderable-features-0fLkTAI2wqUrdlJ"},{"id":"renderable-chains-9cae809b-7ea0-49f5-994b-e85ee1d49074"},{"id":"renderable-chains-8c5f6d5f-d2f2-46fa-bc0e-fc1e9758215d"},{"id":"renderable-chains-13c64bf1-7833-46f4-99d7-06c72670f864"}],"collection":"sections","props":{"collection":"sections","id":2}},"renderable-sections-3":{"children":[{"id":"renderable-features-deb79e22-65a6-4ea0-a2bf-d53fbcf35df3"},{"id":"renderable-features-35f29fa4-9026-4054-bc77-37dab891864b"}],"collection":"sections","props":{"collection":"sections","id":3}},"renderable-sections-4":{"children":[{"id":"renderable-features-0fvYrZOto2jK6H0"}],"collection":"sections","props":{"collection":"sections","id":4}},"root":{"children":[{"id":"renderable-sections-0"},{"id":"renderable-sections-1"},{"id":"renderable-sections-2"},{"id":"renderable-sections-3"},{"id":"renderable-sections-4"}],"collection":"layouts","id":"root","props":{"childProps":[{"collection":"sections","id":0},{"collection":"sections","id":1},{"collection":"sections","id":2},{"collection":"sections","id":3},{"collection":"sections","id":4}],"collection":"layouts","id":"homepage","type":"homepage"},"type":"homepage"},"lastPublishedActualTimestamp":1649349276054},"slug":"sports","metaData":{"canonicalUrl":"/sports/","commercial_node":"/sports","contentType":"front","description":"The Washington Post Sports section provides sports news, video, scores, analysis and updates about high school, college, and pro sports teams, including the Capitals, Nationals, Washington Football Team, United and Wizards. Post Sports also offers blogs and discussions about the latest sports news.","keywords":"Washington Capitals, Washington Nationals, Washington Football Team, Washington Redskins, DC United , Washington Wizards, baseball, football, hockey, soccer, golf, basketball, college football, college basketball, NBA news, MLB news, NFL news, NHL news, MLS news, Nationals, Redskins, Capitals, Wizards, D.C. United, high school sports,college sports,track and field, hoyas, terps, cavaliers, college sports news, dc sports news, dc sports","pageName":"front - sports","pageType":"front","section":"sports","social_share_image":"https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Fimg%252Ewashingtonpost%252Ecom%2Fpb%2Fresources%2Fimg%2Ftwp-social-share%252Epng\u0026w=1484","tagline":null,"title":"Sports"},"requestUri":"/sports","outputType":"default","isMobile":false}},"page":"/render/[slug]","query":{"slug":"sports"},"buildId":"@d4325ee1e14e7755085c906f22b0003100b14401","assetPrefix":"/assembler","runtimeConfig":{"CLIENT_SIDE_API_DOMAIN":"https://www.washingtonpost.com/prism","SERVER_SIDE_API_DOMAIN":"https://prism-proxy.wpit.nile.works","CONTENT_SOURCE":"prism-content-api","environment":"prod","isCypress":false,"buildId":"d4325ee1e14e7755085c906f22b0003100b14401","DEBUG_DATADOG":false},"isFallback":false,"dynamicIds":["0PSK","66oY","9MQZ","KkKZ","Qetd","VeD8","dI71","dRu9","iTG7","pQ8y","tSS8","/4/P","/cMM","1jB3","2W6z","2oH+","341u","3qij","4gVh","4znE","5lVf","7/4B","7DRD","7jcJ","8nTT","9izM","AaPd","CXd8","E86x","Ed2s","FOgZ","FdJ0","GRpk","Gu2w","H82I","I7VN","I7wR","IR2O","IYBW","Ia1/","IvMW","NA2E","PmXk","T5bk","UR79","V56A","VLz0","VQdy","YX3C","Yk0m","ZQiL","ahEZ","b97O","bmMU","cj+i","e8If","exAI","gigl","guND","hTiq","kKD0","kUBd","lCyF","lggU","liTV","mA9u","n3y+","nfIO","pFvn","pL4d","pjH4","pvtY","qc5R","qj9A","rR9P","saIL","sjmV","so5u","tNkP","tZCw","upjw","vjvJ","vlah","yaUs","yr1c","mQ/1","Dzth","FbIo","Vzfr","YYJz","hc6g","pYKe","rwlM","zQV+","+0S/","YEtl","2dhQ","3Zvl","OE9q","Reua","WSfo","ifCO","mUIY","moYB","nONp","raUE","vySh","+xr+","5zgZ","CWdW","V3qQ","WE2J","rrss","Dcf+","Qo2W","iXha","qIyT"],"gip":true,"head":[["meta",{"charSet":"utf-8"}],["meta",{"name":"viewport","content":"width=device-width"}]]}</script><script nomodule="" src="/assembler/_next/static/chunks/polyfills-f2eab619191f168b2b1b.js"></script><script async="" src="/assembler/_next/static/chunks/c8f7fe3b0e41be846d5687592cf2018ff6e22687.7e6f169f910fa3d983e5.js"></script><script async="" src="/assembler/_next/static/chunks/62.4e96eb9cd844e2fec1a5.js"></script><script async="" src="/assembler/_next/static/chunks/34.36d3727342e14f3e33b4.js"></script><script async="" src="/assembler/_next/static/chunks/49.cf9957353ef3aa3b0ec9.js"></script><script async="" src="/assembler/_next/static/chunks/65.1f3593622676ac889640.js"></script><script async="" src="/assembler/_next/static/chunks/35.d3d9a26e531205ca06f6.js"></script><script async="" src="/assembler/_next/static/chunks/7e6c0f8bb652c3b8f51c7037ba32240ea3cc4901.b1e83579a5357bda5f36.js"></script><script async="" src="/assembler/_next/static/chunks/59.b78346a5efb0d8267433.js"></script><script async="" src="/assembler/_next/static/chunks/41.56838887bb9e342c79b5.js"></script><script src="/assembler/_next/static/chunks/main-a78b5e02330bbb6b253e.js" async=""></script><script src="/assembler/_next/static/chunks/webpack-610276758e02f821fcee.js" async=""></script><script src="/assembler/_next/static/chunks/framework.f35fc927c22a126dbb81.js" async=""></script><script src="/assembler/_next/static/chunks/commons.de273cf9759008f6bcf3.js" async=""></script><script src="/assembler/_next/static/chunks/91f3178531c1c62e4d27b722f834a66197539e8b.a2edcf69484e608c54af.js" async=""></script><script src="/assembler/_next/static/chunks/362aa2e1cb5854114eb1f90d6896a23b9297be9e.ea3c50002fc002264c6e.js" async=""></script><script src="/assembler/_next/static/chunks/pages/_app-21507dae9aa05ed83daa.js" async=""></script><script src="/assembler/_next/static/chunks/fff9e8d5.1b6d536e34ef07e9e17f.js" async=""></script><script src="/assembler/_next/static/chunks/76a316fd32b54ef155c733699e3ba2e815c7ab71.77cf64eaf62a36fe0d52.js" async=""></script><script src="/assembler/_next/static/chunks/27ec36ac922dc15281442cb5a55c49518bf1b622.0848249bd45128be1700.js" async=""></script><script src="/assembler/_next/static/chunks/0baf31ec139491fbde7ba9fc2da5f7b7165b3a24.0543b8c53e7ed4be6613.js" async=""></script><script src="/assembler/_next/static/chunks/pages/render/%5Bslug%5D-645045d3ec2ac8057931.js" async=""></script><script src="/assembler/_next/static/@d4325ee1e14e7755085c906f22b0003100b14401/_buildManifest.js" async=""></script><script src="/assembler/_next/static/@d4325ee1e14e7755085c906f22b0003100b14401/_ssgManifest.js" async=""></script><script src="https://js.sentry-cdn.com/cbbf40fbb8df40f88c3e24ceaea718b4.min.js" crossorigin="anonymous"></script><script>
var deployment = window.Fusion && window.Fusion.deployment || "no release";
typeof window !== "undefined" && window.Sentry && window.Sentry.onLoad(function sentryInit() {
window.Sentry.init({
release: deployment,
environment: "prod",
sampleRate: 0.01,
whitelistUrls: [
"washingtonpost.com",
"wapodev.com",
"wapostage.com",
"washpost.arcpublishing.com",
"sandbox.washpost.arcpublishing.com"
],
blacklistUrls: [
"washingtonpost.com/wp-stat/",
"washingtonpost.com/scripts/",
"*/src/",
"*/verify.js",
"*/score.min.js",
"localhost"
],
beforeSend: function(event, hint) {
var error = hint && hint.originalException;
if (error && error.message && error.message.match(/WPFusionReactErrorElex/)) {
return event;
}
return null;
}
});
window.Sentry.forceLoad();
});
</script></body></html>
# Import BeautifulSoup from bs4
from bs4 import BeautifulSoup
# Create a BeautifulSoup object from the HTML
soup = BeautifulSoup(html, "html5lib")
type(soup)
bs4.BeautifulSoup
def remove_tags(html):
# parse html content
soup = BeautifulSoup(html, "html.parser")
for data in soup(['style', 'script']):
# Remove tags
data.decompose()
# return data by retrieving the tag content
return ' '.join(soup.stripped_strings)
# Print the extracted data
print(remove_tags(html))
content=remove_tags(html)
Sports Accessibility statement Skip to main content Search Input Search Sections Menu Sections Menu The Washington Post Democracy Dies in Darkness Sign in ProfileSolid Sign in ProfileSolid Advertisement Sports Commanders Nationals Capitals Wizards Colleges Mystics D.C. United & Spirit (Peter Nicholls/Reuters) Perspective Wimbledon’s ban on Russian players was exactly right The All England Club sent a necessary message: Even the most innocent Russians will pay the price for the actions of Vladimir Putin’s regime. By Sally Jenkins Novak Djokovic calls Wimbledon ban of Russians, Belarusians ‘crazy’ By Cindy Boren and Annabelle Timsit 10 minutes ago Perspective Being the NBA’s MVP is an honor and a burden. Just ask Nikola Jokic. As he rages through a second straight difficult postseason, Jokic must embrace the joy and frustration. They’re both critical parts of the MVP experience. By Jerry Brewer Dwayne Haskins was looking for gas before fatal crash, per wife’s 911 call "That’s just not like him for him not to call me back," Kalabrya Haskins, the NFL quarterback's wife, told a 911 dispatcher the morning of the fatal crash. By Nicki Jhabvala Alex Ovechkin hits the 50-goal mark again, but the Capitals falter in OT By Samantha Pell To grow U.S. men’s volleyball, advocates turned to HBCUs By Jonathan Gold Villanova men’s basketball coach Jay Wright announces retirement By Des Bieler Perspectives Why owning a baseball team isn’t like owning a shopping mall By Barry Svrluga Mike Bossy was a hockey legend on the ice, and a sweetheart off it By John Feinstein How bad can Sports Twitter be? If Elon Musk succeeds, we’ll find out. By Candace Buckner Narrative of Jackie Robinson, like that of MLK, is at odds with the reality By Kevin B. Blackistone Advertisement Advertisement More Top Stories Pam Shriver reveals ‘inappropriate’ relationship at 17 with her coach By Cindy Boren and Glynn A. Hill Wimbledon bans Russian and Belarusian players over invasion of Ukraine By Cindy Boren , Adela Suliman and Matt Bonesteel Erick Fedde gets lit up as Nationals sputter to 11-2 loss to Diamondbacks By Andrew Golden D.C. United fires coach Hernán Losada after sluggish start to season By Steven Goff Wide receivers keep cashing in, and it may be Terry McLaurin’s turn soon Joel Embiid buries game-winner in OT as 76ers push Raptors to the brink Nationals’ Sean Doolittle goes on injured list with elbow sprain MAJOR LEAGUE BASEBALL ChevronRight Loading... (Matt Thomas/AP) Perspective Baseball is changing its uniforms. The culture needs some updating, too. By Candace Buckner 39 minutes ago Analysis The Yankees face the usual lofty expectations — and the same old questions By Chelsea Janes Red Sox player, staffers test positive for coronavirus By Matt Bonesteel Fresh off a perfect game, Japanese phenom nearly throws another By Des Bieler WASHINGTON NATIONALS ChevronRight Loading... Erick Fedde gets lit up as Nationals sputter to 11-2 loss to Diamondbacks By Andrew Golden Early returns on César Hernández are solid, but Nationals need more Nationals’ Sean Doolittle goes on injured list with elbow sprain Josiah Gray and Joan Adon guide the Nationals to a doubleheader sweep Editors’ Picks Loading... (John McDonnell/The Washington Post) How the NBA got serious about mental health DeRozan’s revelation resonated and reverberated, resulting in a response from players within the NBA and the league offices. By Michael Lee Loading... The Jackie Robinson of ... Seventy-five years ago, Jackie Robinson became Major League Baseball's first Black player — and reshaped the way we talk about sports pioneers. By Dave Sheinin and Michael Lee Loading... ‘The month my body remembers’ Adrianne Haslet has faced severe trauma more than once on her path to running Monday's Boston Marathon. Now that she's returned to the starting line, the word she keeps coming back to is "gratitude." By Cindy Boren The Latest Loading... (Andrej Cukic/EPA-EFE/REX/Shutterstock) Novak Djokovic calls Wimbledon ban of Russians, Belarusians ‘crazy’ By Cindy Boren and Annabelle Timsit 10 minutes ago Perspective Baseball is changing its uniforms. The culture needs some updating, too. By Candace Buckner 39 minutes ago Joel Embiid buries game-winner in OT as 76ers push Raptors to the brink By Ben Golliver 1 hour ago Perspective Being the NBA’s MVP is an honor and a burden. Just ask Nikola Jokic. By Jerry Brewer Perspective Wimbledon’s ban on Russian players was exactly right By Sally Jenkins TV AND RADIO LISTINGS ChevronRight Your complete guide to what’s on the air MAJOR LEAGUE BASEBALL Scores Standings Statistics NATIONAL FOOTBALL LEAGUE Scores Standings Statistics NATIONAL BASKETBALL ASSOCIATION Scores Standings Statistics WOMEN'S NATIONAL BASKETBALL ASSOCIATION Scores Standings Statistics National Hockey League Scores Standings Statistics Advertisement Advertisement Most read 1 Loading... Dwayne Haskins was looking for gas before fatal crash, per wife’s 911 call "That’s just not like him for him not to call me back," Kalabrya Haskins, the NFL quarterback's wife, told a 911 dispatcher the morning of the fatal crash. 2 Loading... Pam Shriver reveals ‘inappropriate’ relationship at 17 with her coach 3 Loading... Perspective Wimbledon’s ban on Russian players was exactly right 4 Loading... Alex Ovechkin hits the 50-goal mark again, but the Capitals falter in OT 5 Loading... How a pink-haired anime girl became one of Twitch’s biggest stars NATIONAL FOOTBALL LEAGUE ChevronRight Loading... (Gregory Payan/AP) Star wide receiver Deebo Samuel requests trade from 49ers By Mark Maske Dwayne Haskins was looking for gas before fatal crash, per wife’s 911 call By Nicki Jhabvala Mike Tirico’s ascension at NBC completes NFL TV merry-go-round By Matt Bonesteel Commanders deny allegations of financial improprieties in lengthy letter to FTC By Nicki Jhabvala and Mark Maske Washington Commanders ChevronRight Loading... Wide receivers keep cashing in, and it may be Terry McLaurin’s turn soon By Nicki Jhabvala Commanders deny allegations of financial improprieties in lengthy letter to FTC Commanders name Al Bellamy head athletic trainer At spring game, Ohio State pays tribute to the late Dwayne Haskins NATIONAL BASKETBALL ASSOCIATION ChevronRight Loading... (Cole Burston/Getty Images) Joel Embiid buries game-winner in OT as 76ers push Raptors to the brink By Ben Golliver 1 hour ago Perspective Being the NBA’s MVP is an honor and a burden. Just ask Nikola Jokic. By Jerry Brewer What to know about the 2022 NBA playoffs By Ben Golliver Jerry West says his portrayal in HBO’s ‘Winning Time’ is ‘false and defamatory’ By Matt Bonesteel WASHINGTON WIZARDS ChevronRight Loading... Players praised Wes Unseld Jr.’s even keel. But the defense was still bad. By Ava Wallace Bradley Beal isn’t the only player the Wizards want to lock down Kristaps Porzingis eyes the future as the Wizards’ year ends with one last loss Perspective The Wizards appreciate their fans, but the product is depreciating College Football ChevronRight Loading... Colin Kaepernick to throw passes at halftime of Michigan spring game By Des Bieler Loading... Maryland begins spring football practice with QB stability, key departure By Emily Giambalvo Loading... Art Briles steps down as Grambling’s offensive coordinator days after being hired By Des Bieler Loading... Grambling hires Art Briles, who coached Baylor during scandal, as offensive coordinator By Andrew Golden and Nicki Jhabvala College Basketball ChevronRight Loading... Kansas makes stunning second-half comeback to win national title By Chuck Culpepper Loading... These Jayhawks weren’t top recruits, but they evolved into champions By Emily Giambalvo Loading... With Coach K gone, Bill Self could be the new voice of college hoops By Barry Svrluga Loading... Yes, UNC-Duke was epic. No, it wasn’t the final scene of this movie. By Chuck Culpepper Advertisement Advertisement Soccer ChevronRight Loading... D.C. United fires coach Hernán Losada after sluggish start to season By Steven Goff Loading... D.C. United surges late for a 3-0 win over Flower City in the U.S. Open Cup By Steven Goff Loading... Cristiano Ronaldo and his partner announce death of their newborn son By Cindy Boren Loading... Trinity Rodman, Spirit continue surge with 3-1 victory over Gotham FC By Steven Goff WASHINGTON MYSTICS ChevronRight Loading... Christyn Williams, Mystics’ second-round pick, will miss season with knee injury By Ava Wallace Loading... Elena Delle Donne is back, and the Mystics are championship-minded By Ava Wallace Loading... Mystics counting on Alysha Clark to get back in championship form By Kareem Copeland Loading... Mystics select ex-Maryland standout Shakira Austin in the WNBA draft By Kareem Copeland NATIONAL HOCKEY LEAGUE ChevronRight Loading... (Caean Couto/AP) Marshawn Lynch becomes a minority investor in NHL’s Seattle Kraken By Des Bieler Perspective Mike Bossy was a hockey legend on the ice, and a sweetheart off it By John Feinstein Mike Bossy, Islanders’ prolific Hall of Fame goal scorer, dies at 65 By Ben Sumner From death threats to corporate backlash, Russian NHL players ‘in a very difficult spot’ By Adam Kilgore WASHINGTON CAPITALS ChevronRight Loading... Alex Ovechkin hits the 50-goal mark again, but the Capitals falter in OT By Samantha Pell Capitals’ Anthony Mantha and Lars Eller have found late-season chemistry Why the Capitals value Marcus Johansson’s ‘good, steady 200-foot game’ With playoffs nearing, suddenly hot Capitals beat NHL-best Avalanche D.C. SPORTS BOG ChevronRight Loading... As the USFL restarts, a look back at the Washington Federals’ wild ride By Jake Russell Loading... New at Nats Park: Easier entry, hot chicken, a sportsbook and ‘Juan Solo’ By Fritz Hahn Loading... Nationals, Wizards unveil collaborative cherry blossom uniforms By Andrew Golden Loading... A timeline of the Washington Football Team name change debate By Scott Allen HIGH SCHOOLS ChevronRight Loading... Gainesville baseball drops its very first home game but is eager to keep building By Jacob Richman Loading... Glenelg girls’ lacrosse builds on perfection with a rout of Marriotts Ridge By Kyle Melnick Loading... With a little extra effort, the Patriot girls’ soccer team tops rival Battlefield By Michael Errigo Loading... In dominant 9-0 start, Damascus softball sweeps long-awaited round robin By Washington Post Staff Company About The Post Newsroom Policies & Standards Diversity and Inclusion Careers Media & Community Relations WP Creative Group Accessibility Statement Get The Post Gift Subscriptions Mobile & Apps Newsletters & Alerts Washington Post Live Reprints & Permissions Post Store Books & E-Books Newspaper in Education Print Archives (Subscribers Only) e-Replica Today’s Paper Contact Us Contact the Newsroom Contact Customer Care Contact the Opinions team Advertise Licensing & Syndication Request a Correction Send a News Tip Report a Vulnerability Terms of Use Digital Products Terms of Sale Print Products Terms of Sale Terms of Service Privacy Policy Cookie Settings Submissions & Discussion Policy RSS Terms of Service Ad Choices washingtonpost.com © 1996-2022 The Washington Post washingtonpost.com © 1996-2022 The Washington Post About The Post Contact the Newsroom Contact Customer Care Request a Correction Send a News Tip Report a Vulnerability Download the Washington Post App Policies & Standards Terms of Service Privacy Policy Cookie Settings Print Products Terms of Sale Digital Products Terms of Sale Submissions & Discussion Policy RSS Terms of Service Ad Choices
# Get soup title
soup.title
<title>Sports</title>
# Get soup title as string
soup.title.string
'Sports'
# Get hyperlinks from soup and check out first several
soup.findAll('a')[:20]
[<a class="skip-link sr-only sr-only-focusable white underline brad-md pa-lg border-box font-sans-serif font-bold" href="/accessibility">Accessibility statement</a>, <a class="skip-link sr-only sr-only-focusable white underline brad-md pa-lg border-box font-sans-serif font-bold" href="#main-content">Skip to main content</a>, <a class="center" href="https://www.washingtonpost.com"><svg class="db" height="26" viewBox="0 0 697.01 104.61" width="188" xmlns="http://www.w3.org/2000/svg"><title>The Washington Post</title><path d="M39.2 32v36.6c4.7-2.8 7-6.8 8.7-12.1l1.2.6c-1.1 13.2-10.3 26-24.3 26S0 72.6 0 55.8C0 43 7.7 35.1 18.7 28.2a16.11 16.11 0 00-4.4-.6c-7.2 0-11.4 4.9-11.4 9.9H1.5a14.77 14.77 0 01-.1-2.1c0-9.3 5.5-19.7 16.9-19.7 7.3 0 12.9 6.7 21.4 6.7 4.3 0 6.7-1.6 8.4-5.3h1.2c-.1 6.5-2 12.8-10.1 14.9zm-19-3.3C15.1 34 10.1 39.6 10.1 50.9c0 6.2 1.9 12.4 6.6 16.4l3.1-1.7V40.3L16.6 42l-1-1.6 15-8.4c-3.8-.8-6.9-2.3-10.4-3.3zm17.1 3.7a17 17 0 01-2.3.1 17.52 17.52 0 01-4-.4v29.5l-12.8 7a15.57 15.57 0 009.9 3 22.58 22.58 0 009.2-2zm44 9.2v34.3c0 9.6-8.51 16.11-18 18l-.6-1c4.7-2.3 7.8-6.41 7.8-11.41V45.7l-4.9-4.5-2.6 2.6v27.1l3 2.8v.4l-8.1 8.61-9.3-8.51v-.4l3.6-3.8V25.8l10.6-11.3.2.1v26.6l8.7-9.2 8.7 7.9 2.7-2.6 1.31 1.3zM97.91 62v4.5l9 7.1 7-7.3 1.3 1.3L101 82.8 88.21 72.6l-2.8 2.8-1.2-1.3 3.1-3.2V45.8l18.9-13.8 10.5 16.3zm.2-22.6l-.2.1v20.1l8.7-6.4zM180 82.71l-13.9-12-10.6 12-14.4-12.41V50.7h-2.8a3.89 3.89 0 00-4.1 3.5h-1a15.87 15.87 0 01-.5-3.8c0-2.6 1.1-9.4 8.4-9.4V25.8c0-5.9-3.9-6.2-3.9-11.3 0-5.7 5.4-11 15.3-14.5l.9.8c-3.3 1.6-6 3.6-6 7.9 0 6.6 6.4 4.9 6.4 15.3v4l11.7-12.3 12.3 12.1 11.6-12.1 11.2 11v37zM165.4 32.8l-7-6.9-4.6 4.7v34.3l8.5 7.3 3.1-3.5zm22.6-1.3l-5.6-5.6-4.3 4.3v34.6l9.8 8.6.1-.1zm44.8 51.21l-9.4-8.61h-.2l-8.3 8.61-10.1-8.91-2.3 2.3-1.3-1.3 2.9-3V45.5l19-13.6 10.4 8.2 2.8-2.8 1.5 1.3-3.6 3.4v27.1l4.6 4.2 2.9-3 1.5 1.4zm-9.4-37.41l-8.3-6.5-.2.2v29.2l6.1 5.4 2.4-2.3zm40.6 4.8h9.4v21.4l-15.9 11.21a11.52 11.52 0 00-8.8-4.11c-3 0-5.4 1.4-7.8 4l-1.4-.5 13.8-19.8h-8.5V43.7L261.4 32c2 1.6 3.6 2.6 6.2 2.6a11.35 11.35 0 007.1-2.2l1 .7zm-1.4 8.8h-4.7l-11.1 15.9.1.2a12.36 12.36 0 017.6-2.5 10.4 10.4 0 018 3.8l.1-.09zm6.4-19.6a9.73 9.73 0 01-6.9 2.3 8.92 8.92 0 01-6.3-2.9l-.2.1v14.6h3.8l9.7-14zm40 2.3v34.3c0 9.6-8.51 16.11-18 18l-.6-1c4.7-2.3 7.8-6.41 7.8-11.41V45.7l-4.9-4.5-2.6 2.6v27.1l3 2.8v.4l-8.1 8.61-9.3-8.51v-.4l3.6-3.8V25.8l10.6-11.3.2.1v26.6l8.7-9.2 8.71 7.9 2.7-2.6 1.3 1.3zm19.6 41.11l-8.3-7.61-2.8 2.8-1.3-1.3 3.3-3.4V44.7l-3.6-3.3-2.7 2.6-1.3-1.3L322 32l7.6 6.9 2.7-2.8 1.4 1.4-3.4 3.4v28.6l4.2 3.9 3-3.1 1.3 1.4zm-2.9-51.61l-8.2-7.5 7.5-8 8.2 7.5zm46.1 51.61l-8.7-7.91V45.6l-4.7-4.4-3.4 3.5v26.1l3.1 2.9v.4l-8.2 8.61-9.3-8.51v-.3l3.6-3.8V44.9l-4.1-3.7-3 3-1.4-1.3L345.9 32l9.1 8.1v2l9.5-10.1 8.7 7.8 2.9-2.9 1.3 1.4-3.5 3.5v28l3.9 3.7 3.3-3.4 1.2 1.3zm43-41V75.6c0 5.2 2.9 5 2.9 8.9 0 4.51-6.5 8.71-16.5 16.21-3.3-3.6-5.6-5.1-8.7-5.1a19.85 19.85 0 00-10.7 3.6l-1-.8 13.7-16.11-9-7.09-2.9 2.89-1.3-1.3 3.4-3.5V45.5l19-13.6 10.2 8 3-2.9 1.3 1.3zm-7.7 41.71c-2.5-1.61-3.1-3.31-3.1-7.61V74.3L387.9 93l.1.1c3.2-1.9 5.6-3.1 10.3-3.1 4 0 6.9 1.7 9.5 4 1.9-1.6 3.3-3.2 3.3-5.7 0-1.99-1.5-3.3-4-4.89zM404 45.3l-8.3-6.5-.2.2v30.7l5.9 4.6 2.6-3zm31.5 37.41l-8.8-6.91-2.7 2.7-1.3-1.29 3.1-3.21V39.4H420l-.2-.2 3.5-5.2h2.5v-6.7L436.4 16l.2.2V34h8l.2.2-3.5 5.2h-4.7v30.3l4.8 3.7 3.3-3.4 1.3 1.4zm43.71-40.11v27.7l-16.9 12.5L450 73.5l-2.8 2.8-1.3-1.3 3.2-3.3v-27L466.81 32l11.4 8.9 2.9-2.9 1.3 1.4zm-10.8 3L460 39l-.09.1v29.8l8.5 6.4zm50.4 37l-8.7-7.9V45.5l-4.7-4.4-3.41 3.5v26.1l3.1 2.9v.4l-8.2 8.61-9.3-8.51v-.3l3.6-3.8V44.8l-4.1-3.7-3 3-1.4-1.3 10.2-10.9L502 40v2l9.5-10.1 8.7 7.8 2.9-2.9 1.3 1.4-3.5 3.5v28l3.9 3.7 3.3-3.4 1.2 1.3zm61.39.11a12.91 12.91 0 00-6.3-4.61v20.81l-.2.1-5.5-5.1-11.6 10.7-.2-.1V77.6a18.83 18.83 0 00-10.2 6.61l-.8-.5c.7-7.71 4.5-13.41 11-15.61V48.6h-2.1a5.25 5.25 0 00-5.3 4.2h-1.2a12.28 12.28 0 01-.7-4.6c0-4.9 3.3-8.6 8.7-8.6h.6V28.8l-3.6-3.2-2.8 2.8-1.4-1.3 11.1-11.4 9.4 8.6v9.8L572 31V19.5h1.9V29l12.5-13.3L597.7 26v43.5zM572 32.9l-2.9 3v56.31l2.9 2.7zm13.1-2.3l-5.9-5.4-5.3 5.6v36.3c4.7.6 8.2 2.2 11.1 5.3l.1-.1zm48.7 12v27.7l-16.9 12.5-12.3-9.3-2.8 2.8-1.3-1.3 3.2-3.3v-27L621.4 32l11.4 8.9 2.9-2.9 1.3 1.4zm-10.8 3l-8.4-6.6-.1.1v29.8l8.5 6.4zm35.6 4.5h9.4v21.4l-15.9 11.21a11.52 11.52 0 00-8.8-4.11c-3 0-5.4 1.4-7.8 4l-1.4-.5 13.8-19.8h-8.5V43.7L656 32c2 1.6 3.6 2.6 6.2 2.6a11.38 11.38 0 007.11-2.2l1 .7zm-1.4 8.8h-4.7l-11.1 15.9.1.2a12.36 12.36 0 017.6-2.5 10.4 10.4 0 018 3.8l.1-.09zm6.41-19.6a9.78 9.78 0 01-6.91 2.3 8.92 8.92 0 01-6.3-2.9l-.2.1v14.6h3.8l9.7-14zm22.9 43.41l-8.8-6.91-2.71 2.7-1.3-1.29 3.1-3.21V39.4H671l-.2-.2 3.5-5.2h2.5v-6.7L687.41 16l.2.2V34h8l.2.2-3.5 5.2h-4.7v30.3l4.8 3.7 3.3-3.4 1.3 1.4z" fill="white"></path></svg><span class="italic font-xxxxs font--body gray-light">Democracy Dies in Darkness</span></a>, <a class="flex h-100 items-center ease-in-out transition-colors duration-200 fill-black hover-blue hover-fill-blue black" data-qa="secondary-link" href="https://www.washingtonpost.com/sports/commanders/" style="border-bottom-width:0;margin-top:">Commanders<!-- --> </a>, <a class="flex h-100 items-center ease-in-out transition-colors duration-200 fill-black hover-blue hover-fill-blue black" data-qa="secondary-link" href="https://www.washingtonpost.com/sports/nationals/" style="border-bottom-width:0;margin-top:">Nationals<!-- --> </a>, <a class="flex h-100 items-center ease-in-out transition-colors duration-200 fill-black hover-blue hover-fill-blue black" data-qa="secondary-link" href="https://www.washingtonpost.com/sports/capitals/" style="border-bottom-width:0;margin-top:">Capitals<!-- --> </a>, <a class="flex h-100 items-center ease-in-out transition-colors duration-200 fill-black hover-blue hover-fill-blue black" data-qa="secondary-link" href="https://www.washingtonpost.com/sports/wizards/" style="border-bottom-width:0;margin-top:">Wizards<!-- --> </a>, <a class="flex h-100 items-center ease-in-out transition-colors duration-200 fill-black hover-blue hover-fill-blue black" data-qa="secondary-link" href="https://www.washingtonpost.com/sports/colleges/" style="border-bottom-width:0;margin-top:">Colleges<!-- --> </a>, <a class="flex h-100 items-center ease-in-out transition-colors duration-200 fill-black hover-blue hover-fill-blue black" data-qa="secondary-link" href="https://www.washingtonpost.com/sports/wnba/" style="border-bottom-width:0;margin-top:">Mystics<!-- --> </a>, <a class="flex h-100 items-center ease-in-out transition-colors duration-200 fill-black hover-blue hover-fill-blue black" data-qa="secondary-link" href="https://www.washingtonpost.com/sports/soccer/" style="border-bottom-width:0;margin-top:">D.C. United & Spirit<!-- --> </a>, <a class="art-link" href="https://www.washingtonpost.com/sports/2022/04/21/wimbledon-russia-medvedev/"><img alt="" class="border-box db" height="279" src="https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Farc-anglerfish-washpost-prod-washpost%252Es3%252Eamazonaws%252Ecom%2Fpublic%2FGY2P3OJQSNCILLTBY6O4G2DL3U%252Ejpg&w=496&h=279" srcset="https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Farc-anglerfish-washpost-prod-washpost%252Es3%252Eamazonaws%252Ecom%2Fpublic%2FGY2P3OJQSNCILLTBY6O4G2DL3U%252Ejpg&w=992&h=558 2x, https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Farc-anglerfish-washpost-prod-washpost%252Es3%252Eamazonaws%252Ecom%2Fpublic%2FGY2P3OJQSNCILLTBY6O4G2DL3U%252Ejpg&w=1984&h=1116 4x" style="width:100%;height:100%;background-color:#eee" width="496"/></a>, <a class="font-xxxxs font-bold lh-sm offblack hover-gray-dark label-link" href="https://www.washingtonpost.com/sports/2022/04/21/wimbledon-russia-medvedev/"><span>Perspective</span></a>, <a class="" data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/21/wimbledon-russia-medvedev/"><span>Wimbledon’s ban on Russian players was exactly right</span></a>, <a href="https://www.washingtonpost.com/people/sally-jenkins/">Sally Jenkins</a>, <a class="" data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/21/novak-djokovic-wimbledon-ban/"><span>Novak Djokovic calls Wimbledon ban of Russians, Belarusians ‘crazy’</span></a>, <a href="https://www.washingtonpost.com/people/cindy-boren/">Cindy Boren</a>, <a href="https://www.washingtonpost.com/people/annabelle-timsit/">Annabelle Timsit</a>, <a class="font-xxxxs font-bold lh-sm offblack hover-gray-dark label-link" href="https://www.washingtonpost.com/sports/2022/04/21/nikola-jokic-mvp-nba-playoffs/"><span>Perspective</span></a>, <a class="" data-pb-local-content-field="web_headline" href="https://www.washingtonpost.com/sports/2022/04/21/nikola-jokic-mvp-nba-playoffs/"><span>Being the NBA’s MVP is an honor and a burden. Just ask Nikola Jokic.</span></a>, <a href="https://www.washingtonpost.com/people/jerry-brewer/">Jerry Brewer</a>]
# Get the text out of the soup and print it
text = soup.get_text()
print(text)
{"@context":"http://schema.org","@type":"CollectionPage","mainEntityOfPage":{"@type":"WebPage","@id":"/sports/"},"headline":"Sports","description":"The Washington Post Sports section provides sports news, video, scores, analysis and updates about high school, college, and pro sports teams, including the Capitals, Nationals, Washington Football Team, United and Wizards. Post Sports also offers blogs and discussions about the latest sports news.","image":["https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Fimg%252Ewashingtonpost%252Ecom%2Fpb%2Fresources%2Fimg%2Ftwp-social-share%252Epng&w=1484"],"isAccessibleForFree":true,"hasPart":{"@type":"WebPageElement","isAccessibleForFree":true,"cssSelector":".paywall"},"publisher":{"@type":"NewsMediaOrganization","name":"The Washington Post","url":"/sports/","ethicsPolicy":"https://www.washingtonpost.com/policies-and-standards/","masthead":"https://www.washingtonpost.com/policies-and-standards/masthead/","missionCoveragePrioritiesPolicy":"https://www.washingtonpost.com/policies-and-standards/","diversityPolicy":"https://www.washingtonpost.com/policies-and-standards/","correctionsPolicy":"https://www.washingtonpost.com/policies-and-standards/","verificationFactCheckingPolicy":"https://www.washingtonpost.com/policies-and-standards/","unnamedSourcesPolicy":"https://www.washingtonpost.com/policies-and-standards/","actionableFeedbackPolicy":"https://www.washingtonpost.com/policies-and-standards/","foundingDate":"1877-12-06","ownershipFundingInfo":"https://www.washingtonpost.com/policies-and-standards/","diversityStaffingReport":"http://asne.org/newsroom_diversitysurvey","refLocalNationalRequirements":null,"logo":{"@type":"ImageObject","url":"https://www.washingtonpost.com/pb/resources/img/thewashingtonpost-black-400x60.png"}}}Sportswp-ad[id] {display: flex; align-items: center;}var wpMetaData = {"canonical_url":"","commercial_node":"","content_section":"","content_type":"front","ct_tags":"","domain":"https://www.washingtonpost.com","sct_tags":"default","subType":""};window.consumers=window.consumers || [];window.registerPwapiConsumer=function(callback){window.consumers.push(callback)}window.dQ = window.dQ || {};
window.dQ.hold = window.dQ.hold || [];
var otCookie = document.cookie.match('wp_ak_ot=(1)[^;]*(;|$)') ? RegExp.$1 : '';
window.dQ.participants = ["paywall","regwall","iab_banner","softwall"];
// Removed iab_banner to support gradual rollout. Will remove upon completion.
if (otCookie !== "1" && (window && window.location.href.indexOf('gtml=true') <= 0)) {
window.dQ.participants.splice(2,1)
}
// Define placeholder function early. Will be replaced by Tetro client.
if (typeof window.registerDisplay !== "function") {
window.registerDisplay = (...args) => {
dQ.hold.push(args[0]);
};
};
var OneTrustTCFStub;
var otCookie = document.cookie.match('wp_ak_ot=(1)[^;]*(;|$)') ? RegExp.$1 : '';
var geoCookie = document.cookie.match('(^|;) ?wp_geo=([^;]*)(;|$)') ? RegExp.$2 : '';
if ((otCookie === "1" || (window && window.location.href.indexOf('gtml=true') >= 0)) &&
((geoCookie.indexOf('|EEA') >= 0) ||
(window && window.location.href.indexOf('otr=eea') >= 0))) {
OneTrustTCFStub = (function (e) {
"use strict";
var t = function () {
var o = this;
(this.LOCATOR_NAME = "__tcfapiLocator"),
(this.win = window),
(this.init = function () {
for (; o.win; ) {
try {
if (o.win.frames[o.LOCATOR_NAME]) {
o.cmpFrame = o.win;
break;
}
} catch (e) {}
if (o.win === window.top) break;
o.win = o.win.parent;
}
o.cmpFrame ||
(o.addFrame(),
(o.win.__tcfapi = o.executeTcfApi),
(o.win.receiveOTMessage = o.receiveIabMessage),
(o.win.attachEvent || o.win.addEventListener)(
"message",
o.win.receiveOTMessage,
!1
));
}),
(this.addFrame = function () {
var e = o.win.document,
t = !!o.win.frames[o.LOCATOR_NAME];
if (!t)
if (e.body) {
var i = e.createElement("iframe");
(i.style.cssText = "display:none"),
(i.name = o.LOCATOR_NAME),
i.setAttribute("title", "TCF Locator"),
e.body.appendChild(i);
} else setTimeout(o.addFrame, 5);
return !t;
}),
(this.receiveIabMessage = function (a) {
var n = "string" == typeof a.data,
e = {};
try {
e = n ? JSON.parse(a.data) : a.data;
} catch (e) {}
if (e && e.__tcfapiCall) {
var t = e.__tcfapiCall,
r = t.callId,
i = t.command,
s = t.parameter,
c = t.version;
o.executeTcfApi(
i,
s,
function (e, t) {
var i = {
__tcfapiReturn: {
returnValue: e,
success: t,
callId: r,
},
};
a &&
a.source &&
a.source.postMessage &&
a.source.postMessage(n ? JSON.stringify(i) : i, "*");
},
c
);
}
}),
(this.executeTcfApi = function () {
for (var e = [], t = 0; t < arguments.length; t++)
e[t] = arguments[t];
if (!e.length) return o.win.__tcfapi.a || [];
if ("setGdprApplies" === e[0])
3 < e.length &&
2 === parseInt(e[1], 10) &&
"boolean" == typeof e[3] &&
((o.gdprApplies = e[3]),
"function" == typeof e[2] && e[2]("set", !0));
else {
var i = e[0],
a = e[1],
n = e[2],
r = e[3];
"function" == typeof n &&
i &&
("ping" === i
? o.getPingReq(n, o.gdprApplies)
: o.addToQ(i, a, n, r));
}
}),
(this.addToQ = function (e, t, i, a) {
var n = o.win.__tcfapi;
(n.a = n.a || []), n.a.push([e, t, i, a]);
}),
(this.getPingReq = function (e, t) {
void 0 === t && (t = void 0),
e({
gdprApplies: t,
cmpLoaded: !1,
cmpStatus: "stub",
apiVersion: "2.0",
});
}),
this.init();
},
i = new t();
return (e.TCF = t), (e.tcfStub = i), e;
})({});} else {
// do nothing
}window.wpAdFusion = {"commercialNode":"/sports","contentType":"front","keywords":["Washington Capitals"," Washington Nationals"," Washington Football Team"," Washington Redskins"," DC United "," Washington Wizards"," baseball"," football"," hockey"," soccer"," golf"," basketball"," college football"," college basketball"," NBA news"," MLB news"," NFL news"," NHL news"," MLS news"," Nationals"," Redskins"," Capitals"," Wizards"," D.C. United"," high school sports","college sports","track and field"," hoyas"," terps"," cavaliers"," college sports news"," dc sports news"," dc sports"],"isHomepage":false}
window.renderingEnv = "next",
window.Fusion = {
metas: {
contentType: {value: "front"},
pageName: {value: "front - sports"},
section: {value: "sports"}
},
template: "template/homepage",
deployment: "alpha"
};
window.pageType = "front";
window.dataLayer = window.dataLayer || [];<!-- Google Tag Manager -->
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WHNNX8B');
<!-- Google Optimize -->
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'optimize.start':
new Date().getTime(),event:'optimize.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googleoptimize.com/optimize.js?id='+i+dl;j.addEventListener('load', function () {
window.optLoad = true;
});
j.addEventListener('error', function () {
window.optLoad = false;
});f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TB6VDCH');
(function(a,c,d,e){if(!a[c]){var b=a[c]={};b[d]=[];b[e]=function(a){b[d].push(a)}}})(window,'Scroll','_q','do');
Scroll.config = {detected:document.cookie.indexOf("scroll0=")>-1};
s = document.createElement("script");
s.src = '//static.scroll.com/js/scroll.js';
s.async = 'async';
document.getElementsByTagName('Head')[0].appendChild(s);
function setIndicator({
name: t,
delta: e
}) {
var a = "CLS" == t ? "site_cls" : "FID" == t ?
"site_fid" : "LCP" == t ? "site_lcp" : null;
null != a &&
RProfiler.addInfo("indicator",a,parseFloat(parseFloat(e).toFixed(2)))
}
(function() {
var script = document.createElement('script');
script.src = 'https://unpkg.com/web-vitals/dist/web-vitals.iife.js';
script.onload = function() {
webVitals.getCLS(setIndicator, true);
webVitals.getFID(setIndicator, true);
webVitals.getLCP(setIndicator, true);
}
document.head.appendChild(script);
}())
var WindowEvent,VisibilityType;(function(n){n.Load="load";n.BeforeUnload="beforeunload";n.Abort="abort";n.Error="error";n.Unload="unload"})(WindowEvent||(WindowEvent={})),function(n){n[n.Focus=0]="Focus";n[n.Blur=1]="Blur"}(VisibilityType||(VisibilityType={}));var AjaxTiming=function(){function n(n,t,i,r){var u=this;this.getPerformanceTimings=function(n){u.connect=n.connectEnd-n.connectStart;u.dns=n.domainLookupEnd-n.domainLookupStart;u.duration=n.duration;u.load=n.responseEnd-n.responseStart;u.wait=n.responseStart-n.requestStart;u.start=n.startTime;u.redirect=n.redirectEnd-n.redirectStart;n.secureConnectionStart&&(u.ssl=n.connectEnd-n.secureConnectionStart)};this.url=n;this.method=t;this.isAsync=i;this.open=r}return n}(),ProfilerJsError=function(){function n(n,t,i){this.count=0;this.message=n;this.url=t;this.lineNumber=i}return n.createText=function(n,t,i){return[n,t,i].join(":")},n.prototype.getText=function(){return n.createText(this.message,this.url,this.lineNumber)},n}(),ProfilerEventManager=function(){function n(){this.events=[];this.hasAttachEvent=!!window.attachEvent}return n.prototype.add=function(n,t,i){this.events.push({type:n,target:t,func:i});this.hasAttachEvent?t.attachEvent("on"+n,i):t.addEventListener(n,i,!1)},n.prototype.remove=function(n,t,i){this.hasAttachEvent?t.detachEvent(n,i):t.removeEventListener(n,i,!1);var r=this.events.indexOf({type:n,target:t,func:i});r!==1&&this.events.splice(r,1)},n.prototype.clear=function(){for(var n,i=this.events,t=0;t<i.length;t++)n=i[t],this.remove(n.type,n.target,n.func);this.events=[]},n}(),AjaxRequestsHandler=function(){function n(){var t=this;this.fetchRequests=[];this.fetchEntriesIndices={};this.compareEntriesDelay=100;this.hasPerformance=typeof performance=="object"&&typeof window.performance.now=="function"&&typeof window.performance.getEntriesByType=="function";this.captureFetchRequests=function(){var n=[],i=t,r=function(n){return n},u=function(n){return Promise.reject(n)};window.fetch&&(window.fetch=function(t){return function(){for(var o,f,s=[],e=0;e<arguments.length;e++)s[e]=arguments[e];return o=0,f=Promise.resolve(s),f=f.then(function(t){var r="",u={},f,e;if(t.length&&t.length>=1)r=t[0],t.length>1&&(u=t[1]);else return[];return f="GET",u.method&&(f=u.method),o=n.length,e=Array.isArray(r)&&r.length>0?r[0]:r,n.push(new AjaxTiming(e,f,!0,i.now())),[r,u]},r),f=f.then(function(n){return t.apply(void 0,n)}),f.then(function(t){var r=n[o],u=i.fetchRequests;return i.processPerformanceEntries(r,u),t},u)}}(window.fetch))};this.captureFetchRequests();n.startAjaxCapture(this)}return n.prototype.getAjaxRequests=function(){return this.fetchRequests},n.prototype.clear=function(){this.fetchRequests=[]},n.prototype.now=function(){return this.hasPerformance?window.performance.now():(new Date).getTime()},n.prototype.processPerformanceEntries=function(n,t){var i=this;setTimeout(function(){var f,o,s,h,e;if(i.hasPerformance){var u=n.url,r=[],c=performance.getEntriesByType("resource");for(f=0,o=c;f<o.length;f++)s=o[f],s.name===u&&r.push(s);if(t.push(n),r.length!==0){if(i.fetchEntriesIndices[u]||(i.fetchEntriesIndices[u]=[]),r.length===1){n.getPerformanceTimings(r[0]);i.fetchEntriesIndices[u].push(0);return}h=i.fetchEntriesIndices[u];for(e in r)if(h.indexOf(e)===-1){n.getPerformanceTimings(r[e]);h.push(e);return}n.getPerformanceTimings(r[0])}}},i.compareEntriesDelay)},n.startAjaxCapture=function(n){var t=XMLHttpRequest.prototype,r=t.open,u=t.send,i=[];n.hasPerformance&&typeof window.performance.setResourceTimingBufferSize=="function"&&window.performance.setResourceTimingBufferSize(300);t.open=function(t,u,f,e,o){this.rpIndex=i.length;i.push(new AjaxTiming(u,t,f,n.now()));r.call(this,t,u,f===!1?!1:!0,e,o)};t.send=function(t){var r=this,e=this.onreadystatechange,f;(this.onreadystatechange=function(t){var u=i[r.rpIndex],o,f;if(u){o=r.readyState;f=!!(r.response&&r.response!==null&&r.response!==undefined);switch(o){case 1:u.connectionEstablished=n.now();break;case 2:u.requestReceived=n.now();break;case 3:u.processingTime=n.now();break;case 4:u.complete=n.now();switch(r.responseType){case"text":case"":typeof r.responseText=="string"&&(u.responseSize=r.responseText.length);break;case"json":f&&typeof r.response.toString=="function"&&(u.responseSize=r.response.toString().length);break;case"arraybuffer":f&&typeof r.response.byteLength=="number"&&(u.responseSize=r.response.byteLength);break;case"blob":f&&typeof r.response.size=="number"&&(u.responseSize=r.response.size)}n.processPerformanceEntries(u,n.fetchRequests)}typeof e=="function"&&e.call(r,t)}},f=i[this.rpIndex],f)&&(t&&!isNaN(t.length)&&(f.sendSize=t.length),f.send=n.now(),u.call(this,t))}},n}(),RProfiler=function(){function n(){function o(n){var t=n.target||n.srcElement;return t.nodeType==3&&(t=t.parentNode),r("N/A",t.src||t.URL,-1),!1}var n=this,r,u,e,t,i,f;this.restUrl="g.3gl.net/jp/3543/v3.3.2/M";this.startTime=(new Date).getTime();this.eventsTimingHandler=new EventsTimingHandler;this.inputDelay=new InputDelayHandler;this.version="v3.3.2";this.info={};this.hasInsight=!1;this.data={start:this.startTime,jsCount:0,jsErrors:[],loadTime:-1,loadFired:window.document.readyState=="complete"};this.eventManager=new ProfilerEventManager;this.recordPageLoad=function(){n.data.loadTime=(new Date).getTime();n.data.loadFired=!0};this.addError=function(t,i,r){var s,f,u,e,o;for(n.data.jsCount++,s=ProfilerJsError.createText(t,i,r),f=n.data.jsErrors,u=0,e=f;u<e.length;u++)if(o=e[u],o.getText()==s){o.count++;return}f.push(new ProfilerJsError(t,i,r))};this.getAjaxRequests=function(){return n.ajaxHandler.getAjaxRequests()};this.clearAjaxRequests=function(){n.ajaxHandler.clear()};this.addInfo=function(t,i,r){if(!n.isNullOrEmpty(t)){if(n.isNullOrEmpty(r))n.info[t]=i;else{if(n.isNullOrEmpty(i))return;n.isNullOrEmpty(n.info[t])&&(n.info[t]={});n.info[t][i]=r}n.hasInsight=!0}};this.clearInfo=function(){n.info={};n.hasInsight=!1};this.clearErrors=function(){n.data.jsCount=0;n.data.jsErrors=[]};this.getInfo=function(){return n.hasInsight?n.info:null};this.getEventTimingHandler=function(){return n.eventsTimingHandler};this.getInputDelay=function(){return n.inputDelay};this.eventManager.add(WindowEvent.Load,window,this.recordPageLoad);r=this.addError;this.ajaxHandler=new AjaxRequestsHandler;window.opera?this.eventManager.add(WindowEvent.Error,document,o):"onerror"in window&&(u=window.onerror,window.onerror=function(n,t,i){return(r(n,t,i),!!u)?u(n,t,i):!1});!window.__cpCdnPath||(this.restUrl=window.__cpCdnPath.trim());e=window.location.protocol;t=document.createElement("iframe");t.src="about:blank";i=t.style;i.position="absolute";i.top="-10000px";i.left="-1000px";t.addEventListener("load",function(t){var r=t.currentTarget,u,i;r&&r.contentDocument&&(u=r.contentDocument,i=u.createElement("script"),i.type="text/javascript",i.src=e+"//"+n.restUrl,u.body.appendChild(i))});f=document.getElementsByTagName("script")[0];f.parentNode.insertBefore(t,f)}return n.prototype.isNullOrEmpty=function(n){if(n===undefined||n===null)return!0;if(typeof n=="string"){var t=n;return t.trim().length==0}return!1},n.prototype.dispatchCustomEvent=function(n){(function(n){function t(n,t){t=t||{bubbles:!1,cancelable:!1,detail:undefined};var i=document.createEvent("CustomEvent");return i.initCustomEvent(n,t.bubbles,t.cancelable,t.detail),i}if(typeof n.CustomEvent=="function")return!1;t.prototype=Event.prototype;n.CustomEvent=t})(window);var t=new CustomEvent(n);window.dispatchEvent(t)},n}(),InputDelayHandler=function(){function n(){var n=this;this.firstInputDelay=0;this.firstInputTimeStamp=0;this.startTime=0;this.delay=0;this.profileManager=new ProfilerEventManager;this.eventTypes=["click","mousedown","keydown","touchstart","pointerdown",];this.addEventListeners=function(){n.eventTypes.forEach(function(t){n.profileManager.add(t,document,n.onInput)})};this.now=function(){return(new Date).getTime()};this.removeEventListeners=function(){n.eventTypes.forEach(function(t){n.profileManager.remove(t,document,n.onInput)})};this.onInput=function(t){var i,r,u;t.cancelable&&(i=t.timeStamp>1e12,n.firstInputTimeStamp=n.now(),r=i||!window.performance,u=r?n.firstInputTimeStamp:window.performance.now(),n.delay=u-t.timeStamp,t.type=="pointerdown"?n.onPointerDown():(n.removeEventListeners(),n.updateFirstInputDelay()))};this.onPointerUp=function(){n.removeEventListeners();n.updateFirstInputDelay()};this.onPointerCancel=function(){n.removePointerEventListeners()};this.removePointerEventListeners=function(){n.profileManager.remove("pointerup",document,n.onPointerUp);n.profileManager.remove("pointercancel",document,n.onPointerCancel)};this.updateFirstInputDelay=function(){n.delay>=0&&n.delay<n.firstInputTimeStamp-n.startTime&&(n.firstInputDelay=Math.round(n.delay))};this.startSoftNavigationCapture=function(){n.resetSoftNavigationCapture()};this.resetSoftNavigationCapture=function(){n.resetFirstInputDelay();n.addEventListeners()};this.resetFirstInputDelay=function(){n.delay=0;n.firstInputDelay=0;n.startTime=0;n.firstInputTimeStamp=0};this.startTime=this.now();this.addEventListeners()}return n.prototype.onPointerDown=function(){this.profileManager.add("pointerup",document,this.onPointerUp);this.profileManager.add("pointercancel",document,this.onPointerCancel)},n.prototype.getFirstInputDelay=function(){return this.firstInputDelay},n}(),EventsTimingHandler=function(){function n(){var n=this;this.hiddenStrings=["hidden","msHidden","webkitHidden","mozHidden"];this.visibilityStrings=["visibilitychange","msvisibilitychange","webkitvisibilitychange","mozvisibilitychange"];this.captureSoftNavigation=!1;this.hidden="hidden";this.visibilityChange="visibilitychange";this.visibilityEvents=[];this.eventManager=new ProfilerEventManager;this.engagementTimeIntervalMs=1e3;this.engagementTime=0;this.firstEngagementTime=0;this.lastEventTimeStamp=0;this.timeoutId=undefined;this.startTime=(new Date).getTime();this.now=function(){return(new Date).getTime()};this.startVisibilityCapture=function(){n.initializeVisibilityProperties();document.addEventListener(n.visibilityChange,n.captureFocusEvent,!1)};this.initializeVisibilityProperties=function(){for(var r=n.hiddenStrings,i=0,t=0;t<r.length;t++)typeof document[r[t]]!="undefined"&&(i=t);n.visibilityChange=n.visibilityStrings[i];n.hidden=n.hiddenStrings[i]};this.captureFocusEvent=function(){n.updateVisibilityChangeTime();document[n.hidden]||n.captureEngagementTime()};this.updateVisibilityChangeTime=function(){document[n.hidden]?n.captureVisibilityEvent(VisibilityType.Blur):n.captureVisibilityEvent(VisibilityType.Focus)};this.onBlur=function(){n.captureVisibilityEvent(VisibilityType.Blur)};this.onFocus=function(){n.captureVisibilityEvent(VisibilityType.Focus)};this.captureVisibilityEvent=function(t){n.visibilityEvents.push({type:t,time:n.now()})};this.captureEngagementTime=function(t){if(t===void 0&&(t=!0),!n.lastEventTimeStamp){n.engagementTime=n.engagementTimeIntervalMs;n.lastEventTimeStamp=n.now();return}var i=n.now()-n.lastEventTimeStamp;if(n.lastEventTimeStamp=n.now(),t&&n.firstEngagementTime===0&&(n.firstEngagementTime=n.now()),i>0&&i<n.engagementTimeIntervalMs){clearTimeout(n.timeoutId);n.engagementTime+=i;return}n.startTimer()};this.captureMouseMove=function(){n.captureEngagementTime(!1)};this.startTimer=function(){n.timeoutId=setTimeout(function(){n.engagementTime+=n.engagementTimeIntervalMs},n.engagementTimeIntervalMs)};this.getFocusAwayTime=function(){var i=n.visibilityEvents,t=-1,s,h,o;if(i.length===0)return 0;for(var r=t,u=0,f=t,e=0;u<i.length;)i[u].type===VisibilityType.Blur&&r===t&&(r=u),s=f===t&&r!==t,i[u].type===VisibilityType.Focus&&s&&(f=u),h=r!==t&&f!==t,h&&(o=i[f].time-i[r].time,o>0&&(e+=o),r=t,f=t),u=u+1;return r===i.length-1&&(e+=n.now()-i[r].time),e};this.getEngagementTime=function(){return n.engagementTime};this.getStartTime=function(){return n.startTime};this.getFirstEngagementTime=function(){return n.firstEngagementTime};this.startSoftNavigationCapture=function(){n.captureSoftNavigation=!0};this.resetSoftNavigationCapture=function(){n.resetEngagementMetrics();n.visibilityEvents=[]};this.resetEngagementMetrics=function(){n.engagementTime=0;n.lastEventTimeStamp=n.now();n.firstEngagementTime=0};this.clear=function(){n.eventManager.clear()};this.captureEngagementTime(!1);this.eventManager.add("scroll",document,this.captureEngagementTime);this.eventManager.add("resize",window,this.captureEngagementTime);this.eventManager.add("mouseup",document,this.captureEngagementTime);this.eventManager.add("keyup",document,this.captureEngagementTime);this.eventManager.add("mousemove",document,this.captureMouseMove);this.eventManager.add("focus",window,this.onFocus);this.eventManager.add("blur",window,this.onBlur);this.eventManager.add("focus",document,this.onFocus);this.eventManager.add("blur",document,this.onBlur)}return n}(),profiler=new RProfiler;window.RProfiler=profiler;window.WindowEvent=WindowEvent;profiler.dispatchCustomEvent("GlimpseLoaded");
function init() {
RProfiler.addInfo('pageGroup', 'homepage');
}
window.RProfiler ? init() : window.addEventListener("GlimpseLoaded", init);
window.assemblerVariant = "";window.isMobile = false;Accessibility statementSkip to main contentSearch InputSearchSectionsMenuSectionsMenuThe Washington PostDemocracy Dies in DarknessSign inProfileSolidSign inProfileSolid AdvertisementSportsCommanders Nationals Capitals Wizards Colleges Mystics D.C. United & Spirit (Peter Nicholls/Reuters)PerspectiveWimbledon’s ban on Russian players was exactly rightThe All England Club sent a necessary message: Even the most innocent Russians will pay the price for the actions of Vladimir Putin’s regime. By Sally JenkinsNovak Djokovic calls Wimbledon ban of Russians, Belarusians ‘crazy’By Cindy Boren and Annabelle Timsit10 minutes agoPerspectiveBeing the NBA’s MVP is an honor and a burden. Just ask Nikola Jokic.As he rages through a second straight difficult postseason, Jokic must embrace the joy and frustration. They’re both critical parts of the MVP experience.By Jerry BrewerDwayne Haskins was looking for gas before fatal crash, per wife’s 911 call"That’s just not like him for him not to call me back," Kalabrya Haskins, the NFL quarterback's wife, told a 911 dispatcher the morning of the fatal crash.By Nicki JhabvalaAlex Ovechkin hits the 50-goal mark again, but the Capitals falter in OTBy Samantha PellTo grow U.S. men’s volleyball, advocates turned to HBCUsBy Jonathan GoldVillanova men’s basketball coach Jay Wright announces retirement By Des BielerPerspectivesWhy owning a baseball team isn’t like owning a shopping mallBy Barry SvrlugaMike Bossy was a hockey legend on the ice, and a sweetheart off itBy John FeinsteinHow bad can Sports Twitter be? If Elon Musk succeeds, we’ll find out.By Candace BucknerNarrative of Jackie Robinson, like that of MLK, is at odds with the realityBy Kevin B. BlackistoneAdvertisementAdvertisementMore Top StoriesPam Shriver reveals ‘inappropriate’ relationship at 17 with her coachBy Cindy Boren and Glynn A. HillWimbledon bans Russian and Belarusian players over invasion of UkraineBy Cindy Boren, Adela Suliman and Matt BonesteelErick Fedde gets lit up as Nationals sputter to 11-2 loss to DiamondbacksBy Andrew GoldenD.C. United fires coach Hernán Losada after sluggish start to seasonBy Steven GoffWide receivers keep cashing in, and it may be Terry McLaurin’s turn soonJoel Embiid buries game-winner in OT as 76ers push Raptors to the brinkNationals’ Sean Doolittle goes on injured list with elbow sprain MAJOR LEAGUE BASEBALLChevronRightLoading...(Matt Thomas/AP)PerspectiveBaseball is changing its uniforms. The culture needs some updating, too.By Candace Buckner39 minutes agoAnalysisThe Yankees face the usual lofty expectations — and the same old questionsBy Chelsea JanesRed Sox player, staffers test positive for coronavirusBy Matt BonesteelFresh off a perfect game, Japanese phenom nearly throws anotherBy Des BielerWASHINGTON NATIONALSChevronRightLoading...Erick Fedde gets lit up as Nationals sputter to 11-2 loss to DiamondbacksBy Andrew GoldenEarly returns on César Hernández are solid, but Nationals need moreNationals’ Sean Doolittle goes on injured list with elbow sprain Josiah Gray and Joan Adon guide the Nationals to a doubleheader sweepEditors’ PicksLoading...(John McDonnell/The Washington Post)How the NBA got serious about mental healthDeRozan’s revelation resonated and reverberated, resulting in a response from players within the NBA and the league offices.By Michael LeeLoading...The Jackie Robinson of ...Seventy-five years ago, Jackie Robinson became Major League Baseball's first Black player — and reshaped the way we talk about sports pioneers.By Dave Sheinin and Michael LeeLoading...‘The month my body remembers’Adrianne Haslet has faced severe trauma more than once on her path to running Monday's Boston Marathon. Now that she's returned to the starting line, the word she keeps coming back to is "gratitude."By Cindy BorenThe LatestLoading...(Andrej Cukic/EPA-EFE/REX/Shutterstock)Novak Djokovic calls Wimbledon ban of Russians, Belarusians ‘crazy’By Cindy Boren and Annabelle Timsit10 minutes agoPerspectiveBaseball is changing its uniforms. The culture needs some updating, too.By Candace Buckner39 minutes agoJoel Embiid buries game-winner in OT as 76ers push Raptors to the brinkBy Ben Golliver1 hour agoPerspectiveBeing the NBA’s MVP is an honor and a burden. Just ask Nikola Jokic.By Jerry BrewerPerspectiveWimbledon’s ban on Russian players was exactly rightBy Sally JenkinsTV AND RADIO LISTINGSChevronRightYour complete guide to what’s on the airMAJOR LEAGUE BASEBALLScoresStandingsStatisticsNATIONAL FOOTBALL LEAGUEScoresStandingsStatisticsNATIONAL BASKETBALL ASSOCIATIONScoresStandingsStatisticsWOMEN'S NATIONAL BASKETBALL ASSOCIATIONScoresStandingsStatisticsNational Hockey LeagueScoresStandingsStatisticsAdvertisementAdvertisementMost read1Loading...Dwayne Haskins was looking for gas before fatal crash, per wife’s 911 call"That’s just not like him for him not to call me back," Kalabrya Haskins, the NFL quarterback's wife, told a 911 dispatcher the morning of the fatal crash.2Loading...Pam Shriver reveals ‘inappropriate’ relationship at 17 with her coach3Loading...PerspectiveWimbledon’s ban on Russian players was exactly right4Loading...Alex Ovechkin hits the 50-goal mark again, but the Capitals falter in OT5Loading...How a pink-haired anime girl became one of Twitch’s biggest starsNATIONAL FOOTBALL LEAGUEChevronRightLoading...(Gregory Payan/AP)Star wide receiver Deebo Samuel requests trade from 49ersBy Mark MaskeDwayne Haskins was looking for gas before fatal crash, per wife’s 911 callBy Nicki JhabvalaMike Tirico’s ascension at NBC completes NFL TV merry-go-roundBy Matt BonesteelCommanders deny allegations of financial improprieties in lengthy letter to FTC By Nicki Jhabvala and Mark MaskeWashington CommandersChevronRightLoading...Wide receivers keep cashing in, and it may be Terry McLaurin’s turn soonBy Nicki JhabvalaCommanders deny allegations of financial improprieties in lengthy letter to FTC Commanders name Al Bellamy head athletic trainerAt spring game, Ohio State pays tribute to the late Dwayne HaskinsNATIONAL BASKETBALL ASSOCIATIONChevronRightLoading...(Cole Burston/Getty Images)Joel Embiid buries game-winner in OT as 76ers push Raptors to the brinkBy Ben Golliver1 hour agoPerspectiveBeing the NBA’s MVP is an honor and a burden. Just ask Nikola Jokic.By Jerry BrewerWhat to know about the 2022 NBA playoffsBy Ben GolliverJerry West says his portrayal in HBO’s ‘Winning Time’ is ‘false and defamatory’ By Matt BonesteelWASHINGTON WIZARDSChevronRightLoading...Players praised Wes Unseld Jr.’s even keel. But the defense was still bad.By Ava WallaceBradley Beal isn’t the only player the Wizards want to lock downKristaps Porzingis eyes the future as the Wizards’ year ends with one last lossPerspectiveThe Wizards appreciate their fans, but the product is depreciatingCollege FootballChevronRightLoading...Colin Kaepernick to throw passes at halftime of Michigan spring gameBy Des BielerLoading...Maryland begins spring football practice with QB stability, key departureBy Emily GiambalvoLoading...Art Briles steps down as Grambling’s offensive coordinator days after being hiredBy Des BielerLoading...Grambling hires Art Briles, who coached Baylor during scandal, as offensive coordinatorBy Andrew Golden and Nicki JhabvalaCollege BasketballChevronRightLoading...Kansas makes stunning second-half comeback to win national titleBy Chuck CulpepperLoading...These Jayhawks weren’t top recruits, but they evolved into championsBy Emily GiambalvoLoading...With Coach K gone, Bill Self could be the new voice of college hoopsBy Barry SvrlugaLoading...Yes, UNC-Duke was epic. No, it wasn’t the final scene of this movie.By Chuck CulpepperAdvertisementAdvertisementSoccerChevronRightLoading...D.C. United fires coach Hernán Losada after sluggish start to seasonBy Steven GoffLoading...D.C. United surges late for a 3-0 win over Flower City in the U.S. Open CupBy Steven GoffLoading...Cristiano Ronaldo and his partner announce death of their newborn sonBy Cindy BorenLoading...Trinity Rodman, Spirit continue surge with 3-1 victory over Gotham FCBy Steven GoffWASHINGTON MYSTICSChevronRightLoading...Christyn Williams, Mystics’ second-round pick, will miss season with knee injuryBy Ava WallaceLoading...Elena Delle Donne is back, and the Mystics are championship-mindedBy Ava WallaceLoading...Mystics counting on Alysha Clark to get back in championship formBy Kareem CopelandLoading...Mystics select ex-Maryland standout Shakira Austin in the WNBA draftBy Kareem CopelandNATIONAL HOCKEY LEAGUEChevronRightLoading...(Caean Couto/AP)Marshawn Lynch becomes a minority investor in NHL’s Seattle KrakenBy Des BielerPerspectiveMike Bossy was a hockey legend on the ice, and a sweetheart off itBy John FeinsteinMike Bossy, Islanders’ prolific Hall of Fame goal scorer, dies at 65By Ben SumnerFrom death threats to corporate backlash, Russian NHL players ‘in a very difficult spot’By Adam KilgoreWASHINGTON CAPITALSChevronRightLoading...Alex Ovechkin hits the 50-goal mark again, but the Capitals falter in OTBy Samantha PellCapitals’ Anthony Mantha and Lars Eller have found late-season chemistryWhy the Capitals value Marcus Johansson’s ‘good, steady 200-foot game’With playoffs nearing, suddenly hot Capitals beat NHL-best AvalancheD.C. SPORTS BOGChevronRightLoading...As the USFL restarts, a look back at the Washington Federals’ wild rideBy Jake RussellLoading...New at Nats Park: Easier entry, hot chicken, a sportsbook and ‘Juan Solo’By Fritz HahnLoading...Nationals, Wizards unveil collaborative cherry blossom uniformsBy Andrew GoldenLoading...A timeline of the Washington Football Team name change debateBy Scott AllenHIGH SCHOOLSChevronRightLoading...Gainesville baseball drops its very first home game but is eager to keep buildingBy Jacob RichmanLoading...Glenelg girls’ lacrosse builds on perfection with a rout of Marriotts RidgeBy Kyle MelnickLoading...With a little extra effort, the Patriot girls’ soccer team tops rival BattlefieldBy Michael ErrigoLoading...In dominant 9-0 start, Damascus softball sweeps long-awaited round robin By Washington Post Staff CompanyAbout The PostNewsroom Policies & StandardsDiversity and InclusionCareersMedia & Community RelationsWP Creative GroupAccessibility StatementGet The PostGift SubscriptionsMobile & AppsNewsletters & AlertsWashington Post LiveReprints & PermissionsPost StoreBooks & E-BooksNewspaper in EducationPrint Archives (Subscribers Only)e-ReplicaToday’s PaperContact UsContact the NewsroomContact Customer CareContact the Opinions teamAdvertiseLicensing & SyndicationRequest a CorrectionSend a News TipReport a VulnerabilityTerms of UseDigital Products Terms of SalePrint Products Terms of SaleTerms of ServicePrivacy PolicyCookie SettingsSubmissions & Discussion PolicyRSS Terms of ServiceAd Choiceswashingtonpost.com © 1996-2022 The Washington Postwashingtonpost.com© 1996-2022 The Washington PostAbout The PostContact the NewsroomContact Customer CareRequest a CorrectionSend a News TipReport a VulnerabilityDownload the Washington Post AppPolicies & StandardsTerms of ServicePrivacy PolicyCookie SettingsPrint Products Terms of SaleDigital Products Terms of SaleSubmissions & Discussion PolicyRSS Terms of ServiceAd Choices {"props":{"pageProps":{"contentState":{"{\"source\":\"site-homepage\",\"query\":{}}":{"site":{"additional_info":{"hp_subscribe_nav_text":"","hp_subscribe_sections_text":"Subscribe","subscribe_nav_text":"Subscribe","subscribe_sections_text":"Subscribe","hp_gift_nav_show":"false","hp_gift_nav_show_sub":"false","hp_gift_url_genesis":"/acquisition/?p=g_v","hp_gift_nav_text":"Give a year for $9.99","gift_url_genesis":"/acquisition/?p=g_v","gift_nav_text":"Give a year for $9.99","gift_nav_show":"false","gift_nav_show_sub":"false"}}},"{\"source\":\"site-menu\",\"query\":{\"hierarchy\":\"WebNav\"}}":{"children":[{"_id":"/homepage","name":"Home Page","site":{"site_url":"https://www.washingtonpost.com/"},"navigation":{"nav_title":"Home Page"},"children":[]},{"_id":"/entertainment","name":"Arts \u0026 Entertainment","site":{"site_url":"https://www.washingtonpost.com/entertainment/"},"navigation":{"nav_title":"Arts \u0026 Entertainment"},"children":[{"_id":"/entertainment/books","name":"Books","site":{"site_url":"https://www.washingtonpost.com/entertainment/books/"},"navigation":{"nav_title":"Books"}},{"_id":"/entertainment/movies","name":"Movies","site":{"site_url":"https://www.washingtonpost.com/goingoutguide/movies/"},"navigation":{"nav_title":"Movies"}},{"_id":"/entertainment/museums","name":"Museums","site":{"site_url":"https://www.washingtonpost.com/goingoutguide/museums/"},"navigation":{"nav_title":"Museums"}},{"_id":"/entertainment/music","name":"Music","site":{"site_url":"https://www.washingtonpost.com/goingoutguide/music/"},"navigation":{"nav_title":"Music"}},{"_id":"/entertainment/pop-culture","name":"Pop Culture","site":{"site_url":"https://www.washingtonpost.com/pop-culture/"},"navigation":{"nav_title":"Pop Culture"}},{"_id":"/entertainment/theater-dance","name":"Theater \u0026 Dance","site":{"site_url":"https://www.washingtonpost.com/goingoutguide/theater-dance/"},"navigation":{"nav_title":"Theater \u0026 Dance"}},{"_id":"/entertainment/tv","name":"TV","site":{"site_url":"https://www.washingtonpost.com/entertainment/tv/"},"navigation":{"nav_title":"TV"}}]},{"_id":"/business","name":"Business","site":{"site_url":"https://www.washingtonpost.com/business/"},"navigation":{"nav_title":"Business"},"children":[{"_id":"/business/cryptocurrency","name":"Cryptocurrency","site":{"site_url":"https://www.washingtonpost.com/business/cryptocurrency/"},"navigation":{"nav_title":"Cryptocurrency"}},{"_id":"/us-policy/economic-policy","name":"Economic Policy","site":{"site_url":"https://www.washingtonpost.com/economic-policy/"},"navigation":{"nav_title":"Economic Policy"}},{"_id":"/business/economy","name":"Economy","site":{"site_url":"https://www.washingtonpost.com/economy/"},"navigation":{"nav_title":"Economy"}},{"_id":"/business/energy","name":"Energy","site":{"site_url":"https://www.washingtonpost.com/energy/"},"navigation":{"nav_title":"Energy"}},{"_id":"/business/health-care","name":"Health Care","site":{"site_url":"https://www.washingtonpost.com/health-care/"},"navigation":{"nav_title":"Health Care"}},{"_id":"/business/markets","name":"Markets","site":{"site_url":"https://www.washingtonpost.com/markets/"},"navigation":{"nav_title":"Markets"}},{"_id":"/business/personal-finance","name":"Personal Finance","site":{"site_url":"https://www.washingtonpost.com/personal-finance/"},"navigation":{"nav_title":"Personal Finance"}},{"_id":"/realestate","name":"Real Estate","site":{"site_url":"https://www.washingtonpost.com/realestate/"},"navigation":{"nav_title":"Real Estate"}},{"_id":"/business/on-small-business","name":"Small Business","site":{"site_url":"https://www.washingtonpost.com/business/on-small-business/"},"navigation":{"nav_title":"Small Business"}}]},{"_id":"/lifestyle/carolyn-hax","name":"Carolyn Hax","site":{"site_url":"https://www.washingtonpost.com/people/carolyn-hax/"},"navigation":{"nav_title":"Carolyn Hax"},"children":[]},{"_id":"/classifieds","name":"Classifieds","site":{"site_url":"https://www.washingtonpost.com/classifieds/"},"navigation":{"nav_title":"Classifieds"},"children":[]},{"_id":"/climate-environment","name":"Climate \u0026 Environment","site":{"site_url":"https://www.washingtonpost.com/climate-environment/"},"navigation":{"nav_title":"Climate \u0026 Environment"},"children":[]},{"_id":"/climate-environment/climate-solutions","name":"Climate Solutions","site":{"site_url":"https://www.washingtonpost.com/climate-solutions/"},"navigation":{"nav_title":"Climate Solutions"},"children":[]},{"_id":"/topics/coronavirus","name":"Coronavirus","site":{"site_url":"https://www.washingtonpost.com/coronavirus/"},"navigation":{"nav_title":"Coronavirus"},"children":[{"_id":"/topics/coronavirus/living","name":"Coronavirus Living","site":{"site_url":"https://www.washingtonpost.com/coronavirus/living/"},"navigation":{"nav_title":"Navigating Your Life"}}]},{"_id":"/crosswords","name":"Crosswords","site":{"site_url":"https://www.washingtonpost.com/crossword-puzzles/"},"navigation":{"nav_title":"Crosswords"},"children":[{"_id":"/crosswords/daily","name":"Daily Crossword","site":{"site_url":"https://www.washingtonpost.com/crossword-puzzles/daily/"},"navigation":{"nav_title":"Daily"}},{"_id":"/crosswords/mini-meta","name":"Daily Mini Meta Crossword","site":{"site_url":"https://www.washingtonpost.com/crossword-puzzles/mini-meta/"},"navigation":{"nav_title":"Daily Mini (+Weekly Meta)"}},{"_id":"/crosswords/sunday","name":"Sunday Crossword","site":{"site_url":"https://www.washingtonpost.com/crossword-puzzles/sunday-evan-birnholz/"},"navigation":{"nav_title":"Sunday Crossword"}},{"_id":"/crosswords/merl-reagle","name":"Classic Crosswords","site":{"site_url":"https://www.washingtonpost.com/crossword-puzzles/merl-reagle/"},"navigation":{"nav_title":"Classic"}},{"_id":"/crosswords/monthly-music-meta","name":"Monthly Music Meta","site":{"site_url":"https://www.washingtonpost.com/crossword-puzzles/monthly-music-meta/"},"navigation":{"nav_title":"Monthly Meta"}}]},{"_id":"/local","name":"D.C., Md. \u0026 Va.","site":{"site_url":"https://www.washingtonpost.com/local/"},"navigation":{"nav_title":"D.C., Md. \u0026 Va."},"children":[{"_id":"/local/dc","name":"The District","site":{"site_url":"http://www.washingtonpost.com/local/dc/"},"navigation":{"nav_title":"The District"}},{"_id":"/local/maryland","name":"Maryland","site":{"site_url":"https://www.washingtonpost.com/local/maryland/"},"navigation":{"nav_title":"Maryland"}},{"_id":"/local/virginia","name":"Virginia","site":{"site_url":"https://www.washingtonpost.com/local/virginia/"},"navigation":{"nav_title":"Virginia"}},{"_id":"/local/public-safety","name":"Local Crime \u0026 Public Safety","site":{"site_url":"https://www.washingtonpost.com/local/public-safety/"},"navigation":{"nav_title":"Crime \u0026 Public Safety"}},{"_id":"/local/education","name":"Local Education","site":{"site_url":"https://www.washingtonpost.com/local/education/"},"navigation":{"nav_title":"Education"}},{"_id":"/entertainment/going-out-guide","name":"Going Out Guide","site":{"site_url":"https://www.washingtonpost.com/goingoutguide/"},"navigation":{"nav_title":"Going Out Guide"}},{"_id":"/entertainment/restaurants","name":"Restaurants \u0026 Bars","site":{"site_url":"https://www.washingtonpost.com/goingoutguide/restaurants/"},"navigation":{"nav_title":"Restaurants \u0026 Bars"}},{"_id":"/local/traffic-commuting","name":"Local Transportation","site":{"site_url":"http://www.washingtonpost.com/local/traffic-commuting/"},"navigation":{"nav_title":"Transportation"}}]},{"_id":"/education","name":"Education","site":{"site_url":"https://www.washingtonpost.com/education/"},"navigation":{"nav_title":"Education"},"children":[{"_id":"/education/higher-education","name":"Higher Education","site":{"site_url":"https://www.washingtonpost.com/higher-education/"},"navigation":{"nav_title":"Higher Education"}}]},{"_id":"/lifestyle/food","name":"Food","site":{"site_url":"https://www.washingtonpost.com/food/"},"navigation":{"nav_title":"Food"},"children":[{"_id":"/lifestyle/food/voraciously","name":"Voraciously","site":{"site_url":"https://www.washingtonpost.com/news/voraciously/"},"navigation":{"nav_title":"Voraciously"}}]},{"_id":"/gender-identity","name":"Gender \u0026 Identity","site":{"site_url":"https://www.washingtonpost.com/gender-identity/"},"navigation":{"nav_title":"Gender \u0026 Identity"},"children":[{"_id":"/columns/about-us","name":"About US","site":{"site_url":"https://www.washingtonpost.com/about-us/"},"navigation":{"nav_title":"About US"}},{"_id":"/topics/floyd-protests","name":"Race and Reckoning","site":{"site_url":"https://www.washingtonpost.com/race-america/"},"navigation":{"nav_title":"Race \u0026 Reckoning"}}]},{"_id":"/health","name":"Health","site":{"site_url":"https://www.washingtonpost.com/health/"},"navigation":{"nav_title":"Health"},"children":[{"_id":"/health/medical-mysteries","name":"Medical Mysteries","site":{"site_url":"https://www.washingtonpost.com/health/medical-mysteries/"},"navigation":{"nav_title":"Medical Mysteries"}},{"_id":"/lifestyle/wellness","name":"Wellness","site":{"site_url":"https://www.washingtonpost.com/lifestyle/wellness/"},"navigation":{"nav_title":"Wellness"}}]},{"_id":"/history","name":"History","site":{"site_url":"https://www.washingtonpost.com/history/"},"navigation":{"nav_title":"History"},"children":[{"_id":"/opinions/made-by-history","name":"Made by History","site":{"site_url":"https://www.washingtonpost.com/made-by-history/"},"navigation":{"nav_title":"Made by History"}},{"_id":"/local/retropolis","name":"Retropolis","site":{"site_url":"https://www.washingtonpost.com/retropolis/"},"navigation":{"nav_title":"Retropolis"}}]},{"_id":"/immigration","name":"Immigration","site":{"site_url":"https://www.washingtonpost.com/immigration/"},"navigation":{"nav_title":"Immigration"},"children":[]},{"_id":"/national/investigations","name":"Investigations","site":{"site_url":"https://www.washingtonpost.com/national/investigations/"},"navigation":{"nav_title":"Investigations"},"children":[]},{"_id":"/jobs","name":"Jobs","site":{"site_url":"https://jobs.washingtonpost.com/"},"navigation":{"nav_title":"Jobs"},"children":[]},{"_id":"/lifestyle","name":"Lifestyle","site":{"site_url":"https://www.washingtonpost.com/lifestyle/"},"navigation":{"nav_title":"Lifestyle"},"children":[{"_id":"/lifestyle/advice","name":"Advice","site":{"site_url":"https://www.washingtonpost.com/lifestyle/advice/"},"navigation":{"nav_title":"Advice"}},{"_id":"/lifestyle/fashion","name":"Fashion","site":{"site_url":"https://www.washingtonpost.com/lifestyle/fashion/"},"navigation":{"nav_title":"Fashion"}},{"_id":"/lifestyle/home-garden","name":"Home \u0026 Garden","site":{"site_url":"https://www.washingtonpost.com/lifestyle/home-garden/"},"navigation":{"nav_title":"Home \u0026 Garden"}},{"_id":"/lifestyle/inspired-life","name":"Inspired Life","site":{"site_url":"https://www.washingtonpost.com/inspired-life/"},"navigation":{"nav_title":"Inspired Life"}},{"_id":"/lifestyle/kidspost","name":"KidsPost","site":{"site_url":"https://www.washingtonpost.com/lifestyle/kidspost/"},"navigation":{"nav_title":"KidsPost"}},{"_id":"/lifestyle/on-parenting","name":"Parenting","site":{"site_url":"https://www.washingtonpost.com/lifestyle/on-parenting/"},"navigation":{"nav_title":"Parenting"}},{"_id":"/lifestyle/relationships","name":"Relationships","site":{"site_url":"https://www.washingtonpost.com/relationships/"},"navigation":{"nav_title":"Relationships"}},{"_id":"/lifestyle/travel","name":"Travel","site":{"site_url":"https://www.washingtonpost.com/lifestyle/travel/"},"navigation":{"nav_title":"Travel"}}]},{"_id":"/lifestyle/magazine","name":"The Washington Post Magazine","site":{"site_url":"https://www.washingtonpost.com/lifestyle/magazine/"},"navigation":{"nav_title":"Magazine"},"children":[]},{"_id":"/lifestyle/media","name":"Media","site":{"site_url":"https://www.washingtonpost.com/media/"},"navigation":{"nav_title":"Media"},"children":[]},{"_id":"/national/morning-mix","name":"Morning Mix","site":{"site_url":"https://www.washingtonpost.com/morning-mix/"},"navigation":{"nav_title":"Morning Mix"},"children":[]},{"_id":"/national","name":"National","site":{"site_url":"https://www.washingtonpost.com/national/"},"navigation":{"nav_title":"National"},"children":[]},{"_id":"/national-security","name":"National Security","site":{"site_url":"https://www.washingtonpost.com/national-security/"},"navigation":{"nav_title":"National Security"},"children":[{"_id":"/national-security/foreign-policy","name":"Foreign Policy","site":{"site_url":"https://www.washingtonpost.com/foreign-policy/"},"navigation":{"nav_title":"Foreign Policy"}},{"_id":"/national-security/intelligence","name":"Intelligence","site":{"site_url":"https://www.washingtonpost.com/intelligence/"},"navigation":{"nav_title":"Intelligence"}},{"_id":"/national-security/justice","name":"Justice","site":{"site_url":"https://www.washingtonpost.com/justice/"},"navigation":{"nav_title":"Justice"}},{"_id":"/national-security/military","name":"Military","site":{"site_url":"https://www.washingtonpost.com/military/"},"navigation":{"nav_title":"Military"}}]},{"_id":"/newsletters-alerts","name":"Newsletters \u0026 Alerts","site":{"site_url":"https://washingtonpost.com/newsletters/"},"navigation":{"nav_title":"Newsletters \u0026 Alerts"},"children":[]},{"_id":"/local/obituaries","name":"Obituaries","site":{"site_url":"https://www.washingtonpost.com/local/obituaries/"},"navigation":{"nav_title":"Obituaries"},"children":[]},{"_id":"/opinions","name":"Opinions","site":{"site_url":"https://www.washingtonpost.com/opinions/"},"navigation":{"nav_title":"Opinions"},"children":[{"_id":"/opinions/the-posts-view","name":"The Post's View","site":{"site_url":"https://www.washingtonpost.com/opinions/the-posts-view/"},"navigation":{"nav_title":"The Post's View"}},{"_id":"/opinions/cartoons","name":"Editorial Cartoons","site":{"site_url":"https://www.washingtonpost.com/opinions/cartoons/"},"navigation":{"nav_title":"Editorial Cartoons"}},{"_id":"/opinions/global-opinions","name":"Global Opinions","site":{"site_url":"https://www.washingtonpost.com/global-opinions/"},"navigation":{"nav_title":"Global Opinions"}},{"_id":"/opinions/local-opinions","name":"Local Opinions","site":{"site_url":"https://www.washingtonpost.com/opinions/local-opinions/"},"navigation":{"nav_title":"Local Opinions"}},{"_id":"/opinions/letters-to-the-editor","name":"Letters to the Editor","site":{"site_url":"https://www.washingtonpost.com/opinions/letters-to-the-editor/"},"navigation":{"nav_title":"Letters to the Editor"}},{"_id":"/opinions/the-opinions-essay","name":"The Opinions Essay","site":{"site_url":"https://www.washingtonpost.com/the-opinions-essay/"},"navigation":{"nav_title":"The Opinions Essay"}},{"_id":"/opinions/plum-line","name":"The Plum Line","site":{"site_url":"https://www.washingtonpost.com/plum-line/"},"navigation":{"nav_title":"The Plum Line"}},{"_id":"/opinions/voices-across-america","name":"Voices Across America","site":{"site_url":"https://www.washingtonpost.com/opinions/voices-across-america/"},"navigation":{"nav_title":"Voices Across America"}},{"_id":"/opinions/compost","name":"Alexandra Petri","site":{"site_url":"https://www.washingtonpost.com/people/alexandra-petri/"},"navigation":{"nav_title":"Alexandra Petri"}},{"_id":"/opinions/right-turn","name":"Jennifer Rubin","site":{"site_url":"https://www.washingtonpost.com/people/jennifer-rubin/"},"navigation":{"nav_title":"Jennifer Rubin"}},{"_id":"/opinions/erik-wemple","name":"Erik Wemple","site":{"site_url":"https://www.washingtonpost.com/people/erik-wemple/"},"navigation":{"nav_title":"Erik Wemple"}}]},{"_id":"/opinions/outlook","name":"Outlook","site":{"site_url":"https://www.washingtonpost.com/outlook/"},"navigation":{"nav_title":"Outlook"},"children":[{"_id":"/opinions/book-party","name":"Book Party","site":{"site_url":"https://www.washingtonpost.com/book-party/"},"navigation":{"nav_title":"Book Party"}},{"_id":"/opinions/five-myths","name":"Five Myths","site":{"site_url":"https://www.washingtonpost.com/outlook/five-myths/"},"navigation":{"nav_title":"Five Myths"}},{"_id":"/opinions/posteverything","name":"PostEverything","site":{"site_url":"https://www.washingtonpost.com/news/posteverything/"},"navigation":{"nav_title":"PostEverything"}}]},{"_id":"/photography","name":"Photography","site":{"site_url":"https://www.washingtonpost.com/photography/"},"navigation":{"nav_title":"Photography"},"children":[{"_id":"/photography/in-sight","name":"In Sight","site":{"site_url":"http://www.washingtonpost.com/photography/in-sight/"},"navigation":{"nav_title":"In Sight"}}]},{"_id":"/podcasts","name":"Podcasts","site":{"site_url":"https://www.washingtonpost.com/podcasts/"},"navigation":{"nav_title":"Podcasts"},"children":[]},{"_id":"/politics","name":"Politics","site":{"site_url":"https://www.washingtonpost.com/politics/"},"navigation":{"nav_title":"Politics"},"children":[{"_id":"/politics/courts-law","name":"Courts \u0026 Law","site":{"site_url":"https://www.washingtonpost.com/politics/courts-law/"},"navigation":{"nav_title":"Courts \u0026 Law"}},{"_id":"/politics/fact-checker","name":"Fact Checker","site":{"site_url":"https://www.washingtonpost.com/news/fact-checker/"},"navigation":{"nav_title":"Fact Checker"}},{"_id":"/politics/the-fix","name":"The Fix","site":{"site_url":"https://www.washingtonpost.com/the-fix/"},"navigation":{"nav_title":"The Fix"}},{"_id":"/politics/powerpost","name":"The 202s","site":{"site_url":"https://www.washingtonpost.com/politics/the-202-newsletters/"},"navigation":{"nav_title":"The 202s"}},{"_id":"/topics/biden-transfer","name":"The Biden Administration","site":{"site_url":"https://www.washingtonpost.com/politics/joe-biden-46th-president/"},"navigation":{"nav_title":"The Biden Administration"}},{"_id":"/politics/monkey-cage","name":"Monkey Cage","site":{"site_url":"https://www.washingtonpost.com/monkey-cage/"},"navigation":{"nav_title":"Monkey Cage"}},{"_id":"/politics/polling","name":"Polling","site":{"site_url":"https://www.washingtonpost.com/politics/polling/"},"navigation":{"nav_title":"Polling"}},{"_id":"/politics/white-house","name":"White House","site":{"site_url":"https://www.washingtonpost.com/politics/white-house/"},"navigation":{"nav_title":"White House"}}]},{"_id":"/entertainment/puzzles-and-games","name":"Puzzles \u0026 Games","site":{"site_url":"https://games.washingtonpost.com/"},"navigation":{"nav_title":"Puzzles \u0026 Games"},"children":[{"_id":"/entertainment/comics","name":"Comics","site":{"site_url":"https://www.washingtonpost.com/entertainment/comics/"},"navigation":{"nav_title":"Comics"}},{"_id":"/entertainment/horoscopes","name":"Horoscopes","site":{"site_url":"https://www.washingtonpost.com/entertainment/horoscopes/"},"navigation":{"nav_title":"Horoscopes"}}]},{"_id":"/live-chats","name":"Reader Q\u0026As","site":{"site_url":"https://washingtonpost.com/live-chats/"},"navigation":{"nav_title":"Reader Q\u0026As"},"children":[]},{"_id":"/religion","name":"Religion","site":{"site_url":"https://www.washingtonpost.com/religion/"},"navigation":{"nav_title":"Religion"},"children":[]},{"_id":"/science","name":"Science","site":{"site_url":"https://www.washingtonpost.com/science/"},"navigation":{"nav_title":"Science"},"children":[{"_id":"/science/animals","name":"Animals","site":{"site_url":"https://www.washingtonpost.com/animals/"},"navigation":{"nav_title":"Animals"}}]},{"_id":"/sports","name":"Sports","site":{"site_url":"https://www.washingtonpost.com/sports/"},"navigation":{"nav_title":"Sports"},"children":[{"_id":"/sports/nfl","name":"NFL","site":{"site_url":"https://www.washingtonpost.com/sports/nfl/"},"navigation":{"nav_title":"NFL"}},{"_id":"/sports/mlb","name":"MLB","site":{"site_url":"https://www.washingtonpost.com/sports/mlb/"},"navigation":{"nav_title":"MLB"}},{"_id":"/sports/nba","name":"NBA","site":{"site_url":"https://www.washingtonpost.com/sports/nba/"},"navigation":{"nav_title":"NBA"}},{"_id":"/sports/boxing-mma","name":"Boxing \u0026 MMA","site":{"site_url":"https://www.washingtonpost.com/sports/boxing-mma/"},"navigation":{"nav_title":"Boxing \u0026 MMA"}},{"_id":"/sports/colleges","name":"College Sports","site":{"site_url":"https://www.washingtonpost.com/sports/colleges/"},"navigation":{"nav_title":"College Sports"}},{"_id":"/sports/dc-sports-bog","name":"D.C. Sports Bog","site":{"site_url":"https://www.washingtonpost.com/dc-sports-bog/"},"navigation":{"nav_title":"D.C. Sports Bog"}},{"_id":"/sports/golf","name":"Golf","site":{"site_url":"https://www.washingtonpost.com/sports/golf/"},"navigation":{"nav_title":"Golf"}},{"_id":"/sports/highschools","name":"High School Sports","site":{"site_url":"https://www.washingtonpost.com/allmetsports/2022-spring/"},"navigation":{"nav_title":"High School Sports"}},{"_id":"/sports/olympics","name":"Olympics","site":{"site_url":"https://www.washingtonpost.com/sports/olympics/"},"navigation":{"nav_title":"Olympics"}},{"_id":"/sports/soccer","name":"Soccer","site":{"site_url":"https://www.washingtonpost.com/sports/soccer/"},"navigation":{"nav_title":"Soccer"}},{"_id":"/sports/tennis","name":"Tennis","site":{"site_url":"https://www.washingtonpost.com/sports/tennis/"},"navigation":{"nav_title":"Tennis"}},{"_id":"/sports/wnba","name":"WNBA","site":{"site_url":"https://www.washingtonpost.com/sports/wnba/"},"navigation":{"nav_title":"WNBA"}}]},{"_id":"/technology","name":"Technology","site":{"site_url":"https://www.washingtonpost.com/business/technology/"},"navigation":{"nav_title":"Tech"},"children":[]},{"_id":"/transportation","name":"Transportation","site":{"site_url":"https://www.washingtonpost.com/transportation/"},"navigation":{"nav_title":"Transportation"},"children":[]},{"_id":"/travel","name":"By The Way - Travel","site":{"site_url":"https://www.washingtonpost.com/travel/"},"navigation":{"nav_title":"Travel: By The Way"},"children":[]},{"_id":"/sports/launcher","name":"Video Games","site":{"site_url":"https://www.washingtonpost.com/video-games/"},"navigation":{"nav_title":"Video Games: Launcher"},"children":[]},{"_id":"/video","name":"Video","site":{"site_url":"https://www.washingtonpost.com/video/"},"navigation":{"nav_title":"Video"},"children":[{"_id":"/video/top-news","name":"Top News Video","site":{"site_url":"https://www.washingtonpost.com/posttv/c/video/topic/topnews"},"navigation":{"nav_title":"Top News"}},{"_id":"/video/business","name":"Business Video","site":{"site_url":"https://www.washingtonpost.com/video/topic/business"},"navigation":{"nav_title":"Business"}},{"_id":"/video/entertainment","name":"Entertainment Video","site":{"site_url":"https://www.washingtonpost.com/video/topic/entertainment"},"navigation":{"nav_title":"Entertainment"}},{"_id":"/video/local","name":"Local Video","site":{"site_url":"https://www.washingtonpost.com/video/topic/local"},"navigation":{"nav_title":"Local"}},{"_id":"/video/national","name":"National Video","site":{"site_url":"https://www.washingtonpost.com/video/topic/national"},"navigation":{"nav_title":"National"}},{"_id":"/video/opinions","name":"Opinions Video","site":{"site_url":"https://www.washingtonpost.com/video/topic/opinions"},"navigation":{"nav_title":"Opinions"}},{"_id":"/video/politics","name":"Politics Video","site":{"site_url":"https://www.washingtonpost.com/video/topic/politics"},"navigation":{"nav_title":"Politics"}},{"_id":"/video/sports","name":"Sports Video","site":{"site_url":"https://www.washingtonpost.com/video/topic/sports"},"navigation":{"nav_title":"Sports"}},{"_id":"/video/style","name":"Style Video","site":{"site_url":"https://www.washingtonpost.com/video/topic/style"},"navigation":{"nav_title":"Style"}},{"_id":"/video/technology","name":"Technology Video","site":{"site_url":"https://www.washingtonpost.com/video/topic/tech"},"navigation":{"nav_title":"Technology"}},{"_id":"/video/world","name":"World Video","site":{"site_url":"https://www.washingtonpost.com/video/topic/world"},"navigation":{"nav_title":"World"}}]},{"_id":"/washington-post-live","name":"Washington Post Live","site":{"site_url":"https://www.washingtonpost.com/washington-post-live/"},"navigation":{"nav_title":"Washington Post Live"},"children":[]},{"_id":"/local/weather","name":"Weather","site":{"site_url":"https://www.washingtonpost.com/local/weather/"},"navigation":{"nav_title":"Weather"},"children":[]},{"_id":"/world","name":"World","site":{"site_url":"https://www.washingtonpost.com/world/"},"navigation":{"nav_title":"World"},"children":[{"_id":"/world/africa","name":"Africa","site":{"site_url":"https://www.washingtonpost.com/world/africa/"},"navigation":{"nav_title":"Africa"}},{"_id":"/world/americas","name":"Americas","site":{"site_url":"https://www.washingtonpost.com/world/americas/"},"navigation":{"nav_title":"Americas"}},{"_id":"/world/asia-pacific","name":"Asia","site":{"site_url":"https://www.washingtonpost.com/world/asia-pacific/"},"navigation":{"nav_title":"Asia"}},{"_id":"/world/europe","name":"Europe","site":{"site_url":"https://www.washingtonpost.com/world/europe/"},"navigation":{"nav_title":"Europe"}},{"_id":"/world/middle-east","name":"Middle East","site":{"site_url":"https://www.washingtonpost.com/world/middle-east/"},"navigation":{"nav_title":"Middle East"}}]},{"_id":"/brandconnect","name":"WP Creative Group","site":{"site_url":"https://www.washingtonpost.com/brand-studio/archive/"},"navigation":{"nav_title":"WP Creative Group"},"children":[]}]},"{\"source\":\"site-menu\",\"query\":{\"hierarchy\":\"WebNavFeatured\"}}":{"children":[{"_id":"/homepage","name":"Home Page","site":{"site_url":"https://www.washingtonpost.com/"},"navigation":{"nav_title":"Home Page"},"children":[]},{"_id":"/politics","name":"Politics","site":{"site_url":"https://www.washingtonpost.com/politics/"},"navigation":{"nav_title":"Politics"},"children":[{"_id":"/politics/courts-law","name":"Courts \u0026 Law","site":{"site_url":"https://www.washingtonpost.com/politics/courts-law/"},"navigation":{"nav_title":"Courts \u0026 Law"}},{"_id":"/politics/fact-checker","name":"Fact Checker","site":{"site_url":"https://www.washingtonpost.com/news/fact-checker/"},"navigation":{"nav_title":"Fact Checker"}},{"_id":"/politics/the-fix","name":"The Fix","site":{"site_url":"https://www.washingtonpost.com/the-fix/"},"navigation":{"nav_title":"The Fix"}},{"_id":"/politics/powerpost","name":"The 202s","site":{"site_url":"https://www.washingtonpost.com/politics/the-202-newsletters/"},"navigation":{"nav_title":"The 202s"}},{"_id":"/topics/biden-transfer","name":"The Biden Administration","site":{"site_url":"https://www.washingtonpost.com/politics/joe-biden-46th-president/"},"navigation":{"nav_title":"The Biden Administration"}},{"_id":"/politics/monkey-cage","name":"Monkey Cage","site":{"site_url":"https://www.washingtonpost.com/monkey-cage/"},"navigation":{"nav_title":"Monkey Cage"}},{"_id":"/politics/polling","name":"Polling","site":{"site_url":"https://www.washingtonpost.com/politics/polling/"},"navigation":{"nav_title":"Polling"}},{"_id":"/politics/white-house","name":"White House","site":{"site_url":"https://www.washingtonpost.com/politics/white-house/"},"navigation":{"nav_title":"White House"}}]},{"_id":"/opinions","name":"Opinions","site":{"site_url":"https://www.washingtonpost.com/opinions/"},"navigation":{"nav_title":"Opinions"},"children":[{"_id":"/opinions/the-posts-view","name":"The Post's View","site":{"site_url":"https://www.washingtonpost.com/opinions/the-posts-view/"},"navigation":{"nav_title":"The Post's View"}},{"_id":"/opinions/cartoons","name":"Editorial Cartoons","site":{"site_url":"https://www.washingtonpost.com/opinions/cartoons/"},"navigation":{"nav_title":"Editorial Cartoons"}},{"_id":"/opinions/global-opinions","name":"Global Opinions","site":{"site_url":"https://www.washingtonpost.com/global-opinions/"},"navigation":{"nav_title":"Global Opinions"}},{"_id":"/opinions/local-opinions","name":"Local Opinions","site":{"site_url":"https://www.washingtonpost.com/opinions/local-opinions/"},"navigation":{"nav_title":"Local Opinions"}},{"_id":"/opinions/letters-to-the-editor","name":"Letters to the Editor","site":{"site_url":"https://www.washingtonpost.com/opinions/letters-to-the-editor/"},"navigation":{"nav_title":"Letters to the Editor"}},{"_id":"/opinions/the-opinions-essay","name":"The Opinions Essay","site":{"site_url":"https://www.washingtonpost.com/the-opinions-essay/"},"navigation":{"nav_title":"The Opinions Essay"}},{"_id":"/opinions/plum-line","name":"The Plum Line","site":{"site_url":"https://www.washingtonpost.com/plum-line/"},"navigation":{"nav_title":"The Plum Line"}},{"_id":"/opinions/voices-across-america","name":"Voices Across America","site":{"site_url":"https://www.washingtonpost.com/opinions/voices-across-america/"},"navigation":{"nav_title":"Voices Across America"}},{"_id":"/opinions/compost","name":"Alexandra Petri","site":{"site_url":"https://www.washingtonpost.com/people/alexandra-petri/"},"navigation":{"nav_title":"Alexandra Petri"}},{"_id":"/opinions/right-turn","name":"Jennifer Rubin","site":{"site_url":"https://www.washingtonpost.com/people/jennifer-rubin/"},"navigation":{"nav_title":"Jennifer Rubin"}},{"_id":"/opinions/erik-wemple","name":"Erik Wemple","site":{"site_url":"https://www.washingtonpost.com/people/erik-wemple/"},"navigation":{"nav_title":"Erik Wemple"}}]},{"_id":"/topics/ukraine-russia","name":"War in Ukraine","site":{"site_url":"https://www.washingtonpost.com/world/ukraine-russia/"},"navigation":{"nav_title":"War in Ukraine"},"children":[]},{"_id":"/topics/coronavirus","name":"Coronavirus","site":{"site_url":"https://www.washingtonpost.com/coronavirus/"},"navigation":{"nav_title":"Coronavirus"},"children":[]},{"_id":"/national/investigations","name":"Investigations","site":{"site_url":"https://www.washingtonpost.com/national/investigations/"},"navigation":{"nav_title":"Investigations"},"children":[{"_id":"/national/investigations/policing-in-america","name":"Policing in America","site":{"site_url":"https://www.washingtonpost.com/police-america/"},"navigation":{"nav_title":"Policing in America"}}]},{"_id":"/technology","name":"Technology","site":{"site_url":"https://www.washingtonpost.com/business/technology/"},"navigation":{"nav_title":"Tech"},"children":[{"_id":"/technology/consumer-tech","name":"Help Desk","site":{"site_url":"https://www.washingtonpost.com/personal-tech/"},"navigation":{"nav_title":"Help Desk"}},{"_id":"/technology/future-of-transportation","name":"Future of Transportation","site":{"site_url":"https://www.washingtonpost.com/technology/future-of-transportation/"},"navigation":{"nav_title":"Future of Transportation"}},{"_id":"/technology/innovations","name":"Innovations","site":{"site_url":"https://www.washingtonpost.com/technology/innovations/"},"navigation":{"nav_title":"Innovations"}},{"_id":"/technology/internet-culture","name":"Internet Culture","site":{"site_url":"https://www.washingtonpost.com/internet-culture/"},"navigation":{"nav_title":"Internet Culture"}},{"_id":"/technology/space","name":"Space","site":{"site_url":"https://www.washingtonpost.com/space/"},"navigation":{"nav_title":"Space"}},{"_id":"/technology/tech-policy","name":"Tech Policy","site":{"site_url":"https://www.washingtonpost.com/tech-policy/"},"navigation":{"nav_title":"Tech Policy"}},{"_id":"/technology/video-gaming","name":"Video Gaming","site":{"site_url":"https://www.washingtonpost.com/technology/video-gaming/"},"navigation":{"nav_title":"Video Gaming"}}]},{"_id":"/lifestyle","name":"Lifestyle","site":{"site_url":"https://www.washingtonpost.com/lifestyle/"},"navigation":{"nav_title":"Lifestyle"},"children":[{"_id":"/lifestyle/advice","name":"Advice","site":{"site_url":"https://www.washingtonpost.com/lifestyle/advice/"},"navigation":{"nav_title":"Advice"}},{"_id":"/lifestyle/fashion","name":"Fashion","site":{"site_url":"https://www.washingtonpost.com/lifestyle/fashion/"},"navigation":{"nav_title":"Fashion"}},{"_id":"/lifestyle/home-garden","name":"Home \u0026 Garden","site":{"site_url":"https://www.washingtonpost.com/lifestyle/home-garden/"},"navigation":{"nav_title":"Home \u0026 Garden"}},{"_id":"/lifestyle/inspired-life","name":"Inspired Life","site":{"site_url":"https://www.washingtonpost.com/inspired-life/"},"navigation":{"nav_title":"Inspired Life"}},{"_id":"/lifestyle/kidspost","name":"KidsPost","site":{"site_url":"https://www.washingtonpost.com/lifestyle/kidspost/"},"navigation":{"nav_title":"KidsPost"}},{"_id":"/lifestyle/on-parenting","name":"Parenting","site":{"site_url":"https://www.washingtonpost.com/lifestyle/on-parenting/"},"navigation":{"nav_title":"Parenting"}},{"_id":"/lifestyle/relationships","name":"Relationships","site":{"site_url":"https://www.washingtonpost.com/relationships/"},"navigation":{"nav_title":"Relationships"}},{"_id":"/lifestyle/travel","name":"Travel","site":{"site_url":"https://www.washingtonpost.com/lifestyle/travel/"},"navigation":{"nav_title":"Travel"}}]},{"_id":"/world","name":"World","site":{"site_url":"https://www.washingtonpost.com/world/"},"navigation":{"nav_title":"World"},"children":[{"_id":"/world/africa","name":"Africa","site":{"site_url":"https://www.washingtonpost.com/world/africa/"},"navigation":{"nav_title":"Africa"}},{"_id":"/world/americas","name":"Americas","site":{"site_url":"https://www.washingtonpost.com/world/americas/"},"navigation":{"nav_title":"Americas"}},{"_id":"/world/asia-pacific","name":"Asia","site":{"site_url":"https://www.washingtonpost.com/world/asia-pacific/"},"navigation":{"nav_title":"Asia"}},{"_id":"/world/europe","name":"Europe","site":{"site_url":"https://www.washingtonpost.com/world/europe/"},"navigation":{"nav_title":"Europe"}},{"_id":"/world/middle-east","name":"Middle East","site":{"site_url":"https://www.washingtonpost.com/world/middle-east/"},"navigation":{"nav_title":"Middle East"}}]},{"_id":"/local","name":"D.C., Md. \u0026 Va.","site":{"site_url":"https://www.washingtonpost.com/local/"},"navigation":{"nav_title":"D.C., Md. \u0026 Va."},"children":[{"_id":"/local/dc","name":"The District","site":{"site_url":"http://www.washingtonpost.com/local/dc/"},"navigation":{"nav_title":"The District"}},{"_id":"/local/maryland","name":"Maryland","site":{"site_url":"https://www.washingtonpost.com/local/maryland/"},"navigation":{"nav_title":"Maryland"}},{"_id":"/local/virginia","name":"Virginia","site":{"site_url":"https://www.washingtonpost.com/local/virginia/"},"navigation":{"nav_title":"Virginia"}},{"_id":"/local/public-safety","name":"Local Crime \u0026 Public Safety","site":{"site_url":"https://www.washingtonpost.com/local/public-safety/"},"navigation":{"nav_title":"Crime \u0026 Public Safety"}},{"_id":"/local/education","name":"Local Education","site":{"site_url":"https://www.washingtonpost.com/local/education/"},"navigation":{"nav_title":"Education"}},{"_id":"/entertainment/going-out-guide","name":"Going Out Guide","site":{"site_url":"https://www.washingtonpost.com/goingoutguide/"},"navigation":{"nav_title":"Going Out Guide"}},{"_id":"/entertainment/restaurants","name":"Restaurants \u0026 Bars","site":{"site_url":"https://www.washingtonpost.com/goingoutguide/restaurants/"},"navigation":{"nav_title":"Restaurants \u0026 Bars"}},{"_id":"/local/traffic-commuting","name":"Local Transportation","site":{"site_url":"http://www.washingtonpost.com/local/traffic-commuting/"},"navigation":{"nav_title":"Transportation"}}]},{"_id":"/sports","name":"Sports","site":{"site_url":"https://www.washingtonpost.com/sports/"},"navigation":{"nav_title":"Sports"},"children":[{"_id":"/sports/nfl","name":"NFL","site":{"site_url":"https://www.washingtonpost.com/sports/nfl/"},"navigation":{"nav_title":"NFL"}},{"_id":"/sports/mlb","name":"MLB","site":{"site_url":"https://www.washingtonpost.com/sports/mlb/"},"navigation":{"nav_title":"MLB"}},{"_id":"/sports/nba","name":"NBA","site":{"site_url":"https://www.washingtonpost.com/sports/nba/"},"navigation":{"nav_title":"NBA"}},{"_id":"/sports/nhl","name":"NHL","site":{"site_url":"https://www.washingtonpost.com/sports/nhl/"},"navigation":{"nav_title":"NHL"}},{"_id":"/sports/boxing-mma","name":"Boxing \u0026 MMA","site":{"site_url":"https://www.washingtonpost.com/sports/boxing-mma/"},"navigation":{"nav_title":"Boxing \u0026 MMA"}},{"_id":"/sports/colleges","name":"College Sports","site":{"site_url":"https://www.washingtonpost.com/sports/colleges/"},"navigation":{"nav_title":"College Sports"}},{"_id":"/sports/dc-sports-bog","name":"D.C. Sports Bog","site":{"site_url":"https://www.washingtonpost.com/dc-sports-bog/"},"navigation":{"nav_title":"D.C. Sports Bog"}},{"_id":"/sports/golf","name":"Golf","site":{"site_url":"https://www.washingtonpost.com/sports/golf/"},"navigation":{"nav_title":"Golf"}},{"_id":"/sports/highschools","name":"High School Sports","site":{"site_url":"https://www.washingtonpost.com/allmetsports/2022-spring/"},"navigation":{"nav_title":"High School Sports"}},{"_id":"/sports/olympics","name":"Olympics","site":{"site_url":"https://www.washingtonpost.com/sports/olympics/"},"navigation":{"nav_title":"Olympics"}},{"_id":"/sports/soccer","name":"Soccer","site":{"site_url":"https://www.washingtonpost.com/sports/soccer/"},"navigation":{"nav_title":"Soccer"}},{"_id":"/sports/tennis","name":"Tennis","site":{"site_url":"https://www.washingtonpost.com/sports/tennis/"},"navigation":{"nav_title":"Tennis"}},{"_id":"/sports/wnba","name":"WNBA","site":{"site_url":"https://www.washingtonpost.com/sports/wnba/"},"navigation":{"nav_title":"WNBA"}}]}]},"{\"source\":\"site-account-sidebar\",\"query\":{}}":{"children":[{"_id":"/account-sidebar/my-post","name":"My Post","site":{"site_url":"https://www.washingtonpost.com/my-post?tid=nav_acctmgnt_menu","additional_info":{"authenticatedOnly":"true","subscriberOnly":"false"}}},{"_id":"/account-sidebar/gift-subscriptions","name":"Gift subscriptions","site":{"site_url":"https://subscribe.washingtonpost.com/acquisition/?promo=g_r_acq"}},{"_id":"/account-sidebar/my-reading-list","name":"Saved Stories","site":{"site_url":"https://www.washingtonpost.com/my-post/#/saved-stories?tid=nav_acctmgnt_menu","additional_info":{"authenticatedOnly":"true","subscriberOnly":"true"}}},{"_id":"/account-sidebar/help-desk","name":"Help desk","site":{"site_url":"https://helpcenter.washingtonpost.com/hc/en-us"}},{"_id":"/account-sidebar/account-settings","name":"Account Settings","site":{"site_url":"https://subscribe.washingtonpost.com/profile/#/?destination=https://www.washingtonpost.com/?refresh=true\u0026tid=nav_acctmgnt_menu","additional_info":{"authenticatedOnly":"true","subscriberOnly":"false"}}},{"_id":"/account-sidebar/newsletters-and-alerts","name":"Newsletters \u0026 Alerts","site":{"site_url":"https://www.washingtonpost.com/newsletters/"}},{"_id":"/account-sidebar/contact-us","name":"Contact us","site":{"site_url":"https://helpcenter.washingtonpost.com/hc/en-us"}}]},"{\"source\":\"zeus-max-ad-config\",\"query\":{}}":{"adHeightOnCommercialNode":{"washingtonpost.com":{"leaderboard_2":{"minHeight":600,"flightDates":[{"start":"06/22/2021 00:00 EDT","end":"06/22/2021 23:59 EDT"}]}}}},"{\"source\":\"site-service-section\",\"query\":{\"section\":\"/sports\"}}":{"q_results":[{"_id":"/sports","_comments_config":{"comments_config":{"includetabs":"true","markersfeatured":"featured_comment","comment_system":"coral","comment_system_date":"2017-10-31T12:30"}},"site":{"site_about":null,"site_keywords":"Washington Capitals, Washington Nationals, Washington Football Team, Washington Redskins, DC United , Washington Wizards, baseball, football, hockey, soccer, golf, basketball, college football, college basketball, NBA news, MLB news, NFL news, NHL news, MLS news, Nationals, Redskins, Capitals, Wizards, D.C. United, high school sports,college sports,track and field, hoyas, terps, cavaliers, college sports news, dc sports news, dc sports","site_tagline":null,"site_url":"https://www.washingtonpost.com/sports/","site_description":"The Washington Post Sports section provides sports news, video, scores, analysis and updates about high school, college, and pro sports teams, including the Capitals, Nationals, Washington Football Team, United and Wizards. Post Sports also offers blogs and discussions about the latest sports news.","site_title":"Sports","site_theme":"normal","native_app_rendering":"true","archives_url":[],"site_url_section":"sports","tracking_site_node":"/sports","tracking_section":"sports","path_fusion":"/sports/","tracking_page_name":"front - sports"},"site_topper":{"custom_links":[],"site_logo_image":null,"site_background_image":null,"social_link_display_order":null,"custom_links_highlight":null,"display_social_links":null,"secondary_nav_alternate_section_to_use":"/sports","secondary_nav_instead_of_custom_links":"true"},"_admin":{"commercial_node":"/sports","default_content":"prism://prism.query/site-articles-only,/sports\u0026limit=20","alias_ids":["/sports"],"tracking_node":"/sports"},"story_list":{"display_social_share_buttons":"true","social_share_buttons":null,"story_list_content":{}},"social":{"twitter":"https://twitter.com/postsports","facebook":"https://www.facebook.com/postsports","archives":null,"rss":"http://feeds.washingtonpost.com/rss/sports"},"navigation":{"nav_title":"Sports"},"Video":{"video_ad_zone":"wpni.video.sports"},"name":"Sports","order":1008,"parent":"/","inactive":false,"node_type":"section"}],"count":1,"limit":0,"offset":0,"total_count":1},"{\"source\":\"wsk-collection\",\"query\":{\"id\":\"RSLXJJEFIFGODAMCERHOF2MNS4\",\"limit\":\"14\",\"offset\":\"0\",\"env\":\"prod\"}}":{"_id":"RSLXJJEFIFGODAMCERHOF2MNS4","description":{"basic":"Stories 1-7 will appear in the Top table. Stories 8-14 will appear in More Top Stories. DON'T FORGET TO PUBLISH!\nSupport doc: https://bit.ly/3j63ukN"},"headlines":{"basic":"Sports — Top table + MTS"},"items":[{"_id":"BE43DCM7W5EPBDQ77PIIPYFABY","additional_properties":{},"label":{"transparency":{"text":"Perspective"}},"canonical_url":"/sports/2022/04/21/wimbledon-russia-medvedev/","credits":{"by":[{"_id":"jenkinss","name":"Sally Jenkins","url":"https://www.washingtonpost.com/people/sally-jenkins/","org":"Washington, D.C."}]},"description":{"basic":"The All England Club sent a necessary message: Even the most innocent Russians will pay the price for the actions of Vladimir Putin’s regime. "},"display_date":"2022-04-21T09:00:12.235Z","fusion_additions":{"count_info":{"count":1},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/wimbledon-russia-medvedev/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/wimbledon-russia-medvedev/"}},"promo_image":{"_id":"GY2P3OJQSNCILLTBY6O4G2DL3U","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/GY2P3OJQSNCILLTBY6O4G2DL3U.jpg","credits_display":"(Peter Nicholls/Reuters)","credits_caption_display":"(Peter Nicholls/Reuters)","width":3435,"height":1932,"image_type":"photograph","aspect_ratio":1.7779503105590062,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Wimbledon’s ban on Russian players was exactly right"},"promo_items":{"basic":{"_id":"GY2P3OJQSNCILLTBY6O4G2DL3U","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/GY2P3OJQSNCILLTBY6O4G2DL3U.jpg","width":3435,"height":1932,"credits_caption_display":"(Peter Nicholls/Reuters)","credits_display":"(Peter Nicholls/Reuters)","caption":"","copyright":"Reuters","credits":{"by":[{"name":"Peter Nicholls","org":"Reuters","type":"author"}],"affiliation":[{"name":"Reuters"}]}}},"publish_date":"2022-04-21T09:00:12.342Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for the latest tennis news and information. Get the latest tennis results, standings, schedules and commentary. Stay updated on all the latest news from the tennis world!","name":"Tennis","_id":"/sports/tennis"},"primary_section":{"name":"Tennis","_id":"/sports/tennis"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID KQDD2IYWNBAM3MQXWYWZ5QBOME","slug":"created-from-template-id-KQDD2IYWNBAM3MQXWYWZ5QBOME"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Tennis"},{"name":"Sports"}]},"type":"story"},{"_id":"SFJCKYMOQZF3ZHDN3I7IYQDJMQ","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/21/novak-djokovic-wimbledon-ban/","credits":{"by":[{"_id":"borenca","name":"Cindy Boren","url":"https://www.washingtonpost.com/people/cindy-boren/","org":"Washington, D.C."},{"_id":"timsita","name":"Annabelle Timsit","url":"https://www.washingtonpost.com/people/annabelle-timsit/","org":"London"}]},"description":{"basic":"Djokovic condemned the war in Ukraine, while Ukrainian player Elina Svitolina called for players to state where they stand on Russia’s invasion."},"display_date":"2022-04-21T12:39:23.192Z","fusion_additions":{"count_info":{"count":2},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/novak-djokovic-wimbledon-ban/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/novak-djokovic-wimbledon-ban/"}},"promo_image":{"_id":"UDAGMVBIZ5EFXDUOGLWPM2VCOY","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/UDAGMVBIZ5EFXDUOGLWPM2VCOY.jpg","credits_display":"(Andrej Cukic/EPA-EFE/REX/Shutterstock)","credits_caption_display":"(Andrej Cukic/EPA-EFE/REX/Shutterstock)","width":3587,"height":2018,"image_type":"photograph","aspect_ratio":1.7775024777006938,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Novak Djokovic calls Wimbledon ban of Russians, Belarusians ‘crazy’"},"promo_items":{"basic":{"_id":"UDAGMVBIZ5EFXDUOGLWPM2VCOY","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/UDAGMVBIZ5EFXDUOGLWPM2VCOY.jpg","width":3587,"height":2018,"credits_caption_display":"(Andrej Cukic/EPA-EFE/REX/Shutterstock)","credits_display":"(Andrej Cukic/EPA-EFE/REX/Shutterstock)","caption":"","copyright":"EPA","credits":{"by":[{"name":"Andrej Cukic","org":"EPA-EFE/REX/Shutterstock","type":"author"}],"affiliation":[{"name":"EPA-EFE/REX/Shutterstock"}]}}},"publish_date":"2022-04-21T12:39:26.046Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for the latest tennis news and information. Get the latest tennis results, standings, schedules and commentary. Stay updated on all the latest news from the tennis world!","name":"Tennis","_id":"/sports/tennis"},"primary_section":{"name":"Tennis","_id":"/sports/tennis"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID KQDD2IYWNBAM3MQXWYWZ5QBOME","slug":"created-from-template-id-KQDD2IYWNBAM3MQXWYWZ5QBOME"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Tennis"},{"name":"Sports"}]},"type":"story"},{"_id":"Z2G7JGEPDNH4HIZPX55UF2A7ZI","additional_properties":{},"label":{"transparency":{"text":"Perspective"}},"canonical_url":"/sports/2022/04/21/nikola-jokic-mvp-nba-playoffs/","credits":{"by":[{"_id":"brewerj","name":"Jerry Brewer","url":"https://www.washingtonpost.com/people/jerry-brewer/","org":"Washington, D.C."}]},"description":{"basic":"As he rages through a second straight difficult postseason, Jokic must embrace the joy and frustration. They’re both critical parts of the MVP experience."},"display_date":"2022-04-21T09:30:50.229Z","fusion_additions":{"count_info":{"count":3},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/nikola-jokic-mvp-nba-playoffs/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/nikola-jokic-mvp-nba-playoffs/"}},"promo_image":{"_id":"IHL2PGZGYNDKLG2H6A2YQ63EBU","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/IHL2PGZGYNDKLG2H6A2YQ63EBU.jpg","credits_display":"(Jeff Chiu/AP)","credits_caption_display":"(Jeff Chiu/AP)","width":3928,"height":2210,"image_type":"photograph","aspect_ratio":1.7773755656108596,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Being the NBA’s MVP is an honor and a burden. Just ask Nikola Jokic."},"promo_items":{"basic":{"_id":"IHL2PGZGYNDKLG2H6A2YQ63EBU","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/IHL2PGZGYNDKLG2H6A2YQ63EBU.jpg","width":3928,"height":2210,"credits_caption_display":"(Jeff Chiu/AP)","credits_display":"(Jeff Chiu/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Jeff Chiu","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-21T09:30:50.303Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Wizards and NBA basketball news and information. Get the latest schedules, stats, rosters and scoreboards for the NBA. Stay updated on the latest Washington Wizards and NBA news!","name":"NBA","_id":"/sports/nba"},"primary_section":{"name":"NBA","_id":"/sports/nba"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID 76IJPM6MVZBSHIUYVJD5HUPGTE","slug":"created-from-template-id-76IJPM6MVZBSHIUYVJD5HUPGTE"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NBA"},{"name":"Sports"}]},"type":"story"},{"_id":"2WILJPYRDFCY7CTWM4TRNUZDLI","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/dwayne-haskins-911-call/","credits":{"by":[{"_id":"jhabvalan","name":"Nicki Jhabvala","url":"https://www.washingtonpost.com/people/nicki-jhabvala/","org":"Washington, D.C."}]},"description":{"basic":"\"That’s just not like him for him not to call me back,\" Kalabrya Haskins, the NFL quarterback's wife, told a 911 dispatcher the morning of the fatal crash."},"display_date":"2022-04-20T21:42:26.583Z","fusion_additions":{"count_info":{"count":4},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/dwayne-haskins-911-call/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/dwayne-haskins-911-call/"}},"promo_image":{"_id":"KXEA74V22II6ZKJNY5R55AMMEE","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/KXEA74V22II6ZKJNY5R55AMMEE.jpg","credits_display":"(Gaelen Morse/Getty Images)","credits_caption_display":"(Gaelen Morse/Getty Images)","width":8256,"height":5504,"aspect_ratio":1.5,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Dwayne Haskins was looking for gas before fatal crash, per wife’s 911 call"},"promo_items":{"basic":{"_id":"KXEA74V22II6ZKJNY5R55AMMEE","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/KXEA74V22II6ZKJNY5R55AMMEE.jpg","width":8256,"height":5504,"credits_caption_display":"(Gaelen Morse/Getty Images)","credits_display":"(Gaelen Morse/Getty Images)","caption":"","copyright":"Getty Images","credits":{"by":[{"name":"Gaelen Morse","org":"Getty Images","type":"author"}],"affiliation":[{"name":"Getty Images"}]}}},"publish_date":"2022-04-21T00:49:27.867Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Washington Post coverage of the National Football League.","name":"NFL","_id":"/sports/nfl"},"primary_section":{"name":"NFL","_id":"/sports/nfl"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID P5NEJRTYFBH3RO3PIBYHMMAI3U","slug":"created-from-template-id-P5NEJRTYFBH3RO3PIBYHMMAI3U"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NFL"},{"name":"Sports"}]},"type":"story"},{"_id":"QWR7BKYSBBCWJNRFD6TXOFLSPE","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/21/alex-ovechkin-50-goals-capitals-golden-knights/","credits":{"by":[{"_id":"pells","name":"Samantha Pell","url":"https://www.washingtonpost.com/people/samantha-pell/","org":"Washington, D.C."}]},"description":{"basic":"Ovechkin made a little more NHL history during Wednesday's overtime loss in Vegas."},"display_date":"2022-04-21T06:16:42.656Z","fusion_additions":{"count_info":{"count":5},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/alex-ovechkin-50-goals-capitals-golden-knights/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/alex-ovechkin-50-goals-capitals-golden-knights/"}},"promo_image":{"_id":"RZCKVXGBG4I6ZNO7D65GDJTMOU","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/RZCKVXGBG4I6ZNO7D65GDJTMOU.jpg","credits_display":"(Steve Marcus/AP)","credits_caption_display":"(Steve Marcus/AP)","width":4414,"height":2961,"aspect_ratio":1.490712597095576,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Alex Ovechkin hits the 50-goal mark again, but the Capitals falter in OT"},"promo_items":{"basic":{"_id":"RZCKVXGBG4I6ZNO7D65GDJTMOU","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/RZCKVXGBG4I6ZNO7D65GDJTMOU.jpg","width":4414,"height":2961,"credits_caption_display":"(Steve Marcus/AP)","credits_display":"(Steve Marcus/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Steve Marcus","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-21T06:19:21.763Z","subheadlines":{"basic":"What to know from Washington’s 4-3 loss at the Vegas Golden Knights"},"subtype":"default","taxonomy":{"primary_site":{"description":"The Washington Post on everything Washington Capitals.","name":"Washington Capitals","_id":"/sports/capitals"},"primary_section":{"name":"Washington Capitals","_id":"/sports/capitals"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID O4G352YNXZH4VMCEUQ3ETNRBEA","slug":"created-from-template-id-O4G352YNXZH4VMCEUQ3ETNRBEA"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Capitals"},{"name":"Sports"}]},"type":"story"},{"_id":"4U2E3B2IGFE7HDFX4PNQMQVUVM","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/21/hbcu-mens-volleyball/","credits":{"by":[{"name":"Jonathan Gold","url":"","org":""}]},"description":{"basic":"Six historically Black colleges and universities are playing in the inaugural Southern Intercollegiate Athletic Conference men’s volleyball tournament."},"display_date":"2022-04-21T08:30:29.863Z","fusion_additions":{"count_info":{"count":6},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/hbcu-mens-volleyball/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/hbcu-mens-volleyball/"}},"promo_image":{"_id":"LT5AHFGAW4I6ZNO7D65GDJTMOU","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/LT5AHFGAW4I6ZNO7D65GDJTMOU.jpg","credits_display":"(Logan Cyrus/For The Washington Post)","credits_caption_display":"(Logan Cyrus/For The Washington Post)","width":5968,"height":3979,"aspect_ratio":1.4998743402865042,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"To grow U.S. men’s volleyball, advocates turned to HBCUs"},"promo_items":{"basic":{"_id":"LT5AHFGAW4I6ZNO7D65GDJTMOU","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/LT5AHFGAW4I6ZNO7D65GDJTMOU.jpg","width":5968,"height":3979,"credits_caption_display":"(Logan Cyrus/For The Washington Post)","credits_display":"(Logan Cyrus/For The Washington Post)","caption":"","copyright":"Logan Cyrus","credits":{"by":[{"name":"Logan Cyrus","org":"For The Washington Post","type":"author"}],"affiliation":[{"name":"For The Washington Post"}]}}},"publish_date":"2022-04-21T08:30:29.938Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for DC, Virginia and Maryland college sports news and info. Get the latest schedules, stats, and rosters for local schools. Stay updated on the latest sports news from your favorite DC area college teams!","name":"College Sports","_id":"/sports/colleges"},"primary_section":{"name":"College Sports","_id":"/sports/colleges"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"methode-draft","slug":"methode-draft"},{"text":"Created from Template ID O2U4X2VDMBFWFBI6LUYLM62Z6U","slug":"created-from-template-id-O2U4X2VDMBFWFBI6LUYLM62Z6U"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"College Sports"},{"name":"Sports"}]},"type":"story"},{"_id":"5KKYSEIPGRFIJF42QRRKTYKQYU","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/jay-wright-retires-villanova-kyle-neptune/","credits":{"by":[{"_id":"bielerda","name":"Des Bieler","url":"https://www.washingtonpost.com/people/des-bieler/","org":"Washington, D.C."}]},"description":{"basic":"The 60-year-old Wright won two national titles with the Wildcats, who announced that he was being replaced by Fordham Coach Kyle Neptune, a former assistant to Wright at Villanova."},"display_date":"2022-04-21T03:49:29.818Z","fusion_additions":{"count_info":{"count":7},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/jay-wright-retires-villanova-kyle-neptune/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/jay-wright-retires-villanova-kyle-neptune/"}},"promo_image":{"_id":"AWOE3BGBCQI6ZNO7D65GDJTMOU","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/AWOE3BGBCQI6ZNO7D65GDJTMOU.jpg","credits_display":"(David J. Phillip/AP)","credits_caption_display":"(David J. Phillip/AP)","width":4472,"height":3400,"aspect_ratio":1.3152941176470587,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Villanova men’s basketball coach Jay Wright announces retirement "},"promo_items":{"basic":{"_id":"AWOE3BGBCQI6ZNO7D65GDJTMOU","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/AWOE3BGBCQI6ZNO7D65GDJTMOU.jpg","width":4472,"height":3400,"credits_caption_display":"(David J. Phillip/AP)","credits_display":"(David J. Phillip/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"David J. Phillip","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-21T03:49:34.614Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for DC, Virginia and Maryland college sports news and info. Get the latest schedules, stats, and rosters for local schools. Stay updated on the latest sports news from your favorite DC area college teams!","name":"College Sports","_id":"/sports/colleges"},"primary_section":{"name":"College Sports","_id":"/sports/colleges"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"methode-draft","slug":"methode-draft"},{"text":"Created from Template ID O2U4X2VDMBFWFBI6LUYLM62Z6U","slug":"created-from-template-id-O2U4X2VDMBFWFBI6LUYLM62Z6U"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"College Sports"},{"name":"Sports"}]},"type":"story"},{"_id":"A54B5EM4U5HM3MPV2XFCBRITAM","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/pam-shriver-inappropriate-relationship-coach/","credits":{"by":[{"_id":"borenca","name":"Cindy Boren","url":"https://www.washingtonpost.com/people/cindy-boren/","org":"Washington, D.C."},{"_id":"hillga","name":"Glynn A. Hill","url":"https://www.washingtonpost.com/people/glynn-a-hill/","org":"Washington, D.C."}]},"description":{"basic":"Now a 59-year-old commentator for ESPN and the BBC, Pam Shriver disclosed her experience in The Telegraph, noting that such relationships “are alarmingly common in sport as a whole.”"},"display_date":"2022-04-20T15:34:55.228Z","fusion_additions":{"count_info":{"count":8},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/pam-shriver-inappropriate-relationship-coach/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/pam-shriver-inappropriate-relationship-coach/"}},"promo_image":{"_id":"NTXYGYTXBJCWZDR4OUHXLULMZE","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/NTXYGYTXBJCWZDR4OUHXLULMZE.jpg","credits_display":"(Dave Pickoff/ASSOCIATED PRESS)","credits_caption_display":"(Dave Pickoff/ASSOCIATED PRESS)","width":3000,"height":1688,"image_type":"photograph","aspect_ratio":1.7772511848341233,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Pam Shriver reveals ‘inappropriate’ relationship at 17 with her coach"},"promo_items":{"basic":{"_id":"NTXYGYTXBJCWZDR4OUHXLULMZE","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/NTXYGYTXBJCWZDR4OUHXLULMZE.jpg","width":3000,"height":1688,"credits_caption_display":"(Dave Pickoff/ASSOCIATED PRESS)","credits_display":"(Dave Pickoff/ASSOCIATED PRESS)","caption":"","copyright":"AP1978","credits":{"by":[{"name":"Dave Pickoff","org":"ASSOCIATED PRESS","type":"author"}],"affiliation":[{"name":"ASSOCIATED PRESS"}]}}},"publish_date":"2022-04-21T03:36:33.320Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for the latest tennis news and information. Get the latest tennis results, standings, schedules and commentary. Stay updated on all the latest news from the tennis world!","name":"Tennis","_id":"/sports/tennis"},"primary_section":{"name":"Tennis","_id":"/sports/tennis"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID KQDD2IYWNBAM3MQXWYWZ5QBOME","slug":"created-from-template-id-KQDD2IYWNBAM3MQXWYWZ5QBOME"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Tennis"},{"name":"Sports"}]},"type":"story"},{"_id":"OAO4QGBLMZF7XH4D7OLRVKZVMA","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/wimbledon-ban-russian-belarusian-players/","credits":{"by":[{"_id":"borenca","name":"Cindy Boren","url":"https://www.washingtonpost.com/people/cindy-boren/","org":"Washington, D.C."},{"_id":"sulimana","name":"Adela Suliman","url":"https://www.washingtonpost.com/people/adela-suliman/","org":"London, U.K."},{"_id":"bonesteelmm","name":"Matt Bonesteel","url":"https://www.washingtonpost.com/people/matt-bonesteel/","org":"Washington, D.C."}]},"description":{"basic":"Two of the world's top 10 men's players, including U.S. Open champion Daniil Medvedev, and one of the world's top 10 women will be affected by the decision."},"display_date":"2022-04-20T16:24:00.249Z","fusion_additions":{"count_info":{"count":9},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/wimbledon-ban-russian-belarusian-players/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/wimbledon-ban-russian-belarusian-players/"}},"promo_image":{"_id":"HH7R2X6JO5GKXBFKRBPJM466TQ","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/HH7R2X6JO5GKXBFKRBPJM466TQ.jpg","credits_display":"(Kirsty Wigglesworth/AP)","credits_caption_display":"(Kirsty Wigglesworth/AP)","width":5139,"height":2891,"aspect_ratio":1.7775856105153927,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Wimbledon bans Russian and Belarusian players over invasion of Ukraine"},"promo_items":{"basic":{"_id":"HH7R2X6JO5GKXBFKRBPJM466TQ","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/HH7R2X6JO5GKXBFKRBPJM466TQ.jpg","width":5139,"height":2891,"credits_caption_display":"(Kirsty Wigglesworth/AP)","credits_display":"(Kirsty Wigglesworth/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Kirsty Wigglesworth","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-20T23:49:44.971Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for the latest tennis news and information. Get the latest tennis results, standings, schedules and commentary. Stay updated on all the latest news from the tennis world!","name":"Tennis","_id":"/sports/tennis"},"primary_section":{"name":"Tennis","_id":"/sports/tennis"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID KQDD2IYWNBAM3MQXWYWZ5QBOME","slug":"created-from-template-id-KQDD2IYWNBAM3MQXWYWZ5QBOME"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Tennis"},{"name":"Sports"}]},"type":"story"},{"_id":"PBPOL4CI7JDHXJUHEBSPBFT52U","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/nationals-diamondbacks-erick-fedde/","credits":{"by":[{"_id":"Goldena","name":"Andrew Golden","url":"https://www.washingtonpost.com/people/andrew-golden/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Andrew Golden"}}}]},"description":{"basic":"After a solid showing in Tuesday's doubleheader, the Nationals' pitching issues returned Wednesday."},"display_date":"2022-04-21T03:20:08.489Z","fusion_additions":{"count_info":{"count":10},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/nationals-diamondbacks-erick-fedde/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/nationals-diamondbacks-erick-fedde/"}},"promo_image":{"_id":"YFFTFLAONJCY3I5LV75LE2NTP4","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/YFFTFLAONJCY3I5LV75LE2NTP4.jpg","credits_display":"(Jonathan Newton/The Washington Post)","credits_caption_display":"(Jonathan Newton/The Washington Post)","width":2784,"height":1566,"image_type":"photograph","aspect_ratio":1.7777777777777777,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Erick Fedde gets lit up as Nationals sputter to 11-2 loss to Diamondbacks"},"promo_items":{"basic":{"_id":"YFFTFLAONJCY3I5LV75LE2NTP4","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/YFFTFLAONJCY3I5LV75LE2NTP4.jpg","width":2784,"height":1566,"credits_caption_display":"(Jonathan Newton/The Washington Post)","credits_display":"(Jonathan Newton/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Jonathan Newton","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-21T04:28:25.284Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Nationals \u0026amp; MLB baseball news and information. Get the latest schedule and stats for the Washington Nationals. Stay updated on the latest Washington Nationals news!","name":"Washington Nationals","_id":"/sports/nationals"},"primary_section":{"name":"Washington Nationals","_id":"/sports/nationals"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID J5NTYWLUKNFNDENF4TNSNQP3Z4","slug":"created-from-template-id-J5NTYWLUKNFNDENF4TNSNQP3Z4"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Nationals"},{"name":"Sports"}]},"type":"story"},{"_id":"YG6CTF6XNRE4TEJ5XNZ7EJ3UOQ","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/hernan-losada-fired-dc-united/","credits":{"by":[{"_id":"goffs","name":"Steven Goff","url":"https://www.washingtonpost.com/people/steven-goff/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Steven Goff"}}}]},"description":{"basic":"In a text message, Losada said he needed time to process the team’s decision. “I’m still in shock,” he added."},"display_date":"2022-04-20T21:07:30.063Z","fusion_additions":{"count_info":{"count":11},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/hernan-losada-fired-dc-united/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/hernan-losada-fired-dc-united/"}},"promo_image":{"_id":"VCCPGB56URF43DXFCPKUPNVESM","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/VCCPGB56URF43DXFCPKUPNVESM.jpg","credits_display":"(Katherine Frey/The Washington Post)","credits_caption_display":"(Katherine Frey/The Washington Post)","width":2511,"height":1412,"aspect_ratio":1.778328611898017,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"D.C. United fires coach Hernán Losada after sluggish start to season"},"promo_items":{"basic":{"_id":"VCCPGB56URF43DXFCPKUPNVESM","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/VCCPGB56URF43DXFCPKUPNVESM.jpg","width":2511,"height":1412,"credits_caption_display":"(Katherine Frey/The Washington Post)","credits_display":"(Katherine Frey/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Katherine Frey","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-20T23:02:18.507Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for DC United and MLS soccer news and information. Get the latest schedules, stats, rosters and scoreboards for Major League Soccer. Stay updated on the latest D.C. United and MLS news!","name":"Soccer","_id":"/sports/soccer"},"primary_section":{"name":"Soccer","_id":"/sports/soccer"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID ZY44JWVHTFHMJNF2KO6IGNCC7E","slug":"created-from-template-id-ZY44JWVHTFHMJNF2KO6IGNCC7E"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Soccer"},{"name":"Sports"}]},"type":"story"},{"_id":"5YGHQVBURZC3ROO5KPHJNDAD3A","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/terry-mclaurin-contract-market-value/","credits":{"by":[{"_id":"jhabvalan","name":"Nicki Jhabvala","url":"https://www.washingtonpost.com/people/nicki-jhabvala/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Nicki Jhabvala"}}}]},"description":{"basic":"The Commanders star is entering the final season of his rookie contract, and a hefty raise should be on the way."},"display_date":"2022-04-20T09:01:41.504Z","fusion_additions":{"count_info":{"count":12},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/terry-mclaurin-contract-market-value/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/terry-mclaurin-contract-market-value/"}},"promo_image":{"_id":"7VKVBPMS6NCOLPPLTCTMK27A6U","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/7VKVBPMS6NCOLPPLTCTMK27A6U.jpg","credits_display":"(Jonathan Newton/The Washington Post)","credits_caption_display":"(Jonathan Newton/The Washington Post)","width":2434,"height":1369,"image_type":"photograph","aspect_ratio":1.7779401022644266,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Wide receivers keep cashing in, and it may be Terry McLaurin’s turn soon"},"promo_items":{"basic":{"_id":"7VKVBPMS6NCOLPPLTCTMK27A6U","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/7VKVBPMS6NCOLPPLTCTMK27A6U.jpg","width":2434,"height":1369,"credits_caption_display":"(Jonathan Newton/The Washington Post)","credits_display":"(Jonathan Newton/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Jonathan Newton","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-20T09:01:41.572Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Washington Post coverage of the Washington Commanders NFL team.","name":"Washington Commanders","_id":"/sports/redskins"},"primary_section":{"name":"Washington Commanders","_id":"/sports/redskins"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID QC4VBYZYHZAKVJ5WFOM5GND2ZM","slug":"created-from-template-id-QC4VBYZYHZAKVJ5WFOM5GND2ZM"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Commanders"},{"name":"Sports"}]},"type":"story"},{"_id":"S67DDYMDABA3RJYJ4NDYA4MJWM","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/21/joel-embiid-game-winner-sixers-raptors/","credits":{"by":[{"_id":"golliverb","name":"Ben Golliver","url":"https://www.washingtonpost.com/people/ben-golliver/","org":"Los Angeles","additional_properties":{"original":{"byline":"Ben Golliver"}}}]},"description":{"basic":"Joel Embiid's three-pointer with less than a second remaining in overtime propelled the 76ers to a 3-0 series lead over Toronto."},"display_date":"2022-04-21T11:22:17.255Z","fusion_additions":{"count_info":{"count":13},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/joel-embiid-game-winner-sixers-raptors/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/joel-embiid-game-winner-sixers-raptors/"}},"promo_image":{"_id":"V5XNWJFPEFBHZKPSC2ZVETN374","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/V5XNWJFPEFBHZKPSC2ZVETN374.jpg","credits_display":"(Cole Burston/Getty Images)","credits_caption_display":"(Cole Burston/Getty Images)","width":4007,"height":2254,"aspect_ratio":1.777728482697427,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Joel Embiid buries game-winner in OT as 76ers push Raptors to the brink"},"promo_items":{"basic":{"_id":"V5XNWJFPEFBHZKPSC2ZVETN374","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/V5XNWJFPEFBHZKPSC2ZVETN374.jpg","width":4007,"height":2254,"credits_caption_display":"(Cole Burston/Getty Images)","credits_display":"(Cole Burston/Getty Images)","caption":"","copyright":"Getty Images","credits":{"by":[{"name":"Cole Burston","org":"Getty Images","type":"author"}],"affiliation":[{"name":"Getty Images"}]}}},"publish_date":"2022-04-21T11:22:20.375Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Wizards and NBA basketball news and information. Get the latest schedules, stats, rosters and scoreboards for the NBA. Stay updated on the latest Washington Wizards and NBA news!","name":"NBA","_id":"/sports/nba"},"primary_section":{"name":"NBA","_id":"/sports/nba"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID 76IJPM6MVZBSHIUYVJD5HUPGTE","slug":"created-from-template-id-76IJPM6MVZBSHIUYVJD5HUPGTE"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NBA"},{"name":"Sports"}]},"type":"story"},{"_id":"EOVQNDDO7JCNFGOZKO2OCHZD7Y","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/sean-doolittle-elbow-sprain-injured-list/","credits":{"by":[{"_id":"doughertyj","name":"Jesse Dougherty","url":"https://www.washingtonpost.com/people/jesse-dougherty/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Jesse Dougherty"}}}]},"description":{"basic":"In his second stint with the team, Doolittle had been the Nationals' best reliever in the first two weeks."},"display_date":"2022-04-20T23:35:27.004Z","fusion_additions":{"count_info":{"count":14},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/sean-doolittle-elbow-sprain-injured-list/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/sean-doolittle-elbow-sprain-injured-list/"}},"promo_image":{"_id":"42RV3A6JHVEXNMRC47K6TCVLQQ","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/42RV3A6JHVEXNMRC47K6TCVLQQ.jpg","credits_display":"(Katherine Frey/The Washington Post)","credits_caption_display":"(Katherine Frey/The Washington Post)","width":2948,"height":1658,"image_type":"photograph","aspect_ratio":1.7780458383594693,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Nationals’ Sean Doolittle goes on injured list with elbow sprain "},"promo_items":{"basic":{"_id":"42RV3A6JHVEXNMRC47K6TCVLQQ","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/42RV3A6JHVEXNMRC47K6TCVLQQ.jpg","width":2948,"height":1658,"credits_caption_display":"(Katherine Frey/The Washington Post)","credits_display":"(Katherine Frey/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Katherine Frey","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-21T00:21:09.576Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Nationals \u0026amp; MLB baseball news and information. Get the latest schedule and stats for the Washington Nationals. Stay updated on the latest Washington Nationals news!","name":"Washington Nationals","_id":"/sports/nationals"},"primary_section":{"name":"Washington Nationals","_id":"/sports/nationals"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID J5NTYWLUKNFNDENF4TNSNQP3Z4","slug":"created-from-template-id-J5NTYWLUKNFNDENF4TNSNQP3Z4"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Nationals"},{"name":"Sports"}]},"type":"story"}],"type":"collection"},"{\"source\":\"wsk-collection\",\"query\":{\"id\":\"E7GZ4BUPUVEX7PN3DFPTFKHPDY\",\"limit\":\"4\",\"offset\":\"0\",\"env\":\"prod\"}}":{"_id":"E7GZ4BUPUVEX7PN3DFPTFKHPDY","description":{"basic":"Stories 1-4 will appear in the feed. DON'T FORGET TO PUBLISH! Support doc: https://bit.ly/3j63ukN"},"headlines":{"basic":"Sports — Columnists"},"items":[{"_id":"IPRPOZPZ2VBSJO7GZQTFMMADSM","additional_properties":{},"label":{"transparency":{"text":"Perspective"}},"canonical_url":"/sports/2022/04/19/nationals-owners-lerner-family/","credits":{"by":[{"_id":"svrlugabw","name":"Barry Svrluga","url":"https://www.washingtonpost.com/people/barry-svrluga/","org":"Washington, D.C."}]},"description":{"basic":"Sports teams feel like a civic trust, which is why a potential change in Nationals ownership feels so jarring. "},"display_date":"2022-04-19T08:45:48.375Z","fusion_additions":{"count_info":{"count":1},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/19/nationals-owners-lerner-family/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/19/nationals-owners-lerner-family/"}},"promo_image":{"_id":"EW5CDBTFWNGH3DQAEMK7K4BFKY","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/EW5CDBTFWNGH3DQAEMK7K4BFKY.jpg","credits_display":"(Toni L. Sandys/The Washington Post)","credits_caption_display":"(Toni L. Sandys/The Washington Post)","width":3267,"height":1838,"aspect_ratio":1.777475516866159,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Why owning a baseball team isn’t like owning a shopping mall"},"promo_items":{"basic":{"_id":"EW5CDBTFWNGH3DQAEMK7K4BFKY","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/EW5CDBTFWNGH3DQAEMK7K4BFKY.jpg","width":3267,"height":1838,"credits_caption_display":"(Toni L. Sandys/The Washington Post)","credits_display":"(Toni L. Sandys/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Toni L. Sandys","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-19T22:51:37.378Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Nationals \u0026amp; MLB baseball news and information. Get the latest schedule and stats for the Washington Nationals. Stay updated on the latest Washington Nationals news!","name":"Washington Nationals","_id":"/sports/nationals"},"primary_section":{"name":"Washington Nationals","_id":"/sports/nationals"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID J5NTYWLUKNFNDENF4TNSNQP3Z4","slug":"created-from-template-id-J5NTYWLUKNFNDENF4TNSNQP3Z4"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Nationals"},{"name":"Sports"}]},"type":"story"},{"_id":"L2PXFAYNIBBWJPBEBLU5ANTY4A","additional_properties":{},"label":{"transparency":{"text":"Perspective"}},"canonical_url":"/sports/2022/04/16/mike-bossy-dies-appreciation/","credits":{"by":[{"_id":"feinsteinj","name":"John Feinstein","url":"https://www.washingtonpost.com/people/john-feinstein/"}]},"description":{"basic":"Mike Bossy's NHL career was relatively short. His accomplishments weren't. "},"display_date":"2022-04-16T18:48:39.157Z","fusion_additions":{"count_info":{"count":2},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/16/mike-bossy-dies-appreciation/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/16/mike-bossy-dies-appreciation/"}},"promo_image":{"_id":"Y3KNLRY6EFAUNA66KUNONIMG2U","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/Y3KNLRY6EFAUNA66KUNONIMG2U.jpg","credits_display":"(Richard Drew/AP)","credits_caption_display":"(Richard Drew/AP)","width":3250,"height":1828,"image_type":"photograph","aspect_ratio":1.7778993435448578,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Mike Bossy was a hockey legend on the ice, and a sweetheart off it"},"promo_items":{"basic":{"_id":"Y3KNLRY6EFAUNA66KUNONIMG2U","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/Y3KNLRY6EFAUNA66KUNONIMG2U.jpg","width":3250,"height":1828,"credits_caption_display":"(Richard Drew/AP)","credits_display":"(Richard Drew/AP)","caption":"","copyright":"AP","credits":{"by":[{"name":"Richard Drew","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-17T01:21:12.319Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Capitals and NHL Hockey news \u0026amp; information. Get the latest schedules, stats, rosters and scoreboards for the NHL. Stay updated on the latest Washington Capitals and NHL news!","name":"NHL","_id":"/sports/nhl"},"primary_section":{"name":"NHL","_id":"/sports/nhl"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID 5JLISWE4P5AB5KMGQ3RX5B4FQM","slug":"created-from-template-id-5JLISWE4P5AB5KMGQ3RX5B4FQM"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NHL"},{"name":"Sports"}]},"type":"story"},{"_id":"Q7ZUCPAIORGCBGI2FWJ5AVVOGE","additional_properties":{},"label":{"transparency":{"text":"Perspective"}},"canonical_url":"/sports/2022/04/16/sports-twitter-elon-musk/","credits":{"by":[{"_id":"bucknerc","name":"Candace Buckner","url":"https://www.washingtonpost.com/people/candace-buckner/","org":"Washington, D.C."}]},"description":{"basic":"Every day would be April Fools’ Day on Sports Twitter. "},"display_date":"2022-04-16T12:00:26.741Z","fusion_additions":{"count_info":{"count":3},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/16/sports-twitter-elon-musk/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/16/sports-twitter-elon-musk/"}},"promo_image":{"_id":"K44I3UF45EI6ZKJNY5R55AMMEE","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/K44I3UF45EI6ZKJNY5R55AMMEE.jpg","credits_display":"(Dado Ruvic/Reuters)","credits_caption_display":"(Dado Ruvic/Reuters)","width":3183,"height":2009,"aspect_ratio":1.5843703334992534,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"How bad can Sports Twitter be? If Elon Musk succeeds, we’ll find out."},"promo_items":{"basic":{"_id":"K44I3UF45EI6ZKJNY5R55AMMEE","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/K44I3UF45EI6ZKJNY5R55AMMEE.jpg","width":3183,"height":2009,"credits_caption_display":"(Dado Ruvic/Reuters)","credits_display":"(Dado Ruvic/Reuters)","caption":"","copyright":"Reuters","credits":{"by":[{"name":"Dado Ruvic","org":"Reuters","type":"author"}],"affiliation":[{"name":"Reuters"}]}}},"publish_date":"2022-04-17T01:00:38.075Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"The Washington Post Sports section provides sports news, video, scores, analysis and updates about high school, college, and pro sports teams, including the Capitals, Nationals, Washington Football Team, United and Wizards. Post Sports also offers blogs and discussions about the latest sports news.","name":"Sports","_id":"/sports"},"primary_section":{"name":"Sports","_id":"/sports"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"methode-draft","slug":"methode-draft"},{"text":"Created from Template ID YHWJU4QL3RCZ5AWT53F5KCYOR4","slug":"created-from-template-id-YHWJU4QL3RCZ5AWT53F5KCYOR4"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Sports"}]},"type":"story"},{"_id":"QFRK5WNXDBHYPHLI7SQSED5IBM","additional_properties":{},"label":{"transparency":{"text":"Perspective"}},"canonical_url":"/sports/2022/04/14/jackie-robinson-blackistone-civil-rights-history/","credits":{"by":[{"_id":"blackistonekb","name":"Kevin B. Blackistone","url":"https://www.washingtonpost.com/people/kevin-b-blackistone/"}]},"description":{"basic":"The man celebrated as a groundbreaking civil rights hero never stopped fighting, right up until his death."},"display_date":"2022-04-15T09:32:47.174Z","fusion_additions":{"count_info":{"count":4},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/14/jackie-robinson-blackistone-civil-rights-history/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/14/jackie-robinson-blackistone-civil-rights-history/"}},"promo_image":{"_id":"UNRQC4V2UAI6ZKJNY5R55AMMEE","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/UNRQC4V2UAI6ZKJNY5R55AMMEE.jpg","credits_display":"(Bettmann/Bettmann Archive)","credits_caption_display":"(Bettmann/Bettmann Archive)","width":3606,"height":2415,"image_type":"photograph","aspect_ratio":1.493167701863354,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Narrative of Jackie Robinson, like that of MLK, is at odds with the reality"},"promo_items":{"basic":{"_id":"UNRQC4V2UAI6ZKJNY5R55AMMEE","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/UNRQC4V2UAI6ZKJNY5R55AMMEE.jpg","width":3606,"height":2415,"credits_caption_display":"(Bettmann/Bettmann Archive)","credits_display":"(Bettmann/Bettmann Archive)","caption":"","copyright":"Getty","credits":{"by":[{"name":"Bettmann","org":"Bettmann Archive","type":"author"}],"affiliation":[{"name":"Bettmann Archive"}]}}},"publish_date":"2022-04-15T12:32:01.673Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"The Washington Post Sports section provides sports news, video, scores, analysis and updates about high school, college, and pro sports teams, including the Capitals, Nationals, Washington Football Team, United and Wizards. Post Sports also offers blogs and discussions about the latest sports news.","name":"Sports","_id":"/sports"},"primary_section":{"name":"Sports","_id":"/sports"},"tags":[{"text":"GenderIdentity","slug":"genderidentity"},{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"methode-draft","slug":"methode-draft"},{"text":"Created from Template ID G3MKEKJTRBEA5DVF2IFRNFFIMQ","slug":"created-from-template-id-G3MKEKJTRBEA5DVF2IFRNFFIMQ"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Sports"}]},"type":"story"}],"type":"collection"},"{\"source\":\"wsk-collection\",\"query\":{\"id\":\"RSLXJJEFIFGODAMCERHOF2MNS4\",\"limit\":\"20\",\"offset\":\"0\",\"env\":\"prod\"}}":{"_id":"RSLXJJEFIFGODAMCERHOF2MNS4","description":{"basic":"Stories 1-7 will appear in the Top table. Stories 8-14 will appear in More Top Stories. DON'T FORGET TO PUBLISH!\nSupport doc: https://bit.ly/3j63ukN"},"headlines":{"basic":"Sports — Top table + MTS"},"items":[{"_id":"BE43DCM7W5EPBDQ77PIIPYFABY","additional_properties":{},"label":{"transparency":{"text":"Perspective"}},"canonical_url":"/sports/2022/04/21/wimbledon-russia-medvedev/","credits":{"by":[{"_id":"jenkinss","name":"Sally Jenkins","url":"https://www.washingtonpost.com/people/sally-jenkins/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Sally Jenkins"}}}]},"description":{"basic":"The All England Club sent a necessary message: Even the most innocent Russians will pay the price for the actions of Vladimir Putin’s regime. "},"display_date":"2022-04-21T09:00:12.235Z","fusion_additions":{"count_info":{"count":1},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/wimbledon-russia-medvedev/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/wimbledon-russia-medvedev/"}},"promo_image":{"_id":"GY2P3OJQSNCILLTBY6O4G2DL3U","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/GY2P3OJQSNCILLTBY6O4G2DL3U.jpg","credits_display":"(Peter Nicholls/Reuters)","credits_caption_display":"(Peter Nicholls/Reuters)","width":3435,"height":1932,"image_type":"photograph","aspect_ratio":1.7779503105590062,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Wimbledon’s ban on Russian players was exactly right"},"promo_items":{"basic":{"_id":"GY2P3OJQSNCILLTBY6O4G2DL3U","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/GY2P3OJQSNCILLTBY6O4G2DL3U.jpg","width":3435,"height":1932,"credits_caption_display":"(Peter Nicholls/Reuters)","credits_display":"(Peter Nicholls/Reuters)","caption":"","copyright":"Reuters","credits":{"by":[{"name":"Peter Nicholls","org":"Reuters","type":"author"}],"affiliation":[{"name":"Reuters"}]}}},"publish_date":"2022-04-21T09:00:12.342Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for the latest tennis news and information. Get the latest tennis results, standings, schedules and commentary. Stay updated on all the latest news from the tennis world!","name":"Tennis","_id":"/sports/tennis"},"primary_section":{"name":"Tennis","_id":"/sports/tennis"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID KQDD2IYWNBAM3MQXWYWZ5QBOME","slug":"created-from-template-id-KQDD2IYWNBAM3MQXWYWZ5QBOME"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Tennis"},{"name":"Sports"}]},"type":"story"},{"_id":"SFJCKYMOQZF3ZHDN3I7IYQDJMQ","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/21/novak-djokovic-wimbledon-ban/","credits":{"by":[{"_id":"borenca","name":"Cindy Boren","url":"https://www.washingtonpost.com/people/cindy-boren/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Cindy Boren"}}},{"_id":"timsita","name":"Annabelle Timsit","url":"https://www.washingtonpost.com/people/annabelle-timsit/","org":"London","additional_properties":{"original":{"byline":"Annabelle Timsit"}}}]},"description":{"basic":"Djokovic condemned the war in Ukraine, while Ukrainian player Elina Svitolina called for players to state where they stand on Russia’s invasion."},"display_date":"2022-04-21T12:39:23.192Z","fusion_additions":{"count_info":{"count":2},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/novak-djokovic-wimbledon-ban/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/novak-djokovic-wimbledon-ban/"}},"promo_image":{"_id":"UDAGMVBIZ5EFXDUOGLWPM2VCOY","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/UDAGMVBIZ5EFXDUOGLWPM2VCOY.jpg","credits_display":"(Andrej Cukic/EPA-EFE/REX/Shutterstock)","credits_caption_display":"(Andrej Cukic/EPA-EFE/REX/Shutterstock)","width":3587,"height":2018,"image_type":"photograph","aspect_ratio":1.7775024777006938,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Novak Djokovic calls Wimbledon ban of Russians, Belarusians ‘crazy’"},"promo_items":{"basic":{"_id":"UDAGMVBIZ5EFXDUOGLWPM2VCOY","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/UDAGMVBIZ5EFXDUOGLWPM2VCOY.jpg","width":3587,"height":2018,"credits_caption_display":"(Andrej Cukic/EPA-EFE/REX/Shutterstock)","credits_display":"(Andrej Cukic/EPA-EFE/REX/Shutterstock)","caption":"","copyright":"EPA","credits":{"by":[{"name":"Andrej Cukic","org":"EPA-EFE/REX/Shutterstock","type":"author"}],"affiliation":[{"name":"EPA-EFE/REX/Shutterstock"}]}}},"publish_date":"2022-04-21T12:39:26.046Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for the latest tennis news and information. Get the latest tennis results, standings, schedules and commentary. Stay updated on all the latest news from the tennis world!","name":"Tennis","_id":"/sports/tennis"},"primary_section":{"name":"Tennis","_id":"/sports/tennis"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID KQDD2IYWNBAM3MQXWYWZ5QBOME","slug":"created-from-template-id-KQDD2IYWNBAM3MQXWYWZ5QBOME"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Tennis"},{"name":"Sports"}]},"type":"story"},{"_id":"Z2G7JGEPDNH4HIZPX55UF2A7ZI","additional_properties":{},"label":{"transparency":{"text":"Perspective"}},"canonical_url":"/sports/2022/04/21/nikola-jokic-mvp-nba-playoffs/","credits":{"by":[{"_id":"brewerj","name":"Jerry Brewer","url":"https://www.washingtonpost.com/people/jerry-brewer/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Jerry Brewer"}}}]},"description":{"basic":"As he rages through a second straight difficult postseason, Jokic must embrace the joy and frustration. They’re both critical parts of the MVP experience."},"display_date":"2022-04-21T09:30:50.229Z","fusion_additions":{"count_info":{"count":3},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/nikola-jokic-mvp-nba-playoffs/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/nikola-jokic-mvp-nba-playoffs/"}},"promo_image":{"_id":"IHL2PGZGYNDKLG2H6A2YQ63EBU","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/IHL2PGZGYNDKLG2H6A2YQ63EBU.jpg","credits_display":"(Jeff Chiu/AP)","credits_caption_display":"(Jeff Chiu/AP)","width":3928,"height":2210,"image_type":"photograph","aspect_ratio":1.7773755656108596,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Being the NBA’s MVP is an honor and a burden. Just ask Nikola Jokic."},"promo_items":{"basic":{"_id":"IHL2PGZGYNDKLG2H6A2YQ63EBU","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/IHL2PGZGYNDKLG2H6A2YQ63EBU.jpg","width":3928,"height":2210,"credits_caption_display":"(Jeff Chiu/AP)","credits_display":"(Jeff Chiu/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Jeff Chiu","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-21T09:30:50.303Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Wizards and NBA basketball news and information. Get the latest schedules, stats, rosters and scoreboards for the NBA. Stay updated on the latest Washington Wizards and NBA news!","name":"NBA","_id":"/sports/nba"},"primary_section":{"name":"NBA","_id":"/sports/nba"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID 76IJPM6MVZBSHIUYVJD5HUPGTE","slug":"created-from-template-id-76IJPM6MVZBSHIUYVJD5HUPGTE"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NBA"},{"name":"Sports"}]},"type":"story"},{"_id":"2WILJPYRDFCY7CTWM4TRNUZDLI","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/dwayne-haskins-911-call/","credits":{"by":[{"_id":"jhabvalan","name":"Nicki Jhabvala","url":"https://www.washingtonpost.com/people/nicki-jhabvala/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Nicki Jhabvala"}}}]},"description":{"basic":"\"That’s just not like him for him not to call me back,\" Kalabrya Haskins, the NFL quarterback's wife, told a 911 dispatcher the morning of the fatal crash."},"display_date":"2022-04-20T21:42:26.583Z","fusion_additions":{"count_info":{"count":4},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/dwayne-haskins-911-call/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/dwayne-haskins-911-call/"}},"promo_image":{"_id":"KXEA74V22II6ZKJNY5R55AMMEE","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/KXEA74V22II6ZKJNY5R55AMMEE.jpg","credits_display":"(Gaelen Morse/Getty Images)","credits_caption_display":"(Gaelen Morse/Getty Images)","width":8256,"height":5504,"aspect_ratio":1.5,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Dwayne Haskins was looking for gas before fatal crash, per wife’s 911 call"},"promo_items":{"basic":{"_id":"KXEA74V22II6ZKJNY5R55AMMEE","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/KXEA74V22II6ZKJNY5R55AMMEE.jpg","width":8256,"height":5504,"credits_caption_display":"(Gaelen Morse/Getty Images)","credits_display":"(Gaelen Morse/Getty Images)","caption":"","copyright":"Getty Images","credits":{"by":[{"name":"Gaelen Morse","org":"Getty Images","type":"author"}],"affiliation":[{"name":"Getty Images"}]}}},"publish_date":"2022-04-21T00:49:27.867Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Washington Post coverage of the National Football League.","name":"NFL","_id":"/sports/nfl"},"primary_section":{"name":"NFL","_id":"/sports/nfl"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID P5NEJRTYFBH3RO3PIBYHMMAI3U","slug":"created-from-template-id-P5NEJRTYFBH3RO3PIBYHMMAI3U"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NFL"},{"name":"Sports"}]},"type":"story"},{"_id":"QWR7BKYSBBCWJNRFD6TXOFLSPE","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/21/alex-ovechkin-50-goals-capitals-golden-knights/","credits":{"by":[{"_id":"pells","name":"Samantha Pell","url":"https://www.washingtonpost.com/people/samantha-pell/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Samantha Pell"}}}]},"description":{"basic":"Ovechkin made a little more NHL history during Wednesday's overtime loss in Vegas."},"display_date":"2022-04-21T06:16:42.656Z","fusion_additions":{"count_info":{"count":5},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/alex-ovechkin-50-goals-capitals-golden-knights/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/alex-ovechkin-50-goals-capitals-golden-knights/"}},"promo_image":{"_id":"RZCKVXGBG4I6ZNO7D65GDJTMOU","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/RZCKVXGBG4I6ZNO7D65GDJTMOU.jpg","credits_display":"(Steve Marcus/AP)","credits_caption_display":"(Steve Marcus/AP)","width":4414,"height":2961,"aspect_ratio":1.490712597095576,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Alex Ovechkin hits the 50-goal mark again, but the Capitals falter in OT"},"promo_items":{"basic":{"_id":"RZCKVXGBG4I6ZNO7D65GDJTMOU","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/RZCKVXGBG4I6ZNO7D65GDJTMOU.jpg","width":4414,"height":2961,"credits_caption_display":"(Steve Marcus/AP)","credits_display":"(Steve Marcus/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Steve Marcus","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-21T06:19:21.763Z","subheadlines":{"basic":"What to know from Washington’s 4-3 loss at the Vegas Golden Knights"},"subtype":"default","taxonomy":{"primary_site":{"description":"The Washington Post on everything Washington Capitals.","name":"Washington Capitals","_id":"/sports/capitals"},"primary_section":{"name":"Washington Capitals","_id":"/sports/capitals"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID O4G352YNXZH4VMCEUQ3ETNRBEA","slug":"created-from-template-id-O4G352YNXZH4VMCEUQ3ETNRBEA"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Capitals"},{"name":"Sports"}]},"type":"story"},{"_id":"4U2E3B2IGFE7HDFX4PNQMQVUVM","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/21/hbcu-mens-volleyball/","credits":{"by":[{"name":"Jonathan Gold","url":"","org":"","additional_properties":{"original":{"byline":"Jonathan Gold"}}}]},"description":{"basic":"Six historically Black colleges and universities are playing in the inaugural Southern Intercollegiate Athletic Conference men’s volleyball tournament."},"display_date":"2022-04-21T08:30:29.863Z","fusion_additions":{"count_info":{"count":6},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/hbcu-mens-volleyball/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/hbcu-mens-volleyball/"}},"promo_image":{"_id":"LT5AHFGAW4I6ZNO7D65GDJTMOU","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/LT5AHFGAW4I6ZNO7D65GDJTMOU.jpg","credits_display":"(Logan Cyrus/For The Washington Post)","credits_caption_display":"(Logan Cyrus/For The Washington Post)","width":5968,"height":3979,"aspect_ratio":1.4998743402865042,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"To grow U.S. men’s volleyball, advocates turned to HBCUs"},"promo_items":{"basic":{"_id":"LT5AHFGAW4I6ZNO7D65GDJTMOU","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/LT5AHFGAW4I6ZNO7D65GDJTMOU.jpg","width":5968,"height":3979,"credits_caption_display":"(Logan Cyrus/For The Washington Post)","credits_display":"(Logan Cyrus/For The Washington Post)","caption":"","copyright":"Logan Cyrus","credits":{"by":[{"name":"Logan Cyrus","org":"For The Washington Post","type":"author"}],"affiliation":[{"name":"For The Washington Post"}]}}},"publish_date":"2022-04-21T08:30:29.938Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for DC, Virginia and Maryland college sports news and info. Get the latest schedules, stats, and rosters for local schools. Stay updated on the latest sports news from your favorite DC area college teams!","name":"College Sports","_id":"/sports/colleges"},"primary_section":{"name":"College Sports","_id":"/sports/colleges"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"methode-draft","slug":"methode-draft"},{"text":"Created from Template ID O2U4X2VDMBFWFBI6LUYLM62Z6U","slug":"created-from-template-id-O2U4X2VDMBFWFBI6LUYLM62Z6U"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"College Sports"},{"name":"Sports"}]},"type":"story"},{"_id":"5KKYSEIPGRFIJF42QRRKTYKQYU","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/jay-wright-retires-villanova-kyle-neptune/","credits":{"by":[{"_id":"bielerda","name":"Des Bieler","url":"https://www.washingtonpost.com/people/des-bieler/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Des Bieler"}}}]},"description":{"basic":"The 60-year-old Wright won two national titles with the Wildcats, who announced that he was being replaced by Fordham Coach Kyle Neptune, a former assistant to Wright at Villanova."},"display_date":"2022-04-21T03:49:29.818Z","fusion_additions":{"count_info":{"count":7},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/jay-wright-retires-villanova-kyle-neptune/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/jay-wright-retires-villanova-kyle-neptune/"}},"promo_image":{"_id":"AWOE3BGBCQI6ZNO7D65GDJTMOU","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/AWOE3BGBCQI6ZNO7D65GDJTMOU.jpg","credits_display":"(David J. Phillip/AP)","credits_caption_display":"(David J. Phillip/AP)","width":4472,"height":3400,"aspect_ratio":1.3152941176470587,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Villanova men’s basketball coach Jay Wright announces retirement "},"promo_items":{"basic":{"_id":"AWOE3BGBCQI6ZNO7D65GDJTMOU","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/AWOE3BGBCQI6ZNO7D65GDJTMOU.jpg","width":4472,"height":3400,"credits_caption_display":"(David J. Phillip/AP)","credits_display":"(David J. Phillip/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"David J. Phillip","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-21T03:49:34.614Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for DC, Virginia and Maryland college sports news and info. Get the latest schedules, stats, and rosters for local schools. Stay updated on the latest sports news from your favorite DC area college teams!","name":"College Sports","_id":"/sports/colleges"},"primary_section":{"name":"College Sports","_id":"/sports/colleges"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"methode-draft","slug":"methode-draft"},{"text":"Created from Template ID O2U4X2VDMBFWFBI6LUYLM62Z6U","slug":"created-from-template-id-O2U4X2VDMBFWFBI6LUYLM62Z6U"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"College Sports"},{"name":"Sports"}]},"type":"story"},{"_id":"A54B5EM4U5HM3MPV2XFCBRITAM","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/pam-shriver-inappropriate-relationship-coach/","credits":{"by":[{"_id":"borenca","name":"Cindy Boren","url":"https://www.washingtonpost.com/people/cindy-boren/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Cindy Boren"}}},{"_id":"hillga","name":"Glynn A. Hill","url":"https://www.washingtonpost.com/people/glynn-a-hill/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Glynn A. Hill"}}}]},"description":{"basic":"Now a 59-year-old commentator for ESPN and the BBC, Pam Shriver disclosed her experience in The Telegraph, noting that such relationships “are alarmingly common in sport as a whole.”"},"display_date":"2022-04-20T15:34:55.228Z","fusion_additions":{"count_info":{"count":8},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/pam-shriver-inappropriate-relationship-coach/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/pam-shriver-inappropriate-relationship-coach/"}},"promo_image":{"_id":"NTXYGYTXBJCWZDR4OUHXLULMZE","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/NTXYGYTXBJCWZDR4OUHXLULMZE.jpg","credits_display":"(Dave Pickoff/ASSOCIATED PRESS)","credits_caption_display":"(Dave Pickoff/ASSOCIATED PRESS)","width":3000,"height":1688,"image_type":"photograph","aspect_ratio":1.7772511848341233,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Pam Shriver reveals ‘inappropriate’ relationship at 17 with her coach"},"promo_items":{"basic":{"_id":"NTXYGYTXBJCWZDR4OUHXLULMZE","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/NTXYGYTXBJCWZDR4OUHXLULMZE.jpg","width":3000,"height":1688,"credits_caption_display":"(Dave Pickoff/ASSOCIATED PRESS)","credits_display":"(Dave Pickoff/ASSOCIATED PRESS)","caption":"","copyright":"AP1978","credits":{"by":[{"name":"Dave Pickoff","org":"ASSOCIATED PRESS","type":"author"}],"affiliation":[{"name":"ASSOCIATED PRESS"}]}}},"publish_date":"2022-04-21T03:36:33.320Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for the latest tennis news and information. Get the latest tennis results, standings, schedules and commentary. Stay updated on all the latest news from the tennis world!","name":"Tennis","_id":"/sports/tennis"},"primary_section":{"name":"Tennis","_id":"/sports/tennis"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID KQDD2IYWNBAM3MQXWYWZ5QBOME","slug":"created-from-template-id-KQDD2IYWNBAM3MQXWYWZ5QBOME"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Tennis"},{"name":"Sports"}]},"type":"story"},{"_id":"OAO4QGBLMZF7XH4D7OLRVKZVMA","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/wimbledon-ban-russian-belarusian-players/","credits":{"by":[{"_id":"borenca","name":"Cindy Boren","url":"https://www.washingtonpost.com/people/cindy-boren/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Cindy Boren"}}},{"_id":"sulimana","name":"Adela Suliman","url":"https://www.washingtonpost.com/people/adela-suliman/","org":"London, U.K.","additional_properties":{"original":{"byline":"Adela Suliman"}}},{"_id":"bonesteelmm","name":"Matt Bonesteel","url":"https://www.washingtonpost.com/people/matt-bonesteel/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Matt Bonesteel"}}}]},"description":{"basic":"Two of the world's top 10 men's players, including U.S. Open champion Daniil Medvedev, and one of the world's top 10 women will be affected by the decision."},"display_date":"2022-04-20T16:24:00.249Z","fusion_additions":{"count_info":{"count":9},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/wimbledon-ban-russian-belarusian-players/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/wimbledon-ban-russian-belarusian-players/"}},"promo_image":{"_id":"HH7R2X6JO5GKXBFKRBPJM466TQ","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/HH7R2X6JO5GKXBFKRBPJM466TQ.jpg","credits_display":"(Kirsty Wigglesworth/AP)","credits_caption_display":"(Kirsty Wigglesworth/AP)","width":5139,"height":2891,"aspect_ratio":1.7775856105153927,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Wimbledon bans Russian and Belarusian players over invasion of Ukraine"},"promo_items":{"basic":{"_id":"HH7R2X6JO5GKXBFKRBPJM466TQ","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/HH7R2X6JO5GKXBFKRBPJM466TQ.jpg","width":5139,"height":2891,"credits_caption_display":"(Kirsty Wigglesworth/AP)","credits_display":"(Kirsty Wigglesworth/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Kirsty Wigglesworth","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-20T23:49:44.971Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for the latest tennis news and information. Get the latest tennis results, standings, schedules and commentary. Stay updated on all the latest news from the tennis world!","name":"Tennis","_id":"/sports/tennis"},"primary_section":{"name":"Tennis","_id":"/sports/tennis"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID KQDD2IYWNBAM3MQXWYWZ5QBOME","slug":"created-from-template-id-KQDD2IYWNBAM3MQXWYWZ5QBOME"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Tennis"},{"name":"Sports"}]},"type":"story"},{"_id":"PBPOL4CI7JDHXJUHEBSPBFT52U","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/nationals-diamondbacks-erick-fedde/","credits":{"by":[{"_id":"Goldena","name":"Andrew Golden","url":"https://www.washingtonpost.com/people/andrew-golden/","org":"Washington, D.C."}]},"description":{"basic":"After a solid showing in Tuesday's doubleheader, the Nationals' pitching issues returned Wednesday."},"display_date":"2022-04-21T03:20:08.489Z","fusion_additions":{"count_info":{"count":10},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/nationals-diamondbacks-erick-fedde/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/nationals-diamondbacks-erick-fedde/"}},"promo_image":{"_id":"YFFTFLAONJCY3I5LV75LE2NTP4","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/YFFTFLAONJCY3I5LV75LE2NTP4.jpg","credits_display":"(Jonathan Newton/The Washington Post)","credits_caption_display":"(Jonathan Newton/The Washington Post)","width":2784,"height":1566,"image_type":"photograph","aspect_ratio":1.7777777777777777,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Erick Fedde gets lit up as Nationals sputter to 11-2 loss to Diamondbacks"},"promo_items":{"basic":{"_id":"YFFTFLAONJCY3I5LV75LE2NTP4","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/YFFTFLAONJCY3I5LV75LE2NTP4.jpg","width":2784,"height":1566,"credits_caption_display":"(Jonathan Newton/The Washington Post)","credits_display":"(Jonathan Newton/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Jonathan Newton","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-21T04:28:25.284Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Nationals \u0026amp; MLB baseball news and information. Get the latest schedule and stats for the Washington Nationals. Stay updated on the latest Washington Nationals news!","name":"Washington Nationals","_id":"/sports/nationals"},"primary_section":{"name":"Washington Nationals","_id":"/sports/nationals"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID J5NTYWLUKNFNDENF4TNSNQP3Z4","slug":"created-from-template-id-J5NTYWLUKNFNDENF4TNSNQP3Z4"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Nationals"},{"name":"Sports"}]},"type":"story"},{"_id":"YG6CTF6XNRE4TEJ5XNZ7EJ3UOQ","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/hernan-losada-fired-dc-united/","credits":{"by":[{"_id":"goffs","name":"Steven Goff","url":"https://www.washingtonpost.com/people/steven-goff/","org":"Washington, D.C."}]},"description":{"basic":"In a text message, Losada said he needed time to process the team’s decision. “I’m still in shock,” he added."},"display_date":"2022-04-20T21:07:30.063Z","fusion_additions":{"count_info":{"count":11},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/hernan-losada-fired-dc-united/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/hernan-losada-fired-dc-united/"}},"promo_image":{"_id":"VCCPGB56URF43DXFCPKUPNVESM","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/VCCPGB56URF43DXFCPKUPNVESM.jpg","credits_display":"(Katherine Frey/The Washington Post)","credits_caption_display":"(Katherine Frey/The Washington Post)","width":2511,"height":1412,"aspect_ratio":1.778328611898017,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"D.C. United fires coach Hernán Losada after sluggish start to season"},"promo_items":{"basic":{"_id":"VCCPGB56URF43DXFCPKUPNVESM","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/VCCPGB56URF43DXFCPKUPNVESM.jpg","width":2511,"height":1412,"credits_caption_display":"(Katherine Frey/The Washington Post)","credits_display":"(Katherine Frey/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Katherine Frey","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-20T23:02:18.507Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for DC United and MLS soccer news and information. Get the latest schedules, stats, rosters and scoreboards for Major League Soccer. Stay updated on the latest D.C. United and MLS news!","name":"Soccer","_id":"/sports/soccer"},"primary_section":{"name":"Soccer","_id":"/sports/soccer"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID ZY44JWVHTFHMJNF2KO6IGNCC7E","slug":"created-from-template-id-ZY44JWVHTFHMJNF2KO6IGNCC7E"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Soccer"},{"name":"Sports"}]},"type":"story"},{"_id":"5YGHQVBURZC3ROO5KPHJNDAD3A","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/terry-mclaurin-contract-market-value/","credits":{"by":[{"_id":"jhabvalan","name":"Nicki Jhabvala","url":"https://www.washingtonpost.com/people/nicki-jhabvala/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Nicki Jhabvala"}}}]},"description":{"basic":"The Commanders star is entering the final season of his rookie contract, and a hefty raise should be on the way."},"display_date":"2022-04-20T09:01:41.504Z","fusion_additions":{"count_info":{"count":12},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/terry-mclaurin-contract-market-value/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/terry-mclaurin-contract-market-value/"}},"promo_image":{"_id":"7VKVBPMS6NCOLPPLTCTMK27A6U","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/7VKVBPMS6NCOLPPLTCTMK27A6U.jpg","credits_display":"(Jonathan Newton/The Washington Post)","credits_caption_display":"(Jonathan Newton/The Washington Post)","width":2434,"height":1369,"image_type":"photograph","aspect_ratio":1.7779401022644266,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Wide receivers keep cashing in, and it may be Terry McLaurin’s turn soon"},"promo_items":{"basic":{"_id":"7VKVBPMS6NCOLPPLTCTMK27A6U","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/7VKVBPMS6NCOLPPLTCTMK27A6U.jpg","width":2434,"height":1369,"credits_caption_display":"(Jonathan Newton/The Washington Post)","credits_display":"(Jonathan Newton/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Jonathan Newton","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-20T09:01:41.572Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Washington Post coverage of the Washington Commanders NFL team.","name":"Washington Commanders","_id":"/sports/redskins"},"primary_section":{"name":"Washington Commanders","_id":"/sports/redskins"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID QC4VBYZYHZAKVJ5WFOM5GND2ZM","slug":"created-from-template-id-QC4VBYZYHZAKVJ5WFOM5GND2ZM"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Commanders"},{"name":"Sports"}]},"type":"story"},{"_id":"S67DDYMDABA3RJYJ4NDYA4MJWM","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/21/joel-embiid-game-winner-sixers-raptors/","credits":{"by":[{"_id":"golliverb","name":"Ben Golliver","url":"https://www.washingtonpost.com/people/ben-golliver/","org":"Los Angeles","additional_properties":{"original":{"byline":"Ben Golliver"}}}]},"description":{"basic":"Joel Embiid's three-pointer with less than a second remaining in overtime propelled the 76ers to a 3-0 series lead over Toronto."},"display_date":"2022-04-21T11:22:17.255Z","fusion_additions":{"count_info":{"count":13},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/joel-embiid-game-winner-sixers-raptors/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/joel-embiid-game-winner-sixers-raptors/"}},"promo_image":{"_id":"V5XNWJFPEFBHZKPSC2ZVETN374","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/V5XNWJFPEFBHZKPSC2ZVETN374.jpg","credits_display":"(Cole Burston/Getty Images)","credits_caption_display":"(Cole Burston/Getty Images)","width":4007,"height":2254,"aspect_ratio":1.777728482697427,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Joel Embiid buries game-winner in OT as 76ers push Raptors to the brink"},"promo_items":{"basic":{"_id":"V5XNWJFPEFBHZKPSC2ZVETN374","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/V5XNWJFPEFBHZKPSC2ZVETN374.jpg","width":4007,"height":2254,"credits_caption_display":"(Cole Burston/Getty Images)","credits_display":"(Cole Burston/Getty Images)","caption":"","copyright":"Getty Images","credits":{"by":[{"name":"Cole Burston","org":"Getty Images","type":"author"}],"affiliation":[{"name":"Getty Images"}]}}},"publish_date":"2022-04-21T11:22:20.375Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Wizards and NBA basketball news and information. Get the latest schedules, stats, rosters and scoreboards for the NBA. Stay updated on the latest Washington Wizards and NBA news!","name":"NBA","_id":"/sports/nba"},"primary_section":{"name":"NBA","_id":"/sports/nba"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID 76IJPM6MVZBSHIUYVJD5HUPGTE","slug":"created-from-template-id-76IJPM6MVZBSHIUYVJD5HUPGTE"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NBA"},{"name":"Sports"}]},"type":"story"},{"_id":"EOVQNDDO7JCNFGOZKO2OCHZD7Y","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/sean-doolittle-elbow-sprain-injured-list/","credits":{"by":[{"_id":"doughertyj","name":"Jesse Dougherty","url":"https://www.washingtonpost.com/people/jesse-dougherty/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Jesse Dougherty"}}}]},"description":{"basic":"In his second stint with the team, Doolittle had been the Nationals' best reliever in the first two weeks."},"display_date":"2022-04-20T23:35:27.004Z","fusion_additions":{"count_info":{"count":14},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/sean-doolittle-elbow-sprain-injured-list/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/sean-doolittle-elbow-sprain-injured-list/"}},"promo_image":{"_id":"42RV3A6JHVEXNMRC47K6TCVLQQ","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/42RV3A6JHVEXNMRC47K6TCVLQQ.jpg","credits_display":"(Katherine Frey/The Washington Post)","credits_caption_display":"(Katherine Frey/The Washington Post)","width":2948,"height":1658,"image_type":"photograph","aspect_ratio":1.7780458383594693,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Nationals’ Sean Doolittle goes on injured list with elbow sprain "},"promo_items":{"basic":{"_id":"42RV3A6JHVEXNMRC47K6TCVLQQ","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/42RV3A6JHVEXNMRC47K6TCVLQQ.jpg","width":2948,"height":1658,"credits_caption_display":"(Katherine Frey/The Washington Post)","credits_display":"(Katherine Frey/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Katherine Frey","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-21T00:21:09.576Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Nationals \u0026amp; MLB baseball news and information. Get the latest schedule and stats for the Washington Nationals. Stay updated on the latest Washington Nationals news!","name":"Washington Nationals","_id":"/sports/nationals"},"primary_section":{"name":"Washington Nationals","_id":"/sports/nationals"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID J5NTYWLUKNFNDENF4TNSNQP3Z4","slug":"created-from-template-id-J5NTYWLUKNFNDENF4TNSNQP3Z4"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Nationals"},{"name":"Sports"}]},"type":"story"},{"_id":"4WLDXV3DTZAMXOSGQL6YE6HVLU","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/21/mtk-global-daniel-kinahan-tyson-fury/","credits":{"by":[{"_id":"bielerda","name":"Des Bieler","url":"https://www.washingtonpost.com/people/des-bieler/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Des Bieler"}}}]},"description":{"basic":"MTK Global said that it has been subjected to “unprecedented levels of unfair scrutiny and criticism” since last week, when the U.S. Treasury announced sanctions on Daniel Kinahan."},"display_date":"2022-04-21T08:00:06.570Z","fusion_additions":{"count_info":{"count":15},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/mtk-global-daniel-kinahan-tyson-fury/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/mtk-global-daniel-kinahan-tyson-fury/"}},"promo_image":{"_id":"XH3RXBQHG5ATDEBD7VKCCN7ANM","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/XH3RXBQHG5ATDEBD7VKCCN7ANM.jpg","credits_display":"(Warren Little/Getty Images)","credits_caption_display":"(Warren Little/Getty Images)","width":4884,"height":3164,"image_type":"photograph","aspect_ratio":1.5436156763590392,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Boxing promotion shuts down over ties to alleged Irish crime boss"},"promo_items":{"basic":{"_id":"XH3RXBQHG5ATDEBD7VKCCN7ANM","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/XH3RXBQHG5ATDEBD7VKCCN7ANM.jpg","width":4884,"height":3164,"credits_caption_display":"(Warren Little/Getty Images)","credits_display":"(Warren Little/Getty Images)","caption":"","copyright":"2022 Getty Images","credits":{"by":[{"name":"Warren Little","type":"author"}],"affiliation":[{"name":"Getty Images"}]}}},"publish_date":"2022-04-21T08:00:06.642Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for boxing and mixed martial arts news and information. Get the latest headlines from the world of boxing and MMA.","name":"Boxing \u0026 MMA","_id":"/sports/boxing-mma"},"primary_section":{"name":"Boxing \u0026 MMA","_id":"/sports/boxing-mma"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID RK3U3FJFOZEYZIXC43YSBTW7VI","slug":"created-from-template-id-RK3U3FJFOZEYZIXC43YSBTW7VI"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Boxing \u0026 MMA"},{"name":"Sports"}]},"type":"story"},{"_id":"ZPZYUBBAMFDQ7KSINOHKP5WENM","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/jerry-west-lakers-winning-time/","credits":{"by":[{"_id":"bonesteelmm","name":"Matt Bonesteel","url":"https://www.washingtonpost.com/people/matt-bonesteel/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Matt Bonesteel"}}}]},"description":{"basic":"Lakers legend Jerry West wants a retraction over his portrayal in HBO’s ‘Winning Time’."},"display_date":"2022-04-20T15:05:47.311Z","fusion_additions":{"count_info":{"count":16},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/jerry-west-lakers-winning-time/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/jerry-west-lakers-winning-time/"}},"promo_image":{"_id":"EFDJVWVVYAI6ZA2YECVBMNK7WQ","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/EFDJVWVVYAI6ZA2YECVBMNK7WQ.jpg","credits_display":"(AP)","credits_caption_display":"(AP)","width":980,"height":552,"aspect_ratio":1.7753623188405796,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Jerry West says his portrayal in HBO’s ‘Winning Time’ is ‘false and defamatory’ "},"promo_items":{"basic":{"_id":"EFDJVWVVYAI6ZA2YECVBMNK7WQ","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/EFDJVWVVYAI6ZA2YECVBMNK7WQ.jpg","width":980,"height":552,"credits_caption_display":"(AP)","credits_display":"(AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"AP","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-21T03:43:50.044Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Wizards and NBA basketball news and information. Get the latest schedules, stats, rosters and scoreboards for the NBA. Stay updated on the latest Washington Wizards and NBA news!","name":"NBA","_id":"/sports/nba"},"primary_section":{"name":"NBA","_id":"/sports/nba"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID 76IJPM6MVZBSHIUYVJD5HUPGTE","slug":"created-from-template-id-76IJPM6MVZBSHIUYVJD5HUPGTE"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NBA"},{"name":"Sports"}]},"type":"story"},{"_id":"HUDSJHQ4GBHRRKQPATOTRPCYGQ","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/christyn-williams-knee-injury-mystics/","credits":{"by":[{"_id":"wallacea","name":"Ava Wallace","url":"https://www.washingtonpost.com/people/ava-wallace/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Ava Wallace"}}}]},"description":{"basic":"The rookie guard was injured during training camp Tuesday."},"display_date":"2022-04-20T21:11:25.253Z","fusion_additions":{"count_info":{"count":17},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/christyn-williams-knee-injury-mystics/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/christyn-williams-knee-injury-mystics/"}},"promo_image":{"_id":"JKRX54FVNJFHTJMBY35RGI5UXI","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/JKRX54FVNJFHTJMBY35RGI5UXI.jpg","credits_display":"(Katherine Frey/The Washington Post)","credits_caption_display":"(Katherine Frey/The Washington Post)","width":4598,"height":2586,"image_type":"photograph","aspect_ratio":1.7780355761794278,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Christyn Williams, Mystics’ second-round pick, will miss season with knee injury"},"promo_items":{"basic":{"_id":"JKRX54FVNJFHTJMBY35RGI5UXI","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/JKRX54FVNJFHTJMBY35RGI5UXI.jpg","width":4598,"height":2586,"credits_caption_display":"(Katherine Frey/The Washington Post)","credits_display":"(Katherine Frey/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Katherine Frey","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-20T23:41:36.038Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for Washington Mystics and WNBA basketball news and information. Get the latest schedules, stats, rosters and scoreboards for the WNBA. Stay updated on the latest Washington Mystics and WNBA news!","name":"WNBA","_id":"/sports/wnba"},"primary_section":{"name":"WNBA","_id":"/sports/wnba"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID XIRQIAK36NDJLJYOGUTLLO2JXA","slug":"created-from-template-id-XIRQIAK36NDJLJYOGUTLLO2JXA"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"WNBA"},{"name":"Sports"}]},"type":"story"},{"_id":"U2LAASU2BNEYDIDUZDBMGQUKGI","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/oscar-de-la-hoya-sexual-assault-lawsuit/","credits":{"by":[{"_id":"wangg","name":"Gene Wang","url":"https://www.washingtonpost.com/people/gene-wang/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Gene Wang"}}}]},"description":{"basic":"A civil suit filed in Los Angeles County Superior Court on Wednesday alleged two instances of sexual assault by De La Hoya in March 2020."},"display_date":"2022-04-20T23:05:05.228Z","fusion_additions":{"count_info":{"count":18},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/oscar-de-la-hoya-sexual-assault-lawsuit/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/oscar-de-la-hoya-sexual-assault-lawsuit/"}},"promo_image":{"_id":"TRPEZ7XWL4I6TMWSD434TWBNXM","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/TRPEZ7XWL4I6TMWSD434TWBNXM.jpg","credits_display":"(John Locher/AP)","credits_caption_display":"(John Locher/AP)","width":3616,"height":2521,"aspect_ratio":1.4343514478381594,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Boxing legend Oscar De La Hoya accused of sexual assault in lawsuit"},"promo_items":{"basic":{"_id":"TRPEZ7XWL4I6TMWSD434TWBNXM","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/TRPEZ7XWL4I6TMWSD434TWBNXM.jpg","width":3616,"height":2521,"credits_caption_display":"(John Locher/AP)","credits_display":"(John Locher/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"John Locher","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-20T23:56:30.364Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for boxing and mixed martial arts news and information. Get the latest headlines from the world of boxing and MMA.","name":"Boxing \u0026 MMA","_id":"/sports/boxing-mma"},"primary_section":{"name":"Boxing \u0026 MMA","_id":"/sports/boxing-mma"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID RK3U3FJFOZEYZIXC43YSBTW7VI","slug":"created-from-template-id-RK3U3FJFOZEYZIXC43YSBTW7VI"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Boxing \u0026 MMA"},{"name":"Sports"}]},"type":"story"},{"_id":"C7RD3IV37ZGFVMDZCMBNBB4VW4","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/deebo-samuel-san-francisco-49ers-trade/","credits":{"by":[{"_id":"maskema","name":"Mark Maske","url":"https://www.washingtonpost.com/people/mark-maske/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Mark Maske"}}}]},"description":{"basic":"The all-pro could join Davante Adams and Tyreek Hill among the top wide receivers to be traded this offseason."},"display_date":"2022-04-20T21:42:53.001Z","fusion_additions":{"count_info":{"count":19},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/deebo-samuel-san-francisco-49ers-trade/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/deebo-samuel-san-francisco-49ers-trade/"}},"promo_image":{"_id":"BYT6YCVRUQI6VGFVE6NGI6NB4Q","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/BYT6YCVRUQI6VGFVE6NGI6NB4Q.jpg","credits_display":"(Gregory Payan/AP)","credits_caption_display":"(Gregory Payan/AP)","width":4634,"height":3089,"aspect_ratio":1.5001618646811266,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Star wide receiver Deebo Samuel requests trade from 49ers"},"promo_items":{"basic":{"_id":"BYT6YCVRUQI6VGFVE6NGI6NB4Q","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/BYT6YCVRUQI6VGFVE6NGI6NB4Q.jpg","width":4634,"height":3089,"credits_caption_display":"(Gregory Payan/AP)","credits_display":"(Gregory Payan/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Gregory Payan","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-21T03:49:19.894Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Washington Post coverage of the National Football League.","name":"NFL","_id":"/sports/nfl"},"primary_section":{"name":"NFL","_id":"/sports/nfl"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID P5NEJRTYFBH3RO3PIBYHMMAI3U","slug":"created-from-template-id-P5NEJRTYFBH3RO3PIBYHMMAI3U"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NFL"},{"name":"Sports"}]},"type":"story"},{"_id":"Q5D555D7KJAHRLANIF47XOXOAU","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/cesar-hernandez-leadoff-washington-nationals/","credits":{"by":[{"_id":"doughertyj","name":"Jesse Dougherty","url":"https://www.washingtonpost.com/people/jesse-dougherty/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Jesse Dougherty"}}}]},"description":{"basic":"The 31-year-old notched a go-ahead RBI double in both of the team's wins Tuesday. "},"display_date":"2022-04-21T00:30:56.105Z","fusion_additions":{"count_info":{"count":20},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/cesar-hernandez-leadoff-washington-nationals/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/cesar-hernandez-leadoff-washington-nationals/"}},"promo_image":{"_id":"4VHYF4EXPNBHPPBVS6RNJTY6PU","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/4VHYF4EXPNBHPPBVS6RNJTY6PU.jpg","credits_display":"(Mitchell Layton/Getty Images)","credits_caption_display":"(Mitchell Layton/Getty Images)","width":2978,"height":1675,"image_type":"photograph","aspect_ratio":1.777910447761194,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Early returns on César Hernández are solid, but Nationals need more"},"promo_items":{"basic":{"_id":"4VHYF4EXPNBHPPBVS6RNJTY6PU","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/4VHYF4EXPNBHPPBVS6RNJTY6PU.jpg","width":2978,"height":1675,"credits_caption_display":"(Mitchell Layton/Getty Images)","credits_display":"(Mitchell Layton/Getty Images)","caption":"","copyright":"Getty Images","credits":{"by":[{"name":"Mitchell Layton","org":"Getty Images","type":"author"}],"affiliation":[{"name":"Getty Images"}]}}},"publish_date":"2022-04-21T01:41:35.395Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Nationals \u0026amp; MLB baseball news and information. Get the latest schedule and stats for the Washington Nationals. Stay updated on the latest Washington Nationals news!","name":"Washington Nationals","_id":"/sports/nationals"},"primary_section":{"name":"Washington Nationals","_id":"/sports/nationals"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID J5NTYWLUKNFNDENF4TNSNQP3Z4","slug":"created-from-template-id-J5NTYWLUKNFNDENF4TNSNQP3Z4"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Nationals"},{"name":"Sports"}]},"type":"story"}],"type":"collection"},"{\"source\":\"prism-section\",\"query\":{\"limit\":\"4\",\"offset\":\"0\",\"section\":\"sports/mlb\",\"env\":\"prod\"}}":{"_id":"4dMfPzdjEjk1zCQDo0GxeA==","count":1420,"items":[{"_id":"A7GASQCKERGHJFJ4JPP6HEI7LA","additional_properties":{},"label":{"transparency":{"text":"Perspective"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/21/mlb-jersey-patches-baseball/","credits":{"by":[{"_id":"bucknerc","name":"Candace Buckner","url":"https://www.washingtonpost.com/people/candace-buckner/","org":"Washington, D.C."}]},"description":{"basic":"Always a beat slow and a decade or two late, baseball is trying to catch up with the times, as long as there's money to be made."},"display_date":"2022-04-21T12:10:08.267Z","fusion_additions":{"count_info":{"count":1},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/mlb-jersey-patches-baseball/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/mlb-jersey-patches-baseball/"}},"promo_image":{"_id":"ABTXLICBNBHN5CFGYCETZRCUQY","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/ABTXLICBNBHN5CFGYCETZRCUQY.jpg","credits_display":"(Matt Thomas/AP)","credits_caption_display":"(Matt Thomas/AP)","width":3583,"height":2015,"aspect_ratio":1.7781637717121588,"provenance":"additional_properties.lead_art"},"teaser":"The foreign patch looks as though it has always been there. It’s circular and matches the brown that accents the San Diego Padres’ uniforms. You won’t be able to miss it on the right sleeve when Fernando Tatis Jr. flips his bat after hitting a homer, which is exactly the point of Motorola becoming the first corporate sponsor to reach a deal to appear on the uniform of a Major League Baseball team."},"headlines":{"basic":"Baseball is changing its uniforms. The culture needs some updating, too."},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"ABTXLICBNBHN5CFGYCETZRCUQY","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/ABTXLICBNBHN5CFGYCETZRCUQY.jpg","width":3583,"height":2015,"credits_caption_display":"(Matt Thomas/AP)","credits_display":"(Matt Thomas/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Matt Thomas","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-21T12:10:08.344Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"The Washington Post Sports section provides sports news, video, scores, analysis and updates about high school, college, and pro sports teams, including the Capitals, Nationals, Washington Football Team, United and Wizards. Post Sports also offers blogs and discussions about the latest sports news.","name":"Sports","_id":"/sports"},"primary_section":{"name":"Sports","_id":"/sports"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"methode-draft","slug":"methode-draft"},{"text":"Created from Template ID YHWJU4QL3RCZ5AWT53F5KCYOR4","slug":"created-from-template-id-YHWJU4QL3RCZ5AWT53F5KCYOR4"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Sports"},{"name":"MLB"}]},"tracking":{"commercial_node":"/sports"},"type":"story","website_url":"/sports/2022/04/21/mlb-jersey-patches-baseball/"},{"_id":"M7IGIH3Y2ZE6PK5INBVRZSBV6Y","additional_properties":{},"label":{"transparency":{"text":"Analysis"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/19/new-york-yankees-2022-expectations/","credits":{"by":[{"_id":"janesce","name":"Chelsea Janes","url":"https://www.washingtonpost.com/people/chelsea-janes/","org":"Washington, D.C."}]},"description":{"basic":"The lofty expectations that surround the Yankees are as constant as the pinstripes themselves, but this team looks a lot like last year's."},"display_date":"2022-04-19T22:50:22.738Z","fusion_additions":{"count_info":{"count":2},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/19/new-york-yankees-2022-expectations/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/19/new-york-yankees-2022-expectations/"}},"promo_image":{"_id":"SUKY3FMWMJFX7HAOK2JUEDKVFM","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/SUKY3FMWMJFX7HAOK2JUEDKVFM.jpg","credits_display":"(Nick Wass/AP)","credits_caption_display":"(Nick Wass/AP)","width":3906,"height":2197,"aspect_ratio":1.77787892580792,"provenance":"additional_properties.lead_art"},"teaser":"In many of the usual ways, the New York Yankees are the epitome of a known commodity. The lofty expectations that surround them each year are as constant as the pinstripes themselves. Their chief baseball decision-maker, Brian Cashman, has been making those decisions for longer than their top prospect has been alive. The names at the top of their rotation and in the middle of their order are as recognizable as they are decorated. And their manager, former Yankees hero Aaron Boone, signed a three-year extension ahead of this, his fifth season."},"headlines":{"basic":"The Yankees face the usual lofty expectations — and the same old questions"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"SUKY3FMWMJFX7HAOK2JUEDKVFM","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/SUKY3FMWMJFX7HAOK2JUEDKVFM.jpg","width":3906,"height":2197,"credits_caption_display":"(Nick Wass/AP)","credits_display":"(Nick Wass/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Nick Wass","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-20T02:14:13.858Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Nationals \u0026amp; MLB baseball news and information. Get the latest schedule and stats for the Washington Nationals. Stay updated on the latest Washington Nationals news!","name":"MLB","_id":"/sports/mlb"},"primary_section":{"name":"MLB","_id":"/sports/mlb"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID XNOAXLJBG5EVDE5BIKZEJKZHO4","slug":"created-from-template-id-XNOAXLJBG5EVDE5BIKZEJKZHO4"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"MLB"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/mlb"},"type":"story","website_url":"/sports/2022/04/19/new-york-yankees-2022-expectations/"},{"_id":"4WCIHPKW7BDKDMHEQYWKHDKJWQ","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/18/red-sox-kevin-plawecki-coronavirus/","credits":{"by":[{"_id":"bonesteelmm","name":"Matt Bonesteel","url":"https://www.washingtonpost.com/people/matt-bonesteel/","org":"Washington, D.C."}]},"description":{"basic":"Red Sox catcher Kevin Plawecki, team staffers test positive for coronavirus."},"display_date":"2022-04-18T15:34:01.542Z","fusion_additions":{"count_info":{"count":3},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/18/red-sox-kevin-plawecki-coronavirus/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/18/red-sox-kevin-plawecki-coronavirus/"}},"promo_image":{"_id":"UPX4PQV3III6ZKJNY5R55AMMEE","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/UPX4PQV3III6ZKJNY5R55AMMEE.jpg","credits_display":"(Carlos Osorio/AP)","credits_caption_display":"Boston's Kevin Plawecki has tested positive for coronavirus. (Carlos Osorio/AP)","width":5546,"height":3120,"aspect_ratio":1.7775641025641025,"provenance":"additional_properties.lead_art"},"teaser":"Boston Red Sox catcher Kevin Plawecki and two team staff members have tested positive for coronavirus, according to multiple reports."},"headlines":{"basic":"Red Sox player, staffers test positive for coronavirus"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"UPX4PQV3III6ZKJNY5R55AMMEE","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/UPX4PQV3III6ZKJNY5R55AMMEE.jpg","width":5546,"height":3120,"credits_caption_display":"Boston's Kevin Plawecki has tested positive for coronavirus. (Carlos Osorio/AP)","credits_display":"(Carlos Osorio/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Carlos Osorio","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-18T15:34:02.317Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Nationals \u0026amp; MLB baseball news and information. Get the latest schedule and stats for the Washington Nationals. Stay updated on the latest Washington Nationals news!","name":"MLB","_id":"/sports/mlb"},"primary_section":{"name":"MLB","_id":"/sports/mlb"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID XNOAXLJBG5EVDE5BIKZEJKZHO4","slug":"created-from-template-id-XNOAXLJBG5EVDE5BIKZEJKZHO4"},{"text":"magnet-coronavirus","slug":"magnet-coronavirus"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"MLB"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/mlb"},"type":"story","website_url":"/sports/2022/04/18/red-sox-kevin-plawecki-coronavirus/"},{"_id":"IXF6T2MZRNAU7JVS27LJ7IGHWI","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/17/roki-sasaki-japan-baseball-perfect-game/","credits":{"by":[{"_id":"bielerda","name":"Des Bieler","url":"https://www.washingtonpost.com/people/des-bieler/","org":"Washington, D.C."}]},"description":{"basic":"Pulled Sunday after eight innings, 20-year-old Roki Sasaki has now thrown 17 straight perfect innings in Japan's top baseball league."},"display_date":"2022-04-18T00:06:02.900Z","fusion_additions":{"count_info":{"count":4},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/17/roki-sasaki-japan-baseball-perfect-game/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/17/roki-sasaki-japan-baseball-perfect-game/"}},"promo_image":{"_id":"643AKNU3O5GZXBANX3TY3LOD2E","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/643AKNU3O5GZXBANX3TY3LOD2E.jpg","credits_display":"(204755+0900/AP)","credits_caption_display":"(204755+0900/AP)","width":5000,"height":2813,"aspect_ratio":1.7774617845716316,"provenance":"additional_properties.lead_art"},"teaser":"Roki Sasaki didn’t pitch a second straight perfect game, but that doesn’t mean his effort Sunday wasn’t similarly immaculate."},"headlines":{"basic":"Fresh off a perfect game, Japanese phenom nearly throws another"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"643AKNU3O5GZXBANX3TY3LOD2E","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/643AKNU3O5GZXBANX3TY3LOD2E.jpg","width":5000,"height":2813,"credits_caption_display":"(204755+0900/AP)","credits_display":"(204755+0900/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"204755+0900","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-18T00:11:00.004Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Nationals \u0026amp; MLB baseball news and information. Get the latest schedule and stats for the Washington Nationals. Stay updated on the latest Washington Nationals news!","name":"MLB","_id":"/sports/mlb"},"primary_section":{"name":"MLB","_id":"/sports/mlb"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID XNOAXLJBG5EVDE5BIKZEJKZHO4","slug":"created-from-template-id-XNOAXLJBG5EVDE5BIKZEJKZHO4"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"MLB"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/mlb"},"type":"story","website_url":"/sports/2022/04/17/roki-sasaki-japan-baseball-perfect-game/"}],"next":{"properties":{"endpoint":"https://prism.ext.nile.works/api/v1/content/get","params":{"limit":"4","offset":"4","url":"prism://prism.query/site,/sports/mlb"},"url":"https://prism.ext.nile.works/api/v1/content/get?url=prism%3A%2F%2Fprism.query%2Fsite%2C%2Fsports%2Fmlb\u0026offset=4\u0026limit=4"},"url":"prism://prism.query/site,/sports/mlb\u0026offset=4\u0026limit=4"}},"{\"source\":\"prism-section\",\"query\":{\"limit\":\"4\",\"offset\":\"0\",\"section\":\"sports/nationals\",\"env\":\"prod\"}}":{"_id":"4dMfPzdjEjk1zCQDo0GxeA==","count":12608,"items":[{"_id":"PBPOL4CI7JDHXJUHEBSPBFT52U","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/20/nationals-diamondbacks-erick-fedde/","credits":{"by":[{"_id":"Goldena","name":"Andrew Golden","url":"https://www.washingtonpost.com/people/andrew-golden/","org":"Washington, D.C."}]},"description":{"basic":"After a solid showing in Tuesday's doubleheader, the Nationals' pitching issues returned Wednesday."},"display_date":"2022-04-21T03:20:08.489Z","fusion_additions":{"count_info":{"count":1},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/nationals-diamondbacks-erick-fedde/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/nationals-diamondbacks-erick-fedde/"}},"promo_image":{"_id":"YFFTFLAONJCY3I5LV75LE2NTP4","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/YFFTFLAONJCY3I5LV75LE2NTP4.jpg","credits_display":"(Jonathan Newton/The Washington Post)","credits_caption_display":"(Jonathan Newton/The Washington Post)","width":2784,"height":1566,"image_type":"photograph","aspect_ratio":1.7777777777777777,"provenance":"additional_properties.lead_art"},"teaser":"So far in this young season, the Washington Nationals’ young rotation hasn’t been able to work deep into games. Through 14 games, the starters have made it through at least five innings just seven times. Joan Adon, who earned his first career win Tuesday to cap a doubleheader sweep, is the only pitcher to make it into the seventh."},"headlines":{"basic":"Erick Fedde gets lit up as Nationals sputter to 11-2 loss to Diamondbacks"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"YFFTFLAONJCY3I5LV75LE2NTP4","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/YFFTFLAONJCY3I5LV75LE2NTP4.jpg","width":2784,"height":1566,"credits_caption_display":"(Jonathan Newton/The Washington Post)","credits_display":"(Jonathan Newton/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Jonathan Newton","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-21T04:28:25.284Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Nationals \u0026amp; MLB baseball news and information. Get the latest schedule and stats for the Washington Nationals. Stay updated on the latest Washington Nationals news!","name":"Washington Nationals","_id":"/sports/nationals"},"primary_section":{"name":"Washington Nationals","_id":"/sports/nationals"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID J5NTYWLUKNFNDENF4TNSNQP3Z4","slug":"created-from-template-id-J5NTYWLUKNFNDENF4TNSNQP3Z4"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Nationals"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/mlb"},"type":"story","website_url":"/sports/2022/04/20/nationals-diamondbacks-erick-fedde/"},{"_id":"Q5D555D7KJAHRLANIF47XOXOAU","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/20/cesar-hernandez-leadoff-washington-nationals/","credits":{"by":[{"_id":"doughertyj","name":"Jesse Dougherty","url":"https://www.washingtonpost.com/people/jesse-dougherty/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Jesse Dougherty"}}}]},"description":{"basic":"The 31-year-old notched a go-ahead RBI double in both of the team's wins Tuesday. "},"display_date":"2022-04-21T00:30:56.105Z","fusion_additions":{"count_info":{"count":2},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/cesar-hernandez-leadoff-washington-nationals/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/cesar-hernandez-leadoff-washington-nationals/"}},"promo_image":{"_id":"4VHYF4EXPNBHPPBVS6RNJTY6PU","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/4VHYF4EXPNBHPPBVS6RNJTY6PU.jpg","credits_display":"(Mitchell Layton/Getty Images)","credits_caption_display":"(Mitchell Layton/Getty Images)","width":2978,"height":1675,"image_type":"photograph","aspect_ratio":1.777910447761194,"provenance":"additional_properties.lead_art"},"teaser":"Before walking to the plate in the sixth inning Tuesday night, César Hernández turned to Washington Nationals Manager Dave Martinez and asked if he should bunt. The situation: runners on first and second, no outs, scoreless game against a starter the Nationals could not touch for five innings. If Hernández successfully moved up Victor Robles and Lucius Fox, Juan Soto and Nelson Cruz would have opportunities to bring them in. But with first base open, the Diamondbacks may have had Tyler Gilbert intentionally walk Soto, setting up a force out at any base."},"headlines":{"basic":"Early returns on César Hernández are solid, but Nationals need more"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"4VHYF4EXPNBHPPBVS6RNJTY6PU","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/4VHYF4EXPNBHPPBVS6RNJTY6PU.jpg","width":2978,"height":1675,"credits_caption_display":"(Mitchell Layton/Getty Images)","credits_display":"(Mitchell Layton/Getty Images)","caption":"","copyright":"Getty Images","credits":{"by":[{"name":"Mitchell Layton","org":"Getty Images","type":"author"}],"affiliation":[{"name":"Getty Images"}]}}},"publish_date":"2022-04-21T01:41:35.395Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Nationals \u0026amp; MLB baseball news and information. Get the latest schedule and stats for the Washington Nationals. Stay updated on the latest Washington Nationals news!","name":"Washington Nationals","_id":"/sports/nationals"},"primary_section":{"name":"Washington Nationals","_id":"/sports/nationals"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID J5NTYWLUKNFNDENF4TNSNQP3Z4","slug":"created-from-template-id-J5NTYWLUKNFNDENF4TNSNQP3Z4"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Nationals"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/mlb"},"type":"story","website_url":"/sports/2022/04/20/cesar-hernandez-leadoff-washington-nationals/"},{"_id":"EOVQNDDO7JCNFGOZKO2OCHZD7Y","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/20/sean-doolittle-elbow-sprain-injured-list/","credits":{"by":[{"_id":"doughertyj","name":"Jesse Dougherty","url":"https://www.washingtonpost.com/people/jesse-dougherty/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Jesse Dougherty"}}}]},"description":{"basic":"In his second stint with the team, Doolittle had been the Nationals' best reliever in the first two weeks."},"display_date":"2022-04-20T23:35:27.004Z","fusion_additions":{"count_info":{"count":3},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/sean-doolittle-elbow-sprain-injured-list/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/sean-doolittle-elbow-sprain-injured-list/"}},"promo_image":{"_id":"42RV3A6JHVEXNMRC47K6TCVLQQ","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/42RV3A6JHVEXNMRC47K6TCVLQQ.jpg","credits_display":"(Katherine Frey/The Washington Post)","credits_caption_display":"(Katherine Frey/The Washington Post)","width":2948,"height":1658,"image_type":"photograph","aspect_ratio":1.7780458383594693,"provenance":"additional_properties.lead_art"},"teaser":"hoping he would feel fine in his next appearance; hoping he wasn’t bound for the injured list less than two weeks into the season — relievers deal with a lot over the course of the year. They throw and sit and throw and sit and throw. Then they do it again, often handling fatigue and minor ailments in relative silence."},"headlines":{"basic":"Nationals’ Sean Doolittle goes on injured list with elbow sprain "},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"42RV3A6JHVEXNMRC47K6TCVLQQ","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/42RV3A6JHVEXNMRC47K6TCVLQQ.jpg","width":2948,"height":1658,"credits_caption_display":"(Katherine Frey/The Washington Post)","credits_display":"(Katherine Frey/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Katherine Frey","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-21T00:21:09.576Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Nationals \u0026amp; MLB baseball news and information. Get the latest schedule and stats for the Washington Nationals. Stay updated on the latest Washington Nationals news!","name":"Washington Nationals","_id":"/sports/nationals"},"primary_section":{"name":"Washington Nationals","_id":"/sports/nationals"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID J5NTYWLUKNFNDENF4TNSNQP3Z4","slug":"created-from-template-id-J5NTYWLUKNFNDENF4TNSNQP3Z4"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Nationals"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/mlb"},"type":"story","website_url":"/sports/2022/04/20/sean-doolittle-elbow-sprain-injured-list/"},{"_id":"CJYI5WHES5EJFKAPKJLBBLWRDY","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/19/nationals-diamondbacks-doubleheader/","credits":{"by":[{"_id":"doughertyj","name":"Jesse Dougherty","url":"https://www.washingtonpost.com/people/jesse-dougherty/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Jesse Dougherty"}}}]},"description":{"basic":"The pitchers shut down a tepid Diamondbacks offense, and Victor Robles took a step forward."},"display_date":"2022-04-20T03:01:40.244Z","fusion_additions":{"count_info":{"count":4},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/19/nationals-diamondbacks-doubleheader/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/19/nationals-diamondbacks-doubleheader/"}},"promo_image":{"_id":"5ERBMQBRWFAMJFOKSTOJHEUUDM","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/5ERBMQBRWFAMJFOKSTOJHEUUDM.jpg","credits_display":"(Jonathan Newton/The Washington Post)","credits_caption_display":"(Jonathan Newton/The Washington Post)","width":2625,"height":1477,"aspect_ratio":1.7772511848341233,"provenance":"additional_properties.lead_art"},"teaser":"Between games of Tuesday’s doubleheader, as the Washington Nationals thawed in their clubhouse, Josiah Gray had no plans to chat with Joan Adon. As every starter does, each has his own routine before pitching. Gray, 24, is amenable to the occasional interaction with a teammate or staffer. Adon, 23, is more likely to sit facing his locker, iPhone in hand. And besides, Gray had already shown Adon how to beat the Arizona Diamondbacks, one fastball at a time."},"headlines":{"basic":"Josiah Gray and Joan Adon guide the Nationals to a doubleheader sweep"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"5ERBMQBRWFAMJFOKSTOJHEUUDM","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/5ERBMQBRWFAMJFOKSTOJHEUUDM.jpg","width":2625,"height":1477,"credits_caption_display":"(Jonathan Newton/The Washington Post)","credits_display":"(Jonathan Newton/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Jonathan Newton","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-20T03:28:04.157Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":"Nationals 6, Diamondbacks 1; Nationals 1, Diamondbacks 0"},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Nationals \u0026amp; MLB baseball news and information. Get the latest schedule and stats for the Washington Nationals. Stay updated on the latest Washington Nationals news!","name":"Washington Nationals","_id":"/sports/nationals"},"primary_section":{"name":"Washington Nationals","_id":"/sports/nationals"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID J5NTYWLUKNFNDENF4TNSNQP3Z4","slug":"created-from-template-id-J5NTYWLUKNFNDENF4TNSNQP3Z4"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Nationals"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/mlb"},"type":"story","website_url":"/sports/2022/04/19/nationals-diamondbacks-doubleheader/"}],"next":{"properties":{"endpoint":"https://prism.ext.nile.works/api/v1/content/get","params":{"limit":"4","offset":"4","url":"prism://prism.query/site,/sports/nationals"},"url":"https://prism.ext.nile.works/api/v1/content/get?url=prism%3A%2F%2Fprism.query%2Fsite%2C%2Fsports%2Fnationals\u0026offset=4\u0026limit=4"},"url":"prism://prism.query/site,/sports/nationals\u0026offset=4\u0026limit=4"}},"{\"source\":\"wsk-collection\",\"query\":{\"id\":\"BMVGD5KWGBFQTOANV3K3WYERPE\",\"limit\":\"3\",\"offset\":\"0\",\"env\":\"prod\"}}":{"_id":"BMVGD5KWGBFQTOANV3K3WYERPE","description":{"basic":"Stories 1-3 will appear in the module. DON'T FORGET TO PUBLISH! Support doc: https://bit.ly/3j63ukN"},"headlines":{"basic":"Sports Editors' Picks"},"items":[{"_id":"PQ5YSKUSTBHA5KOMWKB6XAKFH4","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/19/nba-mental-health-demar-derozan/","credits":{"by":[{"_id":"leema","name":"Michael Lee","url":"https://www.washingtonpost.com/people/michael-lee/","org":"Philadelphia"}]},"description":{"basic":"DeRozan’s revelation resonated and reverberated, resulting in a response from players within the NBA and the league offices."},"display_date":"2022-04-19T11:00:11.521Z","fusion_additions":{"count_info":{"count":1},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/19/nba-mental-health-demar-derozan/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/19/nba-mental-health-demar-derozan/"}},"promo_image":{"_id":"33ZIQMNW3RGVXBVAQVOAPQEFPU","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/33ZIQMNW3RGVXBVAQVOAPQEFPU.jpg","credits_display":"(John McDonnell/The Washington Post)","credits_caption_display":"(John McDonnell/The Washington Post)","width":4885,"height":2748,"aspect_ratio":1.777656477438137,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"How the NBA got serious about mental health"},"promo_items":{"basic":{"_id":"33ZIQMNW3RGVXBVAQVOAPQEFPU","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/33ZIQMNW3RGVXBVAQVOAPQEFPU.jpg","width":4885,"height":2748,"credits_caption_display":"(John McDonnell/The Washington Post)","credits_display":"(John McDonnell/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"John McDonnell","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-20T00:42:08.191Z","subheadlines":{"basic":"DeMar DeRozan’s tweet in 2018 helped start an honest conversation about anxiety and depression"},"subtype":"centered-layout","taxonomy":{"primary_site":{"description":"Your source for Washington Wizards and NBA basketball news and information. Get the latest schedules, stats, rosters and scoreboards for the NBA. Stay updated on the latest Washington Wizards and NBA news!","name":"NBA","_id":"/sports/nba"},"primary_section":{"name":"NBA","_id":"/sports/nba"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID 76IJPM6MVZBSHIUYVJD5HUPGTE","slug":"created-from-template-id-76IJPM6MVZBSHIUYVJD5HUPGTE"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NBA"},{"name":"Sports"}]},"type":"story"},{"_id":"S6UB55BR6NBA5BD4BW6YK2QSHI","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/14/first-black-athletes-sports-pioneers/","credits":{"by":[{"_id":"sheinindd","name":"Dave Sheinin","url":"https://www.washingtonpost.com/people/dave-sheinin/","org":"Washington, D.C."},{"_id":"leema","name":"Michael Lee","url":"https://www.washingtonpost.com/people/michael-lee/","org":"Philadelphia"}]},"description":{"basic":"Seventy-five years ago, Jackie Robinson became Major League Baseball's first Black player — and reshaped the way we talk about sports pioneers."},"display_date":"2022-04-14T13:54:10.395Z","fusion_additions":{"count_info":{"count":2},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/14/first-black-athletes-sports-pioneers/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/14/first-black-athletes-sports-pioneers/"}},"promo_image":{"_id":"BX22EIHJL4I6VP2EBUY4QWBYUU","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/BX22EIHJL4I6VP2EBUY4QWBYUU.jpg","credits_display":"(Hh/AP)","credits_caption_display":"(Hh/AP)","width":2707,"height":1805,"aspect_ratio":1.4997229916897508,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"The Jackie Robinson of ..."},"promo_items":{"basic":{"_id":"BX22EIHJL4I6VP2EBUY4QWBYUU","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/BX22EIHJL4I6VP2EBUY4QWBYUU.jpg","width":2707,"height":1805,"credits_caption_display":"(Hh/AP)","credits_display":"(Hh/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Hh","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-15T21:08:05.934Z","subheadlines":{"basic":"Seventy-five years after he broke baseball’s color barrier, Robinson’s legacy is still felt across sports"},"subtype":"centered-layout","taxonomy":{"primary_site":{"description":"The Washington Post Sports section provides sports news, video, scores, analysis and updates about high school, college, and pro sports teams, including the Capitals, Nationals, Washington Football Team, United and Wizards. Post Sports also offers blogs and discussions about the latest sports news.","name":"Sports","_id":"/sports"},"primary_section":{"name":"Sports","_id":"/sports"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"methode-draft","slug":"methode-draft"},{"text":"Created from Template ID YHWJU4QL3RCZ5AWT53F5KCYOR4","slug":"created-from-template-id-YHWJU4QL3RCZ5AWT53F5KCYOR4"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Sports"}]},"type":"story"},{"_id":"DXLA5NGMGBFWVLIZNORHURLTZ4","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/15/adrianne-haslet-boston-marathon/","credits":{"by":[{"_id":"borenca","name":"Cindy Boren","url":"https://www.washingtonpost.com/people/cindy-boren/","org":"Washington, D.C."}]},"description":{"basic":"Adrianne Haslet has faced severe trauma more than once on her path to running Monday's Boston Marathon. Now that she's returned to the starting line, the word she keeps coming back to is \"gratitude.\""},"display_date":"2022-04-15T10:00:30.501Z","fusion_additions":{"count_info":{"count":3},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/15/adrianne-haslet-boston-marathon/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/15/adrianne-haslet-boston-marathon/"}},"promo_image":{"_id":"RLFHPUVXMAI6ZA2YECVBMNK7WQ","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/RLFHPUVXMAI6ZA2YECVBMNK7WQ.jpg","credits_display":"(Kathryn Riley/For the Washington Post)","credits_caption_display":"(Kathryn Riley/For the Washington Post)","width":6010,"height":4000,"aspect_ratio":1.5025,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"‘The month my body remembers’"},"promo_items":{"basic":{"_id":"RLFHPUVXMAI6ZA2YECVBMNK7WQ","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/RLFHPUVXMAI6ZA2YECVBMNK7WQ.jpg","width":6010,"height":4000,"credits_caption_display":"(Kathryn Riley/For the Washington Post)","credits_display":"(Kathryn Riley/For the Washington Post)","caption":"","copyright":"Kathryn Riley","credits":{"by":[{"name":"Kathryn Riley","org":"For the Washington Post","type":"author"}],"affiliation":[{"name":"For the Washington Post"}]}}},"publish_date":"2022-04-17T21:15:54.603Z","subheadlines":{"basic":"Adrianne Haslet lost her foot in the Boston Marathon bombing. This April she revels in the joy of running."},"subtype":"centered-layout","taxonomy":{"primary_site":{"description":"The Washington Post Sports section provides sports news, video, scores, analysis and updates about high school, college, and pro sports teams, including the Capitals, Nationals, Washington Football Team, United and Wizards. Post Sports also offers blogs and discussions about the latest sports news.","name":"Sports","_id":"/sports"},"primary_section":{"name":"Sports","_id":"/sports"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID YHWJU4QL3RCZ5AWT53F5KCYOR4","slug":"created-from-template-id-YHWJU4QL3RCZ5AWT53F5KCYOR4"},{"text":"methode-draft","slug":"methode-draft"},{"text":"force-webview","slug":"force-webview"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Sports"}]},"type":"story"}],"type":"collection"},"{\"source\":\"prism-query\",\"query\":{\"limit\":\"5\",\"offset\":\"0\",\"query\":\"prism://prism.query/site-articles-only,/sports\",\"env\":\"prod\"}}":{"_id":"9lIgYU7G0yTOxTJQLUxDpQ==","count":138254,"items":[{"_id":"SFJCKYMOQZF3ZHDN3I7IYQDJMQ","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/21/novak-djokovic-wimbledon-ban/","credits":{"by":[{"_id":"borenca","name":"Cindy Boren","url":"https://www.washingtonpost.com/people/cindy-boren/","org":"Washington, D.C."},{"_id":"timsita","name":"Annabelle Timsit","url":"https://www.washingtonpost.com/people/annabelle-timsit/","org":"London"}]},"description":{"basic":"Djokovic condemned the war in Ukraine, while Ukrainian player Elina Svitolina called for players to state where they stand on Russia’s invasion."},"display_date":"2022-04-21T12:39:23.192Z","fusion_additions":{"count_info":{"count":1},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/novak-djokovic-wimbledon-ban/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/novak-djokovic-wimbledon-ban/"}},"promo_image":{"_id":"UDAGMVBIZ5EFXDUOGLWPM2VCOY","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/UDAGMVBIZ5EFXDUOGLWPM2VCOY.jpg","credits_display":"(Andrej Cukic/EPA-EFE/REX/Shutterstock)","credits_caption_display":"(Andrej Cukic/EPA-EFE/REX/Shutterstock)","width":3587,"height":2018,"image_type":"photograph","aspect_ratio":1.7775024777006938,"provenance":"additional_properties.lead_art"},"teaser":"Novak Djokovic, the world’s No. 1 tennis player, condemned Wimbledon’s decision to bar Russian and Belarusian players from the tournament as “crazy,” while Ukrainian player Elina Svitolina called on athletes from those countries to state where they stand on Russia’s invasion, saying, “silence is betrayal.”"},"headlines":{"basic":"Novak Djokovic calls Wimbledon ban of Russians, Belarusians ‘crazy’"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"UDAGMVBIZ5EFXDUOGLWPM2VCOY","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/UDAGMVBIZ5EFXDUOGLWPM2VCOY.jpg","width":3587,"height":2018,"credits_caption_display":"(Andrej Cukic/EPA-EFE/REX/Shutterstock)","credits_display":"(Andrej Cukic/EPA-EFE/REX/Shutterstock)","caption":"","copyright":"EPA","credits":{"by":[{"name":"Andrej Cukic","org":"EPA-EFE/REX/Shutterstock","type":"author"}],"affiliation":[{"name":"EPA-EFE/REX/Shutterstock"}]}}},"publish_date":"2022-04-21T12:39:26.046Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for the latest tennis news and information. Get the latest tennis results, standings, schedules and commentary. Stay updated on all the latest news from the tennis world!","name":"Tennis","_id":"/sports/tennis"},"primary_section":{"name":"Tennis","_id":"/sports/tennis"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID KQDD2IYWNBAM3MQXWYWZ5QBOME","slug":"created-from-template-id-KQDD2IYWNBAM3MQXWYWZ5QBOME"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Tennis"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports"},"type":"story","website_url":"/sports/2022/04/21/novak-djokovic-wimbledon-ban/"},{"_id":"A7GASQCKERGHJFJ4JPP6HEI7LA","additional_properties":{},"label":{"transparency":{"text":"Perspective"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/21/mlb-jersey-patches-baseball/","credits":{"by":[{"_id":"bucknerc","name":"Candace Buckner","url":"https://www.washingtonpost.com/people/candace-buckner/","org":"Washington, D.C."}]},"description":{"basic":"Always a beat slow and a decade or two late, baseball is trying to catch up with the times, as long as there's money to be made."},"display_date":"2022-04-21T12:10:08.267Z","fusion_additions":{"count_info":{"count":2},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/mlb-jersey-patches-baseball/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/mlb-jersey-patches-baseball/"}},"promo_image":{"_id":"ABTXLICBNBHN5CFGYCETZRCUQY","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/ABTXLICBNBHN5CFGYCETZRCUQY.jpg","credits_display":"(Matt Thomas/AP)","credits_caption_display":"(Matt Thomas/AP)","width":3583,"height":2015,"aspect_ratio":1.7781637717121588,"provenance":"additional_properties.lead_art"},"teaser":"The foreign patch looks as though it has always been there. It’s circular and matches the brown that accents the San Diego Padres’ uniforms. You won’t be able to miss it on the right sleeve when Fernando Tatis Jr. flips his bat after hitting a homer, which is exactly the point of Motorola becoming the first corporate sponsor to reach a deal to appear on the uniform of a Major League Baseball team."},"headlines":{"basic":"Baseball is changing its uniforms. The culture needs some updating, too."},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"ABTXLICBNBHN5CFGYCETZRCUQY","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/ABTXLICBNBHN5CFGYCETZRCUQY.jpg","width":3583,"height":2015,"credits_caption_display":"(Matt Thomas/AP)","credits_display":"(Matt Thomas/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Matt Thomas","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-21T12:10:08.344Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"The Washington Post Sports section provides sports news, video, scores, analysis and updates about high school, college, and pro sports teams, including the Capitals, Nationals, Washington Football Team, United and Wizards. Post Sports also offers blogs and discussions about the latest sports news.","name":"Sports","_id":"/sports"},"primary_section":{"name":"Sports","_id":"/sports"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"methode-draft","slug":"methode-draft"},{"text":"Created from Template ID YHWJU4QL3RCZ5AWT53F5KCYOR4","slug":"created-from-template-id-YHWJU4QL3RCZ5AWT53F5KCYOR4"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Sports"},{"name":"MLB"}]},"tracking":{"commercial_node":"/sports"},"type":"story","website_url":"/sports/2022/04/21/mlb-jersey-patches-baseball/"},{"_id":"S67DDYMDABA3RJYJ4NDYA4MJWM","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/21/joel-embiid-game-winner-sixers-raptors/","credits":{"by":[{"_id":"golliverb","name":"Ben Golliver","url":"https://www.washingtonpost.com/people/ben-golliver/","org":"Los Angeles"}]},"description":{"basic":"Joel Embiid's three-pointer with less than a second remaining in overtime propelled the 76ers to a 3-0 series lead over Toronto."},"display_date":"2022-04-21T11:22:17.255Z","fusion_additions":{"count_info":{"count":3},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/joel-embiid-game-winner-sixers-raptors/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/joel-embiid-game-winner-sixers-raptors/"}},"promo_image":{"_id":"V5XNWJFPEFBHZKPSC2ZVETN374","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/V5XNWJFPEFBHZKPSC2ZVETN374.jpg","credits_display":"(Cole Burston/Getty Images)","credits_caption_display":"(Cole Burston/Getty Images)","width":4007,"height":2254,"aspect_ratio":1.777728482697427,"provenance":"additional_properties.lead_art"},"teaser":"The Toronto Raptors squandered two great opportunities to get back into their playoff series against the Philadelphia 76ers, then Joel Embiid hit a last-second game-winner to make sure they didn’t get a third."},"headlines":{"basic":"Joel Embiid buries game-winner in OT as 76ers push Raptors to the brink"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"V5XNWJFPEFBHZKPSC2ZVETN374","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/V5XNWJFPEFBHZKPSC2ZVETN374.jpg","width":4007,"height":2254,"credits_caption_display":"(Cole Burston/Getty Images)","credits_display":"(Cole Burston/Getty Images)","caption":"","copyright":"Getty Images","credits":{"by":[{"name":"Cole Burston","org":"Getty Images","type":"author"}],"affiliation":[{"name":"Getty Images"}]}}},"publish_date":"2022-04-21T11:22:20.375Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Wizards and NBA basketball news and information. Get the latest schedules, stats, rosters and scoreboards for the NBA. Stay updated on the latest Washington Wizards and NBA news!","name":"NBA","_id":"/sports/nba"},"primary_section":{"name":"NBA","_id":"/sports/nba"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID 76IJPM6MVZBSHIUYVJD5HUPGTE","slug":"created-from-template-id-76IJPM6MVZBSHIUYVJD5HUPGTE"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NBA"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nba"},"type":"story","website_url":"/sports/2022/04/21/joel-embiid-game-winner-sixers-raptors/"},{"_id":"Z2G7JGEPDNH4HIZPX55UF2A7ZI","additional_properties":{},"label":{"transparency":{"text":"Perspective"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/21/nikola-jokic-mvp-nba-playoffs/","credits":{"by":[{"_id":"brewerj","name":"Jerry Brewer","url":"https://www.washingtonpost.com/people/jerry-brewer/","org":"Washington, D.C."}]},"description":{"basic":"As he rages through a second straight difficult postseason, Jokic must embrace the joy and frustration. They’re both critical parts of the MVP experience."},"display_date":"2022-04-21T09:30:50.229Z","fusion_additions":{"count_info":{"count":4},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/nikola-jokic-mvp-nba-playoffs/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/nikola-jokic-mvp-nba-playoffs/"}},"promo_image":{"_id":"IHL2PGZGYNDKLG2H6A2YQ63EBU","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/IHL2PGZGYNDKLG2H6A2YQ63EBU.jpg","credits_display":"(Jeff Chiu/AP)","credits_caption_display":"(Jeff Chiu/AP)","width":3928,"height":2210,"image_type":"photograph","aspect_ratio":1.7773755656108596,"provenance":"additional_properties.lead_art"},"teaser":"Look now at Nikola Jokic, the reigning NBA MVP and a finalist to win the award again. Just two games into the playoffs, he’s raging. And he’s miffed. With the Golden State Warriors back to being healthy and splashy, Jokic looks completely overwhelmed trying to do what he has become known for: carrying the injured and inadequate Denver Nuggets."},"headlines":{"basic":"Being the NBA’s MVP is an honor and a burden. Just ask Nikola Jokic."},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"IHL2PGZGYNDKLG2H6A2YQ63EBU","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/IHL2PGZGYNDKLG2H6A2YQ63EBU.jpg","width":3928,"height":2210,"credits_caption_display":"(Jeff Chiu/AP)","credits_display":"(Jeff Chiu/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Jeff Chiu","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-21T09:30:50.303Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Wizards and NBA basketball news and information. Get the latest schedules, stats, rosters and scoreboards for the NBA. Stay updated on the latest Washington Wizards and NBA news!","name":"NBA","_id":"/sports/nba"},"primary_section":{"name":"NBA","_id":"/sports/nba"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID 76IJPM6MVZBSHIUYVJD5HUPGTE","slug":"created-from-template-id-76IJPM6MVZBSHIUYVJD5HUPGTE"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NBA"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nba"},"type":"story","website_url":"/sports/2022/04/21/nikola-jokic-mvp-nba-playoffs/"},{"_id":"BE43DCM7W5EPBDQ77PIIPYFABY","additional_properties":{},"label":{"transparency":{"text":"Perspective"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/21/wimbledon-russia-medvedev/","credits":{"by":[{"_id":"jenkinss","name":"Sally Jenkins","url":"https://www.washingtonpost.com/people/sally-jenkins/","org":"Washington, D.C."}]},"description":{"basic":"The All England Club sent a necessary message: Even the most innocent Russians will pay the price for the actions of Vladimir Putin’s regime. "},"display_date":"2022-04-21T09:00:12.235Z","fusion_additions":{"count_info":{"count":5},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/wimbledon-russia-medvedev/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/wimbledon-russia-medvedev/"}},"promo_image":{"_id":"GY2P3OJQSNCILLTBY6O4G2DL3U","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/GY2P3OJQSNCILLTBY6O4G2DL3U.jpg","credits_display":"(Peter Nicholls/Reuters)","credits_caption_display":"(Peter Nicholls/Reuters)","width":3435,"height":1932,"image_type":"photograph","aspect_ratio":1.7779503105590062,"provenance":"additional_properties.lead_art"},"teaser":"Wimbledon did exactly right. The ban that will prevent Russians and Belarusians from competing at the All England Club may seem unfair, given that players such as Daniil Medvedev have not personally contributed to the war in Ukraine. Yet it’s a necessary message: Even the most innocent Russians will be price-payers for the rapacious actions of Vladimir Putin’s regime."},"headlines":{"basic":"Wimbledon’s ban on Russian players was exactly right"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"GY2P3OJQSNCILLTBY6O4G2DL3U","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/GY2P3OJQSNCILLTBY6O4G2DL3U.jpg","width":3435,"height":1932,"credits_caption_display":"(Peter Nicholls/Reuters)","credits_display":"(Peter Nicholls/Reuters)","caption":"","copyright":"Reuters","credits":{"by":[{"name":"Peter Nicholls","org":"Reuters","type":"author"}],"affiliation":[{"name":"Reuters"}]}}},"publish_date":"2022-04-21T09:00:12.342Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for the latest tennis news and information. Get the latest tennis results, standings, schedules and commentary. Stay updated on all the latest news from the tennis world!","name":"Tennis","_id":"/sports/tennis"},"primary_section":{"name":"Tennis","_id":"/sports/tennis"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID KQDD2IYWNBAM3MQXWYWZ5QBOME","slug":"created-from-template-id-KQDD2IYWNBAM3MQXWYWZ5QBOME"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Tennis"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports"},"type":"story","website_url":"/sports/2022/04/21/wimbledon-russia-medvedev/"}],"next":{"properties":{"endpoint":"https://prism.ext.nile.works/api/v1/content/get","params":{"limit":"5","offset":"5","url":"prism://prism.query/site-articles-only,/sports"},"url":"https://prism.ext.nile.works/api/v1/content/get?url=prism%3A%2F%2Fprism.query%2Fsite-articles-only%2C%2Fsports\u0026offset=5\u0026limit=5"},"url":"prism://prism.query/site-articles-only,/sports\u0026offset=5\u0026limit=5"}},"{\"source\":\"empty\",\"query\":{\"content_path\":\"\",\"env\":\"prod\"}}":{},"{\"source\":\"empty\",\"query\":{}}":{},"{\"source\":\"most-read\",\"query\":{\"limit\":\"5\",\"section\":\"sports\",\"env\":\"prod\"}}":{"items":[{"_id":"2WILJPYRDFCY7CTWM4TRNUZDLI","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/dwayne-haskins-911-call/","credits":{"by":[{"_id":"jhabvalan","name":"Nicki Jhabvala","url":"https://www.washingtonpost.com/people/nicki-jhabvala/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Nicki Jhabvala"}}}]},"description":{"basic":"\"That’s just not like him for him not to call me back,\" Kalabrya Haskins, the NFL quarterback's wife, told a 911 dispatcher the morning of the fatal crash."},"display_date":"2022-04-20T21:42:26.583Z","fusion_additions":{"count_info":{"count":1},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/dwayne-haskins-911-call/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/dwayne-haskins-911-call/"}},"promo_image":{"_id":"KXEA74V22II6ZKJNY5R55AMMEE","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/KXEA74V22II6ZKJNY5R55AMMEE.jpg","credits_display":"(Gaelen Morse/Getty Images)","credits_caption_display":"(Gaelen Morse/Getty Images)","width":8256,"height":5504,"aspect_ratio":1.5,"provenance":"promo_items.basic"},"teaser":""},"headlines":{"basic":"Dwayne Haskins was looking for gas before fatal crash, per wife’s 911 call"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"KXEA74V22II6ZKJNY5R55AMMEE","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/KXEA74V22II6ZKJNY5R55AMMEE.jpg","width":8256,"height":5504,"caption":"COLUMBUS, OHIO - APRIL 12: A fan leaves a message during a candlelight vigil in memory of Dwayne Haskins at Ohio Stadium on April 12, 2022 in Columbus, Ohio. Pittsburgh Steelers quarterback and former Ohio State Buckeye Dwayne Haskins, 24, died Saturday morning after he was struck by a dump truck while walking on a South Florida highway. (Photo by Gaelen Morse/Getty Images)","copyright":"Getty Images","credits":{"by":[{"name":"Gaelen Morse","org":"Getty Images","type":"author"}],"affiliation":[{"name":"Getty Images"}]}}},"publish_date":"2022-04-21T00:49:27.867Z","source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Washington Post coverage of the National Football League.","name":"NFL","_id":"/sports/nfl"},"primary_section":{"name":"NFL","_id":"/sports/nfl"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID P5NEJRTYFBH3RO3PIBYHMMAI3U","slug":"created-from-template-id-P5NEJRTYFBH3RO3PIBYHMMAI3U"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NFL"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nfl"},"type":"story","website_url":"/sports/2022/04/20/dwayne-haskins-911-call/"},{"_id":"A54B5EM4U5HM3MPV2XFCBRITAM","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/20/pam-shriver-inappropriate-relationship-coach/","credits":{"by":[{"_id":"borenca","name":"Cindy Boren","url":"https://www.washingtonpost.com/people/cindy-boren/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Cindy Boren"}}},{"_id":"hillga","name":"Glynn A. Hill","url":"https://www.washingtonpost.com/people/glynn-a-hill/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Glynn A. Hill"}}}]},"description":{"basic":"Now a 59-year-old commentator for ESPN and the BBC, Pam Shriver disclosed her experience in The Telegraph, noting that such relationships “are alarmingly common in sport as a whole.”"},"display_date":"2022-04-20T15:34:55.228Z","fusion_additions":{"count_info":{"count":2},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/pam-shriver-inappropriate-relationship-coach/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/pam-shriver-inappropriate-relationship-coach/"}},"promo_image":{"_id":"NTXYGYTXBJCWZDR4OUHXLULMZE","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/NTXYGYTXBJCWZDR4OUHXLULMZE.jpg","credits_display":"(Dave Pickoff/ASSOCIATED PRESS)","credits_caption_display":"(Dave Pickoff/ASSOCIATED PRESS)","width":3000,"height":1688,"image_type":"photograph","aspect_ratio":1.7772511848341233,"provenance":"promo_items.basic"},"teaser":""},"headlines":{"basic":"Pam Shriver reveals ‘inappropriate’ relationship at 17 with her coach"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"NTXYGYTXBJCWZDR4OUHXLULMZE","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/NTXYGYTXBJCWZDR4OUHXLULMZE.jpg","width":3000,"height":1688,"caption":"Pam Shriver, 16, grimaces as she pursues a shot by Chris Evert during Women's Championship action in the U.S. Open at the National Tennis Club in New York, Sept. 11, 1978. Evert smashed Shriver's dream of a win, prevailing 7-5, 6-4. (AP Photo/Dave Pickoff)","copyright":"AP1978","credits":{"by":[{"name":"Dave Pickoff","org":"ASSOCIATED PRESS","type":"author"}],"affiliation":[{"name":"ASSOCIATED PRESS"}]}}},"publish_date":"2022-04-21T03:36:33.320Z","source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for the latest tennis news and information. Get the latest tennis results, standings, schedules and commentary. Stay updated on all the latest news from the tennis world!","name":"Tennis","_id":"/sports/tennis"},"primary_section":{"name":"Tennis","_id":"/sports/tennis"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID KQDD2IYWNBAM3MQXWYWZ5QBOME","slug":"created-from-template-id-KQDD2IYWNBAM3MQXWYWZ5QBOME"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Tennis"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports"},"type":"story","website_url":"/sports/2022/04/20/pam-shriver-inappropriate-relationship-coach/"},{"_id":"BE43DCM7W5EPBDQ77PIIPYFABY","additional_properties":{},"label":{"transparency":{"text":"Perspective"}},"canonical_url":"/sports/2022/04/21/wimbledon-russia-medvedev/","credits":{"by":[{"_id":"jenkinss","name":"Sally Jenkins","url":"https://www.washingtonpost.com/people/sally-jenkins/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Sally Jenkins"}}}]},"description":{"basic":"The All England Club sent a necessary message: Even the most innocent Russians will pay the price for the actions of Vladimir Putin’s regime. "},"display_date":"2022-04-21T09:00:12.235Z","fusion_additions":{"count_info":{"count":3},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/wimbledon-russia-medvedev/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/wimbledon-russia-medvedev/"}},"promo_image":{"_id":"GY2P3OJQSNCILLTBY6O4G2DL3U","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/GY2P3OJQSNCILLTBY6O4G2DL3U.jpg","credits_display":"(Peter Nicholls/Reuters)","credits_caption_display":"(Peter Nicholls/Reuters)","width":3435,"height":1932,"image_type":"photograph","aspect_ratio":1.7779503105590062,"provenance":"promo_items.basic"},"teaser":""},"headlines":{"basic":"Wimbledon’s ban on Russian players was exactly right"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"GY2P3OJQSNCILLTBY6O4G2DL3U","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/GY2P3OJQSNCILLTBY6O4G2DL3U.jpg","width":3435,"height":1932,"caption":"FILE PHOTO: Tennis - Wimbledon - All England Lawn Tennis and Croquet Club, London, Britain - July 3, 2021 Russia's Daniil Medvedev celebrates winning his third round match against Croatia's Marin Cilic REUTERS/Peter Nicholls/File Photo","copyright":"Reuters","credits":{"by":[{"name":"Peter Nicholls","org":"Reuters","type":"author"}],"affiliation":[{"name":"Reuters"}]}}},"publish_date":"2022-04-21T09:00:12.342Z","source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for the latest tennis news and information. Get the latest tennis results, standings, schedules and commentary. Stay updated on all the latest news from the tennis world!","name":"Tennis","_id":"/sports/tennis"},"primary_section":{"name":"Tennis","_id":"/sports/tennis"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID KQDD2IYWNBAM3MQXWYWZ5QBOME","slug":"created-from-template-id-KQDD2IYWNBAM3MQXWYWZ5QBOME"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Tennis"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports"},"type":"story","website_url":"/sports/2022/04/21/wimbledon-russia-medvedev/"},{"_id":"QWR7BKYSBBCWJNRFD6TXOFLSPE","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/21/alex-ovechkin-50-goals-capitals-golden-knights/","credits":{"by":[{"_id":"pells","name":"Samantha Pell","url":"https://www.washingtonpost.com/people/samantha-pell/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Samantha Pell"}}}]},"description":{"basic":"Ovechkin made a little more NHL history during Wednesday's overtime loss in Vegas."},"display_date":"2022-04-21T06:16:42.656Z","fusion_additions":{"count_info":{"count":4},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/alex-ovechkin-50-goals-capitals-golden-knights/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/alex-ovechkin-50-goals-capitals-golden-knights/"}},"promo_image":{"_id":"RZCKVXGBG4I6ZNO7D65GDJTMOU","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/RZCKVXGBG4I6ZNO7D65GDJTMOU.jpg","credits_display":"(Steve Marcus/AP)","credits_caption_display":"(Steve Marcus/AP)","width":4414,"height":2961,"aspect_ratio":1.490712597095576,"provenance":"promo_items.basic"},"teaser":""},"headlines":{"basic":"Alex Ovechkin hits the 50-goal mark again, but the Capitals falter in OT"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"RZCKVXGBG4I6ZNO7D65GDJTMOU","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/RZCKVXGBG4I6ZNO7D65GDJTMOU.jpg","width":4414,"height":2961,"caption":"Washington Capitals left wing Alex Ovechkin celebrates his goal during the third period of the team's NHL hockey game against the Vegas Golden Knights on Wednesday, April 20, 2022, in Las Vegas. (Steven Marcus/Las Vegas Sun via AP)","copyright":"The Associated Press","credits":{"by":[{"name":"Steve Marcus","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-21T06:19:21.763Z","source":{"name":"washpost"},"subheadlines":{"basic":"What to know from Washington’s 4-3 loss at the Vegas Golden Knights"},"subtype":"default","taxonomy":{"primary_site":{"description":"The Washington Post on everything Washington Capitals.","name":"Washington Capitals","_id":"/sports/capitals"},"primary_section":{"name":"Washington Capitals","_id":"/sports/capitals"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID O4G352YNXZH4VMCEUQ3ETNRBEA","slug":"created-from-template-id-O4G352YNXZH4VMCEUQ3ETNRBEA"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Capitals"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nhl"},"type":"story","website_url":"/sports/2022/04/21/alex-ovechkin-50-goals-capitals-golden-knights/"},{"_id":"F6GN6UEBNZEDFDXP4MG6KFMUVA","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/video-games/2022/04/20/twitch-ironmouse-vtuber-subathon-interview/","credits":{"by":[{"_id":"graysonn","name":"Nathan Grayson","url":"https://www.washingtonpost.com/people/nathan-grayson/","org":"New York City","additional_properties":{"original":{"byline":"Nathan Grayson"}}}]},"description":{"basic":"\"[She] is me, but more like a coat,\" said Ironmouse of her online persona. \"She’s a bigger version of me.”"},"display_date":"2022-04-20T17:23:28.665Z","fusion_additions":{"count_info":{"count":5},"links_to_use":{"basic":"https://www.washingtonpost.com/video-games/2022/04/20/twitch-ironmouse-vtuber-subathon-interview/","dangerous":{"canonical":"https://www.washingtonpost.com/video-games/2022/04/20/twitch-ironmouse-vtuber-subathon-interview/"}},"promo_image":{"_id":"I3NJ2326LNBLZKSBEGAQHDOPR4","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/I3NJ2326LNBLZKSBEGAQHDOPR4.gif","credits_display":"(The Washington Post illustration; Ironmouse)","credits_caption_display":"(The Washington Post illustration; Ironmouse)","width":1600,"height":1066,"image_type":"illustration","aspect_ratio":1.5009380863039399,"provenance":"promo_items.basic"},"teaser":""},"headlines":{"basic":"How a pink-haired anime girl became one of Twitch’s biggest stars"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"I3NJ2326LNBLZKSBEGAQHDOPR4","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/I3NJ2326LNBLZKSBEGAQHDOPR4.gif","width":1600,"height":1066,"caption":"Ironmouse's avatar. launcher-ironmouse-interview","copyright":"The Washington Post","credits":{"affiliation":[{"name":"The Washington Post illustration; Ironmouse"}]}}},"publish_date":"2022-04-20T17:58:18.035Z","source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":null,"name":"Video Game News","_id":"/sports/launcher/news"},"primary_section":{"name":"Video Game News","_id":"/sports/launcher/news"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"collections-best-launcher","slug":"collections-best-launcher"},{"text":"Created from Template ID BXSTYKAZP5HHXHMTQPVOEEGGYQ","slug":"created-from-template-id-BXSTYKAZP5HHXHMTQPVOEEGGYQ"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Video Game News"},{"name":"Video Games"},{"name":"Video Gaming"},{"name":"Technology"}]},"tracking":{"commercial_node":"/sports/launcher/news"},"type":"story","website_url":"/video-games/2022/04/20/twitch-ironmouse-vtuber-subathon-interview/"}],"type":"results"},"{\"source\":\"prism-section\",\"query\":{\"limit\":\"4\",\"offset\":\"0\",\"section\":\"sports/nfl\",\"env\":\"prod\"}}":{"_id":"4dMfPzdjEjk1zCQDo0GxeA==","count":3727,"items":[{"_id":"C7RD3IV37ZGFVMDZCMBNBB4VW4","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/20/deebo-samuel-san-francisco-49ers-trade/","credits":{"by":[{"_id":"maskema","name":"Mark Maske","url":"https://www.washingtonpost.com/people/mark-maske/","org":"Washington, D.C."}]},"description":{"basic":"The all-pro could join Davante Adams and Tyreek Hill among the top wide receivers to be traded this offseason."},"display_date":"2022-04-20T21:42:53.001Z","fusion_additions":{"count_info":{"count":1},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/deebo-samuel-san-francisco-49ers-trade/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/deebo-samuel-san-francisco-49ers-trade/"}},"promo_image":{"_id":"BYT6YCVRUQI6VGFVE6NGI6NB4Q","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/BYT6YCVRUQI6VGFVE6NGI6NB4Q.jpg","credits_display":"(Gregory Payan/AP)","credits_caption_display":"Deebo Samuel has asked the 49ers to trade him. (Gregory Payan/AP)","width":4634,"height":3089,"aspect_ratio":1.5001618646811266,"provenance":"additional_properties.lead_art"},"teaser":"Wide receiver Deebo Samuel, one of the league’s most versatile and productive players last season, has asked the San Francisco 49ers to trade him, adding to the intrigue surrounding next week’s NFL draft."},"headlines":{"basic":"Star wide receiver Deebo Samuel requests trade from 49ers"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"BYT6YCVRUQI6VGFVE6NGI6NB4Q","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/BYT6YCVRUQI6VGFVE6NGI6NB4Q.jpg","width":4634,"height":3089,"credits_caption_display":"Deebo Samuel has asked the 49ers to trade him. (Gregory Payan/AP)","credits_display":"(Gregory Payan/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Gregory Payan","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-21T03:49:19.894Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Washington Post coverage of the National Football League.","name":"NFL","_id":"/sports/nfl"},"primary_section":{"name":"NFL","_id":"/sports/nfl"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID P5NEJRTYFBH3RO3PIBYHMMAI3U","slug":"created-from-template-id-P5NEJRTYFBH3RO3PIBYHMMAI3U"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NFL"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nfl"},"type":"story","website_url":"/sports/2022/04/20/deebo-samuel-san-francisco-49ers-trade/"},{"_id":"2WILJPYRDFCY7CTWM4TRNUZDLI","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/20/dwayne-haskins-911-call/","credits":{"by":[{"_id":"jhabvalan","name":"Nicki Jhabvala","url":"https://www.washingtonpost.com/people/nicki-jhabvala/","org":"Washington, D.C."}]},"description":{"basic":"\"That’s just not like him for him not to call me back,\" Kalabrya Haskins, the NFL quarterback's wife, told a 911 dispatcher the morning of the fatal crash."},"display_date":"2022-04-20T21:42:26.583Z","fusion_additions":{"count_info":{"count":2},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/dwayne-haskins-911-call/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/dwayne-haskins-911-call/"}},"promo_image":{"_id":"KXEA74V22II6ZKJNY5R55AMMEE","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/KXEA74V22II6ZKJNY5R55AMMEE.jpg","credits_display":"(Gaelen Morse/Getty Images)","credits_caption_display":"A fan leaves a message during a candlelight vigil in memory of Dwayne Haskins at Ohio Stadium. (Gaelen Morse/Getty)","width":8256,"height":5504,"aspect_ratio":1.5,"provenance":"additional_properties.lead_art"},"teaser":"The wife of Dwayne Haskins pleaded for help locating her husband, telling a 911 dispatcher that he was stranded and looking for gas the morning he was struck by a dump truck while crossing a South Florida highway, according to audio of 911 calls released by authorities Wednesday."},"headlines":{"basic":"Dwayne Haskins was looking for gas before fatal crash, per wife’s 911 call"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"KXEA74V22II6ZKJNY5R55AMMEE","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/KXEA74V22II6ZKJNY5R55AMMEE.jpg","width":8256,"height":5504,"credits_caption_display":"A fan leaves a message during a candlelight vigil in memory of Dwayne Haskins at Ohio Stadium. (Gaelen Morse/Getty)","credits_display":"(Gaelen Morse/Getty Images)","caption":"","copyright":"Getty Images","credits":{"by":[{"name":"Gaelen Morse","org":"Getty Images","type":"author"}],"affiliation":[{"name":"Getty Images"}]}}},"publish_date":"2022-04-21T00:49:27.867Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Washington Post coverage of the National Football League.","name":"NFL","_id":"/sports/nfl"},"primary_section":{"name":"NFL","_id":"/sports/nfl"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID P5NEJRTYFBH3RO3PIBYHMMAI3U","slug":"created-from-template-id-P5NEJRTYFBH3RO3PIBYHMMAI3U"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NFL"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nfl"},"type":"story","website_url":"/sports/2022/04/20/dwayne-haskins-911-call/"},{"_id":"YWST4HJZTNBATLVKCXJYH6J4KU","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/19/mike-tirico-sunday-night-football/","credits":{"by":[{"_id":"bonesteelmm","name":"Matt Bonesteel","url":"https://www.washingtonpost.com/people/matt-bonesteel/","org":"Washington, D.C."}]},"description":{"basic":"Mike Tirico will replace Al Michaels, as expected, in NBC's Sunday night NFL booth."},"display_date":"2022-04-19T16:09:37.150Z","fusion_additions":{"count_info":{"count":3},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/19/mike-tirico-sunday-night-football/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/19/mike-tirico-sunday-night-football/"}},"promo_image":{"_id":"52VKXGBLCYI6TEDOTVK3MRI6WQ","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/52VKXGBLCYI6TEDOTVK3MRI6WQ.jpg","credits_display":"(Paul Sancya/AP)","credits_caption_display":"Mike Tirico will move into the chair formerly occupied by Al Michaels on NBC’s Sunday night NFL broadcasts. (Paul Sancya/AP)","width":6293,"height":4195,"aspect_ratio":1.500119189511323,"provenance":"additional_properties.lead_art"},"teaser":"NBC announced Tuesday that Mike Tirico will replace Al Michaels as the play-by-play voice of the network’s Sunday night NFL broadcasts. The move hardly was surprising — Tirico has been pointed toward the high-profile Sunday night job since leaving ESPN for NBC in 2016, and he already has called 21 NFL games for the latter — but it completed a dizzying offseason merry-go-round among the NFL broadcast booths, with nearly all of the major players changing networks and time slots."},"headlines":{"basic":"Mike Tirico’s ascension at NBC completes NFL TV merry-go-round"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"52VKXGBLCYI6TEDOTVK3MRI6WQ","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/52VKXGBLCYI6TEDOTVK3MRI6WQ.jpg","width":6293,"height":4195,"credits_caption_display":"Mike Tirico will move into the chair formerly occupied by Al Michaels on NBC’s Sunday night NFL broadcasts. (Paul Sancya/AP)","credits_display":"(Paul Sancya/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Paul Sancya","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-20T03:43:56.897Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Washington Post coverage of the National Football League.","name":"NFL","_id":"/sports/nfl"},"primary_section":{"name":"NFL","_id":"/sports/nfl"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID P5NEJRTYFBH3RO3PIBYHMMAI3U","slug":"created-from-template-id-P5NEJRTYFBH3RO3PIBYHMMAI3U"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NFL"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nfl"},"type":"story","website_url":"/sports/2022/04/19/mike-tirico-sunday-night-football/"},{"_id":"BKJ4A36JQRG5NKZ46O2X5P6CVQ","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/18/commanders-letter-ftc-response/","credits":{"by":[{"_id":"jhabvalan","name":"Nicki Jhabvala","url":"https://www.washingtonpost.com/people/nicki-jhabvala/","org":"Washington, D.C."},{"_id":"maskema","name":"Mark Maske","url":"https://www.washingtonpost.com/people/mark-maske/","org":"Washington, D.C."}]},"description":{"basic":"In an 18-page letter, the team says allegations are 'baseless' and that an investigation is unwarranted."},"display_date":"2022-04-18T23:14:28.291Z","fusion_additions":{"count_info":{"count":4},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/18/commanders-letter-ftc-response/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/18/commanders-letter-ftc-response/"}},"promo_image":{"_id":"5BMS4CGUFJC3XOEL6ANPEQC23A","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/5BMS4CGUFJC3XOEL6ANPEQC23A.jpg","credits_display":"(Jonathan Newton/The Washington Post)","credits_caption_display":"(Jonathan Newton/The Washington Post)","width":3987,"height":2243,"aspect_ratio":1.77753009362461,"provenance":"additional_properties.lead_art"},"teaser":"The Washington Commanders sent an 18-page letter to the chair of the Federal Trade Commission on Monday that described the allegations of financial improprieties made by a former team employee and detailed by the House Committee on Oversight and Reform as “baseless” and asserted that “no investigation is warranted.”"},"headlines":{"basic":"Commanders deny allegations of financial improprieties in lengthy letter to FTC "},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"5BMS4CGUFJC3XOEL6ANPEQC23A","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/5BMS4CGUFJC3XOEL6ANPEQC23A.jpg","width":3987,"height":2243,"credits_caption_display":"(Jonathan Newton/The Washington Post)","credits_display":"(Jonathan Newton/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Jonathan Newton","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-19T00:14:11.619Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Washington Post coverage of the National Football League.","name":"NFL","_id":"/sports/nfl"},"primary_section":{"name":"NFL","_id":"/sports/nfl"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID P5NEJRTYFBH3RO3PIBYHMMAI3U","slug":"created-from-template-id-P5NEJRTYFBH3RO3PIBYHMMAI3U"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NFL"},{"name":"Sports"},{"name":"Washington Commanders"}]},"tracking":{"commercial_node":"/sports/nfl"},"type":"story","website_url":"/sports/2022/04/18/commanders-letter-ftc-response/"}],"next":{"properties":{"endpoint":"https://prism.ext.nile.works/api/v1/content/get","params":{"limit":"4","offset":"4","url":"prism://prism.query/site,/sports/nfl"},"url":"https://prism.ext.nile.works/api/v1/content/get?url=prism%3A%2F%2Fprism.query%2Fsite%2C%2Fsports%2Fnfl\u0026offset=4\u0026limit=4"},"url":"prism://prism.query/site,/sports/nfl\u0026offset=4\u0026limit=4"}},"{\"source\":\"prism-query\",\"query\":{\"limit\":\"4\",\"offset\":\"0\",\"query\":\"prism://prism.query/two-sites,/sports/redskins,/sports/washington-nfl\",\"env\":\"prod\"}}":{"_id":"22JKcsmkJe+wV7kFXy6AaQ==","count":12069,"items":[{"_id":"5YGHQVBURZC3ROO5KPHJNDAD3A","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/20/terry-mclaurin-contract-market-value/","credits":{"by":[{"_id":"jhabvalan","name":"Nicki Jhabvala","url":"https://www.washingtonpost.com/people/nicki-jhabvala/","org":"Washington, D.C."}]},"description":{"basic":"The Commanders star is entering the final season of his rookie contract, and a hefty raise should be on the way."},"display_date":"2022-04-20T09:01:41.504Z","fusion_additions":{"count_info":{"count":1},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/terry-mclaurin-contract-market-value/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/terry-mclaurin-contract-market-value/"}},"promo_image":{"_id":"7VKVBPMS6NCOLPPLTCTMK27A6U","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/7VKVBPMS6NCOLPPLTCTMK27A6U.jpg","credits_display":"(Jonathan Newton/The Washington Post)","credits_caption_display":"(Jonathan Newton/The Washington Post)","width":2434,"height":1369,"image_type":"photograph","aspect_ratio":1.7779401022644266,"provenance":"additional_properties.lead_art"},"teaser":"For much of the past two months, Terry McLaurin was surrounded by palm trees, a respite from the chatter back in Washington and on social media."},"headlines":{"basic":"Wide receivers keep cashing in, and it may be Terry McLaurin’s turn soon"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"7VKVBPMS6NCOLPPLTCTMK27A6U","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/7VKVBPMS6NCOLPPLTCTMK27A6U.jpg","width":2434,"height":1369,"credits_caption_display":"(Jonathan Newton/The Washington Post)","credits_display":"(Jonathan Newton/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Jonathan Newton","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-20T09:01:41.572Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Washington Post coverage of the Washington Commanders NFL team.","name":"Washington Commanders","_id":"/sports/redskins"},"primary_section":{"name":"Washington Commanders","_id":"/sports/redskins"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID QC4VBYZYHZAKVJ5WFOM5GND2ZM","slug":"created-from-template-id-QC4VBYZYHZAKVJ5WFOM5GND2ZM"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Commanders"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nfl"},"type":"story","website_url":"/sports/2022/04/20/terry-mclaurin-contract-market-value/"},{"_id":"BKJ4A36JQRG5NKZ46O2X5P6CVQ","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/18/commanders-letter-ftc-response/","credits":{"by":[{"_id":"jhabvalan","name":"Nicki Jhabvala","url":"https://www.washingtonpost.com/people/nicki-jhabvala/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Nicki Jhabvala"}}},{"_id":"maskema","name":"Mark Maske","url":"https://www.washingtonpost.com/people/mark-maske/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Mark Maske"}}}]},"description":{"basic":"In an 18-page letter, the team says allegations are 'baseless' and that an investigation is unwarranted."},"display_date":"2022-04-18T23:14:28.291Z","fusion_additions":{"count_info":{"count":2},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/18/commanders-letter-ftc-response/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/18/commanders-letter-ftc-response/"}},"promo_image":{"_id":"5BMS4CGUFJC3XOEL6ANPEQC23A","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/5BMS4CGUFJC3XOEL6ANPEQC23A.jpg","credits_display":"(Jonathan Newton/The Washington Post)","credits_caption_display":"(Jonathan Newton/The Washington Post)","width":3987,"height":2243,"aspect_ratio":1.77753009362461,"provenance":"additional_properties.lead_art"},"teaser":"The Washington Commanders sent an 18-page letter to the chair of the Federal Trade Commission on Monday that described the allegations of financial improprieties made by a former team employee and detailed by the House Committee on Oversight and Reform as “baseless” and asserted that “no investigation is warranted.”"},"headlines":{"basic":"Commanders deny allegations of financial improprieties in lengthy letter to FTC "},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"5BMS4CGUFJC3XOEL6ANPEQC23A","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/5BMS4CGUFJC3XOEL6ANPEQC23A.jpg","width":3987,"height":2243,"credits_caption_display":"(Jonathan Newton/The Washington Post)","credits_display":"(Jonathan Newton/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Jonathan Newton","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-19T00:14:11.619Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Washington Post coverage of the National Football League.","name":"NFL","_id":"/sports/nfl"},"primary_section":{"name":"NFL","_id":"/sports/nfl"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID P5NEJRTYFBH3RO3PIBYHMMAI3U","slug":"created-from-template-id-P5NEJRTYFBH3RO3PIBYHMMAI3U"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NFL"},{"name":"Sports"},{"name":"Washington Commanders"}]},"tracking":{"commercial_node":"/sports/nfl"},"type":"story","website_url":"/sports/2022/04/18/commanders-letter-ftc-response/"},{"_id":"3IGCTNN3C5BDPFEEWEND57LWR4","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/18/commanders-al-bellamy-trainer/","credits":{"by":[{"_id":"jhabvalan","name":"Nicki Jhabvala","url":"https://www.washingtonpost.com/people/nicki-jhabvala/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Nicki Jhabvala"}}}]},"description":{"basic":"Veteran trainer fills a role that had been vacant since the Commanders placed Ryan Vermillion on administrative leave last October."},"display_date":"2022-04-18T16:34:41.892Z","fusion_additions":{"count_info":{"count":3},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/18/commanders-al-bellamy-trainer/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/18/commanders-al-bellamy-trainer/"}},"promo_image":{"_id":"YCOCSPEEGQI6ZFI4DYGMG4R6KM","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/YCOCSPEEGQI6ZFI4DYGMG4R6KM.jpg","credits_display":"(John McDonnell/The Washington Post)","credits_caption_display":"The Commanders had been without a permanent head athletic trainer since placing Ryan Vermillion on administrative leave last October. (John McDonnell/The Washington Post)","width":5038,"height":3271,"aspect_ratio":1.5402017731580557,"provenance":"additional_properties.lead_art"},"teaser":"The Washington Commanders named Al Bellamy, a former 13-year veteran of the organization’s medical staff, as head athletic trainer. He fills a role that has essentially been vacant since early October, when Ryan Vermillion was placed on administrative leave because of a criminal investigation by the U.S. Drug Enforcement Administration."},"headlines":{"basic":"Commanders name Al Bellamy head athletic trainer"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"YCOCSPEEGQI6ZFI4DYGMG4R6KM","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/YCOCSPEEGQI6ZFI4DYGMG4R6KM.jpg","width":5038,"height":3271,"credits_caption_display":"The Commanders had been without a permanent head athletic trainer since placing Ryan Vermillion on administrative leave last October. (John McDonnell/The Washington Post)","credits_display":"(John McDonnell/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"John McDonnell","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-19T00:21:54.297Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Washington Post coverage of the Washington Commanders NFL team.","name":"Washington Commanders","_id":"/sports/redskins"},"primary_section":{"name":"Washington Commanders","_id":"/sports/redskins"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID QC4VBYZYHZAKVJ5WFOM5GND2ZM","slug":"created-from-template-id-QC4VBYZYHZAKVJ5WFOM5GND2ZM"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Commanders"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nfl"},"type":"story","website_url":"/sports/2022/04/18/commanders-al-bellamy-trainer/"},{"_id":"6DRUZKWDR5H7XBVZWYIJVONBAM","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/16/ohio-state-dwayne-haskins-tribute-spring-game/","credits":{"by":[{"_id":"jhabvalan","name":"Nicki Jhabvala","url":"https://www.washingtonpost.com/people/nicki-jhabvala/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Nicki Jhabvala"}}}]},"description":{"basic":"The Buckeyes honored the quarterback who set 28 school records. Haskins was 24 when he died last week in Florida. "},"display_date":"2022-04-16T22:46:00.503Z","fusion_additions":{"count_info":{"count":4},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/16/ohio-state-dwayne-haskins-tribute-spring-game/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/16/ohio-state-dwayne-haskins-tribute-spring-game/"}},"promo_image":{"_id":"NKCOZKV5WQI6ZKJNY5R55AMMEE","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/NKCOZKV5WQI6ZKJNY5R55AMMEE.jpg","credits_display":"(Jay Laprete/AP)","credits_caption_display":"Ohio State quarterback C.J. Stroud, who shares the same number Dwayne Haskins wore when the late QB was at Ohio State, put Haskins's name on the back of his jersey for the Buckeyes' spring game Saturday. (Jay Laprete/AP)","width":3028,"height":2019,"aspect_ratio":1.4997523526498266,"provenance":"additional_properties.lead_art"},"teaser":"The Ohio State football team paid tribute to late quarterback Dwayne Haskins on Saturday during its annual spring game in Columbus, Ohio."},"headlines":{"basic":"At spring game, Ohio State pays tribute to the late Dwayne Haskins"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"NKCOZKV5WQI6ZKJNY5R55AMMEE","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/NKCOZKV5WQI6ZKJNY5R55AMMEE.jpg","width":3028,"height":2019,"credits_caption_display":"Ohio State quarterback C.J. Stroud, who shares the same number Dwayne Haskins wore when the late QB was at Ohio State, put Haskins's name on the back of his jersey for the Buckeyes' spring game Saturday. (Jay Laprete/AP)","credits_display":"(Jay Laprete/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Jay Laprete","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-17T00:42:40.625Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Washington Post coverage of the Washington Commanders NFL team.","name":"Washington Commanders","_id":"/sports/redskins"},"primary_section":{"name":"Washington Commanders","_id":"/sports/redskins"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID QC4VBYZYHZAKVJ5WFOM5GND2ZM","slug":"created-from-template-id-QC4VBYZYHZAKVJ5WFOM5GND2ZM"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Commanders"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nfl"},"type":"story","website_url":"/sports/2022/04/16/ohio-state-dwayne-haskins-tribute-spring-game/"}],"next":{"properties":{"endpoint":"https://prism.ext.nile.works/api/v1/content/get","params":{"limit":"4","offset":"4","url":"prism://prism.query/two-sites,/sports/redskins,/sports/washington-nfl"},"url":"https://prism.ext.nile.works/api/v1/content/get?url=prism%3A%2F%2Fprism.query%2Ftwo-sites%2C%2Fsports%2Fredskins%2C%2Fsports%2Fwashington-nfl\u0026offset=4\u0026limit=4"},"url":"prism://prism.query/two-sites,/sports/redskins,/sports/washington-nfl\u0026offset=4\u0026limit=4"}},"{\"source\":\"prism-section\",\"query\":{\"limit\":\"4\",\"offset\":\"0\",\"section\":\"sports/nba\",\"env\":\"prod\"}}":{"_id":"4dMfPzdjEjk1zCQDo0GxeA==","count":1646,"items":[{"_id":"S67DDYMDABA3RJYJ4NDYA4MJWM","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/21/joel-embiid-game-winner-sixers-raptors/","credits":{"by":[{"_id":"golliverb","name":"Ben Golliver","url":"https://www.washingtonpost.com/people/ben-golliver/","org":"Los Angeles"}]},"description":{"basic":"Joel Embiid's three-pointer with less than a second remaining in overtime propelled the 76ers to a 3-0 series lead over Toronto."},"display_date":"2022-04-21T11:22:17.255Z","fusion_additions":{"count_info":{"count":1},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/joel-embiid-game-winner-sixers-raptors/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/joel-embiid-game-winner-sixers-raptors/"}},"promo_image":{"_id":"V5XNWJFPEFBHZKPSC2ZVETN374","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/V5XNWJFPEFBHZKPSC2ZVETN374.jpg","credits_display":"(Cole Burston/Getty Images)","credits_caption_display":"(Cole Burston/Getty Images)","width":4007,"height":2254,"aspect_ratio":1.777728482697427,"provenance":"additional_properties.lead_art"},"teaser":"The Toronto Raptors squandered two great opportunities to get back into their playoff series against the Philadelphia 76ers, then Joel Embiid hit a last-second game-winner to make sure they didn’t get a third."},"headlines":{"basic":"Joel Embiid buries game-winner in OT as 76ers push Raptors to the brink"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"V5XNWJFPEFBHZKPSC2ZVETN374","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/V5XNWJFPEFBHZKPSC2ZVETN374.jpg","width":4007,"height":2254,"credits_caption_display":"(Cole Burston/Getty Images)","credits_display":"(Cole Burston/Getty Images)","caption":"","copyright":"Getty Images","credits":{"by":[{"name":"Cole Burston","org":"Getty Images","type":"author"}],"affiliation":[{"name":"Getty Images"}]}}},"publish_date":"2022-04-21T11:22:20.375Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Wizards and NBA basketball news and information. Get the latest schedules, stats, rosters and scoreboards for the NBA. Stay updated on the latest Washington Wizards and NBA news!","name":"NBA","_id":"/sports/nba"},"primary_section":{"name":"NBA","_id":"/sports/nba"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID 76IJPM6MVZBSHIUYVJD5HUPGTE","slug":"created-from-template-id-76IJPM6MVZBSHIUYVJD5HUPGTE"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NBA"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nba"},"type":"story","website_url":"/sports/2022/04/21/joel-embiid-game-winner-sixers-raptors/"},{"_id":"Z2G7JGEPDNH4HIZPX55UF2A7ZI","additional_properties":{},"label":{"transparency":{"text":"Perspective"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/21/nikola-jokic-mvp-nba-playoffs/","credits":{"by":[{"_id":"brewerj","name":"Jerry Brewer","url":"https://www.washingtonpost.com/people/jerry-brewer/","org":"Washington, D.C."}]},"description":{"basic":"As he rages through a second straight difficult postseason, Jokic must embrace the joy and frustration. They’re both critical parts of the MVP experience."},"display_date":"2022-04-21T09:30:50.229Z","fusion_additions":{"count_info":{"count":2},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/nikola-jokic-mvp-nba-playoffs/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/nikola-jokic-mvp-nba-playoffs/"}},"promo_image":{"_id":"IHL2PGZGYNDKLG2H6A2YQ63EBU","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/IHL2PGZGYNDKLG2H6A2YQ63EBU.jpg","credits_display":"(Jeff Chiu/AP)","credits_caption_display":"(Jeff Chiu/AP)","width":3928,"height":2210,"image_type":"photograph","aspect_ratio":1.7773755656108596,"provenance":"additional_properties.lead_art"},"teaser":"Look now at Nikola Jokic, the reigning NBA MVP and a finalist to win the award again. Just two games into the playoffs, he’s raging. And he’s miffed. With the Golden State Warriors back to being healthy and splashy, Jokic looks completely overwhelmed trying to do what he has become known for: carrying the injured and inadequate Denver Nuggets."},"headlines":{"basic":"Being the NBA’s MVP is an honor and a burden. Just ask Nikola Jokic."},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"IHL2PGZGYNDKLG2H6A2YQ63EBU","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/IHL2PGZGYNDKLG2H6A2YQ63EBU.jpg","width":3928,"height":2210,"credits_caption_display":"(Jeff Chiu/AP)","credits_display":"(Jeff Chiu/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Jeff Chiu","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-21T09:30:50.303Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Wizards and NBA basketball news and information. Get the latest schedules, stats, rosters and scoreboards for the NBA. Stay updated on the latest Washington Wizards and NBA news!","name":"NBA","_id":"/sports/nba"},"primary_section":{"name":"NBA","_id":"/sports/nba"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID 76IJPM6MVZBSHIUYVJD5HUPGTE","slug":"created-from-template-id-76IJPM6MVZBSHIUYVJD5HUPGTE"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NBA"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nba"},"type":"story","website_url":"/sports/2022/04/21/nikola-jokic-mvp-nba-playoffs/"},{"_id":"ZAIREL5JWVAYLDCG7C4ZJYHXWI","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/14/nba-playoffs/","credits":{"by":[{"_id":"golliverb","name":"Ben Golliver","url":"https://www.washingtonpost.com/people/ben-golliver/","org":"Los Angeles"}]},"description":{"basic":"The schedule and scores from the NBA playoffs."},"display_date":"2022-04-21T02:57:12.948Z","fusion_additions":{"count_info":{"count":3},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/14/nba-playoffs/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/14/nba-playoffs/"}},"promo_image":{"_id":"57MYOUFRJFCTHPLABJH7E5GUXA","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/57MYOUFRJFCTHPLABJH7E5GUXA.jpg","credits_display":"(Michael Reaves/Getty Images)","credits_caption_display":"(Michael Reaves/Getty Images)","width":4375,"height":2461,"image_type":"photograph","aspect_ratio":1.7777326290125965,"provenance":"additional_properties.lead_art"},"teaser":"The natural rhythm of the NBA postseason will resume when the eight first-round series commence on Saturday and Sunday. After the pandemic delayed the 2020 Finals until October and the 2021 Finals until July, the league is back on course to crown its champion in June."},"headlines":{"basic":"What to know about the 2022 NBA playoffs"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"57MYOUFRJFCTHPLABJH7E5GUXA","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/57MYOUFRJFCTHPLABJH7E5GUXA.jpg","width":4375,"height":2461,"credits_caption_display":"(Michael Reaves/Getty Images)","credits_display":"(Michael Reaves/Getty Images)","caption":"","copyright":"Getty Images","credits":{"by":[{"name":"Michael Reaves","org":"Getty Images","type":"author"}],"affiliation":[{"name":"Getty Images"}]}}},"publish_date":"2022-04-21T02:57:16.658Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"faq","taxonomy":{"primary_site":{"description":"Your source for Washington Wizards and NBA basketball news and information. Get the latest schedules, stats, rosters and scoreboards for the NBA. Stay updated on the latest Washington Wizards and NBA news!","name":"NBA","_id":"/sports/nba"},"primary_section":{"name":"NBA","_id":"/sports/nba"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID 76IJPM6MVZBSHIUYVJD5HUPGTE","slug":"created-from-template-id-76IJPM6MVZBSHIUYVJD5HUPGTE"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NBA"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nba"},"type":"story","website_url":"/sports/2022/04/14/nba-playoffs/"},{"_id":"ZPZYUBBAMFDQ7KSINOHKP5WENM","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/20/jerry-west-lakers-winning-time/","credits":{"by":[{"_id":"bonesteelmm","name":"Matt Bonesteel","url":"https://www.washingtonpost.com/people/matt-bonesteel/","org":"Washington, D.C."}]},"description":{"basic":"Lakers legend Jerry West wants a retraction over his portrayal in HBO’s ‘Winning Time’."},"display_date":"2022-04-20T15:05:47.311Z","fusion_additions":{"count_info":{"count":4},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/jerry-west-lakers-winning-time/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/jerry-west-lakers-winning-time/"}},"promo_image":{"_id":"EFDJVWVVYAI6ZA2YECVBMNK7WQ","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/EFDJVWVVYAI6ZA2YECVBMNK7WQ.jpg","credits_display":"(AP)","credits_caption_display":"Jerry West, as portrayed by Jason Clarke in a scene from HBO’s “Winning Time.” (AP)","width":980,"height":552,"aspect_ratio":1.7753623188405796,"provenance":"additional_properties.lead_art"},"teaser":"NBA legend Jerry West is demanding that the creators of the HBO series “Winning Time” retract what his attorney describes as a “false and defamatory portrayal” of the Hall of Famer in the show, whose first season depicts the rise of the Los Angeles Lakers dynasty in the late 1970s and early 1980s."},"headlines":{"basic":"Jerry West says his portrayal in HBO’s ‘Winning Time’ is ‘false and defamatory’ "},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"EFDJVWVVYAI6ZA2YECVBMNK7WQ","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/EFDJVWVVYAI6ZA2YECVBMNK7WQ.jpg","width":980,"height":552,"credits_caption_display":"Jerry West, as portrayed by Jason Clarke in a scene from HBO’s “Winning Time.” (AP)","credits_display":"(AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"AP","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-21T03:43:50.044Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Wizards and NBA basketball news and information. Get the latest schedules, stats, rosters and scoreboards for the NBA. Stay updated on the latest Washington Wizards and NBA news!","name":"NBA","_id":"/sports/nba"},"primary_section":{"name":"NBA","_id":"/sports/nba"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID 76IJPM6MVZBSHIUYVJD5HUPGTE","slug":"created-from-template-id-76IJPM6MVZBSHIUYVJD5HUPGTE"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NBA"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nba"},"type":"story","website_url":"/sports/2022/04/20/jerry-west-lakers-winning-time/"}],"next":{"properties":{"endpoint":"https://prism.ext.nile.works/api/v1/content/get","params":{"limit":"4","offset":"4","url":"prism://prism.query/site,/sports/nba"},"url":"https://prism.ext.nile.works/api/v1/content/get?url=prism%3A%2F%2Fprism.query%2Fsite%2C%2Fsports%2Fnba\u0026offset=4\u0026limit=4"},"url":"prism://prism.query/site,/sports/nba\u0026offset=4\u0026limit=4"}},"{\"source\":\"prism-section\",\"query\":{\"limit\":\"4\",\"offset\":\"0\",\"section\":\"sports/wizards\",\"env\":\"prod\"}}":{"_id":"4dMfPzdjEjk1zCQDo0GxeA==","count":5517,"items":[{"_id":"R277WELANNC2ZHVULTFNMMDNUY","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/14/wes-unseld-jr-wizards-defense/","credits":{"by":[{"_id":"wallacea","name":"Ava Wallace","url":"https://www.washingtonpost.com/people/ava-wallace/","org":"Washington, D.C."}]},"description":{"basic":"The Wizards failed to solve their long-held defensive woes for a number of reasons. "},"display_date":"2022-04-14T18:16:40.436Z","fusion_additions":{"count_info":{"count":1},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/14/wes-unseld-jr-wizards-defense/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/14/wes-unseld-jr-wizards-defense/"}},"promo_image":{"_id":"KZLQ34NKFFC4PH2XSFJEFCCDKY","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/KZLQ34NKFFC4PH2XSFJEFCCDKY.jpg","credits_display":"(Jonathan Newton/The Washington Post)","credits_caption_display":"(Jonathan Newton/The Washington Post)","width":1963,"height":1104,"aspect_ratio":1.7780797101449275,"provenance":"additional_properties.lead_art"},"teaser":"As the season wound on, Wes Unseld Jr. developed a pat response to the greeting, “How are you, Coach?” “How do I look?” he would shoot back with a grin, alluding to the accumulation of nearly sleepless nights, meals on the road and the daily onslaught of decisions that NBA coaches face. It wasn’t exactly President Barack Obama after eight years in office, but Unseld believed the toll had started to show."},"headlines":{"basic":"Players praised Wes Unseld Jr.’s even keel. But the defense was still bad."},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"KZLQ34NKFFC4PH2XSFJEFCCDKY","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/KZLQ34NKFFC4PH2XSFJEFCCDKY.jpg","width":1963,"height":1104,"credits_caption_display":"(Jonathan Newton/The Washington Post)","credits_display":"(Jonathan Newton/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Jonathan Newton","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-16T01:14:54.478Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Washington Wizards news from The Washington Post.","name":"Washington Wizards","_id":"/sports/wizards"},"primary_section":{"name":"Washington Wizards","_id":"/sports/wizards"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID YU7VSU4YQFF5BLQUHE7M2Z7G7Y","slug":"created-from-template-id-YU7VSU4YQFF5BLQUHE7M2Z7G7Y"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Wizards"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nba"},"type":"story","website_url":"/sports/2022/04/14/wes-unseld-jr-wizards-defense/"},{"_id":"SXXQF4PATJETNHSSVTZRVN6KIE","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/12/wizards-offseason-bradley-beal-point-guard/","credits":{"by":[{"_id":"wallacea","name":"Ava Wallace","url":"https://www.washingtonpost.com/people/ava-wallace/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Ava Wallace"}}}]},"description":{"basic":"Washington's second-biggest offseason need is filling its vacancy at point guard — for real this time. "},"display_date":"2022-04-12T22:40:46.088Z","fusion_additions":{"count_info":{"count":2},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/12/wizards-offseason-bradley-beal-point-guard/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/12/wizards-offseason-bradley-beal-point-guard/"}},"promo_image":{"_id":"KMKZ5MEYZFCT3DMEY4M2XXC5HE","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/KMKZ5MEYZFCT3DMEY4M2XXC5HE.jpg","credits_display":"(Jonathan Newton/The Washington Post)","credits_caption_display":"Bradley Beal scoops up his son after he ran on the court during a timeout at the Wizards' home finale. Beal will welcome his third child this summer. (Jonathan Newton/The Washington Post)","width":3852,"height":2167,"image_type":"photograph","aspect_ratio":1.7775726811259807,"provenance":"additional_properties.lead_art"},"teaser":"At the Washington Wizards’ final home game of the season, Bradley Beal eschewed the fashionable ensembles of his fellow veterans riding the bench after their seasons had been shut down and opted for comfort. Kristaps Porzingis sat by him at Capital One Arena in a powder-blue custom suit; Kyle Kuzma, in one last moment of baffling levity, wore sunglasses for much of the game. Beal went with a gray sweatshirt underneath last year’s version of the Wizards’ “City Edition” jersey."},"headlines":{"basic":"Bradley Beal isn’t the only player the Wizards want to lock down"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"KMKZ5MEYZFCT3DMEY4M2XXC5HE","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/KMKZ5MEYZFCT3DMEY4M2XXC5HE.jpg","width":3852,"height":2167,"credits_caption_display":"Bradley Beal scoops up his son after he ran on the court during a timeout at the Wizards' home finale. Beal will welcome his third child this summer. (Jonathan Newton/The Washington Post)","credits_display":"(Jonathan Newton/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Jonathan Newton","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-13T00:24:05.279Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Washington Wizards news from The Washington Post.","name":"Washington Wizards","_id":"/sports/wizards"},"primary_section":{"name":"Washington Wizards","_id":"/sports/wizards"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID YU7VSU4YQFF5BLQUHE7M2Z7G7Y","slug":"created-from-template-id-YU7VSU4YQFF5BLQUHE7M2Z7G7Y"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Wizards"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nba"},"type":"story","website_url":"/sports/2022/04/12/wizards-offseason-bradley-beal-point-guard/"},{"_id":"TCKWN3VX7JGDJNZXIH5JDDTZLI","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/10/kristaps-porzingis-wizards-future/","credits":{"by":[{"_id":"wallacea","name":"Ava Wallace","url":"https://www.washingtonpost.com/people/ava-wallace/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Ava Wallace"}}}]},"description":{"basic":"Washington finished the season with the NBA's 10th-worst record after Sunday's 124-108 defeat at Charlotte."},"display_date":"2022-04-10T23:51:02.736Z","fusion_additions":{"count_info":{"count":3},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/10/kristaps-porzingis-wizards-future/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/10/kristaps-porzingis-wizards-future/"}},"promo_image":{"_id":"WWRKCXDGP5CW7ILJJPRMKTY7IA","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/WWRKCXDGP5CW7ILJJPRMKTY7IA.jpg","credits_display":"(Rusty Jones/AP)","credits_caption_display":"(Rusty Jones/AP)","width":3700,"height":2081,"image_type":"photograph","aspect_ratio":1.77799135031235,"provenance":"additional_properties.lead_art"},"teaser":"Kristaps Porzingis danced around the arc in a red shooting shirt Sunday as Kentavious Caldwell-Pope worked across from him, headphones in. Both looked as focused as they would before any game, but the light shooting session was as close as either would get to the basket all afternoon."},"headlines":{"basic":"Kristaps Porzingis eyes the future as the Wizards’ year ends with one last loss"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"WWRKCXDGP5CW7ILJJPRMKTY7IA","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/WWRKCXDGP5CW7ILJJPRMKTY7IA.jpg","width":3700,"height":2081,"credits_caption_display":"(Rusty Jones/AP)","credits_display":"(Rusty Jones/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Rusty Jones","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-11T01:40:57.546Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":"Hornets 124, Wizards 108"},"subtype":"default","taxonomy":{"primary_site":{"description":"Washington Wizards news from The Washington Post.","name":"Washington Wizards","_id":"/sports/wizards"},"primary_section":{"name":"Washington Wizards","_id":"/sports/wizards"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID YU7VSU4YQFF5BLQUHE7M2Z7G7Y","slug":"created-from-template-id-YU7VSU4YQFF5BLQUHE7M2Z7G7Y"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Wizards"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nba"},"type":"story","website_url":"/sports/2022/04/10/kristaps-porzingis-wizards-future/"},{"_id":"HL3ODLG4ZVCNVIYPAF3MJQAAWE","additional_properties":{},"label":{"transparency":{"text":"Perspective"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/10/washington-wizards-vision-future/","credits":{"by":[{"_id":"bucknerc","name":"Candace Buckner","url":"https://www.washingtonpost.com/people/candace-buckner/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Candace Buckner"}}}]},"description":{"basic":"In a season of low expectations, the Wizards still managed to disappoint."},"display_date":"2022-04-10T08:55:15.764Z","fusion_additions":{"count_info":{"count":4},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/10/washington-wizards-vision-future/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/10/washington-wizards-vision-future/"}},"promo_image":{"_id":"YOBGIP35RNHYBBJ5DWXOJV7JCA","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/YOBGIP35RNHYBBJ5DWXOJV7JCA.jpg","credits_display":"(Jonathan Newton/The Washington Post)","credits_caption_display":"(Jonathan Newton/The Washington Post)","width":4522,"height":2544,"image_type":"photograph","aspect_ratio":1.7775157232704402,"provenance":"additional_properties.lead_art"},"teaser":"On Fan Appreciation Night during the last home game of the 2021-2022 season, the Washington Wizards were in a giving mood. Pretty much anything that was not nailed down — a Thomas Bryant bobblehead, tons of free T-shirts, the lead guard spot in the starting lineup — the Wizards decided to give away. The lucky and loyal fans, who showed up on a Friday night when there surely must have been better things to do than bid adieu to a lottery team, reaped a bonanza of freebies."},"headlines":{"basic":"The Wizards appreciate their fans, but the product is depreciating"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"YOBGIP35RNHYBBJ5DWXOJV7JCA","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/YOBGIP35RNHYBBJ5DWXOJV7JCA.jpg","width":4522,"height":2544,"credits_caption_display":"(Jonathan Newton/The Washington Post)","credits_display":"(Jonathan Newton/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Jonathan Newton","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-10T14:00:25.421Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Washington Wizards news from The Washington Post.","name":"Washington Wizards","_id":"/sports/wizards"},"primary_section":{"name":"Washington Wizards","_id":"/sports/wizards"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID YU7VSU4YQFF5BLQUHE7M2Z7G7Y","slug":"created-from-template-id-YU7VSU4YQFF5BLQUHE7M2Z7G7Y"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Wizards"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nba"},"type":"story","website_url":"/sports/2022/04/10/washington-wizards-vision-future/"}],"next":{"properties":{"endpoint":"https://prism.ext.nile.works/api/v1/content/get","params":{"limit":"4","offset":"4","url":"prism://prism.query/site,/sports/wizards"},"url":"https://prism.ext.nile.works/api/v1/content/get?url=prism%3A%2F%2Fprism.query%2Fsite%2C%2Fsports%2Fwizards\u0026offset=4\u0026limit=4"},"url":"prism://prism.query/site,/sports/wizards\u0026offset=4\u0026limit=4"}},"{\"source\":\"prism-section\",\"query\":{\"limit\":\"4\",\"offset\":\"0\",\"section\":\"/sports/colleges/football\",\"env\":\"prod\"}}":{"_id":"4dMfPzdjEjk1zCQDo0GxeA==","count":235,"items":[{"_id":"DGHN2PKBH5DVRFJOIXY6XE3MPQ","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/01/colin-kaepernick-michigan-spring-game/","credits":{"by":[{"_id":"bielerda","name":"Des Bieler","url":"https://www.washingtonpost.com/people/des-bieler/","org":"Washington, D.C."}]},"description":{"basic":"The former 49ers quarterback, who played under Wolverines Coach Jim Harbaugh in San Francisco, was also named an honorary captain for the school's annual intrasquad scrimmage."},"display_date":"2022-04-01T11:00:17.617Z","fusion_additions":{"count_info":{"count":1},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/01/colin-kaepernick-michigan-spring-game/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/01/colin-kaepernick-michigan-spring-game/"}},"promo_image":{"_id":"6WA75O3NJZBVFKCXHHWN2OZGYU","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/6WA75O3NJZBVFKCXHHWN2OZGYU.jpg","credits_display":"(Todd Kirkland/AP)","credits_caption_display":"(Todd Kirkland/AP)","width":3398,"height":1911,"aspect_ratio":1.7781266352694924,"provenance":"additional_properties.lead_art"},"teaser":"In addition to serving as an honorary captain for Michigan football’s spring game Saturday, Colin Kaepernick will stage a throwing exhibition at halftime."},"headlines":{"basic":"Colin Kaepernick to throw passes at halftime of Michigan spring game"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"6WA75O3NJZBVFKCXHHWN2OZGYU","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/6WA75O3NJZBVFKCXHHWN2OZGYU.jpg","width":3398,"height":1911,"credits_caption_display":"(Todd Kirkland/AP)","credits_display":"(Todd Kirkland/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Todd Kirkland","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-01T14:51:52.359Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Washington Post coverage of the National Football League.","name":"NFL","_id":"/sports/nfl"},"primary_section":{"name":"NFL","_id":"/sports/nfl"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID P5NEJRTYFBH3RO3PIBYHMMAI3U","slug":"created-from-template-id-P5NEJRTYFBH3RO3PIBYHMMAI3U"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NFL"},{"name":"Sports"},{"name":"College Football"}]},"tracking":{"commercial_node":"/sports/nfl"},"type":"story","website_url":"/sports/2022/04/01/colin-kaepernick-michigan-spring-game/"},{"_id":"5UILDYEESBABJHAUUHAKZOTKKA","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/03/29/maryland-football-spring-practice/","credits":{"by":[{"_id":"giambalvoe","name":"Emily Giambalvo","url":"https://www.washingtonpost.com/people/emily-giambalvo/","org":"Washington, D.C."}]},"description":{"basic":"Coach Michael Locksley said he wants his group to take “the next step” after a 7-6 campaign."},"display_date":"2022-03-29T22:25:10.855Z","fusion_additions":{"count_info":{"count":2},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/03/29/maryland-football-spring-practice/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/03/29/maryland-football-spring-practice/"}},"promo_image":{"_id":"E6TWOHFPUYI6ZHN5BVDATVCMDQ","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/E6TWOHFPUYI6ZHN5BVDATVCMDQ.jpg","credits_display":"(Jonathan Newton/The Washington Post)","credits_caption_display":"Maryland quarterback Taulia Tagovailoa is firmly entrenched as the starter entering his third season with the Terps. (Jonathan Newton/The Washington Post)","width":4141,"height":2852,"aspect_ratio":1.4519635343618513,"provenance":"additional_properties.lead_art"},"teaser":"Last season, the Maryland football team gave Coach Michael Locksley and the fan base evidence of progress: The Terrapins performed at their best in a critical road game to become bowl eligible and then went on to secure a winning record with a Pinstripe Bowl victory. Maryland is still far behind the powers of the Big Ten, but Locksley has elevated the program in his three years with solid recruiting, a talented quarterback and newfound stability."},"headlines":{"basic":"Maryland begins spring football practice with QB stability, key departure"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"E6TWOHFPUYI6ZHN5BVDATVCMDQ","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/E6TWOHFPUYI6ZHN5BVDATVCMDQ.jpg","width":4141,"height":2852,"credits_caption_display":"Maryland quarterback Taulia Tagovailoa is firmly entrenched as the starter entering his third season with the Terps. (Jonathan Newton/The Washington Post)","credits_display":"(Jonathan Newton/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Jonathan Newton","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-03-29T23:01:36.006Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Washington Post coverage of Maryland Terrapins sports.","name":"Maryland Terrapins","_id":"/sports/colleges/maryland"},"primary_section":{"name":"Maryland Terrapins","_id":"/sports/colleges/maryland"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID KTCW3RJARJHXXP2UTQBSA3KFQY","slug":"created-from-template-id-KTCW3RJARJHXXP2UTQBSA3KFQY"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"College Football"},{"name":"College Sports"},{"name":"Sports"},{"name":"Maryland Terrapins"}]},"tracking":{"commercial_node":"/sports/college-sports"},"type":"story","website_url":"/sports/2022/03/29/maryland-football-spring-practice/"},{"_id":"JYNXRZJILJAYJI4MUZCIOMA72A","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/02/28/art-briles-steps-down-grambling/","credits":{"by":[{"_id":"bielerda","name":"Des Bieler","url":"https://www.washingtonpost.com/people/des-bieler/","org":"Washington, D.C."}]},"description":{"basic":"\"I feel that my continued presence will be a distraction to you and your team, which is the last thing that I want,\" Art Briles, who was hired by Grambling Coach Hue Jackson, said in a statement."},"display_date":"2022-03-01T01:39:57.238Z","fusion_additions":{"count_info":{"count":3},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/02/28/art-briles-steps-down-grambling/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/02/28/art-briles-steps-down-grambling/"}},"promo_image":{"_id":"GDGLNW2W3FDUVIC346WZAMH3XA","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/GDGLNW2W3FDUVIC346WZAMH3XA.jpg","credits_display":"(LM Otero/AP)","credits_caption_display":"(LM Otero/AP)","width":4122,"height":2319,"aspect_ratio":1.777490297542044,"provenance":"additional_properties.lead_art"},"teaser":"Just days after being hired to be Grambling’s offensive coordinator, Art Briles stepped down from the position. The former Baylor head coach, who was fired from the school in 2016 amid criticism of his handling of sexual assault allegations against a number of his players, said in a statement Monday that he didn’t want to be a distraction for Grambling’s program."},"headlines":{"basic":"Art Briles steps down as Grambling’s offensive coordinator days after being hired"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"GDGLNW2W3FDUVIC346WZAMH3XA","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/GDGLNW2W3FDUVIC346WZAMH3XA.jpg","width":4122,"height":2319,"credits_caption_display":"(LM Otero/AP)","credits_display":"(LM Otero/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"LM Otero","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-03-10T16:13:09.613Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":null,"name":"College Football","_id":"/sports/colleges/football"},"primary_section":{"name":"College Football","_id":"/sports/colleges/football"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"methode-draft","slug":"methode-draft"},{"text":"Created from Template ID O2U4X2VDMBFWFBI6LUYLM62Z6U","slug":"created-from-template-id-O2U4X2VDMBFWFBI6LUYLM62Z6U"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"College Sports"},{"name":"Sports"},{"name":"College Football"}]},"tracking":{"commercial_node":"/sports/colleges/football"},"type":"story","website_url":"/sports/2022/02/28/art-briles-steps-down-grambling/"},{"_id":"BVM2DRXO5RB4JAV5QT7IIDON4M","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/02/24/art-briles-grambling-state/","credits":{"by":[{"_id":"Goldena","name":"Andrew Golden","url":"https://www.washingtonpost.com/people/andrew-golden/","org":"Washington, D.C."},{"_id":"jhabvalan","name":"Nicki Jhabvala","url":"https://www.washingtonpost.com/people/nicki-jhabvala/","org":"Washington, D.C."}]},"description":{"basic":"Art Briles returns to the college coaching ranks for the first time since he was fired by Baylor in 2016."},"display_date":"2022-02-24T23:35:08.483Z","fusion_additions":{"count_info":{"count":4},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/02/24/art-briles-grambling-state/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/02/24/art-briles-grambling-state/"}},"promo_image":{"_id":"CKR2ODVPSNAYJACOVQRNXQNZPI","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/CKR2ODVPSNAYJACOVQRNXQNZPI.jpg","credits_display":"(LM Otero/AP)","credits_caption_display":"(LM Otero/AP)","width":3187,"height":1793,"image_type":"photograph","aspect_ratio":1.777467930842164,"provenance":"additional_properties.lead_art"},"teaser":"Grambling State University hired Art Briles as its offensive coordinator, a school spokesperson confirmed Thursday, bringing Briles back into the college coaching ranks for the first time since Baylor fired him for his handling of sexual assault allegations against his players."},"headlines":{"basic":"Grambling hires Art Briles, who coached Baylor during scandal, as offensive coordinator"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"CKR2ODVPSNAYJACOVQRNXQNZPI","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/CKR2ODVPSNAYJACOVQRNXQNZPI.jpg","width":3187,"height":1793,"credits_caption_display":"(LM Otero/AP)","credits_display":"(LM Otero/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"LM Otero","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-02-24T23:53:24.856Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":null,"name":"College Football","_id":"/sports/colleges/football"},"primary_section":{"name":"College Football","_id":"/sports/colleges/football"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID KTCW3RJARJHXXP2UTQBSA3KFQY","slug":"created-from-template-id-KTCW3RJARJHXXP2UTQBSA3KFQY"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"College Football"},{"name":"College Sports"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/colleges/football"},"type":"story","website_url":"/sports/2022/02/24/art-briles-grambling-state/"}],"next":{"properties":{"endpoint":"https://prism.ext.nile.works/api/v1/content/get","params":{"limit":"4","offset":"4","url":"prism://prism.query/site,/sports/colleges/football"},"url":"https://prism.ext.nile.works/api/v1/content/get?url=prism%3A%2F%2Fprism.query%2Fsite%2C%2Fsports%2Fcolleges%2Ffootball\u0026offset=4\u0026limit=4"},"url":"prism://prism.query/site,/sports/colleges/football\u0026offset=4\u0026limit=4"}},"{\"source\":\"wsk-collection\",\"query\":{\"id\":\"3KG4SECCO5G5JEIMTGZOSQ4WHU\",\"limit\":\"4\",\"offset\":\"0\",\"env\":\"prod\"}}":{"_id":"3KG4SECCO5G5JEIMTGZOSQ4WHU","description":{"basic":"2022 men's NCAA tournament coverage"},"headlines":{"basic":"More on the men's NCAA tournament"},"items":[{"_id":"ZKK5MI3MO5EY3LNVRO2EOAOKPQ","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/04/kansas-wins-national-championship/","credits":{"by":[{"_id":"CULPEPPERCR","name":"Chuck Culpepper","url":"https://www.washingtonpost.com/people/chuck-culpepper/","org":"Washington, D.C."}]},"description":{"basic":"It’s the second national championship for Kansas Coach Bill Self, who also led the Jayhawks to the title in 2008. "},"display_date":"2022-04-05T06:14:58.157Z","fusion_additions":{"count_info":{"count":1},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/04/kansas-wins-national-championship/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/04/kansas-wins-national-championship/"}},"promo_image":{"_id":"U4B7LX6Q2ZHINORSWMFAJYMLKQ","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/U4B7LX6Q2ZHINORSWMFAJYMLKQ.jpg","credits_display":"(Tom Pennington/Getty Images)","credits_caption_display":"(Tom Pennington/Getty Images)","width":5374,"height":3023,"image_type":"photograph","aspect_ratio":1.7777042672841548,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Kansas makes stunning second-half comeback to win national title"},"promo_items":{"basic":{"_id":"U4B7LX6Q2ZHINORSWMFAJYMLKQ","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/U4B7LX6Q2ZHINORSWMFAJYMLKQ.jpg","width":5374,"height":3023,"credits_caption_display":"(Tom Pennington/Getty Images)","credits_display":"(Tom Pennington/Getty Images)","caption":"","copyright":"Getty Images","credits":{"by":[{"name":"Tom Pennington","org":"Getty Images","type":"author"}],"affiliation":[{"name":"Getty Images"}]}}},"publish_date":"2022-04-05T13:45:52.858Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":null,"name":"College Basketball","_id":"/sports/colleges/basketball"},"primary_section":{"name":"College Basketball","_id":"/sports/colleges/basketball"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"magnet-marchmadness2022","slug":"magnet-marchmadness2022"},{"text":"Created from Template ID PEGNVSL2FJCNTOAELBYSM3TGBY","slug":"created-from-template-id-PEGNVSL2FJCNTOAELBYSM3TGBY"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"College Sports"},{"name":"Sports"},{"name":"College Basketball"}]},"type":"story"},{"_id":"QOVOWYC6EBCXXA5BUFJUIWNG4Q","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/05/kansas-veterans-champs/","credits":{"by":[{"_id":"giambalvoe","name":"Emily Giambalvo","url":"https://www.washingtonpost.com/people/emily-giambalvo/","org":"Washington, D.C."}]},"description":{"basic":"Overlooked veterans such as David McCormack and Ochai Agbaji personified how this version of Kansas dominance was built."},"display_date":"2022-04-05T05:56:06.216Z","fusion_additions":{"count_info":{"count":2},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/05/kansas-veterans-champs/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/05/kansas-veterans-champs/"}},"promo_image":{"_id":"AOHFRM6EVBBOZI6XGOM6DJUOBY","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/AOHFRM6EVBBOZI6XGOM6DJUOBY.jpg","credits_display":"(Tom Pennington/Getty Images)","credits_caption_display":"(Tom Pennington/Getty Images)","width":2321,"height":1306,"image_type":"photograph","aspect_ratio":1.7771822358346094,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"These Jayhawks weren’t top recruits, but they evolved into champions"},"promo_items":{"basic":{"_id":"AOHFRM6EVBBOZI6XGOM6DJUOBY","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/AOHFRM6EVBBOZI6XGOM6DJUOBY.jpg","width":2321,"height":1306,"credits_caption_display":"(Tom Pennington/Getty Images)","credits_display":"(Tom Pennington/Getty Images)","caption":"","copyright":"Getty Images","credits":{"by":[{"name":"Tom Pennington","org":"Getty Images","type":"author"}],"affiliation":[{"name":"Getty Images"}]}}},"publish_date":"2022-04-05T23:01:52.253Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":null,"name":"College Basketball","_id":"/sports/colleges/basketball"},"primary_section":{"name":"College Basketball","_id":"/sports/colleges/basketball"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"magnet-marchmadness2022","slug":"magnet-marchmadness2022"},{"text":"Created from Template ID PEGNVSL2FJCNTOAELBYSM3TGBY","slug":"created-from-template-id-PEGNVSL2FJCNTOAELBYSM3TGBY"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"College Sports"},{"name":"Sports"},{"name":"College Basketball"}]},"type":"story"},{"_id":"TCE77EZF7JCKLCL6DZ6MO7K7JI","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/03/with-coach-k-gone-bill-self-could-be-new-voice-college-hoops/","credits":{"by":[{"_id":"svrlugabw","name":"Barry Svrluga","url":"https://www.washingtonpost.com/people/barry-svrluga/","org":"Washington, D.C."}]},"description":{"basic":"The Kansas coach's words matter to college basketball — another national championship or not."},"display_date":"2022-04-03T21:45:49.660Z","fusion_additions":{"count_info":{"count":3},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/03/with-coach-k-gone-bill-self-could-be-new-voice-college-hoops/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/03/with-coach-k-gone-bill-self-could-be-new-voice-college-hoops/"}},"promo_image":{"_id":"BN3V4CVTOMI6ZA2YECVBMNK7WQ","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/BN3V4CVTOMI6ZA2YECVBMNK7WQ.jpg","credits_display":"(David J. Phillip/AP)","credits_caption_display":"(David J. Phillip/AP)","width":4800,"height":3200,"aspect_ratio":1.5,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"With Coach K gone, Bill Self could be the new voice of college hoops"},"promo_items":{"basic":{"_id":"BN3V4CVTOMI6ZA2YECVBMNK7WQ","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/BN3V4CVTOMI6ZA2YECVBMNK7WQ.jpg","width":4800,"height":3200,"credits_caption_display":"(David J. Phillip/AP)","credits_display":"(David J. Phillip/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"David J. Phillip","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-04T17:47:29.319Z","subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":null,"name":"College Basketball","_id":"/sports/colleges/basketball"},"primary_section":{"name":"College Basketball","_id":"/sports/colleges/basketball"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"magnet-marchmadness2022","slug":"magnet-marchmadness2022"},{"text":"Created from Template ID PEGNVSL2FJCNTOAELBYSM3TGBY","slug":"created-from-template-id-PEGNVSL2FJCNTOAELBYSM3TGBY"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"College Sports"},{"name":"Sports"},{"name":"College Basketball"}]},"type":"story"},{"_id":"C5OO7AJGFND2HMP3WXMJTKHKEI","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"/sports/2022/04/03/yes-unc-duke-was-epic-no-it-wasnt-final-scene-this-movie/","credits":{"by":[{"_id":"CULPEPPERCR","name":"Chuck Culpepper","url":"https://www.washingtonpost.com/people/chuck-culpepper/","org":"Washington, D.C."}]},"description":{"basic":"North Carolina vs. Kansas for the national title is an afterthought? Now, that’s Madness."},"display_date":"2022-04-03T22:45:45.425Z","fusion_additions":{"count_info":{"count":4},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/03/yes-unc-duke-was-epic-no-it-wasnt-final-scene-this-movie/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/03/yes-unc-duke-was-epic-no-it-wasnt-final-scene-this-movie/"}},"promo_image":{"_id":"YNSSI3MIL5AUPDESUB7NCOLBWY","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/YNSSI3MIL5AUPDESUB7NCOLBWY.jpg","credits_display":"(David J. Phillip/AP)","credits_caption_display":"(David J. Phillip/AP)","width":8640,"height":4860,"image_type":"photograph","aspect_ratio":1.7777777777777777,"provenance":"additional_properties.lead_art"},"teaser":""},"headlines":{"basic":"Yes, UNC-Duke was epic. No, it wasn’t the final scene of this movie."},"promo_items":{"basic":{"_id":"YNSSI3MIL5AUPDESUB7NCOLBWY","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/YNSSI3MIL5AUPDESUB7NCOLBWY.jpg","width":8640,"height":4860,"credits_caption_display":"(David J. Phillip/AP)","credits_display":"(David J. Phillip/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"David J. Phillip","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-04T14:46:05.545Z","subheadlines":{"basic":"North Carolina vs. Kansas for the national title is almost afterthought"},"subtype":"default","taxonomy":{"primary_site":{"description":null,"name":"College Basketball","_id":"/sports/colleges/basketball"},"primary_section":{"name":"College Basketball","_id":"/sports/colleges/basketball"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"magnet-marchmadness2022","slug":"magnet-marchmadness2022"},{"text":"Created from Template ID PEGNVSL2FJCNTOAELBYSM3TGBY","slug":"created-from-template-id-PEGNVSL2FJCNTOAELBYSM3TGBY"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"College Sports"},{"name":"Sports"},{"name":"College Basketball"}]},"type":"story"}],"type":"collection"},"{\"source\":\"prism-section\",\"query\":{\"limit\":\"4\",\"offset\":\"0\",\"section\":\"sports/soccer\",\"env\":\"prod\"}}":{"_id":"4dMfPzdjEjk1zCQDo0GxeA==","count":5132,"items":[{"_id":"YG6CTF6XNRE4TEJ5XNZ7EJ3UOQ","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/20/hernan-losada-fired-dc-united/","credits":{"by":[{"_id":"goffs","name":"Steven Goff","url":"https://www.washingtonpost.com/people/steven-goff/","org":"Washington, D.C."}]},"description":{"basic":"In a text message, Losada said he needed time to process the team’s decision. “I’m still in shock,” he added."},"display_date":"2022-04-20T21:07:30.063Z","fusion_additions":{"count_info":{"count":1},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/hernan-losada-fired-dc-united/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/hernan-losada-fired-dc-united/"}},"promo_image":{"_id":"VCCPGB56URF43DXFCPKUPNVESM","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/VCCPGB56URF43DXFCPKUPNVESM.jpg","credits_display":"(Katherine Frey/The Washington Post)","credits_caption_display":"(Katherine Frey/The Washington Post)","width":2511,"height":1412,"aspect_ratio":1.778328611898017,"provenance":"additional_properties.lead_art"},"teaser":"D.C. United fired coach Hernán Losada on Wednesday, barely over a year into a tenure that showed promise last season but sputtered this spring amid cracks in his relationships with some players and the front office."},"headlines":{"basic":"D.C. United fires coach Hernán Losada after sluggish start to season"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"VCCPGB56URF43DXFCPKUPNVESM","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/VCCPGB56URF43DXFCPKUPNVESM.jpg","width":2511,"height":1412,"credits_caption_display":"(Katherine Frey/The Washington Post)","credits_display":"(Katherine Frey/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Katherine Frey","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-20T23:02:18.507Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for DC United and MLS soccer news and information. Get the latest schedules, stats, rosters and scoreboards for Major League Soccer. Stay updated on the latest D.C. United and MLS news!","name":"Soccer","_id":"/sports/soccer"},"primary_section":{"name":"Soccer","_id":"/sports/soccer"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID ZY44JWVHTFHMJNF2KO6IGNCC7E","slug":"created-from-template-id-ZY44JWVHTFHMJNF2KO6IGNCC7E"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Soccer"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/soccer"},"type":"story","website_url":"/sports/2022/04/20/hernan-losada-fired-dc-united/"},{"_id":"ZXQZQMUPRJCQHIIWBYDZMBVJ3M","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/19/dc-united-flower-city-us-open-cup/","credits":{"by":[{"_id":"goffs","name":"Steven Goff","url":"https://www.washingtonpost.com/people/steven-goff/","org":"Washington, D.C."}]},"description":{"basic":"Ola Kamara scored twice and added an assist in the final 17 minutes as the MLS squad dodged an upset and advanced to the round of 32."},"display_date":"2022-04-20T02:40:40.221Z","fusion_additions":{"count_info":{"count":2},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/19/dc-united-flower-city-us-open-cup/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/19/dc-united-flower-city-us-open-cup/"}},"promo_image":{"_id":"QYB4FEAKPFFSRJHXDUB4L4KESQ","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/QYB4FEAKPFFSRJHXDUB4L4KESQ.jpg","credits_display":"(D.C. United)","credits_caption_display":"(D.C. United)","width":1494,"height":841,"image_type":"photograph","aspect_ratio":1.7764565992865635,"provenance":"additional_properties.lead_art"},"teaser":"Featuring clubs big and small, pro and amateur, often clashing off soccer’s beaten path, the U.S. Open Cup has been a lightly recognized sports treasure for more than 100 years."},"headlines":{"basic":"D.C. United surges late for a 3-0 win over Flower City in the U.S. Open Cup"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"QYB4FEAKPFFSRJHXDUB4L4KESQ","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/QYB4FEAKPFFSRJHXDUB4L4KESQ.jpg","width":1494,"height":841,"credits_caption_display":"(D.C. United)","credits_display":"(D.C. United)","caption":"","copyright":"D.C. United","credits":{"by":[{"name":"D.C. United","type":"author"}],"affiliation":[{"name":"D.C. United"}]}}},"publish_date":"2022-04-20T02:56:32.733Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for DC United and MLS soccer news and information. Get the latest schedules, stats, rosters and scoreboards for Major League Soccer. Stay updated on the latest D.C. United and MLS news!","name":"Soccer","_id":"/sports/soccer"},"primary_section":{"name":"Soccer","_id":"/sports/soccer"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID ZY44JWVHTFHMJNF2KO6IGNCC7E","slug":"created-from-template-id-ZY44JWVHTFHMJNF2KO6IGNCC7E"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Soccer"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/soccer"},"type":"story","website_url":"/sports/2022/04/19/dc-united-flower-city-us-open-cup/"},{"_id":"2WACKOR4EBAR7OHDYYIFCMVOBY","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/19/cristiano-ronaldo-newborn-son/","credits":{"by":[{"_id":"borenca","name":"Cindy Boren","url":"https://www.washingtonpost.com/people/cindy-boren/","org":"Washington, D.C."}]},"description":{"basic":"The Manchester United star, who missed Tuesday's Premier League match against Liverpool, and Georgina Rodriguez said the baby's twin sister \"gives us strength.\""},"display_date":"2022-04-19T19:47:33.595Z","fusion_additions":{"count_info":{"count":3},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/19/cristiano-ronaldo-newborn-son/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/19/cristiano-ronaldo-newborn-son/"}},"promo_image":{"_id":"XVFEYL7X2ZDTHNJBTJJQM6RJQQ","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/XVFEYL7X2ZDTHNJBTJJQM6RJQQ.jpg","credits_display":"(Luca Bruno/AP)","credits_caption_display":"(Luca Bruno/AP)","width":2000,"height":1125,"image_type":"photograph","aspect_ratio":1.7777777777777777,"provenance":"additional_properties.lead_art"},"teaser":"Soccer superstar Cristiano Ronaldo and his partner, Georgina Rodriguez, announced Monday that their baby son has died, calling it “the greatest pain that any parents can feel.”"},"headlines":{"basic":"Cristiano Ronaldo and his partner announce death of their newborn son"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"XVFEYL7X2ZDTHNJBTJJQM6RJQQ","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/XVFEYL7X2ZDTHNJBTJJQM6RJQQ.jpg","width":2000,"height":1125,"credits_caption_display":"(Luca Bruno/AP)","credits_display":"(Luca Bruno/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Luca Bruno","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-20T03:22:36.615Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for DC United and MLS soccer news and information. Get the latest schedules, stats, rosters and scoreboards for Major League Soccer. Stay updated on the latest D.C. United and MLS news!","name":"Soccer","_id":"/sports/soccer"},"primary_section":{"name":"Soccer","_id":"/sports/soccer"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID ZY44JWVHTFHMJNF2KO6IGNCC7E","slug":"created-from-template-id-ZY44JWVHTFHMJNF2KO6IGNCC7E"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Soccer"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/soccer"},"type":"story","website_url":"/sports/2022/04/19/cristiano-ronaldo-newborn-son/"},{"_id":"O37JKT6E2NG4BNY6TRTR6S2GNY","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/17/washington-spirit-gotham-fc-trinity-rodman/","credits":{"by":[{"_id":"goffs","name":"Steven Goff","url":"https://www.washingtonpost.com/people/steven-goff/","org":"Washington, D.C."}]},"description":{"basic":"Washington improved to 11-0-6 since mid-August and remains in contention for the Challenge Cup semifinals."},"display_date":"2022-04-17T23:26:51.812Z","fusion_additions":{"count_info":{"count":4},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/17/washington-spirit-gotham-fc-trinity-rodman/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/17/washington-spirit-gotham-fc-trinity-rodman/"}},"promo_image":{"_id":"RSEUJGV6RMI6ZNO7D65GDJTMOU","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/RSEUJGV6RMI6ZNO7D65GDJTMOU.jpg","credits_display":"(Tim Nwachukwu/Getty Images)","credits_caption_display":"Trinity Rodman celebrates 39th-minute goal at Red Bull Arena in Harrison, N.J. (Tim Nwachukwu/Getty Images)","width":3534,"height":2356,"aspect_ratio":1.5,"provenance":"additional_properties.lead_art"},"teaser":"With Trinity Rodman continuing her scoring surge Sunday, the Washington Spirit remained unbeaten in competitive matches since August and stayed in contention for a semifinal berth in the Challenge Cup, the National Women’s Soccer League’s preseason tournament."},"headlines":{"basic":"Trinity Rodman, Spirit continue surge with 3-1 victory over Gotham FC"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"RSEUJGV6RMI6ZNO7D65GDJTMOU","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/RSEUJGV6RMI6ZNO7D65GDJTMOU.jpg","width":3534,"height":2356,"credits_caption_display":"Trinity Rodman celebrates 39th-minute goal at Red Bull Arena in Harrison, N.J. (Tim Nwachukwu/Getty Images)","credits_display":"(Tim Nwachukwu/Getty Images)","caption":"","copyright":"Getty Images","credits":{"by":[{"name":"Tim Nwachukwu","org":"Getty Images","type":"author"}],"affiliation":[{"name":"Getty Images"}]}}},"publish_date":"2022-04-18T01:14:58.380Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":"Win leaves Washington unbeaten on the field since August and in contention for Challenge Cup semifinals"},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for DC United and MLS soccer news and information. Get the latest schedules, stats, rosters and scoreboards for Major League Soccer. Stay updated on the latest D.C. United and MLS news!","name":"Soccer","_id":"/sports/soccer"},"primary_section":{"name":"Soccer","_id":"/sports/soccer"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID ZY44JWVHTFHMJNF2KO6IGNCC7E","slug":"created-from-template-id-ZY44JWVHTFHMJNF2KO6IGNCC7E"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Soccer"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/soccer"},"type":"story","website_url":"/sports/2022/04/17/washington-spirit-gotham-fc-trinity-rodman/"}],"next":{"properties":{"endpoint":"https://prism.ext.nile.works/api/v1/content/get","params":{"limit":"4","offset":"4","url":"prism://prism.query/site,/sports/soccer"},"url":"https://prism.ext.nile.works/api/v1/content/get?url=prism%3A%2F%2Fprism.query%2Fsite%2C%2Fsports%2Fsoccer\u0026offset=4\u0026limit=4"},"url":"prism://prism.query/site,/sports/soccer\u0026offset=4\u0026limit=4"}},"{\"source\":\"prism-section\",\"query\":{\"limit\":\"4\",\"offset\":\"0\",\"section\":\"/sports/wnba/\",\"env\":\"prod\"}}":{"_id":"4dMfPzdjEjk1zCQDo0GxeA==","count":444,"items":[{"_id":"HUDSJHQ4GBHRRKQPATOTRPCYGQ","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/20/christyn-williams-knee-injury-mystics/","credits":{"by":[{"_id":"wallacea","name":"Ava Wallace","url":"https://www.washingtonpost.com/people/ava-wallace/","org":"Washington, D.C."}]},"description":{"basic":"The rookie guard was injured during training camp Tuesday."},"display_date":"2022-04-20T21:11:25.253Z","fusion_additions":{"count_info":{"count":1},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/christyn-williams-knee-injury-mystics/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/christyn-williams-knee-injury-mystics/"}},"promo_image":{"_id":"JKRX54FVNJFHTJMBY35RGI5UXI","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/JKRX54FVNJFHTJMBY35RGI5UXI.jpg","credits_display":"(Katherine Frey/The Washington Post)","credits_caption_display":"(Katherine Frey/The Washington Post)","width":4598,"height":2586,"image_type":"photograph","aspect_ratio":1.7780355761794278,"provenance":"additional_properties.lead_art"},"teaser":"For the second time in four years, the Washington Mystics will be down a draft pick to start the season. Christyn Williams, a 5-foot-11 guard out of Connecticut whom the Mystics selected in the second round this month, suffered a season-ending knee injury at practice Tuesday. The Mystics did not disclose the precise nature of Williams’s injury, but she will have surgery, and there is no timetable for her return."},"headlines":{"basic":"Christyn Williams, Mystics’ second-round pick, will miss season with knee injury"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"JKRX54FVNJFHTJMBY35RGI5UXI","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/JKRX54FVNJFHTJMBY35RGI5UXI.jpg","width":4598,"height":2586,"credits_caption_display":"(Katherine Frey/The Washington Post)","credits_display":"(Katherine Frey/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Katherine Frey","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-20T23:41:36.038Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for Washington Mystics and WNBA basketball news and information. Get the latest schedules, stats, rosters and scoreboards for the WNBA. Stay updated on the latest Washington Mystics and WNBA news!","name":"WNBA","_id":"/sports/wnba"},"primary_section":{"name":"WNBA","_id":"/sports/wnba"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID XIRQIAK36NDJLJYOGUTLLO2JXA","slug":"created-from-template-id-XIRQIAK36NDJLJYOGUTLLO2JXA"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"WNBA"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports"},"type":"story","website_url":"/sports/2022/04/20/christyn-williams-knee-injury-mystics/"},{"_id":"6WBUDV64DRFLHL3YLBCFYBKBRU","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/18/elena-delle-donne-is-back-mystics-are-championship-minded/","credits":{"by":[{"_id":"wallacea","name":"Ava Wallace","url":"https://www.washingtonpost.com/people/ava-wallace/","org":"Washington, D.C."}]},"description":{"basic":"Washington enters 2022 with plenty of similarities to the 2019 title team."},"display_date":"2022-04-18T20:41:15.741Z","fusion_additions":{"count_info":{"count":2},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/18/elena-delle-donne-is-back-mystics-are-championship-minded/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/18/elena-delle-donne-is-back-mystics-are-championship-minded/"}},"promo_image":{"_id":"5DHPA4FO4VA2LDYQGMS6ZPTDE4","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/5DHPA4FO4VA2LDYQGMS6ZPTDE4.jpg","credits_display":"(Katherine Frey/The Washington Post)","credits_caption_display":"(Katherine Frey/The Washington Post)","width":5017,"height":2822,"image_type":"photograph","aspect_ratio":1.7778171509567682,"provenance":"additional_properties.lead_art"},"teaser":"Elena Delle Donne caught herself as she sat in front of the mic during the Washington Mystics’ media day. She had been telling a story about getting lunch with Ariel Atkins and referred to the guard by the old nickname Kristi Toliver once gave her, “Little A.” Delle Donne stopped herself, trying to remember if Atkins minds the moniker all these years later."},"headlines":{"basic":"Elena Delle Donne is back, and the Mystics are championship-minded"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"5DHPA4FO4VA2LDYQGMS6ZPTDE4","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/5DHPA4FO4VA2LDYQGMS6ZPTDE4.jpg","width":5017,"height":2822,"credits_caption_display":"(Katherine Frey/The Washington Post)","credits_display":"(Katherine Frey/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Katherine Frey","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-19T00:23:20.784Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for Washington Mystics and WNBA basketball news and information. Get the latest schedules, stats, rosters and scoreboards for the WNBA. Stay updated on the latest Washington Mystics and WNBA news!","name":"WNBA","_id":"/sports/wnba"},"primary_section":{"name":"WNBA","_id":"/sports/wnba"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID YU7VSU4YQFF5BLQUHE7M2Z7G7Y","slug":"created-from-template-id-YU7VSU4YQFF5BLQUHE7M2Z7G7Y"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Sports"},{"name":"WNBA"}]},"tracking":{"commercial_node":"/sports/nba"},"type":"story","website_url":"/sports/2022/04/18/elena-delle-donne-is-back-mystics-are-championship-minded/"},{"_id":"Z22556H46JFENHN6Z2G63VQL5I","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/17/alysha-clark-mystics-rehab/","credits":{"by":[{"_id":"copelandk","name":"Kareem Copeland","url":"https://www.washingtonpost.com/people/kareem-copeland/","org":"Washington, D.C."}]},"description":{"basic":"She missed all of 2021 with the first season-ending injury of her career, but now the defensive ace ready is to restart as training camp opens Monday."},"display_date":"2022-04-17T11:30:05.257Z","fusion_additions":{"count_info":{"count":3},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/17/alysha-clark-mystics-rehab/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/17/alysha-clark-mystics-rehab/"}},"promo_image":{"_id":"AEZ7P6F2SYI6ZDAJ445PPYJNM4","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/AEZ7P6F2SYI6ZDAJ445PPYJNM4.jpg","credits_display":"(Michael A. McCoy/For The Washington Post)","credits_caption_display":"Washington Mystics forward Alysha Clark is back after missing last season with a foot injury. (Michael A. McCoy for The Washington Post)","width":4000,"height":2667,"aspect_ratio":1.4998125234345707,"provenance":"additional_properties.lead_art"},"teaser":"Alysha Clark is alone on the practice courts inside Entertainment and Sports Arena at 9 a.m. sharp, and this particular Tuesday is considered a late start for the two-time WNBA champion. Sporting Mystics gear from head to toe — blue shirt, red shorts, blue league logo socks pulled to her calves— Clark goes through stretches as others arrive to the building. She already has put in 30 minutes of prep work ahead of an hour on the court and a weight-room session with a physical therapist."},"headlines":{"basic":"Mystics counting on Alysha Clark to get back in championship form"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"AEZ7P6F2SYI6ZDAJ445PPYJNM4","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/AEZ7P6F2SYI6ZDAJ445PPYJNM4.jpg","width":4000,"height":2667,"credits_caption_display":"Washington Mystics forward Alysha Clark is back after missing last season with a foot injury. (Michael A. McCoy for The Washington Post)","credits_display":"(Michael A. McCoy/For The Washington Post)","caption":"","copyright":"Michael A. McCoy","credits":{"by":[{"name":"Michael A. McCoy","org":"For The Washington Post","type":"author"}],"affiliation":[{"name":"For The Washington Post"}]}}},"publish_date":"2022-04-18T01:10:53.145Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for Washington Mystics and WNBA basketball news and information. Get the latest schedules, stats, rosters and scoreboards for the WNBA. Stay updated on the latest Washington Mystics and WNBA news!","name":"WNBA","_id":"/sports/wnba"},"primary_section":{"name":"WNBA","_id":"/sports/wnba"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID 76IJPM6MVZBSHIUYVJD5HUPGTE","slug":"created-from-template-id-76IJPM6MVZBSHIUYVJD5HUPGTE"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Sports"},{"name":"WNBA"}]},"tracking":{"commercial_node":"/sports"},"type":"story","website_url":"/sports/2022/04/17/alysha-clark-mystics-rehab/"},{"_id":"DE5EVLJ4QRHYBPBNRRLLMJDQZA","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/11/shakira-austin-mystics-wnba-draft/","credits":{"by":[{"_id":"copelandk","name":"Kareem Copeland","url":"https://www.washingtonpost.com/people/kareem-copeland/","org":"Washington, D.C."}]},"description":{"basic":"Austin, who finished her college career at Mississippi, said starting her time in the WNBA \"back home\" is an honor."},"display_date":"2022-04-12T02:32:16.121Z","fusion_additions":{"count_info":{"count":4},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/11/shakira-austin-mystics-wnba-draft/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/11/shakira-austin-mystics-wnba-draft/"}},"promo_image":{"_id":"FDFRXQAH3JDLPKIJDRL2XIDXR4","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/FDFRXQAH3JDLPKIJDRL2XIDXR4.jpg","credits_display":"(Adam Hunger/AP)","credits_caption_display":"(Adam Hunger/AP)","width":5169,"height":2907,"image_type":"photograph","aspect_ratio":1.7781217750257998,"provenance":"additional_properties.lead_art"},"teaser":"There were no surprises at the top of the WNBA draft Monday night: Rhyne Howard, NaLyssa Smith and Shakira Austin went one-two-three."},"headlines":{"basic":"Mystics select ex-Maryland standout Shakira Austin in the WNBA draft"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"FDFRXQAH3JDLPKIJDRL2XIDXR4","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/FDFRXQAH3JDLPKIJDRL2XIDXR4.jpg","width":5169,"height":2907,"credits_caption_display":"(Adam Hunger/AP)","credits_display":"(Adam Hunger/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Adam Hunger","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-12T03:02:00.812Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for Washington Mystics and WNBA basketball news and information. Get the latest schedules, stats, rosters and scoreboards for the WNBA. Stay updated on the latest Washington Mystics and WNBA news!","name":"WNBA","_id":"/sports/wnba"},"primary_section":{"name":"WNBA","_id":"/sports/wnba"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID XIRQIAK36NDJLJYOGUTLLO2JXA","slug":"created-from-template-id-XIRQIAK36NDJLJYOGUTLLO2JXA"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"WNBA"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports"},"type":"story","website_url":"/sports/2022/04/11/shakira-austin-mystics-wnba-draft/"}],"next":{"properties":{"endpoint":"https://prism.ext.nile.works/api/v1/content/get","params":{"limit":"4","offset":"4","url":"prism://prism.query/site,/sports/wnba/"},"url":"https://prism.ext.nile.works/api/v1/content/get?url=prism%3A%2F%2Fprism.query%2Fsite%2C%2Fsports%2Fwnba%2F\u0026offset=4\u0026limit=4"},"url":"prism://prism.query/site,/sports/wnba/\u0026offset=4\u0026limit=4"}},"{\"source\":\"prism-section\",\"query\":{\"limit\":\"4\",\"offset\":\"0\",\"section\":\"sports/nhl\",\"env\":\"prod\"}}":{"_id":"4dMfPzdjEjk1zCQDo0GxeA==","count":314,"items":[{"_id":"HBKJHHNWN5C25NDMVQMKABXF5U","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/18/marshawn-lynch-seattle-kraken-macklemore/","credits":{"by":[{"_id":"bielerda","name":"Des Bieler","url":"https://www.washingtonpost.com/people/des-bieler/","org":"Washington, D.C."}]},"description":{"basic":"A star for many years with the Seahawks, the now-retired Lynch said it was \"only right I continue to plant seeds and give back\" to Seattle and join the ownership group of the NHL's Kraken."},"display_date":"2022-04-18T23:43:16.634Z","fusion_additions":{"count_info":{"count":1},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/18/marshawn-lynch-seattle-kraken-macklemore/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/18/marshawn-lynch-seattle-kraken-macklemore/"}},"promo_image":{"_id":"G6M466V7FAI6ZNO7D65GDJTMOU","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/G6M466V7FAI6ZNO7D65GDJTMOU.jpg","credits_display":"(Caean Couto/AP)","credits_caption_display":"“He’s intrigued with the idea of what’s it’s like to be an owner and the business side and the financing,” Kraken CEO Tod Leiweke said of Marshawn Lynch, shown at left with Macklemore. (Caean Couto/Seattle Kraken via AP)","width":6000,"height":3994,"aspect_ratio":1.5022533800701052,"provenance":"additional_properties.lead_art"},"teaser":"The Kraken’s inaugural season as an NHL expansion team may not be going as well as it hoped, but a recent expansion of its ownership group should prove quite pleasing to fans in Seattle. The Kraken announced Monday that it added former Seahawks running back Marshawn Lynch and locally based hip-hop star Macklemore as minority stakeholders."},"headlines":{"basic":"Marshawn Lynch becomes a minority investor in NHL’s Seattle Kraken"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"G6M466V7FAI6ZNO7D65GDJTMOU","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/G6M466V7FAI6ZNO7D65GDJTMOU.jpg","width":6000,"height":3994,"credits_caption_display":"“He’s intrigued with the idea of what’s it’s like to be an owner and the business side and the financing,” Kraken CEO Tod Leiweke said of Marshawn Lynch, shown at left with Macklemore. (Caean Couto/Seattle Kraken via AP)","credits_display":"(Caean Couto/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Caean Couto","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-19T00:17:48.711Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Capitals and NHL Hockey news \u0026amp; information. Get the latest schedules, stats, rosters and scoreboards for the NHL. Stay updated on the latest Washington Capitals and NHL news!","name":"NHL","_id":"/sports/nhl"},"primary_section":{"name":"NHL","_id":"/sports/nhl"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID 5JLISWE4P5AB5KMGQ3RX5B4FQM","slug":"created-from-template-id-5JLISWE4P5AB5KMGQ3RX5B4FQM"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NHL"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nhl"},"type":"story","website_url":"/sports/2022/04/18/marshawn-lynch-seattle-kraken-macklemore/"},{"_id":"L2PXFAYNIBBWJPBEBLU5ANTY4A","additional_properties":{},"label":{"transparency":{"text":"Perspective"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/16/mike-bossy-dies-appreciation/","credits":{"by":[{"_id":"feinsteinj","name":"John Feinstein","url":"https://www.washingtonpost.com/people/john-feinstein/"}]},"description":{"basic":"Mike Bossy's NHL career was relatively short. His accomplishments weren't. "},"display_date":"2022-04-16T18:48:39.157Z","fusion_additions":{"count_info":{"count":2},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/16/mike-bossy-dies-appreciation/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/16/mike-bossy-dies-appreciation/"}},"promo_image":{"_id":"Y3KNLRY6EFAUNA66KUNONIMG2U","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/Y3KNLRY6EFAUNA66KUNONIMG2U.jpg","credits_display":"(Richard Drew/AP)","credits_caption_display":"(Richard Drew/AP)","width":3250,"height":1828,"image_type":"photograph","aspect_ratio":1.7778993435448578,"provenance":"additional_properties.lead_art"},"teaser":"This has been a season of tragedy for the New York Islanders, and, sadly, it has nothing to do with the fact that they are going to miss the Stanley Cup playoffs."},"headlines":{"basic":"Mike Bossy was a hockey legend on the ice, and a sweetheart off it"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"Y3KNLRY6EFAUNA66KUNONIMG2U","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/Y3KNLRY6EFAUNA66KUNONIMG2U.jpg","width":3250,"height":1828,"credits_caption_display":"(Richard Drew/AP)","credits_display":"(Richard Drew/AP)","caption":"","copyright":"AP","credits":{"by":[{"name":"Richard Drew","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-17T01:21:12.319Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Capitals and NHL Hockey news \u0026amp; information. Get the latest schedules, stats, rosters and scoreboards for the NHL. Stay updated on the latest Washington Capitals and NHL news!","name":"NHL","_id":"/sports/nhl"},"primary_section":{"name":"NHL","_id":"/sports/nhl"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID 5JLISWE4P5AB5KMGQ3RX5B4FQM","slug":"created-from-template-id-5JLISWE4P5AB5KMGQ3RX5B4FQM"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NHL"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nhl"},"type":"story","website_url":"/sports/2022/04/16/mike-bossy-dies-appreciation/"},{"_id":"REFHXU5NEBBUZOWAWM6KYXAOCM","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/obituaries/2022/04/15/mike-bossy-hockey-islanders-dead/","credits":{"by":[{"_id":"sumnerba","name":"Ben Sumner","url":"https://www.washingtonpost.com/people/ben-sumner/","org":"Washington, D.C."}]},"description":{"basic":"He was one of the most prolific goal-scorers in National Hockey League history and led the New York team to four consecutive Stanley Cup victories in the early 1980s."},"display_date":"2022-04-15T13:47:12.724Z","fusion_additions":{"count_info":{"count":3},"links_to_use":{"basic":"https://www.washingtonpost.com/obituaries/2022/04/15/mike-bossy-hockey-islanders-dead/","dangerous":{"canonical":"https://www.washingtonpost.com/obituaries/2022/04/15/mike-bossy-hockey-islanders-dead/"}},"promo_image":{"_id":"76CM75FWW4I6ZA2YECVBMNK7WQ","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/76CM75FWW4I6ZA2YECVBMNK7WQ.jpg","credits_display":"(Richard Drew/AP)","credits_caption_display":"New York Islanders winger Mike Bossy cheers after his hat trick goal against the Pittsburgh Penguins in January 1981. (Richard Drew/AP)","width":3000,"height":2001,"aspect_ratio":1.4992503748125936,"provenance":"additional_properties.lead_art"},"teaser":"Mike Bossy, one of the most prolific goal-scorers in National Hockey League history, who led the New York Islanders to four consecutive Stanley Cup victories in the early 1980s, died April 14 in Montreal. He was 65."},"headlines":{"basic":"Mike Bossy, Islanders’ prolific Hall of Fame goal scorer, dies at 65"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"76CM75FWW4I6ZA2YECVBMNK7WQ","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/76CM75FWW4I6ZA2YECVBMNK7WQ.jpg","width":3000,"height":2001,"credits_caption_display":"New York Islanders winger Mike Bossy cheers after his hat trick goal against the Pittsburgh Penguins in January 1981. (Richard Drew/AP)","credits_display":"(Richard Drew/AP)","caption":"","copyright":"AP","credits":{"by":[{"name":"RICHARD DREW","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-17T21:10:24.513Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":"He led the New York hockey team to four consecutive Stanley Cup victories in the early 1980s"},"subtype":"default","taxonomy":{"primary_site":{"description":"The Washington Post Obituaries section has Washington D.C., Maryland and Virginia obituaries, appreciations and death notices as well as historical obits and celebrity obituaries.","name":"Obituaries","_id":"/local/obituaries"},"primary_section":{"name":"Obituaries","_id":"/local/obituaries"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID AYSEFMOP6ZAXHGQG3MQP73FQV4","slug":"created-from-template-id-AYSEFMOP6ZAXHGQG3MQP73FQV4"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Obituaries"},{"name":"NHL"},{"name":"Sports"},{"name":"Americas"}]},"tracking":{"commercial_node":"/local/obituaries"},"type":"story","website_url":"/obituaries/2022/04/15/mike-bossy-hockey-islanders-dead/"},{"_id":"J3R7OQEG6RB4HDTRFYWFA44JII","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/03/04/russian-nhl-players-ovechkin/","credits":{"by":[{"_id":"kilgoread","name":"Adam Kilgore","url":"https://www.washingtonpost.com/people/adam-kilgore/","org":"Washington, D.C."}]},"description":{"basic":"The NHL's several dozen Russian players are some of the most visible athletes from a nation the world has shunned."},"display_date":"2022-03-04T18:50:32.791Z","fusion_additions":{"count_info":{"count":4},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/03/04/russian-nhl-players-ovechkin/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/03/04/russian-nhl-players-ovechkin/"}},"promo_image":{"_id":"TERUC6M6BNHYVBPNXHMP4P7WUM","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/TERUC6M6BNHYVBPNXHMP4P7WUM.jpg","credits_display":"(Jonathan Newton/The Washington Post)","credits_caption_display":"(Jonathan Newton/The Washington Post)","width":3069,"height":1726,"image_type":"photograph","aspect_ratio":1.7780996523754344,"provenance":"additional_properties.lead_art"},"teaser":"Alex Ovechkin bolted out of the tunnel for pregame warmups Thursday night, the first Washington Capitals player onto the ice. The usual complement of No. 8 jerseys bearing his name dotted the crowd, and in a few hours that crowd would chant his name. If Ovechkin peered across the ice and into the corner, he would have seen a small Ukrainian flag pressed against the glass, next to a placard with Vladimir Putin’s face superimposed over an image of Adolf Hitler."},"headlines":{"basic":"From death threats to corporate backlash, Russian NHL players ‘in a very difficult spot’"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"TERUC6M6BNHYVBPNXHMP4P7WUM","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/TERUC6M6BNHYVBPNXHMP4P7WUM.jpg","width":3069,"height":1726,"credits_caption_display":"(Jonathan Newton/The Washington Post)","credits_display":"(Jonathan Newton/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Jonathan Newton","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-03-04T23:12:28.166Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"Your source for Washington Capitals and NHL Hockey news \u0026amp; information. Get the latest schedules, stats, rosters and scoreboards for the NHL. Stay updated on the latest Washington Capitals and NHL news!","name":"NHL","_id":"/sports/nhl"},"primary_section":{"name":"NHL","_id":"/sports/nhl"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID 5JLISWE4P5AB5KMGQ3RX5B4FQM","slug":"created-from-template-id-5JLISWE4P5AB5KMGQ3RX5B4FQM"},{"text":"magnet-ukrainerussia","slug":"magnet-ukrainerussia"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"NHL"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nhl"},"type":"story","website_url":"/sports/2022/03/04/russian-nhl-players-ovechkin/"}],"next":{"properties":{"endpoint":"https://prism.ext.nile.works/api/v1/content/get","params":{"limit":"4","offset":"4","url":"prism://prism.query/site,/sports/nhl"},"url":"https://prism.ext.nile.works/api/v1/content/get?url=prism%3A%2F%2Fprism.query%2Fsite%2C%2Fsports%2Fnhl\u0026offset=4\u0026limit=4"},"url":"prism://prism.query/site,/sports/nhl\u0026offset=4\u0026limit=4"}},"{\"source\":\"prism-section\",\"query\":{\"limit\":\"4\",\"offset\":\"0\",\"section\":\"sports/capitals\",\"env\":\"prod\"}}":{"_id":"4dMfPzdjEjk1zCQDo0GxeA==","count":6966,"items":[{"_id":"QWR7BKYSBBCWJNRFD6TXOFLSPE","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/21/alex-ovechkin-50-goals-capitals-golden-knights/","credits":{"by":[{"_id":"pells","name":"Samantha Pell","url":"https://www.washingtonpost.com/people/samantha-pell/","org":"Washington, D.C."}]},"description":{"basic":"Ovechkin made a little more NHL history during Wednesday's overtime loss in Vegas."},"display_date":"2022-04-21T06:16:42.656Z","fusion_additions":{"count_info":{"count":1},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/21/alex-ovechkin-50-goals-capitals-golden-knights/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/21/alex-ovechkin-50-goals-capitals-golden-knights/"}},"promo_image":{"_id":"RZCKVXGBG4I6ZNO7D65GDJTMOU","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/RZCKVXGBG4I6ZNO7D65GDJTMOU.jpg","credits_display":"(Steve Marcus/AP)","credits_caption_display":"Alex Ovechkin joined Wayne Gretzky and Mike Bossy as the only players with nine 50-goal seasons in NHL history. He also became the oldest player to score 50 goals. (Steven Marcus/Las Vegas Sun via AP) (Steve Marcus/AP)","width":4414,"height":2961,"aspect_ratio":1.490712597095576,"provenance":"additional_properties.lead_art"},"teaser":"The Vegas Golden Knights couldn’t hide their intentions Wednesday night. They were in desperation mode against the Washington Capitals, needing a win to keep them in the Western Conference playoff hunt. They put all their cards on the table early, even changing goalies after a subpar first period in search of a spark."},"headlines":{"basic":"Alex Ovechkin hits the 50-goal mark again, but the Capitals falter in OT"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"RZCKVXGBG4I6ZNO7D65GDJTMOU","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/RZCKVXGBG4I6ZNO7D65GDJTMOU.jpg","width":4414,"height":2961,"credits_caption_display":"Alex Ovechkin joined Wayne Gretzky and Mike Bossy as the only players with nine 50-goal seasons in NHL history. He also became the oldest player to score 50 goals. (Steven Marcus/Las Vegas Sun via AP) (Steve Marcus/AP)","credits_display":"(Steve Marcus/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Steve Marcus","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-21T06:19:21.763Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":"What to know from Washington’s 4-3 loss at the Vegas Golden Knights"},"subtype":"default","taxonomy":{"primary_site":{"description":"The Washington Post on everything Washington Capitals.","name":"Washington Capitals","_id":"/sports/capitals"},"primary_section":{"name":"Washington Capitals","_id":"/sports/capitals"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID O4G352YNXZH4VMCEUQ3ETNRBEA","slug":"created-from-template-id-O4G352YNXZH4VMCEUQ3ETNRBEA"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Capitals"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nhl"},"type":"story","website_url":"/sports/2022/04/21/alex-ovechkin-50-goals-capitals-golden-knights/"},{"_id":"FCJVI5ZQMFF7XHW6FEJPHLHU7A","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/20/anthony-mantha-lars-eller-capitals-third-line/","credits":{"by":[{"_id":"pells","name":"Samantha Pell","url":"https://www.washingtonpost.com/people/samantha-pell/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Samantha Pell"}}}]},"description":{"basic":"Clicking together on the third line, the once-struggling forwards seem to have found something."},"display_date":"2022-04-20T20:29:48.453Z","fusion_additions":{"count_info":{"count":2},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/anthony-mantha-lars-eller-capitals-third-line/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/anthony-mantha-lars-eller-capitals-third-line/"}},"promo_image":{"_id":"27ZDQD62GZBFZD2OAVSRDASVA4","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/27ZDQD62GZBFZD2OAVSRDASVA4.jpg","credits_display":"(Patrick Smith/Getty Images)","credits_caption_display":"(Patrick Smith/Getty Images)","width":5156,"height":2900,"image_type":"photograph","aspect_ratio":1.7779310344827586,"provenance":"additional_properties.lead_art"},"teaser":"Before Washington Capitals Coach Peter Laviolette reconfigured his lineup last week, putting center Lars Eller and winger Anthony Mantha together on the third line, neither looked playoff-ready."},"headlines":{"basic":"Capitals’ Anthony Mantha and Lars Eller have found late-season chemistry"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"27ZDQD62GZBFZD2OAVSRDASVA4","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/27ZDQD62GZBFZD2OAVSRDASVA4.jpg","width":5156,"height":2900,"credits_caption_display":"(Patrick Smith/Getty Images)","credits_display":"(Patrick Smith/Getty Images)","caption":"","copyright":"Getty Images","credits":{"by":[{"name":"Patrick Smith","org":"Getty Images","type":"author"}],"affiliation":[{"name":"Getty Images"}]}}},"publish_date":"2022-04-21T02:35:11.477Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"The Washington Post on everything Washington Capitals.","name":"Washington Capitals","_id":"/sports/capitals"},"primary_section":{"name":"Washington Capitals","_id":"/sports/capitals"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID O4G352YNXZH4VMCEUQ3ETNRBEA","slug":"created-from-template-id-O4G352YNXZH4VMCEUQ3ETNRBEA"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Capitals"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nhl"},"type":"story","website_url":"/sports/2022/04/20/anthony-mantha-lars-eller-capitals-third-line/"},{"_id":"MD2PFPY37JEIBB65UAP5DTPBKI","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/19/marcus-johansson-capitals-offense-production/","credits":{"by":[{"_id":"pells","name":"Samantha Pell","url":"https://www.washingtonpost.com/people/samantha-pell/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Samantha Pell"}}}]},"description":{"basic":"Johansson scored the game-winner Monday night in Washington's 3-2 victory at Colorado. "},"display_date":"2022-04-19T21:56:17.974Z","fusion_additions":{"count_info":{"count":3},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/19/marcus-johansson-capitals-offense-production/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/19/marcus-johansson-capitals-offense-production/"}},"promo_image":{"_id":"NI2AUFEUIJAMBBFVIXSRM5RMSM","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/NI2AUFEUIJAMBBFVIXSRM5RMSM.jpg","credits_display":"(Jack Dempsey/AP)","credits_caption_display":"(Jack Dempsey/AP)","width":4611,"height":2593,"aspect_ratio":1.7782491322792133,"provenance":"additional_properties.lead_art"},"teaser":"When the Washington Capitals reacquired Marcus Johansson at the trade deadline in March, they knew the 31-year-old forward was far from an offensive powerhouse. His defensive skills were what made him alluring."},"headlines":{"basic":"Why the Capitals value Marcus Johansson’s ‘good, steady 200-foot game’"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"NI2AUFEUIJAMBBFVIXSRM5RMSM","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/NI2AUFEUIJAMBBFVIXSRM5RMSM.jpg","width":4611,"height":2593,"credits_caption_display":"(Jack Dempsey/AP)","credits_display":"(Jack Dempsey/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Jack Dempsey","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-19T23:53:11.823Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"The Washington Post on everything Washington Capitals.","name":"Washington Capitals","_id":"/sports/capitals"},"primary_section":{"name":"Washington Capitals","_id":"/sports/capitals"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID O4G352YNXZH4VMCEUQ3ETNRBEA","slug":"created-from-template-id-O4G352YNXZH4VMCEUQ3ETNRBEA"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Capitals"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nhl"},"type":"story","website_url":"/sports/2022/04/19/marcus-johansson-capitals-offense-production/"},{"_id":"LF2PECEYOZGQLMF6IJB5OLNEIA","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/19/capitals-avalanche-game/","credits":{"by":[{"_id":"pells","name":"Samantha Pell","url":"https://www.washingtonpost.com/people/samantha-pell/","org":"Washington, D.C.","additional_properties":{"original":{"byline":"Samantha Pell"}}}]},"description":{"basic":"With Monday's victory in Denver, Washington has won six of its past seven games."},"display_date":"2022-04-19T04:03:29.225Z","fusion_additions":{"count_info":{"count":4},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/19/capitals-avalanche-game/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/19/capitals-avalanche-game/"}},"promo_image":{"_id":"JSYGXPEWRRA6RG6S7BH5JEC3XM","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/JSYGXPEWRRA6RG6S7BH5JEC3XM.jpg","credits_display":"(Jack Dempsey/AP)","credits_caption_display":"(Jack Dempsey/AP)","width":3952,"height":2223,"image_type":"photograph","aspect_ratio":1.7777777777777777,"provenance":"additional_properties.lead_art"},"teaser":"The Washington Capitals knew Monday’s bout with the NHL-leading Colorado Avalanche would be a high-level game with speed, skill and physicality on both ends of the ice. It was assumed the Capitals would be the ones desperately chasing against a formidable opponent, but instead they took control in a 3-2 win at Ball Arena."},"headlines":{"basic":"With playoffs nearing, suddenly hot Capitals beat NHL-best Avalanche"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"JSYGXPEWRRA6RG6S7BH5JEC3XM","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/JSYGXPEWRRA6RG6S7BH5JEC3XM.jpg","width":3952,"height":2223,"credits_caption_display":"(Jack Dempsey/AP)","credits_display":"(Jack Dempsey/AP)","caption":"","copyright":"The Associated Press","credits":{"by":[{"name":"Jack Dempsey","org":"AP","type":"author"}],"affiliation":[{"name":"AP"}]}}},"publish_date":"2022-04-19T04:31:44.220Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":"Washington 3, Colorado 2"},"subtype":"default","taxonomy":{"primary_site":{"description":"The Washington Post on everything Washington Capitals.","name":"Washington Capitals","_id":"/sports/capitals"},"primary_section":{"name":"Washington Capitals","_id":"/sports/capitals"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID O4G352YNXZH4VMCEUQ3ETNRBEA","slug":"created-from-template-id-O4G352YNXZH4VMCEUQ3ETNRBEA"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Capitals"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/nhl"},"type":"story","website_url":"/sports/2022/04/19/capitals-avalanche-game/"}],"next":{"properties":{"endpoint":"https://prism.ext.nile.works/api/v1/content/get","params":{"limit":"4","offset":"4","url":"prism://prism.query/site,/sports/capitals"},"url":"https://prism.ext.nile.works/api/v1/content/get?url=prism%3A%2F%2Fprism.query%2Fsite%2C%2Fsports%2Fcapitals\u0026offset=4\u0026limit=4"},"url":"prism://prism.query/site,/sports/capitals\u0026offset=4\u0026limit=4"}},"{\"source\":\"prism-section\",\"query\":{\"limit\":\"4\",\"offset\":\"0\",\"section\":\"sports/dc-sports-bog\",\"env\":\"prod\"}}":{"_id":"4dMfPzdjEjk1zCQDo0GxeA==","count":11041,"items":[{"_id":"ZH4JQD6RCREDPKVBBJAGJJ4U6A","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/15/usfl-washington-federals/","credits":{"by":[{"_id":"russellj1","name":"Jake Russell","url":"https://www.washingtonpost.com/people/jake-russell/","org":"Washington, D.C."}]},"description":{"basic":"The Federals were terrible on the field and colorful off it. Players and coaches alike were both unconventional and unpredictable."},"display_date":"2022-04-15T18:49:49.556Z","fusion_additions":{"count_info":{"count":1},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/15/usfl-washington-federals/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/15/usfl-washington-federals/"}},"promo_image":{"_id":"XTJ5NLBNHZBDFCWYJ3GZP4AHZM","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/XTJ5NLBNHZBDFCWYJ3GZP4AHZM.jpg","credits_display":"(George Gojkovich/Getty Images)","credits_caption_display":"(George Gojkovich/Getty Images)","width":2281,"height":1283,"aspect_ratio":1.7778643803585348,"provenance":"additional_properties.lead_art"},"teaser":"Before the Washington Federals even played a game, the writing was on the wall. D.C.’s United States Football League franchise returned home from its first training camp in Jacksonville, Fla., still needing to overcome numerous barriers, including the fence around its practice field outside RFK Stadium."},"headlines":{"basic":"As the USFL restarts, a look back at the Washington Federals’ wild ride"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"XTJ5NLBNHZBDFCWYJ3GZP4AHZM","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/XTJ5NLBNHZBDFCWYJ3GZP4AHZM.jpg","width":2281,"height":1283,"credits_caption_display":"(George Gojkovich/Getty Images)","credits_display":"(George Gojkovich/Getty Images)","caption":"","copyright":"1983 George Gojkovich","credits":{"by":[{"name":"George Gojkovich","org":"Getty Images","type":"author"}],"affiliation":[{"name":"Getty Images"}]}}},"publish_date":"2022-04-15T21:29:59.642Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"A fresh take on D.C. sports.","name":"D.C. Sports Bog","_id":"/sports/dc-sports-bog"},"primary_section":{"name":"D.C. Sports Bog","_id":"/sports/dc-sports-bog"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID BGRGPN2INVBGDMVPB2S6IBR2QA","slug":"created-from-template-id-BGRGPN2INVBGDMVPB2S6IBR2QA"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"D.C. Sports Bog"},{"name":"Sports"}]},"tracking":{"commercial_node":"/sports/dc-sports-bog"},"type":"story","website_url":"/sports/2022/04/15/usfl-washington-federals/"},{"_id":"SBPX5KQNPJFTRJEIS3E54EYZXU","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/06/nationals-park-new-concessions-entry-sportsbook/","credits":{"by":[{"_id":"hahnpf","name":"Fritz Hahn","url":"https://www.washingtonpost.com/people/fritz-hahn/","org":"Washington, D.C."}]},"description":{"basic":"Nationals Park will reopen for a full season in 2022 with new dining and drinking options and a dramatically revamped Champions Club."},"display_date":"2022-04-06T21:49:33.130Z","fusion_additions":{"count_info":{"count":2},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/06/nationals-park-new-concessions-entry-sportsbook/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/06/nationals-park-new-concessions-entry-sportsbook/"}},"promo_image":{"_id":"47C6GWYAXNE3RFE6A4YDIJVFVQ","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/47C6GWYAXNE3RFE6A4YDIJVFVQ.jpg","credits_display":"(Jonathan Newton/The Washington Post)","credits_caption_display":"(Jonathan Newton/The Washington Post)","width":4571,"height":2571,"aspect_ratio":1.7779074290159471,"provenance":"additional_properties.lead_art"},"teaser":"Washington Nationals fans have been snapping up the team’s cherry blossom-inspired new jerseys and a cuddly stuffed sloth, but there’s another accessory they might want to find before heading to the ballpark this season: a clear plastic bag."},"headlines":{"basic":"New at Nats Park: Easier entry, hot chicken, a sportsbook and ‘Juan Solo’"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"47C6GWYAXNE3RFE6A4YDIJVFVQ","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/47C6GWYAXNE3RFE6A4YDIJVFVQ.jpg","width":4571,"height":2571,"credits_caption_display":"(Jonathan Newton/The Washington Post)","credits_display":"(Jonathan Newton/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Jonathan Newton","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-04-06T23:15:04.320Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"A fresh take on D.C. sports.","name":"D.C. Sports Bog","_id":"/sports/dc-sports-bog"},"primary_section":{"name":"D.C. Sports Bog","_id":"/sports/dc-sports-bog"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID BGRGPN2INVBGDMVPB2S6IBR2QA","slug":"created-from-template-id-BGRGPN2INVBGDMVPB2S6IBR2QA"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"D.C. Sports Bog"},{"name":"Sports"},{"name":"Washington Nationals"}]},"tracking":{"commercial_node":"/sports/dc-sports-bog"},"type":"story","website_url":"/sports/2022/04/06/nationals-park-new-concessions-entry-sportsbook/"},{"_id":"BLNNCZ6NXVGMLL72SGII7HIR3E","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/03/29/nationals-wizards-cherry-blossom-jerseys/","credits":{"by":[{"_id":"Goldena","name":"Andrew Golden","url":"https://www.washingtonpost.com/people/andrew-golden/","org":"Washington, D.C."}]},"description":{"basic":"“I think that doing it together speaks to how together we are as a city,” said Jacqueline Coleman, senior vice president of marketing for the Nationals."},"display_date":"2022-03-29T14:05:06.091Z","fusion_additions":{"count_info":{"count":3},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/03/29/nationals-wizards-cherry-blossom-jerseys/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/03/29/nationals-wizards-cherry-blossom-jerseys/"}},"promo_image":{"_id":"FPV2I2DVR5BZNCBWGLV5ZQPF64","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/FPV2I2DVR5BZNCBWGLV5ZQPF64.jpg","credits_display":"(Photos courtesy Washington Nationals and Washington Wizards)","credits_caption_display":"(Photos courtesy Washington Nationals and Washington Wizards)","width":1200,"height":801,"image_type":"photograph","aspect_ratio":1.4981273408239701,"provenance":"additional_properties.lead_art"},"teaser":"The Washington Nationals and Washington Wizards will pay homage to the city’s famous cherry blossoms with collaborative uniforms that celebrate the trees synonymous with springtime in D.C., the franchises announced Tuesday morning."},"headlines":{"basic":"Nationals, Wizards unveil collaborative cherry blossom uniforms"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"FPV2I2DVR5BZNCBWGLV5ZQPF64","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/FPV2I2DVR5BZNCBWGLV5ZQPF64.jpg","width":1200,"height":801,"credits_caption_display":"(Photos courtesy of Washington Nationals and Washington Wizards.) ","credits_display":"","caption":"","copyright":"Photos courtesy Washington Nationals and Washington Wizards","credits":{"by":[{"type":"author"}],"affiliation":[{"name":"Photos courtesy Washington Nationals and Washington Wizards"}]}}},"publish_date":"2022-03-29T23:24:07.852Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"default","taxonomy":{"primary_site":{"description":"A fresh take on D.C. sports.","name":"D.C. Sports Bog","_id":"/sports/dc-sports-bog"},"primary_section":{"name":"D.C. Sports Bog","_id":"/sports/dc-sports-bog"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID J5NTYWLUKNFNDENF4TNSNQP3Z4","slug":"created-from-template-id-J5NTYWLUKNFNDENF4TNSNQP3Z4"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"Washington Nationals"},{"name":"Sports"},{"name":"D.C. Sports Bog"},{"name":"Washington Wizards"}]},"tracking":{"commercial_node":"/sports/mlb"},"type":"story","website_url":"/sports/2022/03/29/nationals-wizards-cherry-blossom-jerseys/"},{"_id":"AYPPCUFMZZH4DOZEM4Y25SUNVY","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/dc-sports-bog/2020/07/13/amp-stories/timeline-redskins-name-change-debate/","credits":{"by":[{"_id":"allenss","name":"Scott Allen","url":"https://www.washingtonpost.com/people/scott-allen/","org":"Washington, D.C."}]},"description":{"basic":"A look at some of the key moments that led the franchise to announce it was retiring the name after 87 years."},"display_date":"2022-02-02T14:31:40.663Z","fusion_additions":{"count_info":{"count":4},"links_to_use":{"basic":"https://www.washingtonpost.com/graphics/sports/dc-sports-bog/2020/07/13/amp-stories/timeline-redskins-name-change-debate/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/dc-sports-bog/2020/07/13/amp-stories/timeline-redskins-name-change-debate/","redirect":"https://www.washingtonpost.com/graphics/sports/dc-sports-bog/2020/07/13/amp-stories/timeline-redskins-name-change-debate/"}},"promo_image":{"_id":"43NGCUEEGMI6ZFI4DYGMG4R6KM","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/43NGCUEEGMI6ZFI4DYGMG4R6KM.jpg","credits_display":"(John McDonnell/The Washington Post)","credits_caption_display":"(John McDonnell/The Washington Post)","width":5459,"height":3630,"aspect_ratio":1.5038567493112949,"provenance":"additional_properties.lead_art"},"teaser":"On Wednesday, the Washington football franchise unveiled a new name, the Commanders, and logo. The announcement capped an 18-month-long rebranding process and marked the culmination of the decades-long controversy that surrounded the team’s former name. Here’s a look at how the Redskins, after years of resistance, became the Commanders."},"headlines":{"basic":"A timeline of the Washington Football Team name change debate"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"43NGCUEEGMI6ZFI4DYGMG4R6KM","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/43NGCUEEGMI6ZFI4DYGMG4R6KM.jpg","width":5459,"height":3630,"credits_caption_display":"(John McDonnell/The Washington Post)","credits_display":"(John McDonnell/The Washington Post)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"John McDonnell","org":"The Washington Post","type":"author"}],"affiliation":[{"name":"The Washington Post"}]}}},"publish_date":"2022-02-02T21:28:08.127Z","related_content":{"redirect":[{"redirect_url":"https://www.washingtonpost.com/graphics/sports/dc-sports-bog/2020/07/13/amp-stories/timeline-redskins-name-change-debate/"}]},"source":{"name":"washpost"},"subheadlines":{"basic":""},"subtype":"stamp","taxonomy":{"primary_site":{"description":"A fresh take on D.C. sports.","name":"D.C. Sports Bog","_id":"/sports/dc-sports-bog"},"primary_section":{"name":"D.C. Sports Bog","_id":"/sports/dc-sports-bog"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"}],"sections":[{"name":"D.C. Sports Bog"},{"name":"Sports"},{"name":"NFL"}]},"tracking":{"commercial_node":"/sports/dc-sports-bog"},"type":"story","website_url":"/sports/dc-sports-bog/2020/07/13/amp-stories/timeline-redskins-name-change-debate/"}],"next":{"properties":{"endpoint":"https://prism.ext.nile.works/api/v1/content/get","params":{"limit":"4","offset":"4","url":"prism://prism.query/site,/sports/dc-sports-bog"},"url":"https://prism.ext.nile.works/api/v1/content/get?url=prism%3A%2F%2Fprism.query%2Fsite%2C%2Fsports%2Fdc-sports-bog\u0026offset=4\u0026limit=4"},"url":"prism://prism.query/site,/sports/dc-sports-bog\u0026offset=4\u0026limit=4"}},"{\"source\":\"prism-section\",\"query\":{\"limit\":\"4\",\"offset\":\"0\",\"section\":\"sports/highschools\",\"env\":\"prod\"}}":{"_id":"4dMfPzdjEjk1zCQDo0GxeA==","count":12470,"items":[{"_id":"HPHVLHHGWVFT7MLQBULOQMB7NQ","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/20/gainesville-baseball-drops-its-very-first-home-game-is-eager-keep-building/","credits":{"by":[{"name":"Jacob Richman","url":"","org":""}]},"description":{"basic":"The first-year school had to wait a bit longer than expected to play its first home game."},"display_date":"2022-04-21T03:29:27.797Z","fusion_additions":{"count_info":{"count":1},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/gainesville-baseball-drops-its-very-first-home-game-is-eager-keep-building/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/gainesville-baseball-drops-its-very-first-home-game-is-eager-keep-building/"}},"promo_image":{"_id":"KN26HATYJVAEVG2F4N5KS3XZBQ","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/KN26HATYJVAEVG2F4N5KS3XZBQ.jpg","credits_display":"(Julia Nikhinson/For The Washington Post)","credits_caption_display":"(Julia Nikhinson/For The Washington Post)","width":5421,"height":3049,"image_type":"photograph","aspect_ratio":1.7779599868809446,"provenance":"additional_properties.lead_art"},"teaser":"Gainesville’s Caden Merritt fired the first pitch right down the middle, and Patriot’s Caleb Ramey wanted none of it. The umpire called it a strike, and the ball was tossed toward the dugout. That ball — just one of dozens of strikes thrown Wednesday night — was special. It was the first pitch ever thrown during a home game at Gainesville High."},"headlines":{"basic":"Gainesville baseball drops its very first home game but is eager to keep building"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"KN26HATYJVAEVG2F4N5KS3XZBQ","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/KN26HATYJVAEVG2F4N5KS3XZBQ.jpg","width":5421,"height":3049,"credits_caption_display":"(Julia Nikhinson/For The Washington Post)","credits_display":"(Julia Nikhinson/For The Washington Post)","caption":"","copyright":"Julia Nikhinson","credits":{"by":[{"name":"Julia Nikhinson","org":"For The Washington Post","type":"author"}],"affiliation":[{"name":"For The Washington Post"}]}}},"publish_date":"2022-04-21T03:29:30.066Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":"Patriot 13, Gainesville 6"},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for info on DC, Maryland, and Virginia high school sports. Get the latest schedules, scores, and rankings for local high schools. Stay updated on the latest Washington area high school sports news!","name":"High School Sports","_id":"/sports/highschools"},"primary_section":{"name":"High School Sports","_id":"/sports/highschools"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID SIEJ4DMTSFFCDAXGFY3BGOJNPA","slug":"created-from-template-id-SIEJ4DMTSFFCDAXGFY3BGOJNPA"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"High School Sports"}]},"tracking":{"commercial_node":"/sports/highschools"},"type":"story","website_url":"/sports/2022/04/20/gainesville-baseball-drops-its-very-first-home-game-is-eager-keep-building/"},{"_id":"KNTL7J22SRDCXBFRL7GH64PC7Q","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/20/glenelg-girls-lacrosse-builds-perfection-with-rout-marriotts-ridge/","credits":{"by":[{"_id":"melnickk","name":"Kyle Melnick","url":"https://www.washingtonpost.com/people/kyle-melnick/","org":"Washington, D.C."}]},"description":{"basic":"The Gladiators are 9-0 and moving up the national rankings."},"display_date":"2022-04-21T01:55:06.063Z","fusion_additions":{"count_info":{"count":2},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/20/glenelg-girls-lacrosse-builds-perfection-with-rout-marriotts-ridge/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/20/glenelg-girls-lacrosse-builds-perfection-with-rout-marriotts-ridge/"}},"promo_image":{"_id":"OM7SDKLBV5HNRINY4P45TE7G5E","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/OM7SDKLBV5HNRINY4P45TE7G5E.jpg","credits_display":"(Bill Renehan)","credits_caption_display":"(Bill Renehan)","width":3193,"height":1796,"image_type":"photograph","aspect_ratio":1.7778396436525612,"provenance":"additional_properties.lead_art"},"teaser":"Near the start of the second half Wednesday night, Glenelg girls’ lacrosse attacker Lauren LaPointe secured a groundball and dodged a handful of Marriotts Ridge defenders as she sprinted downfield and scored. Afterward, midfielder Maura Murphy mimicked LaPointe’s fancy footwork as their teammates erupted in laughs."},"headlines":{"basic":"Glenelg girls’ lacrosse builds on perfection with a rout of Marriotts Ridge"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"OM7SDKLBV5HNRINY4P45TE7G5E","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/OM7SDKLBV5HNRINY4P45TE7G5E.jpg","width":3193,"height":1796,"credits_caption_display":"(Bill Renehan)","credits_display":"(Bill Renehan)","caption":"","copyright":"Bill Renehan","credits":{"by":[{"name":"Bill Renehan","type":"author"}],"affiliation":[{"name":"Bill Renehan"}]}}},"publish_date":"2022-04-21T02:57:04.723Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":"Gladiators 17, Mustangs 4"},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for info on DC, Maryland, and Virginia high school sports. Get the latest schedules, scores, and rankings for local high schools. Stay updated on the latest Washington area high school sports news!","name":"High School Sports","_id":"/sports/highschools"},"primary_section":{"name":"High School Sports","_id":"/sports/highschools"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID SIEJ4DMTSFFCDAXGFY3BGOJNPA","slug":"created-from-template-id-SIEJ4DMTSFFCDAXGFY3BGOJNPA"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"High School Sports"}]},"tracking":{"commercial_node":"/sports/highschools"},"type":"story","website_url":"/sports/2022/04/20/glenelg-girls-lacrosse-builds-perfection-with-rout-marriotts-ridge/"},{"_id":"5ESDT64275BKBCJMF5GQAXPKQ4","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/19/with-little-extra-effort-patriot-girls-soccer-team-tops-rival-battlefield/","credits":{"by":[{"_id":"errigom","name":"Michael Errigo","url":"https://www.washingtonpost.com/people/michael-errigo/","org":"Washington, D.C."}]},"description":{"basic":"The Pioneers took down their Prince William County rivals, 2-1, thanks to a pair of goals that required a second chance."},"display_date":"2022-04-20T01:44:56.286Z","fusion_additions":{"count_info":{"count":3},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/19/with-little-extra-effort-patriot-girls-soccer-team-tops-rival-battlefield/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/19/with-little-extra-effort-patriot-girls-soccer-team-tops-rival-battlefield/"}},"promo_image":{"_id":"ZDPGGLALXZBEPC74Y7BGDBXSJQ","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/ZDPGGLALXZBEPC74Y7BGDBXSJQ.jpg","credits_display":"(Julia Nikhinson/For The Washington Post)","credits_caption_display":"(Julia Nikhinson/For The Washington Post)","width":3554,"height":1999,"image_type":"photograph","aspect_ratio":1.777888944472236,"provenance":"additional_properties.lead_art"},"teaser":"The ball looked more and more dangerous as it arced toward the goal. In the first half of her team’s biggest rivalry game Tuesday, Patriot midfielder Nenah Conners had decided to go for the goal with her free kick from 35 yards. As the lofted shot made its way toward the top corner of the net, it appeared her ambition would be rewarded."},"headlines":{"basic":"With a little extra effort, the Patriot girls’ soccer team tops rival Battlefield"},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"ZDPGGLALXZBEPC74Y7BGDBXSJQ","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/ZDPGGLALXZBEPC74Y7BGDBXSJQ.jpg","width":3554,"height":1999,"credits_caption_display":"(Julia Nikhinson/For The Washington Post)","credits_display":"(Julia Nikhinson/For The Washington Post)","caption":"","copyright":"Julia Nikhinson","credits":{"by":[{"name":"Julia Nikhinson","org":"For The Washington Post","type":"author"}],"affiliation":[{"name":"For The Washington Post"}]}}},"publish_date":"2022-04-20T03:44:50.134Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":"Pioneers 2, Bobcats 1"},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for info on DC, Maryland, and Virginia high school sports. Get the latest schedules, scores, and rankings for local high schools. Stay updated on the latest Washington area high school sports news!","name":"High School Sports","_id":"/sports/highschools"},"primary_section":{"name":"High School Sports","_id":"/sports/highschools"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID SIEJ4DMTSFFCDAXGFY3BGOJNPA","slug":"created-from-template-id-SIEJ4DMTSFFCDAXGFY3BGOJNPA"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"High School Sports"}]},"tracking":{"commercial_node":"/sports/highschools"},"type":"story","website_url":"/sports/2022/04/19/with-little-extra-effort-patriot-girls-soccer-team-tops-rival-battlefield/"},{"_id":"GLHT6K2LLVAXJIG7VRV6B6IEVE","additional_properties":{},"label":{"transparency":{"text":"News"}},"canonical_url":"https://www.washingtonpost.com/sports/2022/04/18/dominant-9-0-start-damascus-softball-sweeps-long-awaited-round-robin/","credits":{"by":[{"_id":"wapostaff","name":"Washington Post Staff","url":"","org":"Washington, D.C."}]},"description":{"basic":"In other notes, Good Counsel’s Leah Stephens dominates at distance running; Holton-Arms golf develops quickly; Robinson soccer keeps the ball moving; and Paul VI lacrosse takes off."},"display_date":"2022-04-18T21:22:29.169Z","fusion_additions":{"count_info":{"count":4},"links_to_use":{"basic":"https://www.washingtonpost.com/sports/2022/04/18/dominant-9-0-start-damascus-softball-sweeps-long-awaited-round-robin/","dangerous":{"canonical":"https://www.washingtonpost.com/sports/2022/04/18/dominant-9-0-start-damascus-softball-sweeps-long-awaited-round-robin/"}},"promo_image":{"_id":"BRJN53AJ35BRLJ75GL7AH4TPMY","type":"image","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/BRJN53AJ35BRLJ75GL7AH4TPMY.jpeg","credits_display":"(Lindsay Burns)","credits_caption_display":"(Lindsay Burns)","width":4032,"height":2268,"image_type":"photograph","aspect_ratio":1.7777777777777777,"provenance":"additional_properties.lead_art"},"teaser":"The Damascus, Quince Orchard and Blair softball teams planned to start a single-day round robin in 2019, but the competition didn’t happen for three years because of a rainout and then two pandemic-altered seasons."},"headlines":{"basic":"In dominant 9-0 start, Damascus softball sweeps long-awaited round robin "},"owner":{"name":"the-washington-post"},"promo_items":{"basic":{"_id":"BRJN53AJ35BRLJ75GL7AH4TPMY","url":"https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/BRJN53AJ35BRLJ75GL7AH4TPMY.jpeg","width":4032,"height":2268,"credits_caption_display":"(Lindsay Burns)","credits_display":"(Lindsay Burns)","caption":"","copyright":"The Washington Post","credits":{"by":[{"name":"Lindsay Burns","type":"author"}],"affiliation":[{"name":"Lindsay Burns"}]}}},"publish_date":"2022-04-20T00:30:02.849Z","related_content":{"redirect":[]},"source":{"name":"washpost"},"subheadlines":{"basic":"Girls’ spring notes"},"subtype":"default","taxonomy":{"primary_site":{"description":"This is your source for info on DC, Maryland, and Virginia high school sports. Get the latest schedules, scores, and rankings for local high schools. Stay updated on the latest Washington area high school sports news!","name":"High School Sports","_id":"/sports/highschools"},"primary_section":{"name":"High School Sports","_id":"/sports/highschools"},"tags":[{"text":"story-has-edit-branch","slug":"story-has-edit-branch"},{"text":"Created from Template ID SIEJ4DMTSFFCDAXGFY3BGOJNPA","slug":"created-from-template-id-SIEJ4DMTSFFCDAXGFY3BGOJNPA"},{"text":"allmetsticky","slug":"allmetsticky"},{"text":"audio-article","slug":"audio-article"}],"sections":[{"name":"High School Sports"}]},"tracking":{"commercial_node":"/sports/highschools"},"type":"story","website_url":"/sports/2022/04/18/dominant-9-0-start-damascus-softball-sweeps-long-awaited-round-robin/"}],"next":{"properties":{"endpoint":"https://prism.ext.nile.works/api/v1/content/get","params":{"limit":"4","offset":"4","url":"prism://prism.query/site,/sports/highschools"},"url":"https://prism.ext.nile.works/api/v1/content/get?url=prism%3A%2F%2Fprism.query%2Fsite%2C%2Fsports%2Fhighschools\u0026offset=4\u0026limit=4"},"url":"prism://prism.query/site,/sports/highschools\u0026offset=4\u0026limit=4"}},"{\"source\":\"cookie-monster\",\"query\":{}}":{"cookies":["wpatc","beagle","s_vi","de","rplsb","rplm2","rplmct","rpld0","rpld1","wapo_login_id","wapo_secure_login_id","sec_wapo_login_id","sec_wapo_secure_login_id","wapo_groups","wapo_display","wppref","devicetype","s_sess","s_pers","backplane-channel","_chartbeat2","_chartbeat5","client_region","fbuid","fbuname","wapo_fb_token","adsflag","comicsint","galleryplays","homessoldcookie","wapo_provider","washingtonpost_avatar","weather-preroll","wpnisecure","x-wp-split","x-split-override","region_cookie","rplpwmode","rplrol","wapo_actmgmt","wapo_az_id","sailthru_hid","sailthru_bid","__gads","osfam","wp_vi","pwamtk","drawbridge_o","drawbridge_test","debug_pwapi_ipdomainon","comscore","rplampr","googleampredirectdebugoverride","iabc","comments_sortorder","drdebugoverride","_ga","_gaexp","_gid","ddosdebugoverride","washpost_poe","pwadebugversiononoff","pwahpprocdebug","rplabrfg","rplabtestdebug","wapo_ab_test","rplabscmtr","rplabsectionmeterdebug","rplabuniquevisitdebug","ptvenv","rplpwabt2","rplpwtrk","pwabtestdebug","rplpwabt3","rplpwabt4","amp_exp","pwapi_token","ezproxy","Arc-Client-Info","Arc-Token","OptanonConsent","OptanonAlertBoxClosed","eupubconsent-v2","OTAdditionalConsentString","akaas_hp-ab-test","scroll0","^fbm_.*","^fbsr_.*","^wordpress_.*","sub$","element-impression-debug","^powaBucket_.*","^instap-spid.*","^instap-spses.*","^wp.*"]},"{\"source\":\"secondary-nav-by-id\",\"query\":{\"section\":\"/sports\"}}":{"_id":"/sports","_comments_config":{"comments_config":{"includetabs":"true","markersfeatured":"featured_comment","comment_system":"coral","comment_system_date":"2017-10-31T12:30"}},"site":{"site_about":null,"site_keywords":"Washington Capitals, Washington Nationals, Washington Football Team, Washington Redskins, DC United , Washington Wizards, baseball, football, hockey, soccer, golf, basketball, college football, college basketball, NBA news, MLB news, NFL news, NHL news, MLS news, Nationals, Redskins, Capitals, Wizards, D.C. United, high school sports,college sports,track and field, hoyas, terps, cavaliers, college sports news, dc sports news, dc sports","site_tagline":null,"site_url":"https://www.washingtonpost.com/sports/","site_description":"The Washington Post Sports section provides sports news, video, scores, analysis and updates about high school, college, and pro sports teams, including the Capitals, Nationals, Washington Football Team, United and Wizards. Post Sports also offers blogs and discussions about the latest sports news.","site_title":"Sports","site_theme":"normal","native_app_rendering":"true","archives_url":[],"site_url_section":"sports","tracking_site_node":"/sports","tracking_section":"sports","path_fusion":"/sports/","tracking_page_name":"front - sports"},"site_topper":{"custom_links":[],"site_logo_image":null,"site_background_image":null,"social_link_display_order":null,"custom_links_highlight":null,"display_social_links":null,"secondary_nav_alternate_section_to_use":"/sports","secondary_nav_instead_of_custom_links":"true"},"_admin":{"commercial_node":"/sports","default_content":"prism://prism.query/site-articles-only,/sports\u0026limit=20","alias_ids":["/sports"],"tracking_node":"/sports"},"story_list":{"display_social_share_buttons":"true","social_share_buttons":null,"story_list_content":{}},"social":{"twitter":"https://twitter.com/postsports","facebook":"https://www.facebook.com/postsports","archives":null,"rss":"http://feeds.washingtonpost.com/rss/sports"},"navigation":{"nav_title":"Sports"},"Video":{"video_ad_zone":"wpni.video.sports"},"_website":"washpost","name":"Sports","order":{"default":1008,"Ellipsis":1004,"WebNavBar":1010,"Goldfish":1004,"ClassicAppBarV2":1010,"ClassicAppFeatured":1011,"secondary-nav":1033,"WebNavFeatured":1011,"WebNav":1036},"parent":{"default":"/","Ellipsis":"/","WebSked":null,"ClassicApp":null,"ClassicAppBar":null,"ClassicAppTablet":null,"WebNav":"/","WebNavBar":"/","TestNavDoNotUse":null,"Goldfish":"/","ClassicAppBarV2":"/","ClassicAppFeatured":"/","secondary-nav":"/","WebNavFeatured":"/"},"ancestors":{"default":[],"Ellipsis":[],"WebSked":[],"ClassicApp":[],"ClassicAppBar":[],"ClassicAppTablet":[],"WebNav":["/"],"WebNavBar":["/"],"TestNavDoNotUse":[],"Goldfish":["/"],"ClassicAppBarV2":["/"],"ClassicAppFeatured":["/"],"secondary-nav":["/"],"WebNavFeatured":["/"]},"inactive":false,"node_type":"section","children":[{"_id":"link-YVG48F1C152498Y2N0QW4P3K68","_website":"washpost","display_name":"Commanders","url":"https://www.washingtonpost.com/sports/commanders/","parent":{"secondary-nav":"/sports"},"order":{"secondary-nav":2001},"node_type":"link","children":[]},{"_id":"link-YWGDUV1Z157PZC4K1FXVDHN1B0","_website":"washpost","display_name":"Nationals","url":"https://www.washingtonpost.com/sports/nationals/","parent":{"secondary-nav":"/sports"},"order":{"secondary-nav":2002},"node_type":"link","children":[]},{"_id":"link-0P453H8TPD3YF9R26NFQCCTCHM","_website":"washpost","display_name":"Capitals","url":"https://www.washingtonpost.com/sports/capitals/","parent":{"secondary-nav":"/sports"},"order":{"secondary-nav":2003},"node_type":"link","children":[]},{"_id":"link-ZTJ87Q3C9H6BQ80TKNDQMECTZ0","_website":"washpost","display_name":"Wizards","url":"https://www.washingtonpost.com/sports/wizards/","parent":{"secondary-nav":"/sports"},"order":{"secondary-nav":2004},"node_type":"link","children":[]},{"_id":"link-MJV5FUDM411MX07V7T8JPXXDRR","_website":"washpost","display_name":"Colleges","url":"https://www.washingtonpost.com/sports/colleges/","parent":{"secondary-nav":"/sports"},"order":{"secondary-nav":2005},"node_type":"link","children":[]},{"_id":"link-Q6N5C7RQ315ZDF67B5XQR2QQBW","_website":"washpost","display_name":"Mystics","url":"https://www.washingtonpost.com/sports/wnba/","parent":{"secondary-nav":"/sports"},"order":{"secondary-nav":2006},"node_type":"link","children":[]},{"_id":"link-KKEC4AZTG9517DFGN85Z36H5EW","_website":"washpost","display_name":"D.C. United \u0026 Spirit","url":"https://www.washingtonpost.com/sports/soccer/","parent":{"secondary-nav":"/sports"},"order":{"secondary-nav":2007},"node_type":"link","children":[]}]}},"tree":{"lastPublishedBy":"Jai-Leen James","lastPublishedHeads":["3dc4c1730dfa145c578484026b24753b86b2d15bf1e9de882a145e171dfc8d96"],"lastPublishedTimestamp":1647207278947,"renderable-chains-0dbcc62e-343a-487c-a43a-6478ed3fb7e4":{"children":[],"collection":"chains","props":{"childProps":[],"collection":"chains","customFields":{"bottomSeparator":"Large","displayName":"bignews-table","layout":"Extra-wide center - 2-col table at left","table0LeftIds":"","table1LeftIds":"","table1MainIds":"","table1RightIds":"","table2LeftIds":"","table2MainIds":"","table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"0dbcc62e-343a-487c-a43a-6478ed3fb7e4","type":"top-table","variants":{}},"type":"top-table"},"renderable-chains-130be4e8-6f5a-45e8-9060-d06c97e3b23a":{"children":[{"id":"renderable-features-f7df1f20-f9e3-4164-9921-5bf99b38f6ce"},{"id":"renderable-features-76378fa4-17df-460a-93ea-9ca4a5e057bf"},{"id":"renderable-features-b2be2928-e4b9-4111-a6d2-94b3332d6cfe"},{"id":"renderable-features-19b8d219-6182-4aa2-b809-429c4936b2c9"}],"collection":"chains","props":{"childProps":[],"collection":"chains","customFields":{"bottomSeparator":"Small with line","disableLazyLoading":true,"displayName":"hidden-luf-1-chain","hideFromApps":true,"hideFromDesktop":true,"hideFromMobile":true,"hideFromWeb":true,"includeDividers":false,"label":"Live Updates","labelType":"Live Updates","layout":"Even split - 2-col table at right","table0LeftIds":"","table0LeftIds_uniqueIds":[],"table0LinkGroup":"live-ticker","table1LeftIds":"1","table1LeftIds_uniqueIds":["renderable-features-f7df1f20-f9e3-4164-9921-5bf99b38f6ce"],"table1LinkGroup":"live-ticker","table1MainIds":"","table1MainIds_uniqueIds":[],"table1RightIds":"","table1RightIds_uniqueIds":[],"table2LeftIds":"2","table2LeftIds_uniqueIds":["renderable-features-76378fa4-17df-460a-93ea-9ca4a5e057bf"],"table2LinkGroup":"live-ticker","table2MainIds":"3,4","table2MainIds_uniqueIds":["renderable-features-b2be2928-e4b9-4111-a6d2-94b3332d6cfe","renderable-features-19b8d219-6182-4aa2-b809-429c4936b2c9"],"table2RightIds":"","table2RightIds_uniqueIds":[],"table3LeftIds":"","table3LeftIds_uniqueIds":[],"table3LinkGroup":"live-ticker","table9LeftIds":"","table9LeftIds_uniqueIds":[],"table9LinkGroup":"live-ticker"},"id":"130be4e8-6f5a-45e8-9060-d06c97e3b23a","settings":{"draggable":true,"hoverable":true,"selectable":true,"showMenu":true},"type":"top-table"},"type":"top-table"},"renderable-chains-13c64bf1-7833-46f4-99d7-06c72670f864":{"children":[{"id":"renderable-features-988f6ac0-61ab-43df-8f0b-8e8d5ee322b8"},{"id":"renderable-features-7f5d42a6-6bc4-4350-90e4-5b6725d7a28f"}],"collection":"chains","props":{"childProps":[],"collection":"chains","customFields":{"bottomSeparator":"Large","displayName":"high-schools","label":"HIGH SCHOOLS","labelShow":true,"labelUrl":"https://www.washingtonpost.com/allmetsports/2021-winter/","layout":"Tiling","table0LeftIds":"","table0LeftIds_uniqueIds":[],"table1LeftIds":"1,2","table1LeftIds_uniqueIds":["renderable-features-988f6ac0-61ab-43df-8f0b-8e8d5ee322b8","renderable-features-7f5d42a6-6bc4-4350-90e4-5b6725d7a28f"],"table1MainIds":"","table1RightIds":"","table2LeftIds":"","table2MainIds":"","table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"13c64bf1-7833-46f4-99d7-06c72670f864","type":"top-table","variants":{}},"type":"top-table"},"renderable-chains-2dbdf800-7482-4fc8-8aa9-8466cfb72197":{"children":[{"id":"renderable-features-917c1db2-a83d-4e38-b4a6-cb598a943af4"},{"id":"renderable-features-129cb8bf-10b7-49bd-8119-f138d76db7a0"},{"id":"renderable-features-ce179126-d4d1-46b3-aa22-5271a357e255"},{"id":"renderable-features-dd5692ce-ba47-4f83-93a3-1b307313bba9"}],"collection":"chains","props":{"childProps":[],"collection":"chains","customFields":{"bottomSeparator":"Large","displayName":"mlb","label":"MAJOR LEAGUE BASEBALL","labelShow":true,"labelUrl":"https://www.washingtonpost.com/sports/mlb/","layout":"Wide left - dual 2-col tables","table0LeftIds":"","table0LeftIds_uniqueIds":[],"table1LeftIds":"1","table1LeftIds_uniqueIds":["renderable-features-917c1db2-a83d-4e38-b4a6-cb598a943af4"],"table1MainIds":"2","table1MainIds_uniqueIds":["renderable-features-129cb8bf-10b7-49bd-8119-f138d76db7a0"],"table1RightIds":"","table2Label":"WASHINGTON NATIONALS","table2LabelShow":true,"table2LabelType":"Package Nested","table2LabelUrl":"https://www.washingtonpost.com/sports/nationals/","table2LeftIds":"3","table2LeftIds_uniqueIds":["renderable-features-ce179126-d4d1-46b3-aa22-5271a357e255"],"table2MainIds":"4","table2MainIds_uniqueIds":["renderable-features-dd5692ce-ba47-4f83-93a3-1b307313bba9"],"table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"2dbdf800-7482-4fc8-8aa9-8466cfb72197","type":"top-table","variants":{}},"type":"top-table"},"renderable-chains-32d63911-c8f8-4217-92fd-54371e083b8d":{"children":[{"id":"renderable-features-22bf4cce-7ad0-4ba2-be6e-ba2ad257f5f3"},{"id":"renderable-features-5f228f9a-36b5-4077-ade9-b24da4b59321"},{"id":"renderable-features-ec323e20-a9c2-4b47-bbc0-8828d70c2064"},{"id":"renderable-features-dd1528f4-78c8-45c4-8177-7b924f005d72"}],"collection":"chains","props":{"childProps":[],"collection":"chains","customFields":{"bottomSeparator":"Large","displayName":"nba","label":"NATIONAL BASKETBALL ASSOCIATION","labelShow":true,"labelUrl":"https://www.washingtonpost.com/sports/nba/","layout":"Wide left - dual 2-col tables","table0LeftIds":"","table0LeftIds_uniqueIds":[],"table1LeftIds":"1","table1LeftIds_uniqueIds":["renderable-features-22bf4cce-7ad0-4ba2-be6e-ba2ad257f5f3"],"table1MainIds":"2","table1MainIds_uniqueIds":["renderable-features-5f228f9a-36b5-4077-ade9-b24da4b59321"],"table1RightIds":"","table2Label":"WASHINGTON WIZARDS","table2LabelSecondary":"WASHINGTON WIZARDS","table2LabelShow":true,"table2LabelType":"Package Nested","table2LabelUrl":"https://www.washingtonpost.com/sports/wizards/","table2LeftIds":"3","table2LeftIds_uniqueIds":["renderable-features-ec323e20-a9c2-4b47-bbc0-8828d70c2064"],"table2MainIds":"4","table2MainIds_uniqueIds":["renderable-features-dd1528f4-78c8-45c4-8177-7b924f005d72"],"table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"32d63911-c8f8-4217-92fd-54371e083b8d","type":"top-table","variants":{}},"type":"top-table"},"renderable-chains-5870c620-42fb-4786-8a6c-166ed3a6f196":{"children":[{"id":"renderable-features-43d96963-a05e-495c-a154-e9a9604e163c"},{"id":"renderable-features-20b4062c-31ab-4660-a315-f5281fb17fe2"},{"id":"renderable-features-faabb11a-ac2e-47f1-9ca8-75d3d71cca03"}],"collection":"chains","props":{"childProps":[],"collection":"chains","customFields":{"bottomSeparator":"Large","displayName":"most-read","label":"Most read","labelShow":true,"layout":"Double wide","table0LeftIds":"","table0LeftIds_uniqueIds":[],"table1LeftIds":"1","table1LeftIds_uniqueIds":["renderable-features-43d96963-a05e-495c-a154-e9a9604e163c"],"table1LinkGroup":"smr","table1MainIds":"","table1MainIds_uniqueIds":[],"table1RightIds":"","table1RightIds_uniqueIds":[],"table2LeftIds":"","table2LeftIds_uniqueIds":[],"table2LinkGroup":"smr","table2MainIds":"2","table2MainIds_uniqueIds":["renderable-features-20b4062c-31ab-4660-a315-f5281fb17fe2"],"table2RightIds":"3","table2RightIds_uniqueIds":["renderable-features-faabb11a-ac2e-47f1-9ca8-75d3d71cca03"],"table3LeftIds":"","table3LeftIds_uniqueIds":[],"table9LeftIds":"","table9LeftIds_uniqueIds":[]},"id":"5870c620-42fb-4786-8a6c-166ed3a6f196","settings":{"draggable":true,"hoverable":true,"selectable":true,"showMenu":true},"type":"top-table","variants":{}},"type":"top-table"},"renderable-chains-5a5bac04-6c2e-4aed-9af5-f7efe0821772":{"children":[{"id":"renderable-features-7ecbd2bc-9e4f-4de3-abc1-2c700a15b1e1"},{"id":"renderable-features-0b80a140-a291-4a68-8956-85f147fcc69a"}],"collection":"chains","props":{"childProps":[],"collection":"chains","customFields":{"bottomSeparator":"Large","displayName":"college-football","label":"College Football","labelShow":true,"labelUrl":"https://www.washingtonpost.com/sports/colleges/football/","layout":"Tiling","table0LeftIds":"","table0LeftIds_uniqueIds":[],"table1LeftIds":"1,2","table1LeftIds_uniqueIds":["renderable-features-7ecbd2bc-9e4f-4de3-abc1-2c700a15b1e1","renderable-features-0b80a140-a291-4a68-8956-85f147fcc69a"],"table1MainIds":"","table1RightIds":"","table2LeftIds":"","table2MainIds":"","table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"5a5bac04-6c2e-4aed-9af5-f7efe0821772","type":"top-table","variants":{}},"type":"top-table"},"renderable-chains-62b1eb7f-77b5-4a6e-bd78-4bcc2ec8e594":{"children":[],"collection":"chains","props":{"childProps":[],"collection":"chains","customFields":{"bottomSeparator":"X-small","displayName":"bignews-banner","layout":"Full span","table0LeftIds":"","table1LeftIds":"","table1MainIds":"","table1RightIds":"","table2LeftIds":"","table2MainIds":"","table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"62b1eb7f-77b5-4a6e-bd78-4bcc2ec8e594","type":"top-table","variants":{}},"type":"top-table"},"renderable-chains-6bf5c357-9b65-49b8-bf4c-7f596bee88c0":{"children":[{"id":"renderable-features-826089af-564d-4a60-92ab-614e9f3cc9ab"},{"id":"renderable-features-5c9ad94c-81bf-4e54-bad0-ad8679b2971a"}],"collection":"chains","props":{"childProps":[],"collection":"chains","customFields":{"bottomSeparator":"Large","displayName":"editors-picks","label":"Editors’ Picks","labelShow":true,"layout":"Double wide","table0LeftIds":"","table0LeftIds_uniqueIds":[],"table1LeftIds":"1","table1LeftIds_uniqueIds":["renderable-features-826089af-564d-4a60-92ab-614e9f3cc9ab"],"table1MainIds":"","table1RightIds":"","table2LeftIds":"2","table2LeftIds_uniqueIds":["renderable-features-5c9ad94c-81bf-4e54-bad0-ad8679b2971a"],"table2MainIds":"","table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"6bf5c357-9b65-49b8-bf4c-7f596bee88c0","type":"top-table","variants":{}},"type":"top-table"},"renderable-chains-736d69b7-de9c-4f19-bebc-26902e9aebe2":{"children":[{"id":"renderable-features-e9d0f764-259e-43e7-90b9-28692f6e09cf"},{"id":"renderable-features-348e54c2-1dc4-4d9a-8c12-00537b068d59"},{"id":"renderable-features-650573df-4ac2-4171-86b0-790d1bcfdc3f"},{"id":"renderable-features-57db9249-1758-4342-8a60-333581710be1"},{"id":"renderable-features-3dc48548-1d95-4aed-a77e-c5144fd90027"}],"collection":"chains","props":{"childProps":[],"collection":"chains","customFields":{"bottomSeparator":"Large","disableLazyLoading":true,"displayName":"more-top-stories","label":"More Top Stories","labelShow":true,"layout":"Double wide with far-right table","table0LeftIds":"","table0LeftIds_uniqueIds":[],"table1LeftIds":"","table1LeftIds_uniqueIds":[],"table1MainIds":"1","table1MainIds_uniqueIds":["renderable-features-e9d0f764-259e-43e7-90b9-28692f6e09cf"],"table1RightIds":"2","table1RightIds_uniqueIds":["renderable-features-348e54c2-1dc4-4d9a-8c12-00537b068d59"],"table2LeftIds":"","table2LeftIds_uniqueIds":[],"table2MainIds":"3","table2MainIds_uniqueIds":["renderable-features-650573df-4ac2-4171-86b0-790d1bcfdc3f"],"table2RightIds":"4","table2RightIds_uniqueIds":["renderable-features-57db9249-1758-4342-8a60-333581710be1"],"table3LeftIds":"","table9LeftIds":"5","table9LeftIds_uniqueIds":["renderable-features-3dc48548-1d95-4aed-a77e-c5144fd90027"]},"id":"736d69b7-de9c-4f19-bebc-26902e9aebe2","type":"top-table","variants":{}},"type":"top-table"},"renderable-chains-7cb6bf91-bb97-40f3-9bdc-e4e76008e1e3":{"children":[{"id":"renderable-features-3021b29d-4b7e-4720-838b-0db39e2a5a72"},{"id":"renderable-features-60f6cd8a-6e40-4665-9f1a-4ba67ee541c8"},{"id":"renderable-features-fd3358da-8986-46e3-b9e0-070a9db6eac1"},{"id":"renderable-features-eb07736f-59fd-419f-bf71-47e871173118"}],"collection":"chains","props":{"childProps":[],"collection":"chains","customFields":{"bottomSeparator":"Large","displayName":"nfl","label":"NATIONAL FOOTBALL LEAGUE","labelShow":true,"labelUrl":"https://www.washingtonpost.com/sports/nfl/","layout":"Wide left - dual 2-col tables","table0LeftIds":"","table0LeftIds_uniqueIds":[],"table1LeftIds":"1","table1LeftIds_uniqueIds":["renderable-features-3021b29d-4b7e-4720-838b-0db39e2a5a72"],"table1MainIds":"2","table1MainIds_uniqueIds":["renderable-features-60f6cd8a-6e40-4665-9f1a-4ba67ee541c8"],"table1RightIds":"","table2Label":"Washington Commanders","table2LabelShow":true,"table2LabelType":"Package Nested","table2LabelUrl":"https://www.washingtonpost.com/sports/washington-nfl/","table2LeftIds":"3","table2LeftIds_uniqueIds":["renderable-features-fd3358da-8986-46e3-b9e0-070a9db6eac1"],"table2MainIds":"4","table2MainIds_uniqueIds":["renderable-features-eb07736f-59fd-419f-bf71-47e871173118"],"table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"7cb6bf91-bb97-40f3-9bdc-e4e76008e1e3","type":"top-table","variants":{}},"type":"top-table"},"renderable-chains-88d3735e-78f3-4b68-9918-8ba003f6312e":{"children":[{"id":"renderable-features-063808a0-ea9e-4978-83d3-51b9d64d093c"},{"id":"renderable-features-9da7dfa2-4ef5-4843-bf84-80e64c0b9e44"},{"id":"renderable-features-53c959b2-0f79-486b-88f8-694e9ef9c679"},{"id":"renderable-features-edbc6baa-a1d9-449e-8c3d-df2fa5f8bf91"},{"id":"renderable-features-b2a1a069-e257-4472-bcdc-b256562314f1"},{"id":"renderable-features-3ed7ee7f-d2a8-4eff-ac31-55c89e36967b"}],"collection":"chains","props":{"childProps":[],"collection":"chains","customFields":{"bottomSeparator":"Large","disableLazyLoading":true,"displayName":"top-table","layout":"Wide left - 4 separate tables","table0IncludeHorizontalDivider":true,"table0LeftIds":"","table0LeftIds_uniqueIds":[],"table1LeftIds":"1,2","table1LeftIds_uniqueIds":["renderable-features-063808a0-ea9e-4978-83d3-51b9d64d093c","renderable-features-9da7dfa2-4ef5-4843-bf84-80e64c0b9e44"],"table1MainIds":"","table1MainIds_uniqueIds":[],"table1RightIds":"","table1RightIds_uniqueIds":[],"table2LeftIds":"3,4","table2LeftIds_uniqueIds":["renderable-features-53c959b2-0f79-486b-88f8-694e9ef9c679","renderable-features-edbc6baa-a1d9-449e-8c3d-df2fa5f8bf91"],"table2MainIds":"","table2MainIds_uniqueIds":[],"table2RightIds":"","table3LeftIds":"5","table3LeftIds_uniqueIds":["renderable-features-b2a1a069-e257-4472-bcdc-b256562314f1"],"table9Label":"Perspectives","table9LabelShow":true,"table9LeftIds":"6","table9LeftIds_uniqueIds":["renderable-features-3ed7ee7f-d2a8-4eff-ac31-55c89e36967b"]},"id":"88d3735e-78f3-4b68-9918-8ba003f6312e","type":"top-table","variants":{}},"type":"top-table"},"renderable-chains-8c5f6d5f-d2f2-46fa-bc0e-fc1e9758215d":{"children":[{"id":"renderable-features-9b3994b5-4587-46ca-b3fe-b07283d8bc73"},{"id":"renderable-features-dc98f666-59a0-47ff-8713-9753c050eab3"}],"collection":"chains","props":{"childProps":[],"collection":"chains","customFields":{"bottomSeparator":"Large","displayName":"dc-sports-bog","label":"D.C. SPORTS BOG","labelShow":true,"labelUrl":"https://www.washingtonpost.com/news/dc-sports-bog/","layout":"Tiling","table0LeftIds":"","table0LeftIds_uniqueIds":[],"table1LeftIds":"1,2","table1LeftIds_uniqueIds":["renderable-features-9b3994b5-4587-46ca-b3fe-b07283d8bc73","renderable-features-dc98f666-59a0-47ff-8713-9753c050eab3"],"table1MainIds":"","table1RightIds":"","table2LeftIds":"","table2MainIds":"","table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"8c5f6d5f-d2f2-46fa-bc0e-fc1e9758215d","type":"top-table","variants":{}},"type":"top-table"},"renderable-chains-9cae809b-7ea0-49f5-994b-e85ee1d49074":{"children":[{"id":"renderable-features-75dde535-d41c-4a42-aa7d-a339bca79abe"},{"id":"renderable-features-79dc978c-1535-4eb5-af4c-583ffcdd930c"},{"id":"renderable-features-51b5201c-b01f-46fa-bd22-a8748583ef90"},{"id":"renderable-features-afa3aa8a-41de-4c4a-8e23-66c8dd545a76"}],"collection":"chains","props":{"childProps":[],"collection":"chains","customFields":{"bottomSeparator":"Large","displayName":"nhl","label":"NATIONAL HOCKEY LEAGUE","labelShow":true,"labelUrl":"https://www.washingtonpost.com/sports/nhl/","layout":"Wide left - dual 2-col tables","table0LeftIds":"","table0LeftIds_uniqueIds":[],"table1LeftIds":"1","table1LeftIds_uniqueIds":["renderable-features-75dde535-d41c-4a42-aa7d-a339bca79abe"],"table1MainIds":"2","table1MainIds_uniqueIds":["renderable-features-79dc978c-1535-4eb5-af4c-583ffcdd930c"],"table1RightIds":"","table2Label":"WASHINGTON CAPITALS","table2LabelShow":true,"table2LabelType":"Package Nested","table2LabelUrl":"https://www.washingtonpost.com/sports/capitals/","table2LeftIds":"3","table2LeftIds_uniqueIds":["renderable-features-51b5201c-b01f-46fa-bd22-a8748583ef90"],"table2MainIds":"4","table2MainIds_uniqueIds":["renderable-features-afa3aa8a-41de-4c4a-8e23-66c8dd545a76"],"table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"9cae809b-7ea0-49f5-994b-e85ee1d49074","type":"top-table","variants":{}},"type":"top-table"},"renderable-chains-9e634539-0b36-45ed-8c0a-328cd8bd6f5d":{"children":[{"id":"renderable-features-4008c47c-4ce3-41b0-86d3-32c8df4dafe9"},{"id":"renderable-features-0adc9082-5e57-49f1-8a63-e0471613ccff"},{"id":"renderable-features-ccbd6ba4-683a-44c4-8df9-f212e0cc0d6f"},{"id":"renderable-features-56b3a9b2-fbd2-4aa8-9ace-59f0d8212a62"},{"id":"renderable-features-890b5534-54fd-4049-9721-513bc6d67669"},{"id":"renderable-features-e98ac8b8-523b-43a2-8ed5-37372993a899"},{"id":"renderable-features-7c6efe2a-f5e2-4a77-b56e-03150896d503"}],"collection":"chains","props":{"childProps":[],"collection":"chains","customFields":{"bottomSeparator":"Large","displayName":"the-latest","label":"The Latest","labelShow":true,"layout":"Even split - 2-col table at left","table0LeftIds":"","table0LeftIds_uniqueIds":[],"table1LeftIds":"1","table1LeftIds_uniqueIds":["renderable-features-4008c47c-4ce3-41b0-86d3-32c8df4dafe9"],"table1MainIds":"2","table1MainIds_uniqueIds":["renderable-features-0adc9082-5e57-49f1-8a63-e0471613ccff"],"table1RightIds":"","table1RightIds_uniqueIds":[],"table2LeftIds":"","table2LeftIds_uniqueIds":[],"table2MainIds":"","table2MainIds_uniqueIds":[],"table2RightIds":"","table2RightIds_uniqueIds":[],"table3LeftIds":"","table9Label":"TV AND RADIO LISTINGS","table9LabelSecondary":"Your complete guide to what’s on the air","table9LabelSecondaryShow":true,"table9LabelShow":true,"table9LabelType":"Package Nested","table9LabelUrl":"https://www.washingtonpost.com/sports/2021/07/09/tv-listings-dc/","table9LeftIds":"3,4,5,6,7","table9LeftIds_uniqueIds":["renderable-features-ccbd6ba4-683a-44c4-8df9-f212e0cc0d6f","renderable-features-56b3a9b2-fbd2-4aa8-9ace-59f0d8212a62","renderable-features-890b5534-54fd-4049-9721-513bc6d67669","renderable-features-e98ac8b8-523b-43a2-8ed5-37372993a899","renderable-features-7c6efe2a-f5e2-4a77-b56e-03150896d503"]},"id":"9e634539-0b36-45ed-8c0a-328cd8bd6f5d","type":"top-table","variants":{}},"type":"top-table"},"renderable-chains-b3da9dd8-b81f-4d16-aa09-89b733ee8076":{"children":[{"id":"renderable-features-3da32a1e-d58b-4894-8ddd-d2dfe9594f3d"},{"id":"renderable-features-ea508b94-1b6a-41c0-ac64-ef401b2f99a8"}],"collection":"chains","props":{"childProps":[],"collection":"chains","customFields":{"bottomSeparator":"Large","displayName":"college-football","label":"College Basketball","labelShow":true,"labelUrl":"https://www.washingtonpost.com/march-madness-2022","layout":"Tiling","table0LeftIds":"","table0LeftIds_uniqueIds":[],"table1LeftIds":"1,2","table1LeftIds_uniqueIds":["renderable-features-3da32a1e-d58b-4894-8ddd-d2dfe9594f3d","renderable-features-ea508b94-1b6a-41c0-ac64-ef401b2f99a8"],"table1MainIds":"","table1MainIds_uniqueIds":[],"table1RightIds":"","table1RightIds_uniqueIds":[],"table2LeftIds":"","table2LeftIds_uniqueIds":[],"table2MainIds":"","table2MainIds_uniqueIds":[],"table2RightIds":"","table2RightIds_uniqueIds":[],"table3LeftIds":"","table3LeftIds_uniqueIds":[],"table9LeftIds":"","table9LeftIds_uniqueIds":[]},"id":"b3da9dd8-b81f-4d16-aa09-89b733ee8076","settings":{"draggable":true,"hoverable":true,"selectable":true,"showMenu":true},"type":"top-table","variants":{}},"type":"top-table"},"renderable-chains-d4f496d9-7f21-4a7c-9315-df4c51d75db1":{"children":[{"id":"renderable-features-9f83f8ce-d45f-4f1f-9072-ad83b81f911b"},{"id":"renderable-features-9815f541-4cd0-48dc-b7af-73eb902fd2e5"}],"collection":"chains","props":{"childProps":[],"collection":"chains","customFields":{"bottomSeparator":"Large","displayName":"wnba","label":"WASHINGTON MYSTICS","labelShow":true,"labelUrl":"https://www.washingtonpost.com/sports/wnba/","layout":"Tiling","table0LeftIds":"","table0LeftIds_uniqueIds":[],"table1LeftIds":"1,2","table1LeftIds_uniqueIds":["renderable-features-9f83f8ce-d45f-4f1f-9072-ad83b81f911b","renderable-features-9815f541-4cd0-48dc-b7af-73eb902fd2e5"],"table1MainIds":"","table1RightIds":"","table2LeftIds":"","table2MainIds":"","table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"d4f496d9-7f21-4a7c-9315-df4c51d75db1","type":"top-table","variants":{}},"type":"top-table"},"renderable-chains-eddae125-341b-4ff8-81ea-753279ec763c":{"children":[{"id":"renderable-features-787a5e1b-742b-4137-9609-67c4e468f1e1"},{"id":"renderable-features-8ffc5d6f-836c-4a22-8b7d-03aad3af0541"}],"collection":"chains","props":{"childProps":[],"collection":"chains","customFields":{"bottomSeparator":"Large","displayName":"soccer","label":"Soccer","labelShow":true,"labelUrl":"https://www.washingtonpost.com/sports/soccer/","layout":"Tiling","table0LeftIds":"","table0LeftIds_uniqueIds":[],"table1LeftIds":"1,2","table1LeftIds_uniqueIds":["renderable-features-787a5e1b-742b-4137-9609-67c4e468f1e1","renderable-features-8ffc5d6f-836c-4a22-8b7d-03aad3af0541"],"table1MainIds":"","table1RightIds":"","table2LeftIds":"","table2MainIds":"","table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"eddae125-341b-4ff8-81ea-753279ec763c","type":"top-table","variants":{}},"type":"top-table"},"renderable-features-063808a0-ea9e-4978-83d3-51b9d64d093c":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"alternateArtLinkEnable":true,"artAspectRatio":"16:9","artHide":false,"artOverlayShow":true,"artPosition":"Art above head","artSize":"Large","blurbHide":false,"captionContent":"Credits only","displayName":"sports-tt-collex-lede","flexFeatureContentConfig":{"contentConfigValues":{"id":"RSLXJJEFIFGODAMCERHOF2MNS4","limit":"14","offset":"0","env":"prod"},"contentService":"wsk-collection"},"headlineSize":"Large","inlineVideo":true,"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Display","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image: Display + Force 3x2","rowSpan":8},"id":"063808a0-ea9e-4978-83d3-51b9d64d093c","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-0adc9082-5e57-49f1-8a63-e0471613ccff":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artPosition":"Art above head","artSize":"Large","captionContent":"Credits only","displayName":"sports-latest-feed","flexFeatureContentConfig":{"contentConfigValues":{"limit":"5","offset":"0","query":"prism://prism.query/site-articles-only,/sports","env":"prod"},"contentService":"prism-query"},"labelShow":true,"lastPickedPreset":"Head + byline","limit":4,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image right – Hide blurb","offset":1,"rowSpan":2},"id":"0adc9082-5e57-49f1-8a63-e0471613ccff","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-0b80a140-a291-4a68-8956-85f147fcc69a":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artAspectRatio":"16:9","artHide":false,"artPosition":"Art above head","displayName":"college-football-2-4","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"/sports/colleges/football","env":"prod"},"contentService":"prism-section"},"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Head + image above","limit":3,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image right – Hide blurb","offset":1,"rowSpan":4},"id":"0b80a140-a291-4a68-8956-85f147fcc69a","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-0f6lPmdky6wR9rX":{"collection":"features","props":{"collection":"features","customFields":{"adType":"leaderboard_3","displayName":"ad-leaderboard-3","table0LeftIds":"","table1LeftIds":"","table1MainIds":"","table1RightIds":"","table2LeftIds":"","table2MainIds":"","table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"0f6lPmdky6wR9rX","name":null,"type":"fronts/zeus","variants":{}},"type":"fronts/zeus"},"renderable-features-0f9zs0Bw0CuR9zG":{"collection":"features","props":{"collection":"features","customFields":{"adType":"leaderboard_2","displayName":"ad-leaderboard-2","table0LeftIds":"","table1LeftIds":"","table1MainIds":"","table1RightIds":"","table2LeftIds":"","table2MainIds":"","table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"0f9zs0Bw0CuR9zG","name":null,"type":"fronts/zeus","variants":{}},"type":"fronts/zeus"},"renderable-features-0fGjh0KWmpuR907":{"collection":"features","props":{"collection":"features","customFields":{"adType":"bigbox_3","displayName":"ad-bigbox3","table0LeftIds":"","table1LeftIds":"","table1MainIds":"","table1RightIds":"","table2LeftIds":"","table2MainIds":"","table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"0fGjh0KWmpuR907","name":null,"type":"fronts/zeus","variants":{}},"type":"fronts/zeus"},"renderable-features-0fLkTAI2wqUrdlJ":{"collection":"features","props":{"collection":"features","customFields":{"table0LeftIds":"","table1LeftIds":"","table1MainIds":"","table1RightIds":"","table2LeftIds":"","table2MainIds":"","table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"0fLkTAI2wqUrdlJ","name":null,"type":"inline-subs-module/default","variants":{}},"type":"inline-subs-module/default"},"renderable-features-0feJ8QuDk3rR9dQ":{"collection":"features","props":{"collection":"features","customFields":{"adType":"banner_top","displayName":"ad-banner-top","table0LeftIds":"","table1LeftIds":"","table1MainIds":"","table1RightIds":"","table2LeftIds":"","table2MainIds":"","table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"0feJ8QuDk3rR9dQ","name":null,"type":"fronts/zeus","variants":{}},"type":"fronts/zeus"},"renderable-features-0fhZsxPSc0vR9uI":{"collection":"features","props":{"collection":"features","customFields":{"adType":"bigbox","displayName":"ad-big-box1","table0LeftIds":"","table1LeftIds":"","table1MainIds":"","table1RightIds":"","table2LeftIds":"","table2MainIds":"","table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"0fhZsxPSc0vR9uI","name":null,"type":"fronts/zeus","variants":{}},"type":"fronts/zeus"},"renderable-features-0fjr3Cj3dtqR9Y1":{"collection":"features","props":{"collection":"features","customFields":{"adType":"leaderboard_1","displayName":"ad-leaderboard-1","table0LeftIds":"","table1LeftIds":"","table1MainIds":"","table1RightIds":"","table2LeftIds":"","table2MainIds":"","table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"0fjr3Cj3dtqR9Y1","name":null,"type":"fronts/zeus","variants":{}},"type":"fronts/zeus"},"renderable-features-0foHktJu4RtR9zC":{"collection":"features","props":{"collection":"features","customFields":{"adType":"bigbox_2","displayName":"ad-big-box2","table0LeftIds":"","table1LeftIds":"","table1MainIds":"","table1RightIds":"","table2LeftIds":"","table2MainIds":"","table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"0foHktJu4RtR9zC","name":null,"type":"fronts/zeus","variants":{}},"type":"fronts/zeus"},"renderable-features-0fvYrZOto2jK6H0":{"collection":"features","props":{"collection":"features","customFields":{"table0LeftIds":"","table1LeftIds":"","table1MainIds":"","table1RightIds":"","table2LeftIds":"","table2MainIds":"","table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"0fvYrZOto2jK6H0","name":null,"type":"global/Footer","variants":{}},"type":"global/Footer"},"renderable-features-129cb8bf-10b7-49bd-8119-f138d76db7a0":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artPosition":"Art above head","artSize":"Large","captionContent":"Normal caption","displayName":"mlb-feed-2","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"sports/mlb","env":"prod"},"contentService":"prism-section"},"labelShow":true,"lastPickedPreset":"Head + byline","limit":3,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image right – Hide blurb","offset":1,"rowSpan":2},"id":"129cb8bf-10b7-49bd-8119-f138d76db7a0","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-19b8d219-6182-4aa2-b809-429c4936b2c9":{"children":[],"collection":"features","props":{"clonedOn":1644264999832,"collection":"features","customFields":{"alternateArtLinkEnable":true,"artHide":false,"artOverlayShow":true,"artPosition":"Art above head","artSize":"Large","blurb":"","bylineShow":false,"captionContent":"Credits only","displayName":"sports-auto-luf-1-MOBILE","flexFeatureContentConfig":{"contentConfigValues":{"limit":"5","offset":"0","query":"prism://prism.query/site-subtype,/sports,Live-All/"},"contentService":"prism-query"},"headlineSize":"Large","hideOnDesktop":true,"inlineVideo":true,"labelShow":true,"labelType":"Live Updates","lastPickedMiniPreset":"Hide on desktop","lastPickedPreset":"Display","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"liveTickerHide":false,"liveTickerNum":4,"mobilePreset":"As is","relatedLinksPosition":"None","rowSpan":4,"timestampShow":false},"id":"19b8d219-6182-4aa2-b809-429c4936b2c9","type":"fronts/flex-feature"},"type":"fronts/flex-feature"},"renderable-features-1bab4628-81b7-4c4b-9c5d-78db17b51f22":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"displayName":"Global Header Nav"},"id":"1bab4628-81b7-4c4b-9c5d-78db17b51f22","type":"global/HeaderNav","variants":{}},"type":"global/HeaderNav"},"renderable-features-20b4062c-31ab-4660-a315-f5281fb17fe2":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artHide":false,"artPosition":"Art right","artSize":"X-Small","bylineShow":false,"countShow":true,"displayName":"mr-2-3","flexFeatureContentConfig":{"contentConfigValues":{"limit":"5","section":"sports","env":"prod"},"contentService":"most-read"},"headlineSize":"Tiny","labelShow":true,"lastPickedPreset":"Feed head + mug","limit":2,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"Feed head + mug","offset":1,"relatedLinksPosition":"None","rowSpan":4,"timestampShow":false},"id":"20b4062c-31ab-4660-a315-f5281fb17fe2","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-22bf4cce-7ad0-4ba2-be6e-ba2ad257f5f3":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"alternateArtLinkEnable":true,"artAspectRatio":"16:9","artHide":false,"artOverlayShow":true,"artPosition":"Art above head","artSize":"Large","captionContent":"Credits only","displayName":"nba-feed-1","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"sports/nba","env":"prod"},"contentService":"prism-section"},"headlineSize":"Medium","inlineVideo":true,"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Display","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","rowSpan":6},"id":"22bf4cce-7ad0-4ba2-be6e-ba2ad257f5f3","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-3021b29d-4b7e-4720-838b-0db39e2a5a72":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"alternateArtLinkEnable":true,"artAspectRatio":"16:9","artHide":false,"artOverlayShow":true,"artPosition":"Art above head","artSize":"Large","captionContent":"Credits only","displayName":"nfl-feed-1","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"sports/nfl","env":"prod"},"contentService":"prism-section"},"headlineSize":"Medium","inlineVideo":true,"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Display","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","rowSpan":6},"id":"3021b29d-4b7e-4720-838b-0db39e2a5a72","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-302cc5e5-fab3-4d93-85fc-54cbcb18bb48":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"alignment":"center","contentService":"site-service-section","displayName":"Section Topper","logo":"","tagline":"","title":"Sports","uppercase":true,"url":""},"id":"302cc5e5-fab3-4d93-85fc-54cbcb18bb48","type":"fronts/topper","variants":{}},"type":"fronts/topper"},"renderable-features-348e54c2-1dc4-4d9a-8c12-00537b068d59":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artAspectRatio":"16:9","artHide":false,"artPosition":"Art above head","displayName":"sports-collex-mts-2","flexFeatureContentConfig":{"contentConfigValues":{"id":"RSLXJJEFIFGODAMCERHOF2MNS4","limit":"14","offset":"0","env":"prod"},"contentService":"wsk-collection"},"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Head + image above","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image right – Hide blurb","offset":8,"rowSpan":4},"id":"348e54c2-1dc4-4d9a-8c12-00537b068d59","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-35f29fa4-9026-4054-bc77-37dab891864b":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"displayName":"Auto Update"},"id":"35f29fa4-9026-4054-bc77-37dab891864b","type":"fronts/auto-update","variants":{}},"type":"fronts/auto-update"},"renderable-features-3da32a1e-d58b-4894-8ddd-d2dfe9594f3d":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artAspectRatio":"16:9","artHide":false,"artPosition":"Art above head","blurb":"","displayName":"college-football-lede","flexFeatureContentConfig":{"contentConfigValues":{"id":"3KG4SECCO5G5JEIMTGZOSQ4WHU","limit":"4","offset":"0","env":"prod"},"contentService":"wsk-collection"},"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Head + image above","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","rowSpan":4},"id":"3da32a1e-d58b-4894-8ddd-d2dfe9594f3d","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-3dc48548-1d95-4aed-a77e-c5144fd90027":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artAspectRatio":"16:9","artPosition":"Art above head","bylineShow":false,"displayName":"sports-collex-mts-5","flexFeatureContentConfig":{"contentConfigValues":{"id":"RSLXJJEFIFGODAMCERHOF2MNS4","limit":"14","offset":"0","env":"prod"},"contentService":"wsk-collection"},"headlineSize":"Tiny","labelShow":true,"lastPickedPreset":"Feed head","limit":3,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"Feed head","offset":11,"relatedLinksPosition":"None","rowSpan":4,"timestampShow":false},"id":"3dc48548-1d95-4aed-a77e-c5144fd90027","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-3ed7ee7f-d2a8-4eff-ac31-55c89e36967b":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"displayName":"sports-tt-columnists-collex","flexFeatureContentConfig":{"contentConfigValues":{"id":"E7GZ4BUPUVEX7PN3DFPTFKHPDY","limit":"4","offset":"0","env":"prod"},"contentService":"wsk-collection"},"headlineSize":"Extra small","headlineStyle":"Regular","lastPickedPreset":"","limit":4,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","rowSpan":4},"id":"3ed7ee7f-d2a8-4eff-ac31-55c89e36967b","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-4008c47c-4ce3-41b0-86d3-32c8df4dafe9":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"alternateArtLinkEnable":true,"artAspectRatio":"16:9","artHide":false,"artOverlayShow":true,"artPosition":"Art above head","artSize":"Large","captionContent":"Credits only","displayName":"sports-latest-feed","flexFeatureContentConfig":{"contentConfigValues":{"limit":"5","offset":"0","query":"prism://prism.query/site-articles-only,/sports","env":"prod"},"contentService":"prism-query"},"headlineSize":"Medium","inlineVideo":true,"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Display","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","rowSpan":8},"id":"4008c47c-4ce3-41b0-86d3-32c8df4dafe9","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-43d96963-a05e-495c-a154-e9a9604e163c":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artAspectRatio":"16:9","artHide":false,"artSize":"Large","blurbHide":false,"bylineShow":false,"countShow":true,"displayName":"mr-1","flexFeatureContentConfig":{"contentConfigValues":{"limit":"5","section":"sports","env":"prod"},"contentService":"most-read"},"headlineSize":"Medium","labelShow":true,"lastPickedMiniPreset":"Add image right, large","lastPickedPreset":"Head + blurb","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image right","rowSpan":4,"timestampShow":false},"id":"43d96963-a05e-495c-a154-e9a9604e163c","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-51b5201c-b01f-46fa-bd22-a8748583ef90":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artHide":false,"artPosition":"Art above head","displayName":"caps-feed-1","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"sports/capitals","env":"prod"},"contentService":"prism-section"},"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Head + image above","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","rowSpan":6},"id":"51b5201c-b01f-46fa-bd22-a8748583ef90","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-53c959b2-0f79-486b-88f8-694e9ef9c679":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artAspectRatio":"16:9","artPosition":"Art above head","artSize":"Large","blurbHide":false,"displayName":"sports-tt-collex-secondary1","flexFeatureContentConfig":{"contentConfigValues":{"id":"RSLXJJEFIFGODAMCERHOF2MNS4","limit":"14","offset":"0","env":"prod"},"contentService":"wsk-collection"},"labelShow":true,"lastPickedPreset":"Head + blurb","limit":2,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image right – Hide blurb","offset":2,"rowSpan":4},"id":"53c959b2-0f79-486b-88f8-694e9ef9c679","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-56b3a9b2-fbd2-4aa8-9ace-59f0d8212a62":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"alternateArtLinkEnable":true,"artHide":false,"artOverlayShow":true,"artPosition":"Art above head","bylineShow":false,"captionContent":"Credits only","displayName":"nfl-stats","feature_relatedLinks_1_link":"http://stats.washingtonpost.com/fb/current_week.asp","feature_relatedLinks_1_text":"Scores","feature_relatedLinks_2_link":"http://stats.washingtonpost.com/fb/totalstandings.asp","feature_relatedLinks_2_text":"Standings","feature_relatedLinks_3_link":"http://stats.washingtonpost.com/fb/index.asp","feature_relatedLinks_3_text":"Statistics","flexFeatureContentConfig":{"contentConfigValues":{"content_path":"","env":"prod"},"contentService":"prism-promo"},"headlineHide":true,"inlineVideo":true,"label":"NATIONAL FOOTBALL LEAGUE","labelShow":true,"labelType":"Mini ALL-CAPS","labelUrl":"http://stats.washingtonpost.com/fb/teams.asp","lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Art only","liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","relatedLinksNum":3,"relatedLinksPosition":"Bottom","relatedLinksStyle":"Side-by-side","rowSpan":4,"timestampShow":false},"id":"56b3a9b2-fbd2-4aa8-9ace-59f0d8212a62","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-57db9249-1758-4342-8a60-333581710be1":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artAspectRatio":"16:9","artHide":false,"artPosition":"Art above head","displayName":"sports-collex-mts-4","flexFeatureContentConfig":{"contentConfigValues":{"id":"RSLXJJEFIFGODAMCERHOF2MNS4","limit":"20","offset":"0","env":"prod"},"contentService":"wsk-collection"},"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Head + image above","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image right – Hide blurb","offset":10,"rowSpan":4},"id":"57db9249-1758-4342-8a60-333581710be1","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-5c9ad94c-81bf-4e54-bad0-ad8679b2971a":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"alternateArtLinkEnable":true,"artHide":false,"artOverlayShow":true,"artPosition":"Art right","artSize":"Large","blurbHide":false,"displayName":"sports-ep-collex-1","flexFeatureContentConfig":{"contentConfigValues":{"id":"BMVGD5KWGBFQTOANV3K3WYERPE","limit":"3","offset":"0","env":"prod"},"contentService":"wsk-collection"},"inlineVideo":true,"labelShow":true,"lastPickedPreset":"Display – Extra wide","limit":2,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image right – Hide blurb","offset":1,"rowSpan":4,"wrapText":false},"id":"5c9ad94c-81bf-4e54-bad0-ad8679b2971a","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-5f228f9a-36b5-4077-ade9-b24da4b59321":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artPosition":"Art above head","artSize":"Large","captionContent":"Credits only","displayName":"nba-feed-2","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"sports/nba","env":"prod"},"contentService":"prism-section"},"labelShow":true,"lastPickedPreset":"Head + byline","limit":3,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image right – Hide blurb","offset":1,"rowSpan":2},"id":"5f228f9a-36b5-4077-ade9-b24da4b59321","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-60f6cd8a-6e40-4665-9f1a-4ba67ee541c8":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artPosition":"Art above head","artSize":"Large","captionContent":"Credits only","displayName":"nfl-feed-2","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"sports/nfl","env":"prod"},"contentService":"prism-section"},"labelShow":true,"lastPickedPreset":"Head + byline","limit":3,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image right – Hide blurb","offset":1,"rowSpan":2},"id":"60f6cd8a-6e40-4665-9f1a-4ba67ee541c8","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-650573df-4ac2-4171-86b0-790d1bcfdc3f":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artAspectRatio":"16:9","artHide":false,"artPosition":"Art above head","displayName":"sports-collex-mts-3","flexFeatureContentConfig":{"contentConfigValues":{"id":"RSLXJJEFIFGODAMCERHOF2MNS4","limit":"20","offset":"0","env":"prod"},"contentService":"wsk-collection"},"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Head + image above","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image right – Hide blurb","offset":9,"rowSpan":4},"id":"650573df-4ac2-4171-86b0-790d1bcfdc3f","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-75dde535-d41c-4a42-aa7d-a339bca79abe":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"alternateArtLinkEnable":true,"artAspectRatio":"16:9","artHide":false,"artOverlayShow":true,"artPosition":"Art above head","artSize":"Large","captionContent":"Credits only","displayName":"nhl-feed-1","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"sports/nhl","env":"prod"},"contentService":"prism-section"},"headlineSize":"Medium","inlineVideo":true,"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Display","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","rowSpan":6},"id":"75dde535-d41c-4a42-aa7d-a339bca79abe","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-76378fa4-17df-460a-93ea-9ca4a5e057bf":{"children":[],"collection":"features","props":{"clonedOn":1644264999832,"collection":"features","customFields":{"alternateArtLinkEnable":true,"artHide":false,"artOverlayShow":true,"artPosition":"Art above head","blurb":"","bylineShow":false,"captionContent":"Credits only","displayName":"sports-auto-luf-1-pic-only","flexFeatureContentConfig":{"contentConfigValues":{"limit":"5","offset":"0","query":"prism://prism.query/site-subtype,/sports,Live-All/"},"contentService":"prism-query"},"headlineHide":true,"headlineSize":"Large","inlineVideo":true,"labelType":"Live Updates","lastPickedPreset":"Art only","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"HIDE ENTIRE FEATURE","relatedLinksPosition":"None","rowSpan":4,"timestampShow":false},"id":"76378fa4-17df-460a-93ea-9ca4a5e057bf","type":"fronts/flex-feature"},"type":"fronts/flex-feature"},"renderable-features-787a5e1b-742b-4137-9609-67c4e468f1e1":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artAspectRatio":"16:9","artHide":false,"artPosition":"Art above head","displayName":"soccer-feed","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"sports/soccer","env":"prod"},"contentService":"prism-section"},"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Head + image above","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","rowSpan":4},"id":"787a5e1b-742b-4137-9609-67c4e468f1e1","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-79dc978c-1535-4eb5-af4c-583ffcdd930c":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artPosition":"Art above head","artSize":"Large","captionContent":"Credits only","displayName":"nhl-feed-2","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"sports/nhl","env":"prod"},"contentService":"prism-section"},"labelShow":true,"lastPickedPreset":"Head + byline","limit":3,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image right – Hide blurb","offset":1,"rowSpan":2},"id":"79dc978c-1535-4eb5-af4c-583ffcdd930c","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-7c6efe2a-f5e2-4a77-b56e-03150896d503":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"alternateArtLinkEnable":true,"artHide":false,"artOverlayShow":true,"artPosition":"Art above head","bylineShow":false,"captionContent":"Credits only","displayName":"nhl-stats","feature_relatedLinks_1_link":"http://stats.washingtonpost.com/nhl/scoreboard.asp","feature_relatedLinks_1_text":"Scores","feature_relatedLinks_2_link":"http://stats.washingtonpost.com/nhl/standings_conference.asp","feature_relatedLinks_2_text":"Standings","feature_relatedLinks_3_link":"http://stats.washingtonpost.com/nhl/index.asp?season=reg","feature_relatedLinks_3_text":"Statistics","flexFeatureContentConfig":{"contentConfigValues":{"content_path":"","env":"prod"},"contentService":"prism-promo"},"headlineHide":true,"inlineVideo":true,"label":"National Hockey League","labelShow":true,"labelType":"Mini ALL-CAPS","labelUrl":"http://stats.washingtonpost.com/NHL/teams.asp","lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Art only","liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","relatedLinksNum":3,"relatedLinksPosition":"Bottom","relatedLinksStyle":"Side-by-side","rowSpan":4,"timestampShow":false},"id":"7c6efe2a-f5e2-4a77-b56e-03150896d503","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-7ecbd2bc-9e4f-4de3-abc1-2c700a15b1e1":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artAspectRatio":"16:9","artHide":false,"artPosition":"Art above head","displayName":"college-football-lede","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"/sports/colleges/football","env":"prod"},"contentService":"prism-section"},"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Head + image above","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","rowSpan":4},"id":"7ecbd2bc-9e4f-4de3-abc1-2c700a15b1e1","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-7f5d42a6-6bc4-4350-90e4-5b6725d7a28f":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artAspectRatio":"16:9","artHide":false,"artPosition":"Art above head","displayName":"hs-feed","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"sports/highschools","env":"prod"},"contentService":"prism-section"},"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Head + image above","limit":3,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image right – Hide blurb","offset":1,"rowSpan":4},"id":"7f5d42a6-6bc4-4350-90e4-5b6725d7a28f","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-826089af-564d-4a60-92ab-614e9f3cc9ab":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"alternateArtLinkEnable":true,"artAspectRatio":"16:9","artHide":false,"artOverlayShow":true,"artPosition":"Art above head","blurbHide":false,"captionContent":"Credits only","displayName":"sports-ep-collex-1","flexFeatureContentConfig":{"contentConfigValues":{"id":"BMVGD5KWGBFQTOANV3K3WYERPE","limit":"3","offset":"0","env":"prod"},"contentService":"wsk-collection"},"headlineSize":"Large","headlineStyle":"Regular","inlineVideo":true,"labelShow":true,"lastPickedMiniPreset":"Image aspect ratio: 16:9","lastPickedPreset":"Display -- feature","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image: Display + Force 3x2","rowSpan":4,"textAlignment":"center"},"id":"826089af-564d-4a60-92ab-614e9f3cc9ab","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-890b5534-54fd-4049-9721-513bc6d67669":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"alternateArtLinkEnable":true,"artHide":false,"artOverlayShow":true,"artPosition":"Art above head","bylineShow":false,"captionContent":"Credits only","displayName":"nba-stats","feature_relatedLinks_1_link":"http://stats.washingtonpost.com/nba/scoreboard.asp","feature_relatedLinks_1_text":"Scores","feature_relatedLinks_2_link":"http://stats.washingtonpost.com/nba/standings.asp","feature_relatedLinks_2_text":"Standings","feature_relatedLinks_3_link":"http://stats.washingtonpost.com/nba/index.asp?season=reg","feature_relatedLinks_3_text":"Statistics","flexFeatureContentConfig":{"contentConfigValues":{"content_path":"","env":"prod"},"contentService":"prism-promo"},"headlineHide":true,"inlineVideo":true,"label":"NATIONAL BASKETBALL ASSOCIATION","labelShow":true,"labelType":"Mini ALL-CAPS","labelUrl":"http://stats.washingtonpost.com/nba/teams.asp","lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Art only","liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","relatedLinksNum":3,"relatedLinksPosition":"Bottom","relatedLinksStyle":"Side-by-side","rowSpan":4,"timestampShow":false},"id":"890b5534-54fd-4049-9721-513bc6d67669","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-8ffc5d6f-836c-4a22-8b7d-03aad3af0541":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artAspectRatio":"16:9","artHide":false,"artPosition":"Art above head","displayName":"soccer-feed","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"sports/soccer","env":"prod"},"contentService":"prism-section"},"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Head + image above","limit":3,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image right – Hide blurb","offset":1,"rowSpan":4},"id":"8ffc5d6f-836c-4a22-8b7d-03aad3af0541","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-917c1db2-a83d-4e38-b4a6-cb598a943af4":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"alternateArtLinkEnable":true,"artAspectRatio":"16:9","artHide":false,"artOverlayShow":true,"artPosition":"Art above head","artSize":"Large","captionContent":"Credits only","displayName":"mlb-feed-1","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"sports/mlb","env":"prod"},"contentService":"prism-section"},"headlineSize":"Medium","inlineVideo":true,"labelShow":true,"lastPickedMiniPreset":"Hide blurb","lastPickedPreset":"Display","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","rowSpan":6},"id":"917c1db2-a83d-4e38-b4a6-cb598a943af4","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-9815f541-4cd0-48dc-b7af-73eb902fd2e5":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artAspectRatio":"16:9","artHide":false,"artPosition":"Art above head","displayName":"wnba-feed","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"/sports/wnba/","env":"prod"},"contentService":"prism-section"},"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Head + image above","limit":3,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image right – Hide blurb","offset":1,"rowSpan":4},"id":"9815f541-4cd0-48dc-b7af-73eb902fd2e5","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-988f6ac0-61ab-43df-8f0b-8e8d5ee322b8":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artAspectRatio":"16:9","artHide":false,"artPosition":"Art above head","displayName":"hs-feed","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"sports/highschools","env":"prod"},"contentService":"prism-section"},"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Head + image above","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","rowSpan":4},"id":"988f6ac0-61ab-43df-8f0b-8e8d5ee322b8","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-9b3994b5-4587-46ca-b3fe-b07283d8bc73":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artAspectRatio":"16:9","artHide":false,"artPosition":"Art above head","displayName":"sports-bog-feed","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"sports/dc-sports-bog","env":"prod"},"contentService":"prism-section"},"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Head + image above","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","rowSpan":4},"id":"9b3994b5-4587-46ca-b3fe-b07283d8bc73","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-9da7dfa2-4ef5-4843-bf84-80e64c0b9e44":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artPosition":"Art above head","artSize":"Large","captionContent":"Credits only","displayName":"sports-tt-collex-under-lede","flexFeatureContentConfig":{"contentConfigValues":{"id":"RSLXJJEFIFGODAMCERHOF2MNS4","limit":"14","offset":"0","env":"prod"},"contentService":"wsk-collection"},"labelShow":true,"lastPickedPreset":"Head + byline","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image right – Hide blurb","offset":1,"rowSpan":4},"id":"9da7dfa2-4ef5-4843-bf84-80e64c0b9e44","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-9f83f8ce-d45f-4f1f-9072-ad83b81f911b":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artAspectRatio":"16:9","artHide":false,"artPosition":"Art above head","displayName":"wnba-feed","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"/sports/wnba/","env":"prod"},"contentService":"prism-section"},"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Head + image above","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","rowSpan":4},"id":"9f83f8ce-d45f-4f1f-9072-ad83b81f911b","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-afa3aa8a-41de-4c4a-8e23-66c8dd545a76":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artPosition":"Art above head","bylineShow":false,"displayName":"caps-feed-2","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"sports/capitals","env":"prod"},"contentService":"prism-section"},"headlineSize":"Tiny","labelShow":true,"lastPickedPreset":"Feed head","limit":3,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","offset":1,"relatedLinksPosition":"None","rowSpan":2,"timestampShow":false},"id":"afa3aa8a-41de-4c4a-8e23-66c8dd545a76","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-b2a1a069-e257-4472-bcdc-b256562314f1":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artHide":false,"artPosition":"Art above head","artSize":"Large","displayName":"sports-tt-collex-secondary2","flexFeatureContentConfig":{"contentConfigValues":{"id":"RSLXJJEFIFGODAMCERHOF2MNS4","limit":"14","offset":"0","env":"prod"},"contentService":"wsk-collection"},"labelShow":true,"lastPickedPreset":"Head + image above","limit":2,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image right – Hide blurb","offset":5,"rowSpan":6},"id":"b2a1a069-e257-4472-bcdc-b256562314f1","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-b2be2928-e4b9-4111-a6d2-94b3332d6cfe":{"children":[],"collection":"features","props":{"clonedOn":1644264999832,"collection":"features","customFields":{"alternateArtLinkEnable":true,"artOverlayShow":true,"artPosition":"Art left","blurb":"","bylineShow":false,"captionContent":"Credits only","displayName":"sports-auto-luf-1-ticker-only","flexFeatureContentConfig":{"contentConfigValues":{"limit":"5","offset":"0","query":"prism://prism.query/site-subtype,/sports,Live-All/"},"contentService":"prism-query"},"headlineHide":true,"headlineSize":"Large","inlineVideo":true,"labelShow":true,"labelType":"Live Updates","lastPickedMiniPreset":"Unhide on desktop","lastPickedPreset":"Display – Extra wide","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"liveTickerHide":false,"mobilePreset":"HIDE ENTIRE FEATURE","relatedLinksPosition":"None","rowSpan":4,"timestampShow":false},"id":"b2be2928-e4b9-4111-a6d2-94b3332d6cfe","type":"fronts/flex-feature"},"type":"fronts/flex-feature"},"renderable-features-ccbd6ba4-683a-44c4-8df9-f212e0cc0d6f":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"alternateArtLinkEnable":true,"artHide":false,"artOverlayShow":true,"artPosition":"Art above head","bylineShow":false,"captionContent":"Credits only","displayName":"mlb-stats","feature_relatedLinks_1_link":"http://stats.washingtonpost.com/mlb/today.asp","feature_relatedLinks_1_text":"Scores","feature_relatedLinks_2_link":"http://stats.washingtonpost.com/mlb/standings.asp","feature_relatedLinks_2_text":"Standings","feature_relatedLinks_3_link":"http://stats.washingtonpost.com/mlb/index.asp","feature_relatedLinks_3_text":"Statistics","flexFeatureContentConfig":{"contentConfigValues":{"content_path":"","env":"prod"},"contentService":"prism-promo"},"headlineHide":true,"inlineVideo":true,"label":"MAJOR LEAGUE BASEBALL","labelShow":true,"labelType":"Mini ALL-CAPS","labelUrl":"http://stats.washingtonpost.com/mlb/teams.asp","lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Art only","liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","relatedLinksNum":3,"relatedLinksPosition":"Bottom","relatedLinksStyle":"Side-by-side","rowSpan":4,"timestampShow":false},"id":"ccbd6ba4-683a-44c4-8df9-f212e0cc0d6f","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-ce179126-d4d1-46b3-aa22-5271a357e255":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artHide":false,"artPosition":"Art above head","displayName":"nats-feed-1","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"sports/nationals","env":"prod"},"contentService":"prism-section"},"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Head + image above","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","rowSpan":6},"id":"ce179126-d4d1-46b3-aa22-5271a357e255","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-dc98f666-59a0-47ff-8713-9753c050eab3":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artAspectRatio":"16:9","artHide":false,"artPosition":"Art above head","displayName":"sports-bog-feed","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"sports/dc-sports-bog","env":"prod"},"contentService":"prism-section"},"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Head + image above","limit":3,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image right – Hide blurb","offset":1,"rowSpan":4},"id":"dc98f666-59a0-47ff-8713-9753c050eab3","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-dd1528f4-78c8-45c4-8177-7b924f005d72":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artPosition":"Art above head","bylineShow":false,"displayName":"wiz-feed-2","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"sports/wizards","env":"prod"},"contentService":"prism-section"},"headlineSize":"Tiny","labelShow":true,"lastPickedPreset":"Feed head","limit":3,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","offset":1,"relatedLinksPosition":"None","rowSpan":2,"timestampShow":false},"id":"dd1528f4-78c8-45c4-8177-7b924f005d72","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-dd5692ce-ba47-4f83-93a3-1b307313bba9":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artPosition":"Art above head","bylineShow":false,"displayName":"nats-feed-1","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"sports/nationals","env":"prod"},"contentService":"prism-section"},"headlineSize":"Tiny","labelShow":true,"lastPickedPreset":"Feed head","limit":3,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","offset":1,"relatedLinksPosition":"None","rowSpan":2,"timestampShow":false},"id":"dd5692ce-ba47-4f83-93a3-1b307313bba9","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-deb79e22-65a6-4ea0-a2bf-d53fbcf35df3":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"adType":"fixedBottom","displayName":"ad-fixedbottom"},"id":"deb79e22-65a6-4ea0-a2bf-d53fbcf35df3","type":"fronts/zeus","variants":{}},"type":"fronts/zeus"},"renderable-features-e98ac8b8-523b-43a2-8ed5-37372993a899":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"alternateArtLinkEnable":true,"artHide":false,"artOverlayShow":true,"artPosition":"Art above head","bylineShow":false,"captionContent":"Credits only","displayName":"wnba-stats","feature_relatedLinks_1_link":"http://stats.washingtonpost.com/wnba/scoreboard.asp","feature_relatedLinks_1_text":"Scores","feature_relatedLinks_2_link":"http://stats.washingtonpost.com/wnba/standings.asp","feature_relatedLinks_2_text":"Standings","feature_relatedLinks_3_link":"http://stats.washingtonpost.com/wnba/leaders.asp","feature_relatedLinks_3_text":"Statistics","flexFeatureContentConfig":{"contentConfigValues":{"content_path":"","env":"prod"},"contentService":"prism-promo"},"headlineHide":true,"inlineVideo":true,"label":"WOMEN'S NATIONAL BASKETBALL ASSOCIATION","labelShow":true,"labelType":"Mini ALL-CAPS","labelUrl":"http://stats.washingtonpost.com/wnba/teams.asp","lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Art only","liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","relatedLinksNum":3,"relatedLinksPosition":"Bottom","relatedLinksStyle":"Side-by-side","rowSpan":4,"timestampShow":false},"id":"e98ac8b8-523b-43a2-8ed5-37372993a899","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-e9d0f764-259e-43e7-90b9-28692f6e09cf":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artAspectRatio":"16:9","artHide":false,"artPosition":"Art above head","displayName":"sports-collex-mts-1","flexFeatureContentConfig":{"contentConfigValues":{"id":"RSLXJJEFIFGODAMCERHOF2MNS4","limit":"14","offset":"0","env":"prod"},"contentService":"wsk-collection"},"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Head + image above","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","offset":7,"rowSpan":4},"id":"e9d0f764-259e-43e7-90b9-28692f6e09cf","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-ea508b94-1b6a-41c0-ac64-ef401b2f99a8":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artAspectRatio":"16:9","artHide":false,"artPosition":"Art above head","blurb":"","displayName":"college-football-2-4","flexFeatureContentConfig":{"contentConfigValues":{"id":"3KG4SECCO5G5JEIMTGZOSQ4WHU","limit":"4","offset":"0","env":"prod"},"contentService":"wsk-collection"},"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Head + image above","limit":3,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image right – Hide blurb","offset":1,"rowSpan":4},"id":"ea508b94-1b6a-41c0-ac64-ef401b2f99a8","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-eb07736f-59fd-419f-bf71-47e871173118":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artPosition":"Art above head","bylineShow":false,"displayName":"wft-feed-2","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","query":"prism://prism.query/two-sites,/sports/redskins,/sports/washington-nfl","env":"prod"},"contentService":"prism-query"},"headlineSize":"Tiny","labelShow":true,"lastPickedPreset":"Feed head","limit":3,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","offset":1,"relatedLinksPosition":"None","rowSpan":2,"timestampShow":false},"id":"eb07736f-59fd-419f-bf71-47e871173118","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-ec323e20-a9c2-4b47-bbc0-8828d70c2064":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artHide":false,"artPosition":"Art above head","displayName":"wiz-feed-1","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","section":"sports/wizards","env":"prod"},"contentService":"prism-section"},"labelShow":true,"lastPickedMiniPreset":"Label -- Small show 1","lastPickedPreset":"Head + image above","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","rowSpan":6},"id":"ec323e20-a9c2-4b47-bbc0-8828d70c2064","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-edbc6baa-a1d9-449e-8c3d-df2fa5f8bf91":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artAspectRatio":"16:9","artPosition":"Art above head","artSize":"Large","displayName":"sports-tt-collex-secondary1-single","flexFeatureContentConfig":{"contentConfigValues":{"id":"RSLXJJEFIFGODAMCERHOF2MNS4","limit":"14","offset":"0","env":"prod"},"contentService":"wsk-collection"},"labelShow":true,"lastPickedPreset":"Head + blurb","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"+ Image right – Hide blurb","offset":4,"rowSpan":4},"id":"edbc6baa-a1d9-449e-8c3d-df2fa5f8bf91","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-f0fCg0Feiu5717B":{"collection":"features","props":{"collection":"features","customFields":{"adType":"leaderboard_4","displayName":"ad-leaderboard-4","pbInternal_clipboardId":"f0fCg0Feiu5717B","table0LeftIds":"","table1LeftIds":"","table1MainIds":"","table1RightIds":"","table2LeftIds":"","table2MainIds":"","table2RightIds":"","table3LeftIds":"","table9LeftIds":""},"id":"f0fCg0Feiu5717B","name":null,"type":"fronts/zeus","variants":{}},"type":"fronts/zeus"},"renderable-features-f7df1f20-f9e3-4164-9921-5bf99b38f6ce":{"children":[],"collection":"features","props":{"clonedOn":1644264999831,"collection":"features","customFields":{"alternateArtLinkEnable":true,"artOverlayShow":true,"artPosition":"Art left","blurb":"","blurbHide":false,"captionContent":"Credits only","displayName":"sports-auto-luf-1-hed-only","flexFeatureContentConfig":{"contentConfigValues":{"limit":"5","offset":"0","query":"prism://prism.query/site-subtype,/sports,Live-All/"},"contentService":"prism-query"},"headlineSize":"Extra large","inlineVideo":true,"labelType":"Live Updates","lastPickedMiniPreset":"Unhide on desktop","lastPickedPreset":"Display – Extra wide","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"liveTickerNum":4,"liveTickerTimestampShow":false,"mobilePreset":"HIDE ENTIRE FEATURE","relatedLinksPosition":"None","rowSpan":4},"id":"f7df1f20-f9e3-4164-9921-5bf99b38f6ce","type":"fronts/flex-feature"},"type":"fronts/flex-feature"},"renderable-features-faabb11a-ac2e-47f1-9ca8-75d3d71cca03":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artHide":false,"artPosition":"Art right","artSize":"X-Small","bylineShow":false,"countShow":true,"displayName":"mr-4-5","flexFeatureContentConfig":{"contentConfigValues":{"limit":"5","section":"sports","env":"prod"},"contentService":"most-read"},"headlineSize":"Tiny","labelShow":true,"lastPickedPreset":"Feed head + mug","limit":2,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"Feed head + mug","offset":3,"relatedLinksPosition":"None","rowSpan":4,"timestampShow":false},"id":"faabb11a-ac2e-47f1-9ca8-75d3d71cca03","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-features-fd3358da-8986-46e3-b9e0-070a9db6eac1":{"children":[],"collection":"features","props":{"collection":"features","customFields":{"artHide":false,"artPosition":"Art above head","displayName":"wft-feed-1","flexFeatureContentConfig":{"contentConfigValues":{"limit":"4","offset":"0","query":"prism://prism.query/two-sites,/sports/redskins,/sports/washington-nfl","env":"prod"},"contentService":"prism-query"},"labelShow":true,"lastPickedMiniPreset":"Image aspect ratio: 3:2","lastPickedPreset":"Head + image above","limit":1,"liveGraphicsContentConfig":{"contentConfigValues":{"id":""},"contentService":"no-content"},"mobilePreset":"As is","rowSpan":6},"id":"fd3358da-8986-46e3-b9e0-070a9db6eac1","type":"fronts/flex-feature","variants":{}},"type":"fronts/flex-feature"},"renderable-sections-0":{"children":[{"id":"renderable-features-1bab4628-81b7-4c4b-9c5d-78db17b51f22"}],"collection":"sections","props":{"collection":"sections","id":0}},"renderable-sections-1":{"children":[{"id":"renderable-features-0feJ8QuDk3rR9dQ"},{"id":"renderable-features-0fjr3Cj3dtqR9Y1"},{"id":"renderable-features-302cc5e5-fab3-4d93-85fc-54cbcb18bb48"}],"collection":"sections","props":{"collection":"sections","id":1}},"renderable-sections-2":{"children":[{"id":"renderable-chains-62b1eb7f-77b5-4a6e-bd78-4bcc2ec8e594"},{"id":"renderable-chains-0dbcc62e-343a-487c-a43a-6478ed3fb7e4"},{"id":"renderable-chains-130be4e8-6f5a-45e8-9060-d06c97e3b23a"},{"id":"renderable-chains-88d3735e-78f3-4b68-9918-8ba003f6312e"},{"id":"renderable-features-0f9zs0Bw0CuR9zG"},{"id":"renderable-features-0fhZsxPSc0vR9uI"},{"id":"renderable-chains-736d69b7-de9c-4f19-bebc-26902e9aebe2"},{"id":"renderable-chains-2dbdf800-7482-4fc8-8aa9-8466cfb72197"},{"id":"renderable-chains-6bf5c357-9b65-49b8-bf4c-7f596bee88c0"},{"id":"renderable-chains-9e634539-0b36-45ed-8c0a-328cd8bd6f5d"},{"id":"renderable-features-0foHktJu4RtR9zC"},{"id":"renderable-features-0f6lPmdky6wR9rX"},{"id":"renderable-chains-5870c620-42fb-4786-8a6c-166ed3a6f196"},{"id":"renderable-chains-7cb6bf91-bb97-40f3-9bdc-e4e76008e1e3"},{"id":"renderable-chains-32d63911-c8f8-4217-92fd-54371e083b8d"},{"id":"renderable-chains-5a5bac04-6c2e-4aed-9af5-f7efe0821772"},{"id":"renderable-chains-b3da9dd8-b81f-4d16-aa09-89b733ee8076"},{"id":"renderable-features-f0fCg0Feiu5717B"},{"id":"renderable-features-0fGjh0KWmpuR907"},{"id":"renderable-chains-eddae125-341b-4ff8-81ea-753279ec763c"},{"id":"renderable-chains-d4f496d9-7f21-4a7c-9315-df4c51d75db1"},{"id":"renderable-features-0fLkTAI2wqUrdlJ"},{"id":"renderable-chains-9cae809b-7ea0-49f5-994b-e85ee1d49074"},{"id":"renderable-chains-8c5f6d5f-d2f2-46fa-bc0e-fc1e9758215d"},{"id":"renderable-chains-13c64bf1-7833-46f4-99d7-06c72670f864"}],"collection":"sections","props":{"collection":"sections","id":2}},"renderable-sections-3":{"children":[{"id":"renderable-features-deb79e22-65a6-4ea0-a2bf-d53fbcf35df3"},{"id":"renderable-features-35f29fa4-9026-4054-bc77-37dab891864b"}],"collection":"sections","props":{"collection":"sections","id":3}},"renderable-sections-4":{"children":[{"id":"renderable-features-0fvYrZOto2jK6H0"}],"collection":"sections","props":{"collection":"sections","id":4}},"root":{"children":[{"id":"renderable-sections-0"},{"id":"renderable-sections-1"},{"id":"renderable-sections-2"},{"id":"renderable-sections-3"},{"id":"renderable-sections-4"}],"collection":"layouts","id":"root","props":{"childProps":[{"collection":"sections","id":0},{"collection":"sections","id":1},{"collection":"sections","id":2},{"collection":"sections","id":3},{"collection":"sections","id":4}],"collection":"layouts","id":"homepage","type":"homepage"},"type":"homepage"},"lastPublishedActualTimestamp":1649349276054},"slug":"sports","metaData":{"canonicalUrl":"/sports/","commercial_node":"/sports","contentType":"front","description":"The Washington Post Sports section provides sports news, video, scores, analysis and updates about high school, college, and pro sports teams, including the Capitals, Nationals, Washington Football Team, United and Wizards. Post Sports also offers blogs and discussions about the latest sports news.","keywords":"Washington Capitals, Washington Nationals, Washington Football Team, Washington Redskins, DC United , Washington Wizards, baseball, football, hockey, soccer, golf, basketball, college football, college basketball, NBA news, MLB news, NFL news, NHL news, MLS news, Nationals, Redskins, Capitals, Wizards, D.C. United, high school sports,college sports,track and field, hoyas, terps, cavaliers, college sports news, dc sports news, dc sports","pageName":"front - sports","pageType":"front","section":"sports","social_share_image":"https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Fimg%252Ewashingtonpost%252Ecom%2Fpb%2Fresources%2Fimg%2Ftwp-social-share%252Epng\u0026w=1484","tagline":null,"title":"Sports"},"requestUri":"/sports","outputType":"default","isMobile":false}},"page":"/render/[slug]","query":{"slug":"sports"},"buildId":"@d4325ee1e14e7755085c906f22b0003100b14401","assetPrefix":"/assembler","runtimeConfig":{"CLIENT_SIDE_API_DOMAIN":"https://www.washingtonpost.com/prism","SERVER_SIDE_API_DOMAIN":"https://prism-proxy.wpit.nile.works","CONTENT_SOURCE":"prism-content-api","environment":"prod","isCypress":false,"buildId":"d4325ee1e14e7755085c906f22b0003100b14401","DEBUG_DATADOG":false},"isFallback":false,"dynamicIds":["0PSK","66oY","9MQZ","KkKZ","Qetd","VeD8","dI71","dRu9","iTG7","pQ8y","tSS8","/4/P","/cMM","1jB3","2W6z","2oH+","341u","3qij","4gVh","4znE","5lVf","7/4B","7DRD","7jcJ","8nTT","9izM","AaPd","CXd8","E86x","Ed2s","FOgZ","FdJ0","GRpk","Gu2w","H82I","I7VN","I7wR","IR2O","IYBW","Ia1/","IvMW","NA2E","PmXk","T5bk","UR79","V56A","VLz0","VQdy","YX3C","Yk0m","ZQiL","ahEZ","b97O","bmMU","cj+i","e8If","exAI","gigl","guND","hTiq","kKD0","kUBd","lCyF","lggU","liTV","mA9u","n3y+","nfIO","pFvn","pL4d","pjH4","pvtY","qc5R","qj9A","rR9P","saIL","sjmV","so5u","tNkP","tZCw","upjw","vjvJ","vlah","yaUs","yr1c","mQ/1","Dzth","FbIo","Vzfr","YYJz","hc6g","pYKe","rwlM","zQV+","+0S/","YEtl","2dhQ","3Zvl","OE9q","Reua","WSfo","ifCO","mUIY","moYB","nONp","raUE","vySh","+xr+","5zgZ","CWdW","V3qQ","WE2J","rrss","Dcf+","Qo2W","iXha","qIyT"],"gip":true,"head":[["meta",{"charSet":"utf-8"}],["meta",{"name":"viewport","content":"width=device-width"}]]}
var deployment = window.Fusion && window.Fusion.deployment || "no release";
typeof window !== "undefined" && window.Sentry && window.Sentry.onLoad(function sentryInit() {
window.Sentry.init({
release: deployment,
environment: "prod",
sampleRate: 0.01,
whitelistUrls: [
"washingtonpost.com",
"wapodev.com",
"wapostage.com",
"washpost.arcpublishing.com",
"sandbox.washpost.arcpublishing.com"
],
blacklistUrls: [
"washingtonpost.com/wp-stat/",
"washingtonpost.com/scripts/",
"*/src/",
"*/verify.js",
"*/score.min.js",
"localhost"
],
beforeSend: function(event, hint) {
var error = hint && hint.originalException;
if (error && error.message && error.message.match(/WPFusionReactErrorElex/)) {
return event;
}
return null;
}
});
window.Sentry.forceLoad();
});
# Import regex package
import re
# Find all words in the URL and print several
tokens = re.findall('\w+',content)
tokens[:20]
['Sports', 'Accessibility', 'statement', 'Skip', 'to', 'main', 'content', 'Search', 'Input', 'Search', 'Sections', 'Menu', 'Sections', 'Menu', 'The', 'Washington', 'Post', 'Democracy', 'Dies', 'in']
# Import RegexpTokenizer from nltk.tokenize
from nltk.tokenize import RegexpTokenizer
# Create tokenizer
tokenizer = RegexpTokenizer('\w+')
# Create tokens
tokens = tokenizer.tokenize(content)
tokens[:20]
['Sports', 'Accessibility', 'statement', 'Skip', 'to', 'main', 'content', 'Search', 'Input', 'Search', 'Sections', 'Menu', 'Sections', 'Menu', 'The', 'Washington', 'Post', 'Democracy', 'Dies', 'in']
# Initialize new list
words = []
# Loop through list tokens and make lower case
for word in tokens:
words.append(word.lower())
# Print several items from list as sanity check
words[:8]
['sports', 'accessibility', 'statement', 'skip', 'to', 'main', 'content', 'search']
# Import nltk
import nltk
nltk.download('stopwords')
# Get English stopwords and print some of them
sw = nltk.corpus.stopwords.words('english')
sw[:20]
[nltk_data] Downloading package stopwords to /root/nltk_data... [nltk_data] Package stopwords is already up-to-date!
['i', 'me', 'my', 'myself', 'we', 'our', 'ours', 'ourselves', 'you', "you're", "you've", "you'll", "you'd", 'your', 'yours', 'yourself', 'yourselves', 'he', 'him', 'his']
# Initialize new list
words_ns = []
# Add to words_ns all words that are in words but not in sw
for word in words:
if word not in sw:
words_ns.append(word)
# Print several list items as sanity check
words_ns[:5]
['sports', 'accessibility', 'statement', 'skip', 'main']
#Import datavis libraries
import matplotlib.pyplot as plt
import seaborn as sns
# Figures inline and set visualization style
%matplotlib inline
sns.set()
# Create freq dist and plot
freqdist1 = nltk.FreqDist(words_ns)
freqdist1.plot(25)
import pandas as pd
df = pd.DataFrame(words_ns)
df.to_csv('file2.csv')
Link-3:
url = 'https://www.nytimes.com/international/section/business/economy'
# Import `requests`
import requests
# Make the request and check object type
r = requests.get(url)
type(r)
requests.models.Response
requests.models.Response
requests.models.Response
# Extract HTML from Response object and print
html = r.text
print(html)
<!DOCTYPE html>
<html lang="en" xmlns:og="http://opengraphprotocol.org/schema/">
<head>
<meta charset="utf-8" />
<title data-rh="true">Economy - The New York Times International</title>
<meta data-rh="true" property="og:description" content="The latest news on the economy, job market, real estate industry and workplace. Includes coverage of the Federal Reserve and government spending at the state and national level."/><meta data-rh="true" name="description" content="The latest news on the economy, job market, real estate industry and workplace. Includes coverage of the Federal Reserve and government spending at the state and national level."/><meta data-rh="true" property="twitter:description" name="description" content="The latest news on the economy, job market, real estate industry and workplace. Includes coverage of the Federal Reserve and government spending at the state and national level."/><meta data-rh="true" property="og:title" content="Economy"/><meta data-rh="true" property="twitter:title" content="Economy"/><meta data-rh="true" property="og:image" content="https://static01.nyt.com/newsgraphics/images/icons/defaultPromoCrop.png"/><meta data-rh="true" property="twitter:image" content="https://static01.nyt.com/newsgraphics/images/icons/defaultPromoCrop.png"/><meta data-rh="true" property="og:url" content="https://www.nytimes.com/international/section/business/economy"/><meta data-rh="true" property="twitter:url" content="https://www.nytimes.com/international/section/business/economy"/><meta data-rh="true" property="og:type" content="article"/> <link data-rh="true" rel="alternate" type="application/rss+xml" title="RSS" href="https://www.nytimes.com/svc/collections/v1/publish/https://www.nytimes.com/international/section/business/economy/rss.xml"/><link data-rh="true" rel="canonical" href="https://www.nytimes.com/international/section/business/economy"/><link data-rh="true" rel="alternate" href="https://www.nytimes.com/section/business/economy" hrefLang="x-default"/><link data-rh="true" rel="alternate" href="https://www.nytimes.com/section/business/economy" hrefLang="en-US"/><link data-rh="true" rel="alternate" href="https://www.nytimes.com/ca/section/business/economy" hrefLang="en-CA"/><link data-rh="true" rel="alternate" href="https://www.nytimes.com/international/section/business/economy" hrefLang="en"/><link data-rh="true" rel="alternate" href="https://www.nytimes.com/international/section/business/economy" hrefLang="en-GB"/><link data-rh="true" rel="alternate" href="https://www.nytimes.com/international/section/business/economy" hrefLang="en-AU"/> <script data-rh="true" type="application/ld+json">{"@context":"http://schema.org","@type":"CollectionPage","description":"The latest news on the economy, job market, real estate industry and workplace. Includes coverage of the Federal Reserve and government spending at the state and national level.","url":"https://www.nytimes.com/international/section/business/economy","inLanguage":"en","name":"Economy","mainEntity":{"@context":"http://schema.org","@type":"ItemList","itemListElement":[],"numberOfItems":0},"publisher":{"@id":"https://www.nytimes.com/#publisher"},"copyrightHolder":{"@id":"https://www.nytimes.com/#publisher"},"sourceOrganization":{"@id":"https://www.nytimes.com/#publisher"},"copyrightYear":2022}</script><script data-rh="true" type="application/ld+json">{"@context":"http://schema.org","@type":"NewsMediaOrganization","name":"The New York Times","logo":{"@context":"http://schema.org","@type":"ImageObject","url":"https://static01.nyt.com/images/misc/NYT_logo_rss_250x40.png","height":40,"width":250},"url":"https://www.nytimes.com/","@id":"https://www.nytimes.com/#publisher","diversityPolicy":"https://www.nytco.com/diversity-and-inclusion-at-the-new-york-times/","ethicsPolicy":"https://www.nytco.com/who-we-are/culture/standards-and-ethics/","masthead":"https://www.nytimes.com/interactive/2020/09/08/admin/the-new-york-times-masthead.html","foundingDate":"1851-09-18","sameAs":"https://en.wikipedia.org/wiki/The_New_York_Times"}</script><script data-rh="true" type="application/ld+json">{"@context":"http://schema.org","@type":"BreadcrumbList","itemListElement":[{"@context":"http://schema.org","@type":"ListItem","name":"The New York Times International","position":1,"item":"https://www.nytimes.com/international"},{"@context":"http://schema.org","@type":"ListItem","name":"Business","position":2,"item":"https://www.nytimes.com/international/section/business"},{"@context":"http://schema.org","@type":"ListItem","name":"Economy","position":3,"item":"https://www.nytimes.com/international/section/business/economy"}]}</script>
<meta data-rh="true" id="applicationName" name="applicationName" content="collection"/><meta data-rh="true" name="nyt-collection:identifier" content="business-economy"/><meta data-rh="true" name="CN" content="business-economy"/><meta data-rh="true" name="nyt-collection:type" content="sectioncollection"/><meta data-rh="true" name="CT" content="sectionfront"/><meta data-rh="true" name="nyt-collection:display-name" content="Economy"/><meta data-rh="true" name="nyt-collection:tagline" content=""/><meta data-rh="true" name="nyt-collection:promotional-image" content=""/><meta data-rh="true" name="PT" content="collection"/><meta data-rh="true" name="asset_id" content="100000004937369"/><meta data-rh="true" name="slug" content="business-economy"/><meta data-rh="true" name="news_keywords" content="Business"/><meta data-rh="true" name="keywords" content="Business"/><meta data-rh="true" property="collection:section" content="Economy"/><meta data-rh="true" property="collection:parentsection" content="Economy"/><meta data-rh="true" property="collection:author" content=""/><meta data-rh="true" name="pdate" content="20170216"/><meta data-rh="true" name="utime" content="20210406212818"/><meta data-rh="true" name="ptime" content="20170216121626"/><meta data-rh="true" name="nyt-collection:url" content="https://www.nytimes.com/international/section/business/economy"/><meta data-rh="true" name="nyt-collection:uri" content="/international/section/business/economy"/><meta data-rh="true" property="fb:app_id" content="9869919170"/><meta data-rh="true" property="collection:language" content="en"/><meta data-rh="true" name="twitter:card" content="summary_large_image"/><meta data-rh="true" name="twitter:site" content="@nytimes"/><meta data-rh="true" name="color-scheme" content="dark light"/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="fb:app_id" content="9869919170" />
<meta name="twitter:site" content="@nytimes" />
<meta name="slack-app-id" content="A0121HXPPTQ" />
<script>
const override = (new URL(window.location)).searchParams.get('sentryOverride');
if (override || Math.floor(Math.random() * 100) <= 1) {
document.write('<script src="https://js.sentry-cdn.com/7bc8bccf5c254286a99b11c68f6bf4ce.min.js" crossorigin="anonymous">' + '<' + '/script>');
}
</script>
<script>
if (window.Sentry) {
window.Sentry.onLoad(function() {
window.Sentry.init({
maxBreadcrumbs: 30,
release: '12809ae4d39fc0d2fa32e10611092624601c913d',
environment: 'prd',
beforeSend: function(e, v) {
if (/amazon-adsystem|ads-us|ampproject|amp4ads|pubads|2mdn|chartbeat|gsi|bk_addPageCtx|yimg|BOOMR|boomerang/.test(v.originalException && v.originalException.stack || '')) return null;
return e;
}
});
});
}
</script>
<link data-rh="true" rel="shortcut icon" href="/vi-assets/static-assets/favicon-d2483f10ef688e6f89e23806b9700298.ico"/><link data-rh="true" rel="apple-touch-icon" href="/vi-assets/static-assets/apple-touch-icon-28865b72953380a40aa43318108876cb.png"/><link data-rh="true" rel="apple-touch-icon-precomposed" sizes="144×144" href="/vi-assets/static-assets/ios-ipad-144x144-28865b72953380a40aa43318108876cb.png"/><link data-rh="true" rel="apple-touch-icon-precomposed" sizes="114×114" href="/vi-assets/static-assets/ios-iphone-114x144-080e7ec6514fdc62bcbb7966d9b257d2.png"/><link data-rh="true" rel="apple-touch-icon-precomposed" href="/vi-assets/static-assets/ios-default-homescreen-57x57-43808a4cd5333b648057a01624d84960.png"/>
<link href="https://g1.nyt.com/fonts/css/web-fonts.0c7fbab8a4c39fe1f6b4449146a6ab8d3fe942a3.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="/vi-assets/static-assets/global-a390e9d7a067927dd253742a2f0124d4.css" />
<style>[data-timezone] { display: none }</style>
<style data-lights-css="1dv1kvn nuvmzp 1k0lris 9e9ivx hnzl8o 6n7j50 1kj7lfb 10m9xeu 1fe7a5q 1f8er69 10488qs 1e1s8k7 15uy5yv jq1cx6 79elbk 1ly73wi rfqw0c 1ffjgkm 1d32glx 15cbhtu 1xonkmu 1n7hynb ye6x8s 1cp3ece 1l4spti ulz9xo nm3jss 3q005l 1jhow8c wm4t3d 13mho3u g6hk37 fzvsed 10698na nhjhh0 fozwf3 1tag3rd 1ho5u4o 13o0c9t a7htku ahe4g0 qo6pn 123u7tk tkwi90 12bivf2 htw48t ui9rw0 1r0gz1j 1o0kkht 1bvtpon rq4mmj 13o4bnb j4n4z0 zz1s19 1fnb9ct 15p45cc 19x0jxb 15h4p1b 1ta8iz9 1j21atc fmiefx 1hk7r2m 7a1pgi 1l4mleb nfcc9b 1126fso 1fbiiks 1qhmxx1 1epgb9g 6p3lz8 psuupz 1ckwy97 1pfdu6b 1iovbfw 13a7bdu 17x4u1i 8msx5b 1u1077h 1j9dxys 1echdzn 1nqbnmb 1lc2l26 10wkyv7 oxle51 5xm8y 185051n 162ujpr vleyi name 5j8bii duration delay timing-function">@-webkit-keyframes animation-5j8bii{from{opacity:0;}to{opacity:1;}}@keyframes animation-5j8bii{from{opacity:0;}to{opacity:1;}}.css-1dv1kvn{border:0;-webkit-clip:rect(0 0 0 0);clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}.css-nuvmzp{font-size:14.25px;font-family:nyt-franklin,helvetica,arial,sans-serif;font-weight:700;text-transform:uppercase;-webkit-letter-spacing:0.7px;-moz-letter-spacing:0.7px;-ms-letter-spacing:0.7px;letter-spacing:0.7px;line-height:19px;}.css-nuvmzp:hover{-webkit-text-decoration:underline;text-decoration:underline;}.css-1k0lris{color:#326891;height:12px;margin-left:8px;padding-left:8px;}.css-9e9ivx{display:none;font-size:10px;margin-left:auto;text-transform:uppercase;}.hasLinks .css-9e9ivx{display:block;}@media (min-width:740px){.hasLinks .css-9e9ivx{margin:none;position:absolute;right:20px;}}@media (min-width:1024px){.hasLinks .css-9e9ivx{display:none;}}.css-hnzl8o{display:inline-block;font-size:12px;-webkit-transition:color 0.6s ease;transition:color 0.6s ease;color:#121212;}.css-hnzl8o:hover{color:#666;}.css-6n7j50{display:inline;}.css-1kj7lfb{display:none;}@media (min-width:1024px){.css-1kj7lfb{display:inline-block;margin-right:7px;}}.css-10m9xeu{display:block;width:16px;height:16px;}.css-1fe7a5q{display:inline-block;height:16px;vertical-align:sub;width:16px;}.css-1f8er69{border:0;-webkit-clip:rect(0 0 0 0);clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;border-radius:3px;cursor:pointer;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-transition:ease 0.6s;transition:ease 0.6s;white-space:nowrap;vertical-align:middle;background-color:transparent;color:#000;font-size:11px;line-height:11px;font-weight:700;-webkit-letter-spacing:0.02em;-moz-letter-spacing:0.02em;-ms-letter-spacing:0.02em;letter-spacing:0.02em;padding:11px 12px 8px;background:#fff;display:inline-block;left:44px;text-transform:uppercase;-webkit-transition:none;transition:none;}.css-1f8er69:active,.css-1f8er69:focus{-webkit-clip:auto;clip:auto;overflow:visible;width:auto;height:auto;}.css-1f8er69::-moz-focus-inner{padding:0;border:0;}.css-1f8er69:-moz-focusring{outline:1px dotted;}.css-1f8er69:disabled,.css-1f8er69.disabled{opacity:0.5;cursor:default;}.css-1f8er69:active,.css-1f8er69.active{background-color:#f7f7f7;}@media (min-width:740px){.css-1f8er69:hover{background-color:#f7f7f7;}}.css-1f8er69:focus{margin-top:3px;padding:8px 8px 6px;}@media (min-width:1024px){.css-1f8er69{left:112px;}}.css-10488qs{display:none;}@media (min-width:1024px){.css-10488qs{display:inline-block;position:relative;}}.css-1e1s8k7{font-size:11px;text-align:center;padding-bottom:25px;}@media (min-width:1024px){.css-1e1s8k7{padding:0 3% 9px;}}.css-1e1s8k7.dockVisible{padding-bottom:45px;}@media (min-width:1024px){.css-1e1s8k7.dockVisible{padding:0 3% 45px;}}@media (min-width:1150px){.css-1e1s8k7{margin:0 auto;max-width:1200px;}}.NYTApp .css-1e1s8k7{display:none;}@media print{.css-1e1s8k7{display:none;}}.css-15uy5yv{border-top:1px solid #ebebeb;padding-top:9px;}.css-jq1cx6{color:#666;font-family:nyt-franklin,helvetica,arial,sans-serif;padding:10px 0;-webkit-text-decoration:none;text-decoration:none;white-space:nowrap;}.css-jq1cx6:hover{-webkit-text-decoration:underline;text-decoration:underline;}.css-79elbk{position:relative;}.css-1ly73wi{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;-webkit-clip:rect(0 0 0 0);clip:rect(0 0 0 0);overflow:hidden;}.css-rfqw0c{text-align:center;height:100%;display:block;}.css-1ffjgkm{top:0;position:-webkit-sticky;position:sticky;background-color:white;z-index:902;}@media print{.css-1ffjgkm{display:none;}}.css-1d32glx{display:inline-block;color:#326891;}@media (min-width:600px){.css-1d32glx{margin-top:0;}}.css-1d32glx:hover{color:#567b95;}.css-1d32glx:visited{color:#326891;}.css-1d32glx::after{color:#e2e2e2;content:'•';margin-left:6px;margin-right:7px;font-size:8px;}.css-1d32glx:last-child::after{content:none;}.css-15cbhtu::before,.css-15cbhtu::after{display:table;clear:both;content:'';line-height:0;}.css-1xonkmu .highlighted{background:#f8f8d4;padding:2px;}.css-1n7hynb{text-transform:uppercase;}.css-1n7hynb span{text-transform:lowercase;}.css-ye6x8s{border-top:1px solid #e2e2e2;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:20px;padding-top:21px;}.css-ye6x8s:nth-of-type(1){border-top:0 none;padding-top:0;}.css-1cp3ece{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;max-width:800px;width:100%;}@media (min-width:600px){.css-1cp3ece{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;max-width:840px;}}.css-1l4spti{margin-bottom:2px;-webkit-order:0;-ms-flex-order:0;order:0;width:100%;}@media (min-width:600px){.css-1l4spti{margin-bottom:0;-webkit-order:2;-ms-flex-order:2;order:2;}}.css-1l4spti > a:hover{cursor:pointer;}.css-1l4spti > a:hover h2{-webkit-text-decoration:underline;text-decoration:underline;}.css-ulz9xo{float:right;margin:0 0 10px 10px;width:150px;}@media (min-width:600px){.css-ulz9xo{margin:0 0 0 40px;}}@media (min-width:1024px){.css-ulz9xo{width:205px;}}.css-nm3jss{font-weight:400;-webkit-text-decoration:none;text-decoration:none;}.css-nm3jss:hover{display:inline-block;-webkit-text-decoration:underline;text-decoration:underline;}.css-nm3jss.well,.css-nm3jss.business{font-weight:300;}.css-3q005l{display:inline-block;height:16px;line-height:0;margin-right:7px;opacity:0.55;position:relative;-webkit-transition:opacity 0.2s linear;transition:opacity 0.2s linear;vertical-align:text-bottom;width:16px;}.css-1jhow8c{display:none;left:13px;position:absolute;top:0;}@media (min-width:740px){.css-1jhow8c{left:45px;top:9px;}}.css-wm4t3d{position:relative;}@media (min-width:740px){.css-wm4t3d{min-width:125px;}}.css-13mho3u{margin-bottom:22px;position:relative;}@media (min-width:1024px){.css-13mho3u{float:left;margin-right:30px;width:65%;}}@media (min-width:1150px){.css-13mho3u{margin-right:60px;}}@media (min-width:1280px){.css-13mho3u{width:70%;}}@media (min-width:1024px){.css-g6hk37{margin-bottom:100px;float:right;width:300px;}}.css-fzvsed{border-radius:3px;cursor:pointer;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-transition:ease 0.6s;transition:ease 0.6s;white-space:nowrap;vertical-align:middle;background-color:transparent;color:#000;font-size:11px;line-height:11px;font-weight:700;-webkit-letter-spacing:0.02em;-moz-letter-spacing:0.02em;-ms-letter-spacing:0.02em;letter-spacing:0.02em;padding:11px 12px 8px;border:0;padding:8px 9px;text-transform:uppercase;}.css-fzvsed.hidden{opacity:0;visibility:hidden;}.css-fzvsed.hidden:focus{opacity:1;}.css-fzvsed::-moz-focus-inner{padding:0;border:0;}.css-fzvsed:-moz-focusring{outline:1px dotted;}.css-fzvsed:disabled,.css-fzvsed.disabled{opacity:0.5;cursor:default;}.css-fzvsed:active,.css-fzvsed.active{background-color:#f7f7f7;}@media (min-width:740px){.css-fzvsed:hover{background-color:#f7f7f7;}}@media (min-width:1024px){.css-fzvsed{display:none;}}.css-10698na{text-align:center;}@media (min-width:740px){.css-10698na{padding-top:0;}}@media print{.css-10698na a[href]::after{content:'';}.css-10698na svg{fill:black;}}.css-nhjhh0{display:block;width:189px;height:26px;margin:5px auto 0;}@media (min-width:740px){.css-nhjhh0{width:225px;height:31px;margin:4px auto 0;}}@media (min-width:1024px){.css-nhjhh0{width:195px;height:26px;margin:6px auto 0;}}.css-fozwf3{border-radius:3px;cursor:pointer;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-transition:ease 0.6s;transition:ease 0.6s;white-space:nowrap;vertical-align:middle;background-color:transparent;color:#000;font-size:11px;line-height:11px;font-weight:700;-webkit-letter-spacing:0.02em;-moz-letter-spacing:0.02em;-ms-letter-spacing:0.02em;letter-spacing:0.02em;padding:11px 12px 8px;border:0;display:block;padding:7px 9px 9px;}.css-fozwf3.hidden{opacity:0;visibility:hidden;}.css-fozwf3.hidden:focus{opacity:1;}.css-fozwf3::-moz-focus-inner{padding:0;border:0;}.css-fozwf3:-moz-focusring{outline:1px dotted;}.css-fozwf3:disabled,.css-fozwf3.disabled{opacity:0.5;cursor:default;}.css-fozwf3:active,.css-fozwf3.active{background-color:#f7f7f7;}@media (min-width:740px){.css-fozwf3:hover{background-color:#f7f7f7;}}@media (min-width:740px){.css-fozwf3{border:none;line-height:13px;padding:9px 9px 12px;}}@media (min-width:1024px){.css-fozwf3{display:none;}}.css-1tag3rd{font-size:10px;padding:11px 0 10px;text-transform:uppercase;width:100%;color:#999;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-letter-spacing:0.5px;-moz-letter-spacing:0.5px;-ms-letter-spacing:0.5px;letter-spacing:0.5px;text-align:center;}.css-1ho5u4o{list-style:none;margin:0 0 15px;padding:0;}@media (min-width:600px){.css-1ho5u4o{display:inline-block;}}.css-13o0c9t{list-style:none;line-height:8px;margin:0 0 35px;padding:0;}@media (min-width:600px){.css-13o0c9t{display:inline-block;}}.css-a7htku{display:inline-block;line-height:20px;padding:0 10px;}.css-a7htku:first-child{border-left:none;}.css-a7htku.desktop{display:none;}@media (min-width:740px){.css-a7htku.smartphone{display:none;}.css-a7htku.desktop{display:inline-block;}.css-a7htku.mobileOnly{display:none;}}@media (min-width:1024px){.css-ahe4g0{position:relative;border-bottom:none;}}@media (min-width:1024px){.css-ahe4g0{margin:0 auto;padding:0 3%;}}@media (min-width:1150px){.css-ahe4g0{margin:auto;padding:0 3%;max-width:1200px;}}.css-qo6pn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:space-around;-webkit-justify-content:space-around;-ms-flex-pack:space-around;justify-content:space-around;left:10px;position:absolute;}@media (min-width:1024px){.css-qo6pn{left:0;}}@media print{.css-qo6pn{display:none;}}.css-123u7tk{border-radius:3px;cursor:pointer;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-transition:ease 0.6s;transition:ease 0.6s;white-space:nowrap;vertical-align:middle;background-color:#fff;border:1px solid #ebebeb;color:#333;font-size:11px;line-height:11px;font-weight:500;-webkit-letter-spacing:0.02em;-moz-letter-spacing:0.02em;-ms-letter-spacing:0.02em;letter-spacing:0.02em;padding:11px 12px 8px;text-transform:uppercase;display:none;padding:8px 9px 9px;}.css-123u7tk::-moz-focus-inner{padding:0;border:0;}.css-123u7tk:-moz-focusring{outline:1px dotted;}.css-123u7tk:disabled,.css-123u7tk.disabled{opacity:0.5;cursor:default;}.css-123u7tk:active,.css-123u7tk.active{background-color:#f7f7f7;}@media (min-width:740px){.css-123u7tk:hover{background-color:#f7f7f7;}}@media (min-width:1024px){.css-123u7tk{border:0;display:inline-block;margin-right:8px;}}.css-tkwi90{border-radius:3px;cursor:pointer;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-transition:ease 0.6s;transition:ease 0.6s;white-space:nowrap;vertical-align:middle;background-color:transparent;color:#000;font-size:11px;line-height:11px;font-weight:700;-webkit-letter-spacing:0.02em;-moz-letter-spacing:0.02em;-ms-letter-spacing:0.02em;letter-spacing:0.02em;padding:11px 12px 8px;border:0;}.css-tkwi90::-moz-focus-inner{padding:0;border:0;}.css-tkwi90:-moz-focusring{outline:1px dotted;}.css-tkwi90:disabled,.css-tkwi90.disabled{opacity:0.5;cursor:default;}.css-tkwi90:active,.css-tkwi90.active{background-color:#f7f7f7;}@media (min-width:740px){.css-tkwi90:hover{background-color:#f7f7f7;}}.css-tkwi90.activeSearchButton{background-color:#f7f7f7;}@media (min-width:1024px){.css-tkwi90{padding:8px 9px 9px;}}.css-12bivf2{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:space-around;-webkit-justify-content:space-around;-ms-flex-pack:space-around;justify-content:space-around;position:absolute;right:10px;top:9px;}@media (min-width:1024px){.css-12bivf2{top:4px;right:0;}}@media print{.css-12bivf2{display:none;}}.css-htw48t{border-radius:3px;cursor:pointer;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-transition:ease 0.6s;transition:ease 0.6s;white-space:nowrap;vertical-align:middle;background-color:#567b95;border:1px solid #326891;color:#fff;font-size:11px;line-height:11px;font-weight:700;-webkit-letter-spacing:0.05em;-moz-letter-spacing:0.05em;-ms-letter-spacing:0.05em;letter-spacing:0.05em;padding:11px 12px 8px;text-transform:uppercase;display:inline-block;}.css-htw48t::-moz-focus-inner{padding:0;border:0;}.css-htw48t:-moz-focusring{outline:1px dotted;}.css-htw48t:disabled,.css-htw48t.disabled{opacity:0.5;cursor:default;}@media (min-width:740px){.css-htw48t:hover{background-color:#326891;}}@media (min-width:1024px){.css-htw48t{padding:11px 12px 8px;height:11px;color:#fff !important;}}.css-htw48t:hover{border:1px solid #326891;}.css-ui9rw0{background:#fff;border-bottom:1px solid #e2e2e2;height:36px;padding:8px 15px 3px;position:relative;}@media (min-width:740px){.css-ui9rw0{background:#fff;padding:10px 15px 6px;}}@media (min-width:1024px){.css-ui9rw0{background:transparent;border-bottom:0;padding:4px 15px 2px;}}@media (min-width:1024px){.css-ui9rw0{margin:0 auto;max-width:1605px;}}.css-1r0gz1j{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:11px;-webkit-box-pack:space-around;-webkit-justify-content:space-around;-ms-flex-pack:space-around;justify-content:space-around;padding:13px 20px 12px;}@media (min-width:740px){.css-1r0gz1j{position:relative;}}@media (min-width:1024px){.css-1r0gz1j{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border:none;padding:0;height:0;-webkit-transform:translateY(38px);-ms-transform:translateY(38px);transform:translateY(38px);-webkit-align-items:flex-end;-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end;}}@media print{.css-1r0gz1j{display:none;}}.css-1o0kkht{color:#121212;font-size:0.6875rem;font-family:nyt-franklin,helvetica,arial,sans-serif;display:none;width:auto;font-weight:700;}@media (min-width:740px){.css-1o0kkht{text-align:center;width:100%;}}@media (min-width:1024px){.css-1o0kkht{font-size:12px;width:auto;margin-bottom:5px;}}.css-1bvtpon{display:none;}.css-rq4mmj{height:auto;width:100%;width:100%;vertical-align:top;}.css-rq4mmj img{width:100%;vertical-align:top;}.css-13o4bnb{color:#666;font-family:nyt-imperial,georgia,'times new roman',times,serif;margin:10px 20px 0;text-align:left;}.css-13o4bnb a{color:#326891;-webkit-text-decoration:none;text-decoration:none;}.css-13o4bnb a:hover,.css-13o4bnb a:focus{-webkit-text-decoration:underline;text-decoration:underline;}@media (min-width:600px){.css-13o4bnb{margin-left:0;}}.sizeSmall .css-13o4bnb{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:calc(50% - 15px);margin:auto 0 15px 15px;}@media (min-width:600px){.sizeSmall .css-13o4bnb{width:260px;margin-left:15px;}}@media (min-width:740px){.sizeSmall .css-13o4bnb{margin-left:15px;}}@media (min-width:1440px){.sizeSmall .css-13o4bnb{width:330px;margin-left:15px;}}@media (max-width:600px){.sizeSmall .css-13o4bnb{margin:auto 0 0 15px;}}.sizeSmall.sizeSmallNoCaption .css-13o4bnb{margin-left:auto;margin-right:auto;margin-top:10px;}.sizeMedium .css-13o4bnb{max-width:900px;}.sizeMedium.layoutVertical.verticalVideo .css-13o4bnb{margin-left:0;margin-right:0;}.sizeLarge .css-13o4bnb{max-width:none;}@media (min-width:600px){.sizeLarge .css-13o4bnb{margin-left:20px;}}@media (min-width:740px){.sizeLarge .css-13o4bnb{margin-left:20px;max-width:900px;}}@media (min-width:1024px){.sizeLarge .css-13o4bnb{margin-left:0;max-width:720px;}}@media (min-width:1440px){.sizeLarge .css-13o4bnb{margin-left:0;max-width:900px;}}@media (min-width:740px){.sizeLarge.layoutVertical .css-13o4bnb{margin-left:0;}}.sizeFull .css-13o4bnb{margin-left:20px;}@media (min-width:600px){.sizeFull .css-13o4bnb{max-width:900px;}}@media (min-width:740px){.sizeFull .css-13o4bnb{max-width:900px;}}@media (min-width:1440px){.sizeFull .css-13o4bnb{max-width:900px;}}@media print{.css-13o4bnb{display:none;}}:root{--color-background-elevated:hsla(0,0%,100%,1);--color-background-primary:hsla(0,0%,100%,1);--color-background-quaternary:hsla(0,0%,78.04%,1);--color-background-secondary:hsla(0,0%,97.26%,1);--color-background-tertiary:hsla(0,0%,92.16%,1);--color-background-inversePrimary:hsla(0,0%,7.06%,1);--color-background-inverseSecondary:hsla(0,0%,21.18%,1);--color-background-overlay:hsla(0,0%,7.06%,0.58);--color-content-primary:hsla(0,0%,7.06%,1);--color-content-quaternary:hsla(0,0%,44.71%,1);--color-content-quintary:hsla(0,0%,54.51%,1);--color-content-secondary:hsla(0,0%,21.18%,1);--color-content-tertiary:hsla(0,0%,35.3%,1);--color-content-inversePrimary:hsla(0,0%,100%,1);--color-overlay-black:hsla(0,0%,0%,1);--color-signal-breaking:hsla(352.72,98.1%,41.18%,1);--color-signal-developing:hsla(20.19,91.67%,47.06%,1);--color-signal-editorial:hsla(205.9,48.72%,38.24%,1);--color-signal-highlight:hsla(215.28,72.23%,50.59%,1);--color-signal-negative:hsla(354.29,98.83%,33.34%,1);--color-signal-positive:hsla(126.98,53.09%,31.77%,1);--color-stroke-primary:hsla(0,0%,7.06%,1);--color-stroke-quaternary:hsla(0,0%,87.46%,1);--color-stroke-secondary:hsla(0,0%,54.51%,1);--color-stroke-tertiary:hsla(0,0%,78.04%,1);--color-stroke-inversePrimary:hsla(0,0%,100%,1);--color-static-white:hsla(0,0%,100%,1);--color-static-gray100:hsla(0,0%,0%,1);}@media (prefers-color-scheme:dark){:root.NYTApp{--color-background-elevated:hsla(0,0%,16.48%,1);--color-background-primary:hsla(0,0%,7.06%,1);--color-background-quaternary:hsla(0,0%,35.3%,1);--color-background-secondary:hsla(0,0%,11.77%,1);--color-background-tertiary:hsla(0,0%,21.18%,1);--color-background-inversePrimary:hsla(0,0%,100%,1);--color-background-inverseSecondary:hsla(0,0%,87.46%,1);--color-background-overlay:hsla(0,0%,100%,0.58);--color-content-primary:hsla(0,0%,100%,1);--color-content-quaternary:hsla(0,0%,63.93%,1);--color-content-quintary:hsla(0,0%,54.51%,1);--color-content-secondary:hsla(0,0%,87.46%,1);--color-content-tertiary:hsla(0,0%,73.34%,1);--color-content-inversePrimary:hsla(0,0%,7.06%,1);--color-overlay-black:hsla(0,0%,0%,1);--color-signal-breaking:hsla(354.7,71.02%,59.42%,1);--color-signal-developing:hsla(20.23,91.76%,61.97%,1);--color-signal-editorial:hsla(206.06,40.87%,63.53%,1);--color-signal-highlight:hsla(215.28,72.23%,50.59%,1);--color-signal-negative:hsla(356.29,72.91%,69.61%,1);--color-signal-positive:hsla(112.41,31.23%,50.4%,1);--color-stroke-primary:hsla(0,0%,100%,1);--color-stroke-quaternary:hsla(0,0%,25.89%,1);--color-stroke-secondary:hsla(0,0%,54.51%,1);--color-stroke-tertiary:hsla(0,0%,35.3%,1);--color-stroke-inversePrimary:hsla(0,0%,7.06%,1);--color-static-white:hsla(0,0%,100%,1);--color-static-gray100:hsla(0,0%,0%,1);}}body{color:var(--color-content-primary,#121212);background:var(--color-background-primary,#FFFFFF);}.css-zz1s19{opacity:1;visibility:visible;-webkit-animation-name:animation-5j8bii;animation-name:animation-5j8bii;-webkit-animation-duration:300ms;animation-duration:300ms;-webkit-animation-delay:0ms;animation-delay:0ms;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}@media (min-width:740px){.css-zz1s19{border-bottom:1px solid #e2e2e2;}}@media print{.css-zz1s19{display:none;}}.css-1fnb9ct{display:none;}@media (min-width:1024px){.css-1fnb9ct{display:block;position:absolute;left:105px;line-height:19px;top:11px;}}.css-15p45cc{display:none;background-color:#f7f7f7;border-top:1px solid #e2e2e2;padding-bottom:30px;padding-bottom:0;visibility:hidden;}@media print{.css-15p45cc{display:none;}}@media (min-width:740px){.css-15p45cc{border-bottom:1px solid #f3f3f3;border-top:1px solid #f3f3f3;margin-top:40px;margin-bottom:40px;}}@media (min-width:740px){.css-15p45cc{display:block;margin-bottom:0;margin-top:0;padding:20px 0;min-height:90px;}}.css-19x0jxb{display:none !important;font-size:10px;padding:11px 0 10px;text-transform:uppercase;width:100%;color:#999;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-letter-spacing:0.5px;-moz-letter-spacing:0.5px;-ms-letter-spacing:0.5px;letter-spacing:0.5px;text-align:center;}.css-15h4p1b{margin:15px 0 0;min-width:300px;width:auto;overflow:hidden;}@media (min-width:740px){.css-15h4p1b{margin:15px auto 0;}}.css-1ta8iz9{margin-left:25px;margin-right:25px;}.css-1ta8iz9::before,.css-1ta8iz9::after{display:table;clear:both;content:'';line-height:0;}@media (min-width:740px){.css-1ta8iz9{margin-top:2px;}}@media (min-width:1280px){.css-1ta8iz9{margin-left:auto;margin-right:auto;max-width:1200px;}}.css-1j21atc{margin-bottom:15px;position:relative;}.css-fmiefx{min-height:25px;}@media (min-width:740px){.css-fmiefx{min-height:30px;}}.css-fmiefx::before,.css-fmiefx::after{display:table;clear:both;content:'';line-height:0;}@media (min-width:740px){.css-fmiefx{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;margin-bottom:0;}}.css-1hk7r2m{margin-top:5px;padding-bottom:0;}@media (min-width:740px){.css-1hk7r2m{margin-top:0;}}@media (min-width:740px){.css-1hk7r2m{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:auto;margin-right:0;}}.css-7a1pgi{display:none !important;visibility:hidden;}@media print{.css-7a1pgi{display:none;}}.css-1l4mleb{display:none !important;display:none;display:none;width:100%;color:#999;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-letter-spacing:0.5px;-moz-letter-spacing:0.5px;-ms-letter-spacing:0.5px;letter-spacing:0.5px;text-align:center;}@media (min-width:765px){.css-1l4mleb{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;padding-right:3px;color:#999;}}@media (min-width:765px){.css-1l4mleb{font-size:11px;line-height:11px;}}.css-nfcc9b{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}@media (min-width:740px){.css-1126fso{-webkit-flex:1 75%;-ms-flex:1 75%;flex:1 75%;}}.css-1fbiiks{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}@media (min-width:740px){.css-1fbiiks{-webkit-flex-direction:unset;-ms-flex-direction:unset;flex-direction:unset;}}.css-1qhmxx1{display:block;padding-top:0;margin-top:10px;border-top:1px solid #e2e2e2;}.css-1epgb9g{background:linear-gradient(to right,rgba(255,255,255,1),rgba(255,255,255,0));list-style-type:none;position:relative;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:inline-block;margin:0 -4px 0 0;padding:9px 0 9px;}@media (min-width:740px){.css-1epgb9g{margin:0;}}@media (min-width:1024px){.css-1epgb9g{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}@media (min-width:1024px){.css-1epgb9g{padding:9px 0 7px;}}.css-6p3lz8{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-right:none;color:#333;cursor:pointer;display:inline-block;margin:0;font-family:nyt-franklin,helvetica,arial,sans-serif;font-weight:400;text-transform:uppercase;white-space:nowrap;font-size:13px;line-height:13px;padding-left:10px;}.css-6p3lz8:first-child{padding-left:0;}.css-6p3lz8::after{border-right:1px solid #ccc;content:'';display:inline-block;}.css-6p3lz8:last-of-type::after{border-right:none;padding-right:0;}@media (min-width:740px){.css-6p3lz8{font-size:11px;line-height:11px;}}@media (min-width:1024px){.css-6p3lz8{padding-left:8px;}}.css-6p3lz8::after{vertical-align:-3px;height:16px;padding-right:10px;}@media (min-width:740px){.css-6p3lz8::after{height:11px;}}@media (min-width:1024px){.css-6p3lz8::after{padding-right:8px;}}.css-psuupz{margin-left:25px;margin-right:25px;}@media (min-width:1150px){.css-psuupz{width:calc(100% - 50px);max-width:1200px;margin-left:auto;margin-right:auto;}}@media (min-width:1024px){.css-psuupz{margin-top:35px;}}@media (min-width:1280px){.css-psuupz{margin-left:auto;margin-right:auto;max-width:1200px;}}.css-1ckwy97{border-bottom:1px solid #ccc;border-top:2px solid #000;list-style-type:none;margin:0;padding:0;position:relative;}.css-1ckwy97::before,.css-1ckwy97::after{display:table;clear:both;content:'';line-height:0;}@media (min-width:740px){.css-1ckwy97{padding-bottom:0;padding-left:15px;padding-right:15px;padding-top:0;}}.css-1pfdu6b{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;float:left;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:14px;font-weight:700;line-height:20px;margin-left:15px;position:relative;}@media (min-width:740px){.css-1pfdu6b{border:1px solid transparent;font-size:17px;line-height:23px;margin:0 15px -8px;top:-7px;}}.css-1pfdu6b:first-child{margin-left:0;}.css-1pfdu6b a{display:block;padding:5px 0;color:#999;-webkit-text-decoration:none;text-decoration:none;}@media (min-width:740px){.css-1pfdu6b a{display:block;padding:13px 30px 8px;-webkit-text-decoration:none;text-decoration:none;-webkit-transition:olor 0.2s linear;transition:olor 0.2s linear;}}.css-1pfdu6b a:hover{color:#000;}.css-1pfdu6b.search{min-width:160px;max-width:500px;}.css-1pfdu6b.search a:hover .css-3q005l{opacity:1;}.css-1pfdu6b.active{margin-left:15px;}@media (min-width:740px){.css-1pfdu6b.active{background-color:#fff;border:1px solid #ccc;border-bottom:1px solid #fff;border-top-left-radius:3px;border-top-right-radius:3px;box-shadow:0 -2px 5px rgba(0,0,0,0.05);margin-left:0;margin-right:0;}}.css-1pfdu6b.active a{color:#333;}@media (min-width:740px){.css-1pfdu6b.active a{padding-left:45px;padding-right:45px;}}.css-1pfdu6b.active.search{min-width:270px;max-width:300px;}.css-1pfdu6b.active.search a .css-3q005l{opacity:1;}@media (min-width:740px){.css-1pfdu6b.active.search a .css-3q005l{left:-30px;}}.css-1pfdu6b.active.search .css-1jhow8c{display:block;}.css-1pfdu6b.active.search .css-6n7j50{display:none;}@media (min-width:740px){.css-1pfdu6b.active.search{min-width:160px;max-width:500px;}}@media (min-width:1150px){.css-1pfdu6b.active.search{max-width:785px;}}.css-1pfdu6b.active:first-child{margin-left:0;}.css-1iovbfw{font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:1rem;font-weight:700;line-height:20px;color:white;}@media (min-width:740px){.css-1iovbfw{font-size:17px;line-height:23px;}}.css-13a7bdu{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:transparent;border:none;border-radius:0;box-shadow:none;height:30px;padding:0 10px;max-width:225px;min-width:80px;width:80px;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:1rem;font-weight:700;line-height:20px;}@media (min-width:740px){.css-13a7bdu{font-size:17px;line-height:23px;max-width:425px;}}@media (min-width:1150px){.css-13a7bdu{max-width:710px;}}.css-13a7bdu::-webkit-input-placeholder{color:#e2e2e2;-webkit-letter-spacing:0;-moz-letter-spacing:0;-ms-letter-spacing:0;letter-spacing:0;}.css-13a7bdu:-moz-placeholder{color:#e2e2e2;-webkit-letter-spacing:0;-moz-letter-spacing:0;-ms-letter-spacing:0;letter-spacing:0;}.css-13a7bdu::-moz-placeholder{color:#e2e2e2;-webkit-letter-spacing:0;-moz-letter-spacing:0;-ms-letter-spacing:0;letter-spacing:0;}.css-13a7bdu:-ms-input-placeholder{color:#e2e2e2;-webkit-letter-spacing:0;-moz-letter-spacing:0;-ms-letter-spacing:0;letter-spacing:0;}@media (min-width:740px){.css-13a7bdu{font-size:17px;line-height:23px;}}.css-17x4u1i{background-clip:padding-box;background-color:transparent;border:none;border-radius:50%;font-family:nyt-franklin,helvetica,arial,sans-serif;height:30px;padding:0;position:relative;top:-1px;left:-10px;-webkit-transition:background-color 0.2s ease-in;transition:background-color 0.2s ease-in;width:30px;display:none;}.css-17x4u1i .icon::before,.css-17x4u1i .icon::after{background-color:#999;content:'';display:block;height:2px;left:10px;position:absolute;top:15px;width:11px;}.css-17x4u1i .icon::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}.css-17x4u1i .icon::after{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);}.css-17x4u1i:hover{background-color:transparent;}.css-17x4u1i:hover .icon::before,.css-17x4u1i:hover .icon::after{background-color:#666;}.css-8msx5b{min-height:460px;padding-top:15px;}.css-8msx5b::before,.css-8msx5b::after{display:table;clear:both;content:'';line-height:0;}@media (min-width:740px){.css-8msx5b{padding-top:30px;}}.css-8msx5b:focus{outline:none;}.css-1u1077h{margin-top:10px;margin:10px 0 0;}@media (min-width:740px){.css-1u1077h{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin:4px 0;}}.css-1j9dxys{color:#000;font-feature-settings:'kern';margin-bottom:8px;max-width:470px;font-family:nyt-cheltenham,georgia,'times new roman',times,serif;font-weight:400;font-size:17px;line-height:20px;}@media (min-width:740px){.css-1j9dxys{font-size:23px;line-height:25px;}}.css-1j9dxys .highlighted{font-weight:700;}.css-1echdzn{color:#333;font-family:nyt-imperial,georgia,'times new roman',times,serif;font-weight:400;font-size:13px;line-height:18px;}@media (min-width:740px){.css-1echdzn{font-size:14px;line-height:20px;}}.css-1echdzn .highlighted{font-weight:700;}.css-1nqbnmb{display:none;margin:11px 0 4px;color:#999;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:11px;font-weight:500;line-height:12px;}@media (min-width:765px){.css-1nqbnmb{display:inline-block;}}.css-1lc2l26{-webkit-order:0;-ms-flex-order:0;order:0;color:#999;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:11px;font-weight:400;line-height:13px;}@media (min-width:600px){.css-1lc2l26{min-width:125px;-webkit-order:1;-ms-flex-order:1;order:1;}}@media (min-width:740px){.css-1lc2l26{margin:8px 0 7px;}}.css-10wkyv7{display:none;background-color:#f7f7f7;border-top:1px solid #e2e2e2;padding-bottom:30px;visibility:hidden;}@media print{.css-10wkyv7{display:none;}}@media (min-width:740px){.css-10wkyv7{border-bottom:1px solid #f3f3f3;border-top:1px solid #f3f3f3;margin-top:40px;margin-bottom:40px;}}@media (min-width:1024px){.css-10wkyv7{display:block;margin-top:0;padding-bottom:0;max-width:300px;text-align:center;}}.css-oxle51{display:none;background-color:#f7f7f7;border-top:1px solid #e2e2e2;padding-bottom:30px;visibility:hidden;}@media print{.css-oxle51{display:none;}}@media (min-width:740px){.css-oxle51{border-bottom:1px solid #f3f3f3;border-top:1px solid #f3f3f3;margin-top:40px;margin-bottom:40px;}}@media (min-width:1024px){.css-oxle51{display:block;margin-top:0;padding-bottom:0;max-width:300px;text-align:center;}}.css-5xm8y{-webkit-letter-spacing:0.05em;-moz-letter-spacing:0.05em;-ms-letter-spacing:0.05em;letter-spacing:0.05em;text-transform:uppercase;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:11px;line-height:11px;font-weight:500;}@media (min-width:740px){.css-5xm8y{font-size:11px;line-height:11px;font-weight:700;}}.css-5xm8y a:hover{-webkit-text-decoration:underline;text-decoration:underline;}.css-185051n{font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:0.875rem;line-height:1.25rem;display:block;width:auto;margin:5px auto 1rem auto;margin-top:8px;margin-bottom:8px;}@media (min-width:600px){.css-185051n{display:inline-block;width:auto;margin-top:0;}}@media print{.css-185051n{display:none;}}.css-185051n::before{content:'';display:block;width:80px;border-top:1px solid #dcdcdc;margin-top:15px;margin-bottom:15px;}@media (min-width:600px){.css-185051n{display:block;margin-top:15px;}}.css-185051n .css-1d32glx{font-size:0.9375rem;}.css-185051n .css-1d32glx::after{content:'•';margin-left:7px;margin-right:8px;font-size:0.5rem;position:relative;top:-1px;font-family:nyt-franklin,helvetica,arial,sans-serif;color:#999;}.css-185051n .css-1d32glx:last-child::after{content:none;}.css-162ujpr{color:#121212;-webkit-flex:1 75%;-ms-flex:1 75%;flex:1 75%;font-feature-settings:'kern';margin-top:10px;font-family:nyt-karnak,georgia,'times new roman',times,serif;font-weight:900;-webkit-font-smoothing:antialiased;word-spacing:-0.02em;font-size:32px;line-height:32px;margin-bottom:-3px;margin-top:11px;}@media (min-width:740px){.css-162ujpr{font-size:38px;line-height:38px;margin-top:5px;}}@media (min-width:1024px){.css-162ujpr{font-size:44px;line-height:44px;margin-bottom:-6px;margin-top:6px;}}.css-vleyi{font-weight:400;-webkit-text-decoration:none;text-decoration:none;font-weight:700;}.css-vleyi:hover{display:inline-block;-webkit-text-decoration:underline;text-decoration:underline;}.css-vleyi.well,.css-vleyi.business{font-weight:300;}</style>
<script type="text/javascript">
// 31.534kB
window.viHeadScriptSize = 31.534;
window.NYTD = {};
window.vi = window.vi || {};
window.vi.pageType = { type: '', edge: 'vi-collection'};
(function () { var _f=function(i){window.vi=window.vi||{},window.vi.env=Object.freeze(i),window.hybrid=!1};;_f.apply(null, [{"JKIDD_PATH":"https://a.nytimes.com/svc/nyt/data-layer","ET2_URL":"https://a.et.nytimes.com","ALS_URL":"https://als-svc.nytimes.com","WEDDINGS_PATH":"https://content.api.nytimes.com","GDPR_PATH":"https://us-central1-nyt-dsra-prd.cloudfunctions.net/datagov-dsr-formhandler","RECAPTCHA_SITEKEY":"6LevSGcUAAAAAF-7fVZF05VTRiXvBDAY4vBSPaTF","ABRA_ET_URL":"//et.nytimes.com","NODE_ENV":"production","EXPERIMENTAL_ROUTE_PREFIX":"","ENVIRONMENT":"prd","RELEASE":"12809ae4d39fc0d2fa32e10611092624601c913d","RELEASE_TAG":"v2478","AUTH_HOST":"https://myaccount.nytimes.com","SWG_PUBLICATION_ID":"nytimes.com","GQL_FETCH_TIMEOUT":"4000","GOOGLE_CLIENT_ID":"1005640118348-amh5tgkq641oru4fbhr3psm3gt2tcc94.apps.googleusercontent.com","STORY_SURROGATE_CONTROL":"max-age=300, stale-if-error=259200, stale-while-revalidate=259200"}]); })();;(function () { var _f=function(){var e=window;e.initWebview=function(e){var i=document.documentElement;if(e.OS){var t=e.OS.toUpperCase();i.classList.add(t)}e.BaseFontSize&&(i.dataset.baseFontSize=e.BaseFontSize)};var i=e.navigator.userAgent.toLowerCase();/iphone|ipod|ipad/.test(i)||void 0===e.config||e.initWebview(e.config)};;_f.apply(null, []); })();;
!function(c,t){var s,p,d,u,g,l=[],
_="object"==typeof c.navigator&&"string"==typeof c.navigator.userAgent&&/iP(ad|hone|od)/.test(
c.navigator.userAgent),f="object"==typeof c.navigator&&c.navigator.sendBeacon,
y=f?_?"xhr_ios":"beacon":"xhr";function v(){var t,e,n=c.crypto||c.msCrypto;if(n)e=n.getRandomValues(
new Uint8Array(18));else for(e=[];e.length<18;)e.push(256*Math.random()^255&(t=t||+new Date)),
t=Math.floor(t/256);return btoa(String.fromCharCode.apply(String,e)).replace(/\+/g,"-").replace(
/\//g,"_")}if(c.nyt_et)try{console.warn("et2 snippet should only load once per page")}catch(t
){}else c.nyt_et=function(){var t,e,n,i,r={pv_id:"",ctx_id:"",intra:!1},o=arguments;function a(r){
l.length&&(function(t,e,n){if("beacon"===y||f&&r)return c.navigator.sendBeacon(t,e)
;var i="undefined"!=typeof XMLHttpRequest?new XMLHttpRequest:new ActiveXObject("Microsoft.XMLHTTP")
;i.open("POST",t),i.withCredentials=!0,i.setRequestHeader("Accept","*/*"),
"string"==typeof e?i.setRequestHeader("Content-Type","text/plain;charset=UTF-8"
):"[object Blob]"==={}.toString.call(e)&&e.type&&i.setRequestHeader("Content-Type",e.type);try{
i.send(e)}catch(t){}}(s+"track",JSON.stringify(l)),l.length=0,clearTimeout(g),g=null)}if(
"string"==typeof o[0]&&/init/.test(o[0])&&(r=function(t,e){var n="",i="",r=!1;if(
"string"==typeof t&&"init"==t&&"object"==typeof e&&("boolean"==typeof e.intranet&&1==e.intranet&&(
r="true"),"string"==typeof e.pv_id_override&&"string"==typeof e.ctx_id_override))if(
24<=e.pv_id_override.length&&24<=e.ctx_id_override.length)n=e.pv_id_override,
i=e.ctx_id_override;else try{console.warn("override id(s) must be >= 24 chars long")}catch(t){}
return{pv_id:n,ctx_id:i,intra:r}}(o[0],o[3]),d=r.pv_id||v(),"init"==o[0]&&!p)){if(p=r.ctx_id||v(),
"string"!=typeof o[1]||!/^http/.test(o[1]))throw new Error("init must include an et host url");if(
s=String(o[1]).replace(/([^\/])$/,"$1/"),"string"!=typeof o[2])throw new Error(
"init must include a source app name");u=o[2]}o[o.length-1]&&"object"==typeof o[o.length-1]&&(
t=o[o.length-1]),t||/init/.test(o[0])?t&&!t.subject&&console.warn(
"event data {} must include a subject"):console.warn(
"when invoked without 'init' or 'pageinit', nyt_et() must include a event data"),s&&t&&t.subject&&(
e=t.subject,delete t.subject,i="page_exit"==e||"ob_click"==(t.eventData||{}).type,
n="page"==e||"page_soft"==e?d:v(),l.push({context_id:p,pageview_id:d,event_id:n,client_lib:"v1.1.4",
sourceApp:u,intranet:r.intra?1:void 0,subject:e,how:i&&_&&f?"beacon_ios":y,client_ts:+new Date,
data:JSON.parse(JSON.stringify(t))}),"send"==o[0]||n==d||i?a(i):g||(g=setTimeout(a,5500)))},
c.nyt_et.get_pageview_id=function(){return d},c.nyt_et.get_context_id=function(){return p},
c.nyt_et.get_host=function(){return s}}(window);
;
(function initWebUnifiedTracking(root) {
var _root;
root = root || (typeof window !== 'undefined' ? window : undefined);
var UnifiedTracking = ((_root = root) === null || _root === void 0 ? void 0 : _root.UnifiedTracking) || {};
UnifiedTracking.context = 'web';
if (!root) {
return UnifiedTracking;
}
root.UnifiedTracking = UnifiedTracking;
UnifiedTracking.sendAnalytic = function sendAnalytic(eventName, dataBlob) {
root.dataLayer = root.dataLayer || [];
if (Array.isArray(root.dataLayer)) {
// Don't use a spread operator here for babel reasons
dataBlob.event = dataBlob.event || eventName;
root.dataLayer.push(dataBlob);
}
return Promise.resolve({
success: true
});
};
return UnifiedTracking;
})(window);
;!function(r){var n,t;r=r||self,n=r.Abra,(t=r.Abra=function(){"use strict";var r=Array.isArray,n=function(r,n,t){var e=r(t,n),u=e[0],o=e[1];if(null==u||""===u)return n;for(var i=String(u).split("."),a=0;a<i.length&&(n=n[i[a]]);a++);return null==n&&(n=o),null!=n?n:null},t=function(r,n,t){return r(t,n).reduce((function(r,n){return parseFloat(r)+parseFloat(n)}),0)},e=function(r,n,t){var e=r(t,n);return e[0]/e[1]},u=function(r,n,t){var e=r(t,n);return e[0]%e[1]},o=function(r,n,t){return r(t,n).reduce((function(r,n){return parseFloat(r)*parseFloat(n)}),1)},i=function(r,n,t){var e=r(t,n),u=e[0],o=e[1];return void 0===o?-u:u-o};function a(n){return!(r(n)&&0===n.length||!n)}var f=function(r,n,t){for(var e,u=0;u<t.length;u++)if(!a(e=r(t[u],n)))return e;return e},c=function(r,n,t){var e;for(e=0;e<t.length-1;e+=2)if(a(r(t[e],n)))return r(t[e+1],n);return t.length===e+1?r(t[e],n):null},l=function(r,n,t){return!a(r(t,n)[0])},v=function(r,n,t){for(var e,u=0;u<t.length;u++)if(a(e=r(t[u],n)))return e;return e},d=function(r,n,t){var e=r(t,n);return e[0]===e[1]},s=function(r,n,t){var e=r(t,n);return e[0]!==e[1]},h=function(r,n,t){var e=r(t,n),u=e[0],o=e[1];return!(!o||void 0===o.indexOf)&&-1!==o.indexOf(u)},g=function(r,n,t){var e=r(t,n);return e[0]>e[1]},p=function(r,n,t){var e=r(t,n);return e[0]>=e[1]},b=function(r,n,t){var e=r(t,n),u=e[0],o=e[1],i=e[2];return void 0===i?u<o:u<o&&o<i},w=function(r,n,t){var e=r(t,n),u=e[0],o=e[1],i=e[2];return void 0===i?u<=o:u<=o&&o<=i},y=function(r,n,t){var e=t[0],u=t[1],o=t.slice(2),i=r(e,n);if(!i)return null;if(0===o.length)return null;if(1===o.length)return r(o[0],n);if(4294967295===o[0])return r(o[1],n);for(var a=function(r){var n,t,e,u,o,i=[],a=[t=1732584193,e=4023233417,~t,~e,3285377520],f=[],c=unescape(encodeURI(r))+"\x80",l=c.length;for(f[r=--l/4+2|15]=8*l;~l;)f[l>>2]|=c.charCodeAt(l)<<8*~l--;for(n=l=0;n<r;n+=16){for(t=a;l<80;t=[t[4]+(i[l]=l<16?~~f[n+l]:2*c|c<0)+1518500249+[e&u|~e&o,c=341275144+(e^u^o),882459459+(e&u|e&o|u&o),c+1535694389][l++/5>>2]+((c=t[0])<<5|c>>>27),c,e<<30|e>>>2,u,o])c=i[l-3]^i[l-8]^i[l-14]^i[l-16],e=t[1],u=t[2],o=t[3];for(l=5;l;)a[--l]+=t[l]}return a[0]>>>0}(i+" "+r(u,n));o.length>1;){var f=o.splice(0,2),c=f[0],l=f[1];if(a<=r(c,n))return r(l,n)}return 0===o.length?null:r(o[0],n)},k=function(r,n,t){var e=t[0],u=t[1],o=r(e,n);return null==o?null:new RegExp(u).test(o)};return function(a,m,O,A){void 0===a&&(a={}),void 0===m&&(m={}),void 0===O&&(O={}),void 0===A&&(A=!1);var j=function(){var r={},n=function(n){if(n)for(var t,e=decodeURIComponent(n[1]),u=/(?:^|,)([^,=]+)=([^,]*)/g;t=u.exec(e);){var o=t,i=o[1],a=o[2];r[i]=a||null}};n(document.cookie.match(/(?:^|;) *abra-overrides=([^;]+)/)),n(window.location.search.match(/(?:\?|&)abra-overrides=([^&]+)/));var t=/(?:^|;) *abra-nuke=true(?:;|$)/.test(document.cookie)||/(?:\?|&)abra-nuke=true(?:&|$)/.test(window.location.search);return[r,t]}(),x=j[0],E=j[1];Object.keys(O).forEach((function(r){x[r]=O[r]}));var F,C=A||E,R=(F={var:n,if:c,"===":d,"!==":s,and:f,or:v,"!":l,">":g,">=":p,"<":b,"<=":w,"+":t,"-":i,"*":o,"/":e,"%":u,in:h,abtest_partition:y,regex_match:k,ref:function(r,n,t){var e=r(t,n)[0];return U(e)}},function n(t,e){if(e||(e={}),r(t))return t.map((function(r){return n(r,e)}));if(!function(n){return"object"==typeof n&&null!==n&&!r(n)&&1===Object.keys(n).length}(t))return t;var u=function(r){return Object.keys(r)[0]}(t),o=t[u];r(o)||(o=[o]);var i=F[u];if(!i)throw new Error("Unrecognized operation "+u);return i(n,e,o)}),U=function(r){if(!r)return null;var n=x[r];if(void 0===n){if(!C){if(Object.prototype.hasOwnProperty.call(x,r))throw new Error("circular logic");x[r]=void 0,n=R(a[r],m)}void 0===n&&(n=null),x[r]=n}return n};return U}}()).noConflict=function(){return r.Abra=n,t}}(this);
;(function () { var NYTD="undefined"!=typeof window&&window.NYTD?window.NYTD:{};function setupTimeZone(){var e='[data-timezone][data-timezone~="'+(new Date).getHours()+'"] { display: block }',n=document.createElement("style");n.innerHTML=e,document.head.appendChild(n)}function getUserAgent(){return window.navigator.userAgent||window.navigator.vendor||window.opera||""}function userAgentIndicatesNYTApp(e){return-1!==e.indexOf("nytios")||-1!==e.indexOf("nyt_android")}function userAgentIndicatesXWordsApp(e){return-1!==e.indexOf("nyt_xwords_ios")||-1!==e.indexOf("Crosswords")}function userAgentIndicatesAndroid(e){return-1!==e.indexOf("nyt_android")||-1!==e.indexOf("Crosswords")}function userAgentIndicatesiOS(e){return-1!==e.indexOf("nytios")||-1!==e.indexOf("nyt_xwords_ios")}function addNYTAppClass(){var e=getUserAgent(),n=userAgentIndicatesNYTApp(e),t=userAgentIndicatesXWordsApp(e),d=userAgentIndicatesAndroid(e),i=userAgentIndicatesiOS(e);(d||i)&&(n||t)&&(document.documentElement.classList.add("NYTApp"),document.documentElement.classList.add(i?"IOS":"ANDROID"))}function addNYTPageTypeClass(){var e=window.vi.pageType.edge;e&&document.documentElement.classList.add("nytapp-"+e)}function setupPageViewId(){NYTD.PageViewId={},NYTD.PageViewId.update=function(){return"undefined"!=typeof nyt_et&&"function"==typeof window.nyt_et.get_pageview_id?(window.nyt_et("pageinit"),NYTD.PageViewId.current=window.nyt_et.get_pageview_id()):NYTD.PageViewId.current="xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(e){var n=16*Math.random()|0;return("x"===e?n:3&n|8).toString(16)}),NYTD.PageViewId.current}}var _f=function(e){e=e||{};try{document.domain="nytimes.com"}catch(e){}window.swgUserInfoXhrObject=new XMLHttpRequest,setupPageViewId(),setupTimeZone(),addNYTAppClass(),addNYTPageTypeClass(),window.nyt_et&&"function"==typeof window.nyt_et&&window.nyt_et("init",vi.env.ET2_URL,"nyt-vi",{subject:"page",canonicalUrl:(document.querySelector("link[rel=canonical]")||{}).href,articleId:(document.querySelector("meta[name=articleid]")||{}).content,nyt_uri:(document.querySelector("meta[name=nyt_uri]")||{}).content,pubpEventId:(document.querySelector("meta[name=pubp_event_id]")||{}).content,url:location.href,referrer:document.referrer||void 0,client_tz_offset:(new Date).getTimezoneOffset(),fastly_headers:e.fastlyHeaders||{}}),"undefined"!=typeof nyt_et&&"function"==typeof window.nyt_et.get_pageview_id?NYTD.PageViewId.current=window.nyt_et.get_pageview_id():NYTD.PageViewId.update()};;_f.apply(null, [{"gqlUrlClient":"https://samizdat-graphql.nytimes.com/graphql/v2","gqlRequestHeaders":{"nyt-app-type":"project-vi","nyt-app-version":"0.0.5","nyt-token":"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs+/oUCTBmD/cLdmcecrnBMHiU/pxQCn2DDyaPKUOXxi4p0uUSZQzsuq1pJ1m5z1i0YGPd1U1OeGHAChWtqoxC7bFMCXcwnE1oyui9G1uobgpm1GdhtwkR7ta7akVTcsF8zxiXx7DNXIPd2nIJFH83rmkZueKrC4JVaNzjvD+Z03piLn5bHWU6+w+rA+kyJtGgZNTXKyPh6EC6o5N+rknNMG5+CdTq35p8f99WjFawSvYgP9V64kgckbTbtdJ6YhVP58TnuYgr12urtwnIqWP9KSJ1e5vmgf3tunMqWNm6+AnsqNj8mCLdCuc5cEB74CwUeQcP2HQQmbCddBy2y0mEwIDAQAB"},"gqlFetchTimeout":4000,"disablePersistedQueries":false,"fastlyHeaders":{},"initialDeviceType":"desktop","fastlyAbraConfig":{},"internalPreviewConfig":{},"serviceWorkerFile":"service-worker-test-1650475080620.js"}]); })();;(function () { var NYTD="undefined"!=typeof window&&window.NYTD?window.NYTD:{};var _f=function(a){window.Abra&&"function"==typeof window.Abra&&(NYTD.Abra=function(t){var r=(t.document.cookie.match(/(?:^|;) *nyt-a=([^;]*)/)||[])[1],n=[];t.dataLayer=t.dataLayer||[],l.config=a.abraConfig||{},l.reportedAllocations={},l.reportedExposures={};var e=a.shouldBypassAbraContextAlloc,o=(a.abraURL||"").match(/current[/]([a-zA-Z-]+).json/i);l.integration=o&&o.length>1?o[1]:"";try{l.version=t.Abra(l.config)(".ver")}catch(a){l.version=0}var i=l.config,c={agent_id:r},s=t.Abra(i,c);function l(a){return l.getAbraSync(a).variant}return l.getAbraSync=function(a){var t=l.reportedAllocations[a];if(void 0!==t)return{variant:t,allocated:!0};var r=null,n=!1;try{r=s(a),n=!0}catch(a){}return{variant:r,allocated:n}},l.reportExposure=function(a){var r=l.getAbraSync(a).variant;void 0!==l.reportedExposures[a]&&r===l.reportedExposures[a]||(l.reportedExposures[a]=r,t.dataLayer.push({event:"ab-expose",abtest:{test:a,variant:r||"0",config_ver:l.version,integration:l.integration}}))},l.alloc=function(){Object.keys(l.config).filter(function(a){return!a.includes(".")}).forEach(function(a){var t=l.getAbraSync(a);t.allocated&&(l.reportedAllocations[a]=t.variant,n.push({test:a,variant:t.variant}))}),t.dataLayer.push({event:"ab-alloc",abtest:{batch:n}}),e&&(l.allAllocations=n)},l.alloc(),l}(this))};;_f.apply(null, [{"abraConfig":{".ver":9220,"UXF_cookingstory_0521":{"abtest_partition":[{"var":"agent_id"},"UXF_cookingstory_0521",2147483647,"0_Control",4294967295,"1_cookpromo"]},"STYLN_remove_relatedlinks":{"abtest_partition":[{"var":"agent_id"},"STYLN_remove_relatedlinks",4252017622,"0_control_STYLN_remove_relatedlinks",4294967295,"1_remove_relatedlinks"]},"STYLN_pharmacy_components":{"abtest_partition":[{"var":"agent_id"},"STYLN_pharmacy_components",4080218930,"show",4123168603,"hide",4294967295,"show"]},"STYLN_more_in_storylines_recirc":{"abtest_partition":[{"var":"agent_id"},"STYLN_more_in_storylines_recirc",42949672,"0_control",85899345,"1_variant"]},"STYLN_live_updates":{"abtest_partition":[{"var":"agent_id"},"STYLN_live_updates",214748364,"0_control",429496729,"2_live_updates",4294967295,"1_live_updates"]},"STYLN_live_transition_alerts":{"abtest_partition":[{"var":"agent_id"},"STYLN_live_transition_alerts",4294967295,"1_show"]},"STYLN_live_polling_push":{"abtest_partition":[{"var":"agent_id"},"STYLN_live_polling_push",214748364,"0_hide",4294967295,"1_show"]},"STYLN_live_olympics_push":{"abtest_partition":[{"var":"agent_id"},"STYLN_live_olympics_push",214748364,"0_hide",4294967295,"1_show"]},"STYLN_live_noreaster_alerts":{"abtest_partition":[{"var":"agent_id"},"STYLN_live_noreaster_alerts",214748364,"0_hide",4294967295,"1_show"]},"STYLN_live_newupdates":{"abtest_partition":[{"var":"agent_id"},"STYLN_live_newupdates",214748364,"control",4294967295,"variant"]},"STYLN_live_messaging":{"abtest_partition":[{"var":"agent_id"},"STYLN_live_messaging",214748364,"0_Control",4294967295,"1_signup"]},"STYLN_live_derek_chauvin_trial_alerts":{"if":[{"and":[{"===":[{"ref":"STYLN_pharmacy_components"},"show"]}]},{"abtest_partition":[{"var":"agent_id"},"STYLN_live_derek_chauvin_trial_alerts",214748364,"0_hide",4294967295,"1_show"]}]},"STYLN_live_chat":{"abtest_partition":[{"var":"agent_id"},"STYLN_live_chat",21474835,"1_use_sse",408021892,"0_Control",429496729,"1_use_sse"]},"STYLN_live_barrett_hearings_alerts":{"abtest_partition":[{"var":"agent_id"},"STYLN_live_barrett_hearings_alerts",214748364,"0_hide",2147483647,"1_show",2362232012,"0_hide",4294967295,"1_show"]},"STYLN_liveblog_email":{"abtest_partition":[{"var":"agent_id"},"STYLN_liveblog_email",2147483647,"0_control",4294967295,"1_signup"]},"STYLN_lb_pinned_video":{"abtest_partition":[{"var":"agent_id"},"STYLN_lb_pinned_video",4294967295,"1_pin"]},"STYLN_lb_newposts":{"abtest_partition":[{"var":"agent_id"},"STYLN_lb_newposts",4080218930,"0_control",4294967295,"1_lb_newposts"]},"STYLN_election_2020_alerts":{"abtest_partition":[{"var":"agent_id"},"STYLN_election_2020_alerts",214748364,"0_hide",4294967295,"1_show"]},"STYLN_daily_question_block":{"abtest_partition":[{"var":"agent_id"},"STYLN_daily_question_block",644245093,"0_control",1288490188,"1_variant"]},"styln-trending-primary-asset":{"abtest_partition":[{"var":"agent_id"},"styln-trending-primary-asset",2147483647,"0_Control",4294967295,"1_Show"]},"styln-top-links2":{"if":[{"and":[{"!":{"in":[{"ref":"STYLN_pharmacy_components"},["hide"]]}}]},{"abtest_partition":[{"var":"agent_id"},"styln-top-links2",2147483647,"0_hide",4294967295,"1_show"]}]},"styln-primary-assets-block":{"abtest_partition":[{"var":"agent_id"},"styln-primary-assets-block",1073741823,"0_Control",4294967295,"1_Show"]},"styln-music-guide":{"if":[{"and":[{"===":[{"ref":"STYLN_pharmacy_components"},"show"]}]},{"abtest_partition":[{"var":"agent_id"},"styln-music-guide",2147483647,"0_Control",4294967295,"1_Show"]}]},"styln-menu-homepage-link":{"abtest_partition":[{"var":"agent_id"},"styln-menu-homepage-link",4294967295,"1_Show"]},"styln-amy-chua":{"if":[{"and":[{"===":[{"ref":"STYLN_pharmacy_components"},"show"]}]},{"abtest_partition":[{"var":"agent_id"},"styln-amy-chua",2147483647,"0_Control",4294967295,"1_Show"]}]},"STORY_topical_recirc":{"abtest_partition":[{"var":"agent_id"},"STORY_topical_recirc",2147483647,"0_control",4294967295,"1_variant"]},"SJ_welcome_subscriber_app_copy_test_0122":{"if":[{"and":[{"===":[{"var":"user_type"},"sub"]}]},{"abtest_partition":[{"var":"regi_id"},"SJ_welcome_subscriber_app_copy_test_0122",858993458,"0_control",4294967295,"0_control"]}]},"SJ_welcomeBanner_0222":{"if":[{"and":[{"===":[{"ref":"SJ_app_dl_in_product_0322"},null]}]},{"abtest_partition":[{"var":"regi_id"},"SJ_welcomeBanner_0222",536870911,"0_Control",1073741823,null,1610612735,"1_Skip_No_Banner",2147483647,null,2684354559,"2_Skip_Top_Ad_Banner",3221225471,null,3758096383,"3_Skip_Recirc_Banner",4294967295,null]}]},"SJ_TP_deprecate_0222":{"abtest_partition":[{"var":"agent_id"},"SJ_TP_deprecate_0222",4294967295,"0_control"]},"SJ_step_order_0322":{"if":[{"and":[{"===":[{"var":"user_type"},"sub"]}]},{"abtest_partition":[{"var":"regi_id"},"SJ_step_order_0322",21474835,"0_control",42949672,"1_app_download_step_first",322122546,"0_control",601295420,"1_app_download_step_first",622770257,"0_control",644245093,"1_app_download_step_first",665719930,"0_control",687194766,"1_app_download_step_first",708669603,"0_control",730144439,"1_app_download_step_first",751619276,"0_control",773094112,"1_app_download_step_first",794568949,"0_control",816043785,"1_app_download_step_first",837518622,"0_control",858993458,"1_app_download_step_first",880468295,"0_control",901943131,"1_app_download_step_first",923417968,"0_control",944892804,"1_app_download_step_first",966367641,"0_control",987842477,"1_app_download_step_first",1009317314,"0_control",1030792150,"1_app_download_step_first",1052266987,"0_control",1073741823,"1_app_download_step_first",1095216659,"0_control",1116691496,"1_app_download_step_first",1138166332,"0_control",1159641169,"1_app_download_step_first",1181116005,"0_control",1202590842,"1_app_download_step_first",1224065678,"0_control",1245540515,"1_app_download_step_first",1267015351,"0_control",1288490188,"1_app_download_step_first",1309965024,"0_control",1331439861,"1_app_download_step_first",1352914697,"0_control",1374389534,"1_app_download_step_first",1395864370,"0_control",1417339207,"1_app_download_step_first",1438814043,"0_control",1460288880,"1_app_download_step_first",1481763716,"0_control",1503238553,"1_app_download_step_first",1524713389,"0_control",1546188226,"1_app_download_step_first",1567663062,"0_control",1589137899,"1_app_download_step_first",1610612735,"0_control",1632087571,"1_app_download_step_first",1653562408,"0_control",1675037244,"1_app_download_step_first",1696512081,"0_control",1717986917,"1_app_download_step_first"]}]},"SJ_newsletter_list_01_0222":{"abtest_partition":[{"var":"regi_id"},"SJ_newsletter_list_01_0222",1073741823,"0_control",4294967295,"0_control"]},"SEARCH_FACET_DROPDOWN":{"abtest_partition":[{"var":"agent_id"},"SEARCH_FACET_DROPDOWN",2147483647,"0_FACET_MULTI_SELECT",4294967295,"1_DYNAMIC_FACET_SELECT"]},"SA_Referral_iframe_0520":{"abtest_partition":[{"var":"agent_id"},"SA_Referral_iframe_0520",4294967295,"1_useiframe"]},"SA_live_onboarding_01_1221":{"abtest_partition":[{"var":"regi_id"},"SA_live_onboarding_01_1221",858993458,"0_control",4294967295,"0_control"]},"SA_get_started_now_01_0921":{"abtest_partition":[{"var":"regi_id"},"SA_get_started_now_01_0921",858993458,"0_control",4294967295,"0_control"]},"SA_get_started_later_01_0621":{"abtest_partition":[{"var":"regi_id"},"SA_get_started_later_01_0621",2147483647,"0_control",3435973836,"0_control",4294967295,"0_control"]},"SA_breadth_step_01_0421":{"abtest_partition":[{"var":"regi_id"},"SA_breadth_step_01_0421",2147483647,"0_control",4294967295,"0_control"]},"SA_app_step_01_0521":{"abtest_partition":[{"var":"regi_id"},"SA_app_step_01_0521",4294967295,"0_control"]},"ON_User_State_API":{"abtest_partition":[{"var":"agent_id"},"ON_User_State_API",4294967295,"1_user_state"]},"ON_testIgnoreMe_0902":{"if":[{"and":[{"!":{"in":[{"var":"user_type"},["sub"]]}}]},{"abtest_partition":[{"var":"regi_id"},"ON_testIgnoreMe_0902",2147483647,"0_Control",4294967295,"1_variant"]}]},"ON_regibundle_throttle_0921":{"abtest_partition":[{"var":"agent_id"},"ON_regibundle_throttle_0921",429496729,"0_control",4294967295,"1_bau"]},"ON_MAPS_audience_split":{"abtest_partition":[{"var":"agent_id"},"ON_MAPS_audience_split",2147483647,"0_onboarding",4294967295,"1_maps"]},"ON_app_dl_mweb_hp_regi_final":{"if":[{"and":[{"!":{"in":[{"var":"user_type"},["sub"]]}}]},{"abtest_partition":[{"var":"regi_id"},"ON_app_dl_mweb_hp_regi_final",214748364,"0_control",4294967295,"0_control"]}]},"ON_app_dl_mweb_hp_dummy":{"if":[{"and":[{"!":{"in":[{"var":"user_type"},["sub"]]}}]},{"abtest_partition":[{"var":"regi_id"},"ON_app_dl_mweb_hp_dummy",1073741823,"0_control",2147483647,"1_dock_std",3221225471,"2_dock_exp",4294967295,"3_custom_dock"]}]},"MKT_welcome_ad_stp_1120":{"abtest_partition":[{"var":"agent_id"},"MKT_welcome_ad_stp_1120",2147483647,"0_control",4294967295,"1_welcome_stp"]},"MKT_segops_regi_bundle_login_test":{"abtest_partition":[{"var":"agent_id"},"MKT_segops_regi_bundle_login_test",4294967295,"1_login"]},"MKT_not_ready_to_sub_survey":{"abtest_partition":[{"var":"agent_id"},"MKT_not_ready_to_sub_survey",4123168603,"0_control",4294967295,"1_survey"]},"MKT_dfp_hd_paywall_zip":{"abtest_partition":[{"var":"agent_id"},"MKT_dfp_hd_paywall_zip",2147483647,"0_control",4294967295,"1_zip"]},"MKT_CKGiftLPTest_creativeredesign":{"abtest_partition":[{"var":"agent_id"},"MKT_CKGiftLPTest_creativeredesign",1431942095,"0_control",2863454695,"1_ck_gift_shortlp",4294967295,"2_ck_gift_longlp"]},"MAPS_subonly_cards_gs_092021":{"if":[{"and":[{"===":[{"var":"user_type"},"sub"]}]},{"abtest_partition":[{"var":"agent_id"},"MAPS_subonly_cards_gs_092021",1073741823,"2_subandfree",4294967295,"2_subandfree"]}]},"MAPS_foryou_optin_0421":{"if":[{"and":[{"in":[{"var":"user_type"},["regi"]]},{"===":[{"ref":"ON_MAPS_audience_split"},"1_maps"]}]},{"abtest_partition":[{"var":"agent_id"},"MAPS_foryou_optin_0421",1431942095,"0_control",2863454695,"1_interests",4294967295,"2_auto_optin"]}]},"MAPS_cwv_email_signup_dock_0322":{"if":[{"and":[{"===":[{"var":"user_type"},"sub"]}]},{"abtest_partition":[{"var":"regi_id"},"MAPS_cwv_email_signup_dock_0322",1460288880,"0_control",2877628087,"1_dock_simple",4294967295,"2_dock_descriptive"]}]},"InvolChurn_CopyUpdate":{"abtest_partition":[{"var":"agent_id"},"InvolChurn_CopyUpdate",2147483647,"0_control",4294967295,"1_concisemessage"]},"DFP_Prebid_priority_0322":{"abtest_partition":[{"var":"agent_id"},"DFP_Prebid_Priority_0322",429496729,"0_Control",858993458,"1_Sponsorship",4294967295,"2_Sponsorship"]},"dfp_messaging_flexframe_ctr":{"abtest_partition":[{"var":"agent_id"},"dfp_messaging_flexframe_ctr",322122546,"2_noheadnosummary",644245093,"1_msgInv_noCTA",4294967295,"0_control"]},"DFP_EngMetrics":{"abtest_partition":[{"var":"agent_id"},"DFP_EngMetrics",42949672,"0_control",85899345,"1_hover"]},"dfp_disp_incr":{"abtest_partition":[{"var":"agent_id"},"dfp_disp_incr",429496729,"0_control",4294967295,"1_test"]},"DFP_blockDetect_0221":{"abtest_partition":[{"var":"agent_id"},"DFP_blockDetect_0221",1073741823,"1_network_detection",4294967295,null]},"DFP_amzn":{"abtest_partition":[{"var":"agent_id"},"DFP_amzn",42949672,"0_control",429642757,"0_control",472540891,"1_amzn_fast_fetch",515490564,"2_adslot_priority",901994671,"2_adslot_priority",944892804,"3_no_mnet"]},"DFP_als_home":{"abtest_partition":[{"var":"agent_id"},"DFP_als_home",4294967295,"1_als"]},"DFP_als":{"abtest_partition":[{"var":"agent_id"},"DFP_als",4294967295,"1_als"]},"dfp_adslot4v2":{"abtest_partition":[{"var":"agent_id"},"dfp_adslot4v2",4294967295,"1_external"]},"DATAGOV_banner_202110":{"abtest_partition":[{"var":"agent_id"},"DATAGOV_banner_202110",3435973836,"0_Control",4294967295,"1_RejectAll"]},"APP_2021H1_SLS":{"if":[{"and":[{"===":[{"var":"user_type"},"sub"]}]},{"abtest_partition":[{"var":"regi_id"},"APP_2021H1_SLS",1159641169,"1_share",1932735282,"1_share",4294967295,"1_share"]}]},"ACCT_MastheadUserModal":{"abtest_partition":[{"var":"regi_id"},"ACCT_MastheadUserModal",1431942095,"0_control",2863454695,"1_drawerDesign",4294967295,"2_drawerDesignAccountIA"]}},"abraURL":"https://a1.nyt.com/abra-config/current/vi-prd.json","shouldBypassAbraContextAlloc":false}]); })();;(function () { var _f=function(e){var r=function(){var r=e.url;try{r+=window.location.search.slice(1).split("&").reduce(function(e,r){return"ip-override"===r.split("=")[0]?"?"+r:e},"")}catch(e){console.warn(e)}var n=new XMLHttpRequest;for(var t in n.withCredentials=!0,n.open("POST",r,!0),n.setRequestHeader("Content-Type","application/json"),e.headers)n.setRequestHeader(t,e.headers[t]);return n.send(e.body),n};window.userXhrObject=r(),window.userXhrRefresh=function(){return window.userXhrObject=r(),window.userXhrObject}};;_f.apply(null, [{"url":"https://samizdat-graphql.nytimes.com/graphql/v2","body":"{\"operationName\":\"UserQuery\",\"variables\":{},\"query\":\" query UserQuery { user { __typename profile { displayName email } userInfo { regiId entitlements demographics { emailSubscriptions wat } } subscriptionDetails { bundleType graceStartDate graceEndDate isFreeTrial hasQueuedSub startDate endDate status hasActiveEntitlements entitlements billingSource promotionTierType subscriptionName } } } \"}","headers":{"nyt-app-type":"project-vi","nyt-app-version":"0.0.5","nyt-token":"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs+/oUCTBmD/cLdmcecrnBMHiU/pxQCn2DDyaPKUOXxi4p0uUSZQzsuq1pJ1m5z1i0YGPd1U1OeGHAChWtqoxC7bFMCXcwnE1oyui9G1uobgpm1GdhtwkR7ta7akVTcsF8zxiXx7DNXIPd2nIJFH83rmkZueKrC4JVaNzjvD+Z03piLn5bHWU6+w+rA+kyJtGgZNTXKyPh6EC6o5N+rknNMG5+CdTq35p8f99WjFawSvYgP9V64kgckbTbtdJ6YhVP58TnuYgr12urtwnIqWP9KSJ1e5vmgf3tunMqWNm6+AnsqNj8mCLdCuc5cEB74CwUeQcP2HQQmbCddBy2y0mEwIDAQAB"}}]); })();;(function () { var registry=window._interactiveRegistry={};function getId(t){for(;(t=t.parentElement)&&!t.matches("[data-sourceid].interactive-body"););return t?t.getAttribute("data-sourceid"):null}window.registerInteractive=function(t){var e={_subs:{cleanup:[],remount:[]},id:t,on:function(t,r){return this._subs[t].push(r),e}};registry[t]=e},window.getInteractiveBridge=function(t){var e="string"==typeof t?t:getId(t);return registry[e]}; })();;(function () { function swgDataLayer(e){return!!window.dataLayer&&((window.dataLayer=window.dataLayer||[]).push({event:"impression",module:e}),!0)}function checkSwgOptOut(){if(!window.localStorage)return!1;var e=window.localStorage.getItem("nyt-swgOptOut");if(!e)return!1;var t=parseInt(e,10);return((new Date).getTime()-t)/864e5<1||(window.localStorage.removeItem("nyt-swgOptOut"),!1)}function swgDeferredAccount(e,t){return e.completeDeferredAccountCreation({entitlements:t,consent:!1}).then(function(e){var t=vi.env.AUTH_HOST+"/svc/account/auth/v1/swg-dal-web",n=e.purchaseData.raw.data?e.purchaseData.raw.data:e.purchaseData.raw,o=JSON.parse(n),a={package_name:o.packageName,product_id:o.productId,purchase_token:o.purchaseToken,google_id_token:e.userData.idToken,google_user_email:e.userData.email,google_user_id:e.userData.id,google_user_name:e.userData.name},r=new XMLHttpRequest;r.withCredentials=!0,r.open("POST",t,!0),r.setRequestHeader("Content-Type","application/json"),r.send(JSON.stringify(a)),r.onload=function(){200===r.status?(swgDataLayer({name:"swg",context:"Deferred",label:"Seamless Signin",region:"swg-modal"}),e.complete().then(function(){window.location.reload(!0)})):(e.complete(),window.location=encodeURI(vi.env.AUTH_HOST+"/get-started/swg-link?redirect="+encodeURIComponent(window.location.href)))}}).catch(function(){return!!window.localStorage&&(!window.localStorage.getItem("nyt-swgOptOut")&&(window.localStorage.setItem("nyt-swgOptOut",(new Date).getTime()),!0))}),!0}function hasLogoutCookie(){var e=document.cookie.match("(^|;) ?nyt-auth-action=([^;]*)(;|$)")||null;return e&&"logout"===e[2]}function loginWithGoogle(){return"undefined"!=typeof window&&(-1===document.cookie.indexOf("NYT-S")&&(!0!==checkSwgOptOut()&&(!!window.SWG&&((window.SWG=window.SWG||[]).push(function(e){return e.init(vi.env.SWG_PUBLICATION_ID),!0!==hasLogoutCookie()&&(e.getEntitlements().then(function(t){if(void 0===t||!t.raw)return!1;window.SwGEntitlement=!0;var n={entitlements_token:t.raw};return window.swgUserInfoXhrObject.withCredentials=!0,window.swgUserInfoXhrObject.open("POST",vi.env.AUTH_HOST+"/svc/account/auth/v1/login-swg-web",!0),window.swgUserInfoXhrObject.setRequestHeader("Content-Type","application/json"),window.swgUserInfoXhrObject.send(JSON.stringify(n)),window.swgUserInfoXhrObject.onload=function(){switch(window.swgUserInfoXhrObject.status){case 200:return swgDataLayer({name:"swg",context:"Seamless",label:"Seamless Signin",region:"login"}),window.location.reload(!0),!0;case 412:return swgDeferredAccount(e,t);default:return!1}},t}).catch(function(){return!1}),!0)}),!0))))}var _f=function(){if(window.swgUserInfoXhrObject.checkSwgResponse=!1,window.SwGEntitlement=!1,-1===document.cookie.indexOf("NYT-S")){var e=document.createElement("script");e.src="https://news.google.com/swg/js/v1/swg.js",e.setAttribute("subscriptions-control","manual"),e.setAttribute("async",!0),e.onload=function(){loginWithGoogle()},document.getElementsByTagName("head")[0].appendChild(e)}};;_f.apply(null, [{"gqlUrlClient":"https://samizdat-graphql.nytimes.com/graphql/v2","gqlRequestHeaders":{"nyt-app-type":"project-vi","nyt-app-version":"0.0.5","nyt-token":"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs+/oUCTBmD/cLdmcecrnBMHiU/pxQCn2DDyaPKUOXxi4p0uUSZQzsuq1pJ1m5z1i0YGPd1U1OeGHAChWtqoxC7bFMCXcwnE1oyui9G1uobgpm1GdhtwkR7ta7akVTcsF8zxiXx7DNXIPd2nIJFH83rmkZueKrC4JVaNzjvD+Z03piLn5bHWU6+w+rA+kyJtGgZNTXKyPh6EC6o5N+rknNMG5+CdTq35p8f99WjFawSvYgP9V64kgckbTbtdJ6YhVP58TnuYgr12urtwnIqWP9KSJ1e5vmgf3tunMqWNm6+AnsqNj8mCLdCuc5cEB74CwUeQcP2HQQmbCddBy2y0mEwIDAQAB"},"gqlFetchTimeout":4000,"disablePersistedQueries":false,"fastlyHeaders":{},"initialDeviceType":"desktop","fastlyAbraConfig":{},"internalPreviewConfig":{},"serviceWorkerFile":"service-worker-test-1650475080620.js"}]); })();;(function () { var _f=function(){"function"!=typeof window.onInitNativeAds&&(window.onInitNativeAds=function(){})};;_f.apply(null, []); })();
</script>
<script>!function(e){function t(t){for(var n,a,i=t[0],l=t[1],f=t[2],c=0,s=[];c<i.length;c++)a=i[c],Object.prototype.hasOwnProperty.call(o,a)&&o[a]&&s.push(o[a][0]),o[a]=0;for(n in l)Object.prototype.hasOwnProperty.call(l,n)&&(e[n]=l[n]);for(p&&p(t);s.length;)s.shift()();return u.push.apply(u,f||[]),r()}function r(){for(var e,t=0;t<u.length;t++){for(var r=u[t],n=!0,i=1;i<r.length;i++){var l=r[i];0!==o[l]&&(n=!1)}n&&(u.splice(t--,1),e=a(a.s=r[0]))}return e}var n={},o={81:0},u=[];function a(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,a),r.l=!0,r.exports}a.m=e,a.c=n,a.d=function(e,t,r){a.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,t){if(1&t&&(e=a(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(a.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)a.d(r,n,function(t){return e[t]}.bind(null,n));return r},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,"a",t),t},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.p="/vi-assets/static-assets/";var i=window.webpackJsonp=window.webpackJsonp||[],l=i.push.bind(i);i.push=t,i=i.slice();for(var f=0;f<i.length;f++)t(i[f]);var p=l;r()}([]);
//# sourceMappingURL=runtime~adslot-13b13379461edef6029c.js.map</script>
<script async src="/vi-assets/static-assets/adslot-8ee53c8db5b6dfbf9c8b.js"></script>
<script data-rh="true" >
(function () { var _f=function(){const n="1_block";window.adClientUtils={hasActiveToggle:function(o){return i=o,(window&&window.NYTD&&window.NYTD.Abra?window.NYTD.Abra(i):"")!==n;var i}}};;_f.apply(null, []); })();
(function () { var _f=function(n){try{if(!(s=n,!!(window&&window.adClientUtils&&window.adClientUtils.hasActiveToggle)&&window.adClientUtils.hasActiveToggle(s)))return;if(void 0===e)var e=function(n){var e=document.cookie.match(new RegExp(n+"=([^;]+)"));if(e)return e[1]};!function(){var n=e("nyt-purr");if(!n||"s"!==n.substring(10,11)){var t=document.createElement("script");t.async="async",t.src="//securepubads.g.doubleclick.net/tag/js/gpt.js",document.head.appendChild(t)}}();var t=e("nyt-purr"),i=i||{};i.cmd=i.cmd||[],t&&"n"===t.substring(10,11)&&i.cmd.push(function(){i.pubads().setRequestNonPersonalizedAds(1)})}catch(n){console.log(n)}var s};;_f.apply(null, ["dfp_collections_toggle"]); })();
(function () { var _f=function(){var t,e,o=50,n=50;function i(t){if(!document.getElementById("3pCheckIframeId")){if(t||(t=1),!document.body){if(t>o)return;return t+=1,setTimeout(i.bind(null,t),n)}var e,a,r;e="https://static01.nyt.com/ads/tpc-check.html",a=document.body,(r=document.createElement("iframe")).src=e,r.id="3pCheckIframeId",r.style="display:none;",r.height=0,r.width=0,a.insertBefore(r,a.firstChild)}}function a(t){if("https://static01.nyt.com"===t.origin)try{"3PCookieSupported"===t.data&&googletag.cmd.push(function(){googletag.pubads().setTargeting("cookie","true")}),"3PCookieNotSupported"===t.data&&googletag.cmd.push(function(){googletag.pubads().setTargeting("cookie","false")})}catch(t){}}function r(){if(function(){if(Object.prototype.toString.call(window.HTMLElement).indexOf("Constructor")>0)return!0;if("[object SafariRemoteNotification]"===(!window.safari||safari.pushNotification).toString())return!0;try{return window.localStorage&&/Safari/.test(window.navigator.userAgent)}catch(t){return!1}}()){try{window.openDatabase(null,null,null,null)}catch(e){return t(),!0}try{localStorage.length?e():(localStorage.x=1,localStorage.removeItem("x"),e())}catch(o){navigator.cookieEnabled?t():e()}return!0}}!function(){try{googletag.cmd.push(function(){googletag.pubads().setTargeting("cookie","unknown")})}catch(t){}}(),t=function(){try{googletag.cmd.push(function(){googletag.pubads().setTargeting("cookie","private")})}catch(t){}}||function(){},e=function(){window.addEventListener("message",a,!1),i(0)}||function(){},function(){if(window.webkitRequestFileSystem)return window.webkitRequestFileSystem(window.TEMPORARY,1,e,t),!0}()||r()||function(){if(!window.indexedDB&&(window.PointerEvent||window.MSPointerEvent))return t(),!0}()||e()};;_f.apply(null, ["dfp_collections_toggle"]); })();
</script><script data-rh="true" id="als-svc">(function () { var _f=function(e,t,a){var n;if(!(n=a,!!(window&&window.adClientUtils&&window.adClientUtils.hasActiveToggle)&&window.adClientUtils.hasActiveToggle(n)))return;!function(e){window&&window.NYTD&&window.NYTD.Abra&&window.NYTD.Abra.reportExposure(e)}(a);let i=()=>{var e=new Date,t=e.getFullYear();return e.getMonth()<9&&(t+="0"),t+=e.getMonth()+1,e.getDate()<10&&(t+="0"),t+=e.getDate(),e.getHours()<10&&(t+="0"),t+=e.getHours(),e.getMinutes()<10&&(t+="0"),t+=e.getMinutes(),e.getSeconds()<10&&(t+="0"),t+e.getSeconds()};window.googletag=window.googletag||{},googletag.cmd=googletag.cmd||[];let o=new URLSearchParams(location.search).get("alice_rules_test");var l,s=new XMLHttpRequest,r=window.vi.env.ALS_URL,d=document.querySelector('[name="nyt_uri"]');if(t)l="uri="+(g=t);else if("/"===location.pathname){var g=encodeURIComponent("https://www.nytimes.com/pages/index.html");l="uri="+g}else if(void 0===d||""===d||null===d){var c=e||location.protocol+"//"+location.hostname+location.pathname;l="url="+encodeURIComponent(c)}else{g=encodeURIComponent(d.content);l="uri="+g}var u=document.querySelector('[name="template"]'),w=document.querySelector('[name="prop"]'),m=document.querySelector('[name="plat"]'),p=null==u||null==u.content?"":u.content,_=null==w||null==w.content?"nyt":w.content,b=null==m||null==m.content?"web":m.content;window.innerWidth<740&&(_="mnyt",b="mweb");var v=window.localStorage.getItem("als_test_clientside"),f=null;window.googletag.cmd.push(function(){var e=v&&0!==v.length?v:"empty_empty_empty_empty_empty_"+i(),t=f||e;googletag.pubads().setTargeting("als_test_clientside",t)});var y=window.localStorage.getItem("mktg"),h=null;window.googletag.cmd.push(function(){var e=h||y;e&&googletag.pubads().setTargeting("mktg",e)});var U,L=window.localStorage.getItem("bt");window.googletag.cmd.push(function(){var e=U||L;e&&googletag.pubads().setTargeting("bt",e)});var T=window.localStorage.getItem("sub"),S=null;window.googletag.cmd.push(function(){var e=S||T;e&&googletag.pubads().setTargeting("sub",e)}),l=null==o?l:l+"&alice_rules_test="+o,s.open("GET",r+"/als?"+l+"&typ="+p+"&prop="+_+"&plat="+b,!0),s.withCredentials=!0,s.send(),s.onerror=function(){var e="reqfailed_reqfailed_reqfailed_reqfailed_reqfailed_"+i();f=e,window.googletag.cmd.push(function(){googletag.pubads().setTargeting("als_test_clientside",e)});var t={event:"impression",module:{name:"alice-timing",context:"script-load",label:"alice-error-reqfail-"+l}};(window.dataLayer=window.dataLayer||[]).push(t)},s.onreadystatechange=function(){if(4===s.readyState)if(200===s.status){var e=JSON.parse(s.responseText);f=e.als_test_clientside&&0!==e.als_test_clientside.length?e.als_test_clientside:"bou_bou_bou_bou_bou_"+i(),void 0!==e.User&&(void 0!==e.User.mktg&&(h=e.User.mktg,window.localStorage.setItem("mktg",e.User.mktg)),void 0!==e.User.bt&&(U=e.User.bt,window.localStorage.setItem("bt",e.User.bt)),void 0!==e.User.sub&&(S=e.User.sub,window.localStorage.setItem("sub",e.User.sub))),window.googletag.cmd.push(function(){if(e.als_test_clientside&&0!==e.als_test_clientside.length)googletag.pubads().setTargeting("als_test_clientside",e.als_test_clientside),window.localStorage.setItem("als_test_clientside","ls-"+e.als_test_clientside);else{var t=void 0===e.als_test_clientside?"undefined_undefined_undefined_undefined_undefined_"+i():"blank_blank_blank_blank_blank_"+i();googletag.pubads().setTargeting("als_test_clientside",t);var a={event:"impression",module:{name:"alice-timing",context:"script-load",label:"alice-error-test-client-undefined"}};(window.dataLayer=window.dataLayer||[]).push(a)}if(void 0!==e.User){if(h)googletag.pubads().setTargeting("mktg",h);else{a={event:"impression",module:{name:"alice-timing",context:"script-load",label:"alice-error-mktg-undefined"}};(window.dataLayer=window.dataLayer||[]).push(a)}if(void 0!==U)googletag.pubads().setTargeting("bt",U);else{a={event:"impression",module:{name:"alice-timing",context:"script-load",label:"alice-error-bt-undefined"}};(window.dataLayer=window.dataLayer||[]).push(a)}if(S)googletag.pubads().setTargeting("sub",S);else{a={event:"impression",module:{name:"alice-timing",context:"script-load",label:"alice-error-sub-undefined"}};(window.dataLayer=window.dataLayer||[]).push(a)}(e.User.lucidC1||e.User.lucidC2||e.User.lucidC3||e.User.lucidC4||e.User.lucidC5)&&dataLayer.push({event:"lucidtest",c1_val:e.User.lucidC1,c2_val:e.User.lucidC2,c3_val:e.User.lucidC3,c4_val:e.User.lucidC4,c5_val:e.User.lucidC5})}else{a={event:"impression",module:{name:"alice-timing",context:"script-load",label:"alice-error-user-undefined"}};(window.dataLayer=window.dataLayer||[]).push(a)}if(void 0!==e.Asset)for(var n in e.Asset){var o=e.Asset[n];if(o)googletag.pubads().setTargeting(n,o);else{a={event:"impression",module:{name:"alice-timing",context:"script-load",label:"alice-error-"+n+"-undefined"}};(window.dataLayer=window.dataLayer||[]).push(a)}}else{a={event:"impression",module:{name:"alice-timing",context:"script-load",label:"alice-error-asset-undefined"}};(window.dataLayer=window.dataLayer||[]).push(a)}})}else{s.responseText.substring(0,40);var t="error_error_"+s.status+"_error_error_"+i();window.googletag.cmd.push(function(){googletag.pubads().setTargeting("als_test_clientside",t)});var a={event:"impression",module:{name:"alice-timing",context:"script-load",label:"alice-error-ajaxreq-"+s.status+"-"+l}};(window.dataLayer=window.dataLayer||[]).push(a)}}};;_f.apply(null, [null,"nyt://legacycollection/6a422275-8f3f-51bd-819d-6be72041d801","als_toggle"]); })();</script><script data-rh="true" id="adslot-config">(function() {
var AdSlot4=function(){"use strict";function i(){return window.AdSlot4=window.AdSlot4||{},window.AdSlot4.cmd=window.AdSlot4.cmd||[],window.AdSlot4}function n(){return!("undefined"==typeof window||!window.document||!window.document.createElement)}function t(e){return-1!==document.cookie.indexOf(e)}function o(e){var n={PURR_AcceptableTrackers:0,PURR_AdConfiguration:5,PURR_DataSaleOptOutUI:2,PURR_DataProcessingConsentUI:3,PURR_AcceptableTrackers_v2:4,PURR_AdConfiguration_v2:5,PURR_DataProcessingPreferenceUI:6,PURR_DataSaleOptOutUI_v2:7,PURR_CaliforniaNoticesUI:8,PURR_EmailMarketingOptInUI:9,PURR_DeleteIPAddress:10,PURR_AdConfiguration_v3:11},t=function(e){e=("; "+document.cookie).split("; "+e+"=");return 2===e.length?e.pop().split(";").shift():null}(e),o={};return Object.keys(n).forEach(function(e){o[e]=function(e,n){n=new RegExp("^.{"+n+"}(.)"),n=e.match(n);return(null==n?void 0:n[1])||""}(t,n[e])}),d.forEach(function(n){Object.keys(n.valueMapping).forEach(function(e){n.valueMapping[e]===o[n.name]&&(o[n.name]=e)})}),o}function a(){var e;try{return function(){if("undefined"==typeof window)return!1;var e=window.navigator.userAgent||window.navigator.vendor,n=-1!==e.indexOf("nyt_android"),t=-1!==e.indexOf("nytios"),o=-1!==e.indexOf("nyt_xwords_ios"),e=-1!==e.indexOf("Crosswords");return n||t||o||e}()?null!==(e=null===window||void 0===window?void 0:window.config)&&void 0!==e&&e.PurrDirectives?window.config.PurrDirectives:t("override-purr")?o("override-purr"):r({},c):t("nyt-purr")?o("nyt-purr"):r({},c)}catch(e){return console.warn("can’t get directives from cookie or config",e),r({},c)}}var r=function(){return(r=Object.assign||function(e){for(var n,t=1,o=arguments.length;t<o;t++)for(var i in n=arguments[t])Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i]);return e}).apply(this,arguments)},d=[{name:"PURR_AcceptableTrackers",valueMapping:{controllers:"c",processors:"p"}},{name:"PURR_AdConfiguration",valueMapping:{full:"f",npa:"n","adluce-socrates":"s"}},{name:"PURR_DataSaleOptOutUI",valueMapping:{hide:"h",show:"s"}},{name:"PURR_DataProcessingConsentUI",valueMapping:{hide:"h",show:"s"}},{name:"PURR_AcceptableTrackers_v2",valueMapping:{controllers:"c",processors:"p",essentials:"e"}},{name:"PURR_AdConfiguration_v2",valueMapping:{full:"f",rdp:"r",npa:"n",adluce:"a","adluce-socrates":"s"}},{name:"PURR_DataProcessingPreferenceUI",valueMapping:{hide:"h","allow-opt-out":"o","allow-opt-in":"i","allow-opt-in-or-out":"a"}},{name:"PURR_DataSaleOptOutUI_v2",valueMapping:{hide:"h",show:"s","show-opted-out":"o"}},{name:"PURR_CaliforniaNoticesUI",valueMapping:{hide:"h",show:"s"}},{name:"PURR_EmailMarketingOptInUI",valueMapping:{checked:"c",unchecked:"u"}},{name:"PURR_DeleteIPAddress",valueMapping:{delete:"d",keep:"k"}},{name:"PURR_AdConfiguration_v3",valueMapping:{full:"f",rdp:"r",npa:"n",ltd:"l","adluce-socrates":"s"}}],c={PURR_DataSaleOptOutUI:"hide",PURR_DataSaleOptOutUI_v2:"hide",PURR_CaliforniaNoticesUI:"hide",PURR_DataProcessingConsentUI:"hide",PURR_DataProcessingPreferenceUI:"hide",PURR_AcceptableTrackers_v2:"controllers",PURR_AcceptableTrackers:"controllers",PURR_AdConfiguration_v2:"full",PURR_AdConfiguration:"full",PURR_EmailMarketingOptInUI:"checked",PURR_DeleteIPAddress:"delete",PURR_AdConfiguration_v3:"full"};function e(){return"full"===(e={},n()&&(e=a().PURR_AdConfiguration_v3||a().PURR_AdConfiguration_v2),e);var e}function s(){return!(!!n()&&null!==window.navigator.userAgent.match(/nyt[-_]?(?:ios|android)/i))&&e()}function u(e,n,t){var o=document.getElementsByTagName("head")[0],i=document.createElement("script");n&&(i.onload=n),t&&(i.onerror=t),i.src=e,i.async=!0,o.appendChild(i)}function l(){i().cmd.push(function(){var e="".concat("GeoEdge"," failed to load");i().events.publish({name:h,value:{message:e}})})}function p(){return!window.grumi&&(u("//rumcdn.geoedge.be/b3960cc6-bfd2-4adc-910c-6e917e8a6a0e/grumi-ip.js",null,l),window.grumi={key:"b3960cc6-bfd2-4adc-910c-6e917e8a6a0e",cfg:{advs:v}})}function m(){var e;window.apstag||(e="".concat(b," not loading properly"),console.warn(e))}function f(){i().cmd.push(function(){var e="".concat(b," failed to load");i().events.publish({name:U,value:{type:b,message:e}})})}function w(){window.apstag&&window.apstag.setDisplayBids&&function(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:window;return e.googletag=e.googletag||{},e.googletag.cmd=e.googletag.cmd||[],e.googletag}().cmd.push(window.apstag.setDisplayBids())}function g(e){return!(!window.apstag||!window.apstag.fetchBids)&&(window.apstag.fetchBids({slots:e},w()),!0)}var v={32074718:!0,4792640386:!0,21966278:!0,4558311760:!0,4552626466:!0,4400775978:!0,39318518:!0,4874174581:!0,33597638:!0,38636678:!0,38637278:!0,33597998:!0,33613118:!0},h="script_loader_error",b="A9",_=[[300,250],[728,90],[970,90],[970,250]],R="large",y="medium",P="small",U="BidderError",A="AdEmpty",k="AdBlockOn",x="AdDefined",I="AdRefreshed";function D(e,n){var t;return(e=[].concat((t=n,[].concat(e).slice().sort(function(e,n){return n[0]-e[0]}).find(function(e){return!Number.isNaN(e[0])&&e[0]<t}))).pop())&&e.length?e:null}function C(i){return function(){var e,n=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{},t=n.sizes,o=void 0===t?[]:t,t=n.truePosition,n=n.id,o=D(o,window.innerWidth);if(o){o=(e=o,Array.isArray(e)?_.filter(function(n){return e.some(function(e){return e[0]===n[0]&&e[1]===n[1]})}):(console.warn("filterSizes() did not receive an array"),[])),o=[{slotID:t||n,slotName:"".concat(t||n,"_").concat(i,"_web"),sizes:o}];return g(o),!0}return!1}}function O(e,n,t){return n in e?Object.defineProperty(e,n,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[n]=t,e}function z(t,o){return T.map(function(e){var n=e.id,e=e.sizes;return{slotID:n,slotName:"".concat(n,"_").concat(o,"_web"),sizes:(e=e)[t]||e[P]}})}function S(n,t){i().cmd.push(function(){var e;n&&g(z(740<(e=window.innerWidth)?R:600<e?y:P,t)),i().events.subscribe({name:x,scope:"all",callback:C(t)})})}function M(e,n,t){(function(){var e,t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:"apstag",o=1<arguments.length&&void 0!==arguments[1]?arguments[1]:window;return o[t]||(e=function(e,n){return o[t]._Q.push([e,n])},o[t]={_Q:[],init:function(){e("i",arguments)},fetchBids:function(){e("f",arguments)},setDisplayBids:function(){},targetingKeys:function(){return[]}}),o[t]})("apstag",window).init({pubID:"3030",adServer:"googletag",params:{si_section:n}}),S(e,t)}function E(e,n){var t,o={openx:V,rubicon:N,medianet:F}[e];switch(n.includes("mid")?"mid":n){case"top":t=o.top;break;case"mid":t=o.mid;break;case"bottom":t=o.bottom;break;default:t=o.default}return t}function j(e){var n;switch(e){case"livebl":n="hp";break;case"int":n="art";break;case"coll":n="sf";break;default:n=e}return n in B||(n="default"),n}var T=[{id:"dfp-ad-top",sizes:(O(te={},R,[[728,90],[970,90],[970,250]]),O(te,y,[[728,90],[300,250]]),O(te,P,[[300,250],[300,420]]),te)},{id:"top",sizes:(O(ne={},R,[[728,90],[970,90],[970,250]]),O(ne,y,[[728,90],[300,250]]),O(ne,P,[[300,250],[300,420]]),ne)}],B={art:{id:["top","story-ad-1","story-ad-2","story-ad-3","story-ad-4","story-ad-5","story-ad-6","bottom"],pos:["top","mid1","mid2","mid3","mid4","mid5","mid6","bottom"]},hp:{id:["dfp-ad-top","dfp-ad-mid1","dfp-ad-mid2","dfp-ad-mid3","dfp-ad-bottom"],pos:["top","mid1","mid2","mid3","bottom"]},ss:{id:["right-0","right-1","right-2","right-3"],pos:["mid1","mid1","mid1","mid1"],size:{small:[[300,250]],medium:[[300,250]],large:[[300,250]]}},sf:{id:["top","mid1","mid2"],pos:["top","mid1","mid2"]},default:{id:["top","mid1","mid2"],pos:["top","mid1","mid2"],size:{small:[[300,250],[300,420]],medium:[[728,90]],large:[[728,90],[970,90],[970,250]]}}},N={top:2088370,mid:2088372,bottom:2088374,default:2088376},V={top:544112060,mid:544112063,bottom:544112062,default:544112065},F={top:684296214,mid:190706820,bottom:932254072,default:153468583};function q(o,e){var i=j(e);return B[i].pos.reduce(function(e,n,t){t={code:B[i].id[t],mediaTypes:{banner:{sizeConfig:[{minViewPort:[970,0],sizes:(B[i].size?B[i]:B.default).size.large},{minViewPort:[728,0],sizes:(B[i].size?B[i]:B.default).size.medium},{minViewPort:[0,0],sizes:(B[i].size?B[i]:B.default).size.small}]}},bids:(t=n,[{bidder:"appnexus",params:{member:3661,invCode:"nyt_".concat(n=o,"_").concat(t)}},{bidder:"medianet",params:{cid:"8CU4WQK98",crid:E("medianet",t)}},{bidder:"rubicon",params:{accountId:12330,siteId:378266,inventory:{invCode:["nyt_".concat(n,"_").concat(t)]},zoneId:E("rubicon",t)}},{bidder:"openx",params:{unit:E("openx",t),delDomain:"nytimes-d.openx.net",customParams:{invCode:"nyt_".concat(n,"_").concat(t)}}},{bidder:"triplelift",params:{inventoryCode:function(e){e=e.includes("top")||e.includes("bottom")?e:"mid";return"NYTimes_728x90_970_".concat(e="bottom"===e?"bot":e,"_PB")}(t)}}])};return e.push(t),e},[])}function G(t){window.pbjs&&window.pbjs.initAdserverSet||(window.pbjs.initAdserverSet=!0,i().cmd.push(function(){i().events.subscribe({name:"AdDefined",scope:"all",callback:function(n){window.googletag.cmd.push(function(){var e;(e=j(e=t),B[e].id).includes(n.id)&&window.pbjs.setTargetingForGPTAsync([n.id])})}})}))}function H(t,e,n){function o(e,n){window.pbjs.initAdserverSet=!1,t.requestBids({bidsBackHandler:function(){G(e)},timeout:n})}i().cmd.push(function(){t.que.push(function(){t.addAdUnits(q(e,n)),o(n,1e4),i().events.subscribe({name:I,scope:"all",callback:function(){o(n,800)}})})})}function Y(o,i){return function(){var e,n,t;window.pbjs||console.log("prebid did not load"),e=o,n=i,(t=window.googletag||{}).cmd=t.cmd||[],(t=window.pbjs||{}).que=t.que||[],t.setConfig({priceGranularity:{buckets:[{max:10,increment:.05},{max:20,increment:.1},{max:50,increment:.5},{max:101,increment:1}]}}),H(t,e,n)}}function Q(){i().cmd.push(function(){var e="".concat("PreBid"," failed to load");i().events.publish({name:U,value:{type:"PreBid",message:e}})})}function W(){try{var e=((n=document.createElement("div")).innerHTML=" ",n.className="ad adsbox pub_300x250 pub_300x250m pub_728x90 text-ad textAd text_ad ad-server",n.style="width: 1px !important; height: 1px !important; position: absolute !important; left: -10000px !important; top: -1000px !important;",document.body.prepend(n),document.getElementsByClassName("ad adsbox")[0]),n=!(!(n=e)||0!==n.offsetHeight&&0!==n.clientHeight)||function(e){if(void 0!==window.getComputedStyle){e=window.getComputedStyle(e,null);if(e&&("none"===e.getPropertyValue("display")||"hidden"===e.getPropertyValue("visibility")))return!0}return!1}(e);return e=e,document.body.removeChild(e),n}catch(e){console.error("ad class check failed",e)}var n;return!1}function Z(){return!(window&&window.AdSlot&&window.AdSlot.AdSlotReady)||(!(window&&window.googletag&&window.googletag.apiReady)||W())}function K(){var e=window&&window.nyt_et&&window.nyt_et.get_host&&window.nyt_et.get_host();return e?fetch("".concat(e,"/.status"),{credentials:"include",headers:{accept:"*/*","content-type":"text/plain;charset=UTF-8"},mode:"no-cors"}).then(function(){return{success:!0}}).catch(function(e){return console.error("et track blocked",e),{success:!1}}):Promise.resolve({success:!1})}function L(e,n,t){var o=(i="nyt-a",(document&&document.cookie&&document.cookie.match&&(i=document.cookie.match(new RegExp("".concat(i,"=([^;]+)"))))?i[1]:"")||null),i=!!(window&&window.matchMedia&&window.matchMedia("(max-width: 739px)").matches);return"".concat("https://a-reporting.nytimes.com/report.jpg","?mobile=").concat(i,"&block=").concat(t,"&aid=").concat(o,"&pvid=").concat(e,"&et=").concat(n)}function J(e,n,t){return!!(window&&window.NYTD&&window.NYTD.Abra&&"1_network_detection"===window.NYTD.Abra("DFP_blockDetect_0221"))&&((new Image).src=L(e,n,t),!0)}function X(e,n){n&&i().cmd.push(function(){var e=i();e.events&&e.events.publish({name:A,value:{type:k}})});var t=!1;return K().then(function(){t=(0<arguments.length&&void 0!==arguments[0]?arguments[0]:{success:!1}).success}).catch(function(){}).finally(function(){J(e,t,n)})}function $(e){var n;window.addEventListener("load",(n=e,function(){X(n,Z())}))}var ee,ne,te=function(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{};if(ee)return!1;var n=e.loadAmazon,t=void 0===n||n,o=e.loadPrebid,i=void 0===o||o,a=e.setFastFetch,r=void 0!==a&&a,d=e.loadGeoEdge,c=void 0===d||d,n=e.section,o=void 0===n?"none":n,a=e.pageViewId,d=void 0===a?"":a,n=e.pageType,a=void 0===n?"":n;return e=document.referrer||"",!(n=/([a-zA-Z0-9_\-.]+)(@|%40)([a-zA-Z0-9_\-.]+).([a-zA-Z]{2,5})/).test(e)&&!n.test(window.location.href)&&(s()&&(a=new RegExp(/art/).test(a)?"art":a,c&&p(),t&&(c=r,t=o,r=a,window.apstag||(u("//c.amazon-adsystem.com/aax2/apstag.js",m,f),M(c,t,r))),i&&(o=o,a=a,window.pbjs||u("https://www.nytimes.com/ads/prebid6.8.0.js",Y(o,a),Q))),$(d),ee=!0)};return(ne=i()).loadScripts=ne.loadScripts||te,window.AdSlot4=ne}();
(function () { var _f=function(e={}){const o=window&&window.AdSlot4;try{const{adToggleMap:i,pageType:t,section:n,isSectionHbEligible:d,setFastFetch:w}=e,a=Object.keys(i).reduce((e,o)=>{const t=i[o]||"";return e[o]=function(e){return!!(window&&window.adClientUtils&&window.adClientUtils.hasActiveToggle)&&window.adClientUtils.hasActiveToggle(e)}(t),e},{}),{amazon:c,geoedge:s}=a,l=c&&d;"function"==typeof o.loadScripts&&o.loadScripts({loadAmazon:l,loadPrebid:d,setFastFetch:w,section:n,pageType:t,pageViewId:window&&window.NYTD&&window.NYTD.PageViewId&&window.NYTD.PageViewId.current?window.NYTD.PageViewId.current:"",loadGeoEdge:s})}catch(e){console.error(e)}};;_f.apply(null, [{"adToggleMap":{"amazon":"amazon_collections_toggle","medianet":"medianet_collections_toggle","dfp":"dfp_collections_toggle","geoedge":"geoedge_toggle"},"pageType":"sf","section":"business","isSectionHbEligible":true,"setFastFetch":false}]); })();
(function () { var _f=function(t={}){window.AdSlot4=window.AdSlot4||{},window.AdSlot4.cmd=window.AdSlot4.cmd||[],window.AdSlot4.clientRequirements={mergeObjects:function(t,...e){return e.reduce(function(t,e){return Object.entries(e).reduce(function(t,[e,n]){return t[e]&&null==n?t:Object.assign({},t,{[e]:n})},t)},t)},isFunction:function(t){return"[object Function]"===Object.prototype.toString.call(t)},getAbraVariant:function(t){if(!(window.NYTD&&window.NYTD.Abra&&window.NYTD.Abra.getAbraSync&&this.isFunction(window.NYTD.Abra.getAbraSync)))return void console.warn("Abra does not exist or is not a function");const e=window.NYTD.Abra.getAbraSync(t);return e&&e.variant},shouldHaltDFP:function(t){return"1_block"===this.getAbraVariant(t)},getSov:function(t={}){return t.sov=t.sov||(Math.floor(4*Math.random())+1).toString(),{sov:t.sov}},getPageViewId:function(t){return{page_view_id:t&&t.current}},getUserData:function(t="{}"){try{const e=JSON.parse(t).data;return e&&e.user}catch(t){console.warn("userinfo data unavailable")}},getEm:function(t){return t&&t.length?{em:t.toString().toLowerCase()}:{}},getWat:function(t){return t?{wat:t.toLowerCase()}:{}},getDemographics:function(t){return this.mergeObjects(this.getEm(t&&t.emailSubscriptions),this.getWat(t&&t.wat))},isValidDfpVariant:function(t){return t.toLowerCase().indexOf("dfp")>-1||t.indexOf("redbird")>-1},joinArgumentsForVariant:function(){if(arguments.length)return[].slice.call(arguments).join("_").toLowerCase()},reduceAbraConfigKeysToDfpVariants:function(t=[],e=""){const n=this.getAbraVariant(e),i=this.joinArgumentsForVariant(e,n);return n&&i?t.concat(i):t},getDFPTestNames:function(t={}){if(!t)return[];const e=this.isValidDfpVariant;return Object.keys(t).filter(function(t){return e(t)})},getAbraDfpVariants:function(t={}){this.isValidDfpVariant;let e="";if(t.config){e=this.getDFPTestNames(t.config).reduce(this.reduceAbraConfigKeysToDfpVariants,[])}return{abra_dfp:e}},isMobile:function(t){const e=t.matchMedia("(max-width: 739px)");return e&&e.matches},isManualRefresh:function(t={}){return!(!t.navigation||1!==t.navigation.type)},getAltLangFromPathname:function(t=""){return 0===t.indexOf("/es/")?"es":""},getAdTargetingProperty:function(t=!1,e=""){let n=t?"m":"";return{prop:(n+=e)+"nyt"}},getAdTargetingPlatform:function(t=!1){return{plat:(t?"m":"")+"web"}},getAdTargetingEdition:function(t=""){return t.length?{edn:t}:{}},getAdTargetingVersion:function(t=!1){return{ver:(t?"m":"")+"vi"}},getAdTargetingHome:function(t,e,n){let i={},o={};return"hp"===t&&(i=e?{topRef:e}:{},o=n?{refresh:"manual"}:{}),this.mergeObjects(i,o)},getAdTargeting:function(t={},e={}){const n=this.isMobile(window),i=this.getAltLangFromPathname(window.location.pathname),o=this.isManualRefresh(performance);return this.mergeObjects(t,this.getDemographics(e),this.getAdTargetingProperty(n,i),this.getAdTargetingPlatform(n),this.getAdTargetingEdition(i),this.getAdTargetingVersion(n),this.getAdTargetingHome(t.typ,document.referrer,o),this.getAbraDfpVariants(window.NYTD.Abra),this.getSov(window),this.getPageViewId(window.NYTD.PageViewId))},init:function(t){window.AdSlot4.init&&this.isFunction(window.AdSlot4.init)?window.AdSlot4.init&&window.AdSlot4.init(t):console.warn("AdSlot4.init does not exist or is not a function")},reportExposure:function(t){window.NYTD.Abra&&this.isFunction(window.NYTD.Abra.reportExposure)?window.NYTD.Abra.reportExposure(t):console.warn("Abra.reportExposure does not exist or is not a function")},generateConfig:function(t={},e={},n={}){const i=n&&n.userInfo&&n.userInfo.demographics;return this.mergeObjects(t,e,{adTargeting:this.getAdTargeting(e.adTargeting,i),haltDFP:this.shouldHaltDFP(e.dfpToggleName||t.dfpToggleName)})}};for(let t in window.AdSlot4.clientRequirements)window.AdSlot4.clientRequirements[t]=window.AdSlot4.clientRequirements[t].bind(window.AdSlot4.clientRequirements);const e={adUnitPath:"/29390238/nyt/homepage",offset:400,hideTopAd:AdSlot4.clientRequirements.isMobile(window),lockdownAds:!1,sizeMapping:{top:[[970,["fluid",[728,90],[970,90],[970,250],[1605,300]]],[728,["fluid",[728,90],[1605,300]]],[0,[]]],fp1:[[0,[[195,250],[215,270]]]],fp2:[[0,[[195,250],[215,270]]]],fp3:[[0,[[195,250],[215,270]]]],feat1:[[0,["fluid"]]],feat2:[[0,["fluid"]]],feat3:[[0,["fluid"]]],feat4:[[0,["fluid"]]],mktg:[[1020,[300,250]],[0,[]]],pencil:[[728,[[336,46]],[0,[]]]],pp_edpick:[[0,["fluid"]]],pp_morein:[[0,["fluid"],[210,218]]],ribbon:[[0,["fluid"]]],sponsor:[[765,[150,50]],[0,[320,25]]],supplemental:[[1020,[[300,250],[300,600]]],[0,[]]],chat:[[0,[[300,250],[300,420]]]],column:[[0,[[300,250],[300,420]]]],default:[[970,["fluid",[728,90],[970,90],[970,250],[1605,300]]],[728,["fluid",[728,90],[300,250],[1605,300]]],[0,["fluid",[300,250],[300,420]]]]},adTargeting:{},haltDFP:!1,dfpToggleName:t.dfpToggleName||"dfp_home_toggle",lazyApi:t.lazyApi||{}};window.AdSlot4.cmd.push(function(){const n=window.AdSlot4.clientRequirements,i=n.getUserData(window&&window.userXhrObject&&window.userXhrObject.responseText),o=n.generateConfig(e,t,i);n.init(o),n.reportExposure("dfp_adslot4v2")})};;_f.apply(null, [{"adTargeting":{"edn":"us","test":"projectvi","ver":"vi","typ":"sf","vp":"small","als_test":"1650542459031","prop":"mnyt","plat":"mweb","brandsensitive":"false","artlen":"short","ledemedsz":"none","template":"legacycollection","section":"business","si_section":"business","id":"100000004937369","gscat":"neg_ibmtest,gs_economy,neg_citi_aa,gs_economy_misc,gs_business,neg_ibm,neg_chanel,gs_business_misc,neg_rms,neg_mastercard,neg_bofa,gs_news_and_weather,neg_debeer,neg_ms_safe,neg_capitalone,gs_business_careers,gs_news,neg_hearts,neg_aramco,gs_politics_misc,gv_safe,gs_t"},"adUnitPath":"/29390238/nyt/business/businesseconomy/sectionfront","dfpToggleName":"dfp_collections_toggle"}]); })();
})();
</script>
</head>
<body>
<div id="app"><div><div class="NYTAppHideMasthead css-zz1s19 e1m0pzr40"><header class="css-ahe4g0 e1m0pzr41"><section class="css-ui9rw0 e1m0pzr42"><div class="css-qo6pn ea180rp0"><div class="css-6n7j50"><button aria-haspopup="true" aria-expanded="false" aria-label="Sections Navigation & Search" class="ea180rp1 css-fzvsed" data-testid="nav-button" type="button"><svg class="css-1fe7a5q" viewBox="0 0 16 16"><rect x="1" y="3" fill="#333" width="14" height="2"></rect><rect x="1" y="7" fill="#333" width="14" height="2"></rect><rect x="1" y="11" fill="#333" width="14" height="2"></rect></svg></button></div><button id="desktop-sections-button" data-testid="desktop-section-button" aria-label="Sections Navigation" class="css-123u7tk ea180rp2"><span class="css-1dv1kvn">Sections</span><svg class="css-1fe7a5q" viewBox="0 0 16 16"><rect x="1" y="3" fill="#333" width="14" height="2"></rect><rect x="1" y="7" fill="#333" width="14" height="2"></rect><rect x="1" y="11" fill="#333" width="14" height="2"></rect></svg></button><div class="css-10488qs"><button class="css-tkwi90 e1iflr850" data-test-id="search-button"><span class="css-1dv1kvn">SEARCH</span><svg class="css-1fe7a5q" viewBox="0 0 16 16"><path fill="#333" d="M11.3,9.2C11.7,8.4,12,7.5,12,6.5C12,3.5,9.5,1,6.5,1S1,3.5,1,6.5S3.5,12,6.5,12c1,0,1.9-0.3,2.7-0.7l3.3,3.3c0.3,0.3,0.7,0.4,1.1,0.4s0.8-0.1,1.1-0.4c0.6-0.6,0.6-1.5,0-2.1L11.3,9.2zM6.5,10.3c-2.1,0-3.8-1.7-3.8-3.8c0-2.1,1.7-3.8,3.8-3.8c2.1,0,3.8,1.7,3.8,3.8C10.3,8.6,8.6,10.3,6.5,10.3z"></path></svg></button></div><a class="css-1f8er69" href="#site-content">Skip to content</a><a class="css-1f8er69" href="#site-index">Skip to site index</a></div><div id="masthead-section-label" class="css-1fnb9ct ek6sfxi0"><a href="https://www.nytimes.com/international/section/business/economy" class="css-nuvmzp">Economy</a></div><div class="css-10698na ell52qj0"><a data-testid="masthead-mobile-logo" aria-label="New York Times Logo. Click to visit the homepage" class="css-nhjhh0 ell52qj1" href="/"><svg viewBox="0 0 184 25" fill="#000"><path d="M13.8 2.9c0-2-1.9-2.5-3.4-2.5v.3c.9 0 1.6.3 1.6 1 0 .4-.3 1-1.2 1-.7 0-2.2-.4-3.3-.8C6.2 1.4 5 1 4 1 2 1 .6 2.5.6 4.2c0 1.5 1.1 2 1.5 2.2l.1-.2c-.2-.2-.5-.4-.5-1 0-.4.4-1.1 1.4-1.1.9 0 2.1.4 3.7.9 1.4.4 2.9.7 3.7.8v3.1L9 10.2v.1l1.5 1.3v4.3c-.8.5-1.7.6-2.5.6-1.5 0-2.8-.4-3.9-1.6l4.1-2V6l-5 2.2C3.6 6.9 4.7 6 5.8 5.4l-.1-.3c-3 .8-5.7 3.6-5.7 7 0 4 3.3 7 7 7 4 0 6.6-3.2 6.6-6.5h-.2c-.6 1.3-1.5 2.5-2.6 3.1v-4.1l1.6-1.3v-.1l-1.6-1.3V5.8c1.5 0 3-1 3-2.9zm-8.7 11l-1.2.6c-.7-.9-1.1-2.1-1.1-3.8 0-.7 0-1.5.2-2.1l2.1-.9v6.2zm10.6 2.3l-1.3 1 .2.2.6-.5 2.2 2 3-2-.1-.2-.8.5-1-1V9.4l.8-.6 1.7 1.4v6.1c0 3.8-.8 4.4-2.5 5v.3c2.8.1 5.4-.8 5.4-5.7V9.3l.9-.7-.2-.2-.8.6-2.5-2.1L18.5 9V.8h-.2l-3.5 2.4v.2c.4.2 1 .4 1 1.5l-.1 11.3zM34 15.1L31.5 17 29 15v-1.2l4.7-3.2v-.1l-2.4-3.6-5.2 2.8v6.6l-1 .8.2.2.9-.7 3.4 2.5 4.5-3.6-.1-.4zm-5-1.7V8.5l.2-.1 2.2 3.5-2.4 1.5zM53.1 2c0-.3-.1-.6-.2-.9h-.2c-.3.8-.7 1.2-1.7 1.2-.9 0-1.5-.5-1.9-.9l-2.9 3.3.2.2 1-.9c.6.5 1.1.9 2.5 1v8.3L44 3.2c-.5-.8-1.2-1.9-2.6-1.9-1.6 0-3 1.4-2.8 3.6h.3c.1-.6.4-1.3 1.1-1.3.5 0 1 .5 1.3 1v3.3c-1.8 0-3 .8-3 2.3 0 .8.4 2 1.6 2.3v-.2c-.2-.2-.3-.4-.3-.7 0-.5.4-.9 1.1-.9h.5v4.2c-2.1 0-3.8 1.2-3.8 3.2 0 1.9 1.6 2.8 3.4 2.7v-.2c-1.1-.1-1.6-.6-1.6-1.3 0-.9.6-1.3 1.4-1.3.8 0 1.5.5 2 1.1l2.9-3.2-.2-.2-.7.8c-1.1-1-1.7-1.3-3-1.5V5l8 14h.6V5c1.5-.1 2.9-1.3 2.9-3zm7.3 13.1L57.9 17l-2.5-2v-1.2l4.7-3.2v-.1l-2.4-3.6-5.2 2.8v6.6l-1 .8.2.2.9-.7 3.4 2.5 4.5-3.6-.1-.4zm-5-1.7V8.5l.2-.1 2.2 3.5-2.4 1.5zM76.7 8l-.7.5-1.9-1.6-2.2 2 .9.9v7.5l-2.4-1.5V9.6l.8-.5-2.3-2.2-2.2 2 .9.9V17l-.3.2-2.1-1.5v-6c0-1.4-.7-1.8-1.5-2.3-.7-.5-1.1-.8-1.1-1.5 0-.6.6-.9.9-1.1v-.2c-.8 0-2.9.8-2.9 2.7 0 1 .5 1.4 1 1.9s1 .9 1 1.8v5.8l-1.1.8.2.2 1-.8 2.3 2 2.5-1.7 2.8 1.7 5.3-3.1V9.2l1.3-1-.2-.2zm18.6-5.5l-1 .9-2.2-2-3.3 2.4V1.6h-.3l.1 16.2c-.3 0-1.2-.2-1.9-.4l-.2-13.5c0-1-.7-2.4-2.5-2.4s-3 1.4-3 2.8h.3c.1-.6.4-1.1 1-1.1s1.1.4 1.1 1.7v3.9c-1.8.1-2.9 1.1-2.9 2.4 0 .8.4 2 1.6 2V13c-.4-.2-.5-.5-.5-.7 0-.6.5-.8 1.3-.8h.4v6.2c-1.5.5-2.1 1.6-2.1 2.8 0 1.7 1.3 2.9 3.3 2.9 1.4 0 2.6-.2 3.8-.5 1-.2 2.3-.5 2.9-.5.8 0 1.1.4 1.1.9 0 .7-.3 1-.7 1.1v.2c1.6-.3 2.6-1.3 2.6-2.8s-1.5-2.4-3.1-2.4c-.8 0-2.5.3-3.7.5-1.4.3-2.8.5-3.2.5-.7 0-1.5-.3-1.5-1.3 0-.8.7-1.5 2.4-1.5.9 0 2 .1 3.1.4 1.2.3 2.3.6 3.3.6 1.5 0 2.8-.5 2.8-2.6V3.7l1.2-1-.2-.2zm-4.1 6.1c-.3.3-.7.6-1.2.6s-1-.3-1.2-.6V4.2l1-.7 1.4 1.3v3.8zm0 3c-.2-.2-.7-.5-1.2-.5s-1 .3-1.2.5V9c.2.2.7.5 1.2.5s1-.3 1.2-.5v2.6zm0 4.7c0 .8-.5 1.6-1.6 1.6h-.8V12c.2-.2.7-.5 1.2-.5s.9.3 1.2.5v4.3zm13.7-7.1l-3.2-2.3-4.9 2.8v6.5l-1 .8.1.2.8-.6 3.2 2.4 5-3V9.2zm-5.4 6.3V8.3l2.5 1.8v7.1l-2.5-1.7zm14.9-8.4h-.2c-.3.2-.6.4-.9.4-.4 0-.9-.2-1.1-.5h-.2l-1.7 1.9-1.7-1.9-3 2 .1.2.8-.5 1 1.1v6.3l-1.3 1 .2.2.6-.5 2.4 2 3.1-2.1-.1-.2-.9.5-1.2-1V9c.5.5 1.1 1 1.8 1 1.4.1 2.2-1.3 2.3-2.9zm12 9.6L123 19l-4.6-7 3.3-5.1h.2c.4.4 1 .8 1.7.8s1.2-.4 1.5-.8h.2c-.1 2-1.5 3.2-2.5 3.2s-1.5-.5-2.1-.8l-.3.5 5 7.4 1-.6v.1zm-11-.5l-1.3 1 .2.2.6-.5 2.2 2 3-2-.2-.2-.8.5-1-1V.8h-.1l-3.6 2.4v.2c.4.2 1 .3 1 1.5v11.3zM143 2.9c0-2-1.9-2.5-3.4-2.5v.3c.9 0 1.6.3 1.6 1 0 .4-.3 1-1.2 1-.7 0-2.2-.4-3.3-.8-1.3-.4-2.5-.8-3.5-.8-2 0-3.4 1.5-3.4 3.2 0 1.5 1.1 2 1.5 2.2l.1-.2c-.3-.2-.6-.4-.6-1 0-.4.4-1.1 1.4-1.1.9 0 2.1.4 3.7.9 1.4.4 2.9.7 3.7.8V9l-1.5 1.3v.1l1.5 1.3V16c-.8.5-1.7.6-2.5.6-1.5 0-2.8-.4-3.9-1.6l4.1-2V6l-5 2.2c.5-1.3 1.6-2.2 2.6-2.9l-.1-.2c-3 .8-5.7 3.5-5.7 6.9 0 4 3.3 7 7 7 4 0 6.6-3.2 6.6-6.5h-.2c-.6 1.3-1.5 2.5-2.6 3.1v-4.1l1.6-1.3v-.1L140 8.8v-3c1.5 0 3-1 3-2.9zm-8.7 11l-1.2.6c-.7-.9-1.1-2.1-1.1-3.8 0-.7.1-1.5.3-2.1l2.1-.9-.1 6.2zm12.2-12h-.1l-2 1.7v.1l1.7 1.9h.2l2-1.7v-.1l-1.8-1.9zm3 14.8l-.8.5-1-1V9.3l1-.7-.2-.2-.7.6-1.8-2.1-2.9 2 .2.3.7-.5.9 1.1v6.5l-1.3 1 .1.2.7-.5 2.2 2 3-2-.1-.3zm16.7-.1l-.7.5-1.1-1V9.3l1-.8-.2-.2-.8.7-2.3-2.1-3 2.1-2.3-2.1L154 9l-1.8-2.1-2.9 2 .1.3.7-.5 1 1.1v6.5l-.8.8 2.3 1.9 2.2-2-.9-.9V9.3l.9-.6 1.5 1.4v6l-.8.8 2.3 1.9 2.2-2-.9-.9V9.3l.8-.5 1.6 1.4v6l-.7.7 2.3 2.1 3.1-2.1v-.3zm8.7-1.5l-2.5 1.9-2.5-2v-1.2l4.7-3.2v-.1l-2.4-3.6-5.2 2.8v6.8l3.5 2.5 4.5-3.6-.1-.3zm-5-1.7V8.5l.2-.1 2.2 3.5-2.4 1.5zm14.1-.9l-1.9-1.5c1.3-1.1 1.8-2.6 1.8-3.6v-.6h-.2c-.2.5-.6 1-1.4 1-.8 0-1.3-.4-1.8-1L176 9.3v3.6l1.7 1.3c-1.7 1.5-2 2.5-2 3.3 0 1 .5 1.7 1.3 2l.1-.2c-.2-.2-.4-.3-.4-.8 0-.3.4-.8 1.2-.8 1 0 1.6.7 1.9 1l4.3-2.6v-3.6h-.1zm-1.1-3c-.7 1.2-2.2 2.4-3.1 3l-1.1-.9V8.1c.4 1 1.5 1.8 2.6 1.8.7 0 1.1-.1 1.6-.4zm-1.7 8c-.5-1.1-1.7-1.9-2.9-1.9-.3 0-1.1 0-1.9.5.5-.8 1.8-2.2 3.5-3.2l1.2 1 .1 3.6z"></path></svg></a></div><div class="css-12bivf2 e1j3jvdr1"><a href="https://myaccount.nytimes.com/auth/login?response_type=cookie&client_id=vi&redirect_uri=https%3A%2F%2Fwww.nytimes.com%2Fsubscription%2Fmultiproduct%2Flp8KQUS.html%3FcampaignId%3D7JFJX&asset=masthead" class="css-1kj7lfb"><span class="css-htw48t e1j3jvdr0">Log in</span></a><div class="css-6n7j50"><button aria-haspopup="true" aria-expanded="false" aria-label="Account" class="e1j3jvdr4 css-fozwf3" data-testid="user-settings-button" type="button"><svg class="css-10m9xeu" viewBox="0 0 16 16" fill="#333"><path d="M8,10c-2.5,0-7,1.1-7,3.5V16h14v-2.5C15,11.1,10.5,10,8,10z"></path><circle cx="8" cy="4" r="4"></circle></svg></button></div></div></section><section id="masthead-bar-one" class="hasLinks css-1r0gz1j e1pjtsj63"><div><div class="css-1o0kkht e1pjtsj60"></div><div class="css-1bvtpon e1pjtsj62"><a href="https://www.nytimes.com/section/todayspaper" class="css-hnzl8o">Today’s Paper</a></div></div><div class="css-9e9ivx"><a href="https://myaccount.nytimes.com/auth/login?response_type=cookie&client_id=vi&redirect_uri=https%3A%2F%2Fwww.nytimes.com%2Fsubscription%2Fmultiproduct%2Flp8KQUS.html%3FcampaignId%3D7JFJX&asset=masthead" data-testid="login-link" class="css-1k0lris"></a></div></section></header></div></div><div aria-hidden="false"><main id="site-content"><div class="css-1ffjgkm"></div><div id="top-wrapper" type="top" class="css-15p45cc en616590"><div id="top-slug" class="css-19x0jxb en616591" hidden=""><p>Advertisement</p></div><a href="#after-top" class="css-1ly73wi">Continue reading the main story</a><div class="ad top-wrapper css-rfqw0c" style="min-height:90px"><div id="top" class="place-ad" data-position="top" data-size-key="top"></div></div><div id="after-top"></div></div><section id="collection-business-economy" class="css-15h4p1b ewz6inz0"><header class="css-1ta8iz9 e1j8vip00"><div class="css-1j21atc e1j8vip01"><div class="css-fmiefx e1j8vip02"><div class="css-1hk7r2m ex7j2380"><div id="sponsor-wrapper" type="sponsor" hidden="" class="css-7a1pgi en616590"><div id="sponsor-slug" class="css-1l4mleb en616591" hidden=""><p>Supported by</p></div><a href="#after-sponsor" class="css-1ly73wi">Continue reading the main story</a><div class="ad sponsor-wrapper css-rfqw0c" id="sponsor" style="text-align:left"></div><div id="after-sponsor"></div></div></div><h3 class="css-1u1077h e1j1kurr0"><span class="css-5xm8y e1j1kurr1"><a href="/international/section/business">Business</a></span></h3></div><div class="css-nfcc9b e1j8vip03"><div class="css-1126fso e1j8vip05"><div class="css-1fbiiks e1j8vip06"><h1 class="css-162ujpr e16wpn5v0" data-component-name="collection-header">Economy</h1><div class="follow-button-placeholder" data-collection-id=""></div></div></div></div></div><nav class="css-1qhmxx1 e1evmsrw0"><ol class="css-1epgb9g e1evmsrw1"><li class="css-6p3lz8 e1evmsrw2"><a href="/international/section/business/dealbook" class="css-nm3jss">DealBook</a></li><li class="css-6p3lz8 e1evmsrw2"><a class="css-nm3jss" href="/section/markets-overview">Markets</a></li><li class="css-6p3lz8 e1evmsrw2"><a class="css-vleyi" href="/international/section/business/economy">Economy</a></li><li class="css-6p3lz8 e1evmsrw2"><a class="css-nm3jss" href="/international/section/business/energy-environment">Energy</a></li><li class="css-6p3lz8 e1evmsrw2"><a class="css-nm3jss" href="/international/section/business/media">Media</a></li><li class="css-6p3lz8 e1evmsrw2"><a class="css-nm3jss" href="/international/section/technology">Technology</a></li><li class="css-6p3lz8 e1evmsrw2"><a class="css-nm3jss" href="/international/section/technology/personaltech">Personal Tech</a></li><li class="css-6p3lz8 e1evmsrw2"><a class="css-nm3jss" href="/international/section/business/small-business">Small Business</a></li><li class="css-6p3lz8 e1evmsrw2"><a class="css-nm3jss" href="/international/section/your-money">Your Money</a></li><li class="css-6p3lz8 e1evmsrw2"><a class="css-nm3jss" href="/international/section/business/mutual-funds">Mutual Funds & ETFs</a></li></ol></nav></header><div class="css-psuupz edr7tb70"><div class="css-15cbhtu"><nav class="tab-navigation"><ul role="tablist" class="css-1ckwy97 e5qpt130"><li class="active css-1pfdu6b etgabwq0" role="presentation"><a href="#stream-panel" aria-controls="stream-panel" aria-selected="true" data-id="latest" role="tab">Latest</a></li><li class="search css-1pfdu6b etgabwq0" role="presentation"><a role="tab" href="#stream-panel" aria-controls="stream-panel" data-id="search" aria-selected="false"><svg class="css-3q005l" viewBox="0 0 16 16"><path fill="#333" d="M11.3,9.2C11.7,8.4,12,7.5,12,6.5C12,3.5,9.5,1,6.5,1S1,3.5,1,6.5S3.5,12,6.5,12c1,0,1.9-0.3,2.7-0.7l3.3,3.3c0.3,0.3,0.7,0.4,1.1,0.4s0.8-0.1,1.1-0.4c0.6-0.6,0.6-1.5,0-2.1L11.3,9.2zM6.5,10.3c-2.1,0-3.8-1.7-3.8-3.8c0-2.1,1.7-3.8,3.8-3.8c2.1,0,3.8,1.7,3.8,3.8C10.3,8.6,8.6,10.3,6.5,10.3z"></path></svg><span class="css-6n7j50">Search</span><form class="css-1jhow8c" role="search"><div class="control"><div class="label-container css-1dv1kvn"><label id="search-tab-label" for="search-tab-input">Search</label></div><div class="css-wm4t3d"><input type="text" id="search-tab-input" class="css-13a7bdu ez4zr410" placeholder="Search" aria-labelledby="search-tab-label" size="8" autoComplete="off" value=""/><button id="search-clear-button" type="button" class="css-17x4u1i ez4zr411" tabindex="0" aria-describedby="clear-search-input"><i class="icon"></i><span id="clear-search-input" class="css-1dv1kvn">Clear this text input</span></button></div></div></form><span class="css-1iovbfw"></span></a></li></ul></nav><section id="stream-panel" class="css-8msx5b e5qpt131"><div class="css-13mho3u"><ol aria-live="off"><div data-testid="load-more-posts"></div><li class="css-ye6x8s"><div class="css-1cp3ece"><div class="css-1l4spti"><a href="/2022/04/20/business/economy/apple-store-union-atlanta.html"><div class="css-79elbk"><figure class="css-ulz9xo" aria-label="media" role="group"><div class="css-79elbk"><img alt="" class="css-rq4mmj" src="https://static01.nyt.com/images/2022/04/20/business/20apple-union/merlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-thumbWide.jpg?quality=75&auto=webp&disable=upscale" srcSet="https://static01.nyt.com/images/2022/04/20/business/20apple-union/merlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-thumbWide.jpg?quality=100&auto=webp 190w,https://static01.nyt.com/images/2022/04/20/business/20apple-union/merlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-videoThumb.jpg?quality=100&auto=webp 75w,https://static01.nyt.com/images/2022/04/20/business/20apple-union/merlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-videoLarge.jpg?quality=100&auto=webp 768w,https://static01.nyt.com/images/2022/04/20/business/20apple-union/merlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-mediumThreeByTwo210.jpg?quality=100&auto=webp 210w,https://static01.nyt.com/images/2022/04/20/business/20apple-union/merlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-mediumThreeByTwo225.jpg?quality=100&auto=webp 225w,https://static01.nyt.com/images/2022/04/20/business/20apple-union/merlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-mediumThreeByTwo440.jpg?quality=100&auto=webp 440w,https://static01.nyt.com/images/2022/04/20/business/20apple-union/merlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-mediumThreeByTwo252.jpg?quality=100&auto=webp 252w,https://static01.nyt.com/images/2022/04/20/business/20apple-union/merlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-mediumThreeByTwo378.jpg?quality=100&auto=webp 378w,https://static01.nyt.com/images/2022/04/20/business/20apple-union/merlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-threeByTwoLargeAt2X.jpg?quality=100&auto=webp 5586w,https://static01.nyt.com/images/2022/04/20/business/20apple-union/merlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-threeByTwoMediumAt2X.jpg?quality=100&auto=webp 1500w,https://static01.nyt.com/images/2022/04/20/business/20apple-union/merlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-threeByTwoSmallAt2X.jpg?quality=100&auto=webp 600w" sizes="(max-width: 600px) 120px, (max-width: 1024px) 165px, 205px" decoding="async" width="1" height="1"/></div><figcaption class="css-13o4bnb e1maroi60"></figcaption></figure></div><h2 class="css-1j9dxys e15t083i0">Apple Store workers in Atlanta are the first to formally seek a union.</h2><p class="css-1echdzn e15t083i1">The petition for a union vote continues a trend of organizing at service-sector employers like Starbucks and Amazon.</p><div class="css-1nqbnmb e140qd2t0"><p class="css-1xonkmu">By <span class="css-1n7hynb">Noam Scheiber <span>and</span> Kellen Browning</span></p></div></a></div><div class="css-1lc2l26 e15t083i3"></div></div></li><li class="css-ye6x8s"><div class="css-1cp3ece"><div class="css-1l4spti"><a href="/2022/04/19/business/economy/imf-world-economy-inflation.html"><div class="css-79elbk"><figure class="css-ulz9xo" aria-label="media" role="group"><div class="css-79elbk"><img alt="" class="css-rq4mmj" src="https://static01.nyt.com/images/2022/04/19/business/19dc-globalecon01/19dc-globalecon01-thumbWide-v2.jpg?quality=75&auto=webp&disable=upscale" srcSet="https://static01.nyt.com/images/2022/04/19/business/19dc-globalecon01/19dc-globalecon01-thumbWide-v2.jpg?quality=100&auto=webp 190w,https://static01.nyt.com/images/2022/04/19/business/19dc-globalecon01/19dc-globalecon01-videoThumb-v2.jpg?quality=100&auto=webp 75w,https://static01.nyt.com/images/2022/04/19/business/19dc-globalecon01/19dc-globalecon01-videoLarge-v2.jpg?quality=100&auto=webp 768w,https://static01.nyt.com/images/2022/04/19/business/19dc-globalecon01/19dc-globalecon01-mediumThreeByTwo210-v2.jpg?quality=100&auto=webp 210w,https://static01.nyt.com/images/2022/04/19/business/19dc-globalecon01/19dc-globalecon01-mediumThreeByTwo225-v2.jpg?quality=100&auto=webp 225w,https://static01.nyt.com/images/2022/04/19/business/19dc-globalecon01/19dc-globalecon01-mediumThreeByTwo440-v2.jpg?quality=100&auto=webp 440w,https://static01.nyt.com/images/2022/04/19/business/19dc-globalecon01/19dc-globalecon01-mediumThreeByTwo252-v2.jpg?quality=100&auto=webp 252w,https://static01.nyt.com/images/2022/04/19/business/19dc-globalecon01/19dc-globalecon01-mediumThreeByTwo378-v2.jpg?quality=100&auto=webp 378w,https://static01.nyt.com/images/2022/04/19/business/19dc-globalecon01/19dc-globalecon01-threeByTwoLargeAt2X-v2.jpg?quality=100&auto=webp 4596w,https://static01.nyt.com/images/2022/04/19/business/19dc-globalecon01/19dc-globalecon01-threeByTwoMediumAt2X-v2.jpg?quality=100&auto=webp 1500w,https://static01.nyt.com/images/2022/04/19/business/19dc-globalecon01/19dc-globalecon01-threeByTwoSmallAt2X-v2.jpg?quality=100&auto=webp 600w" sizes="(max-width: 600px) 120px, (max-width: 1024px) 165px, 205px" decoding="async" width="1" height="1"/></div><figcaption class="css-13o4bnb e1maroi60"></figcaption></figure></div><h2 class="css-1j9dxys e15t083i0">Global Economic Forecasts Drop as Russia’s War in Ukraine Takes Toll</h2><p class="css-1echdzn e15t083i1">The International Monetary Fund’s new World Economic Outlook expects growth to slow to 3.6 percent this year. The group is one of many to slash their forecasts recently.</p><div class="css-1nqbnmb e140qd2t0"><p class="css-1xonkmu">By <span class="css-1n7hynb">Alan Rappeport <span>and</span> Ana Swanson</span></p></div></a></div><div class="css-1lc2l26 e15t083i3"></div></div></li><li class="css-ye6x8s"><div class="css-1cp3ece"><div class="css-1l4spti"><a href="/2022/04/18/business/dollar-general-tiktok.html"><div class="css-79elbk"><figure class="css-ulz9xo" aria-label="media" role="group"><div class="css-79elbk"><img alt="" class="css-rq4mmj" src="https://static01.nyt.com/images/2022/04/18/business/18dollar-tiktok-01/18dollar-tiktok-01-thumbWide.jpg?quality=75&auto=webp&disable=upscale" srcSet="https://static01.nyt.com/images/2022/04/18/business/18dollar-tiktok-01/18dollar-tiktok-01-thumbWide.jpg?quality=100&auto=webp 190w,https://static01.nyt.com/images/2022/04/18/business/18dollar-tiktok-01/18dollar-tiktok-01-videoThumb.jpg?quality=100&auto=webp 75w,https://static01.nyt.com/images/2022/04/18/business/18dollar-tiktok-01/18dollar-tiktok-01-videoLarge.jpg?quality=100&auto=webp 768w,https://static01.nyt.com/images/2022/04/18/business/18dollar-tiktok-01/18dollar-tiktok-01-mediumThreeByTwo210.jpg?quality=100&auto=webp 210w,https://static01.nyt.com/images/2022/04/18/business/18dollar-tiktok-01/18dollar-tiktok-01-mediumThreeByTwo225.jpg?quality=100&auto=webp 225w,https://static01.nyt.com/images/2022/04/18/business/18dollar-tiktok-01/18dollar-tiktok-01-mediumThreeByTwo440.jpg?quality=100&auto=webp 440w,https://static01.nyt.com/images/2022/04/18/business/18dollar-tiktok-01/18dollar-tiktok-01-mediumThreeByTwo252.jpg?quality=100&auto=webp 252w,https://static01.nyt.com/images/2022/04/18/business/18dollar-tiktok-01/18dollar-tiktok-01-mediumThreeByTwo378.jpg?quality=100&auto=webp 378w,https://static01.nyt.com/images/2022/04/18/business/18dollar-tiktok-01/18dollar-tiktok-01-threeByTwoLargeAt2X.jpg?quality=100&auto=webp 3000w,https://static01.nyt.com/images/2022/04/18/business/18dollar-tiktok-01/18dollar-tiktok-01-threeByTwoMediumAt2X.jpg?quality=100&auto=webp 1500w,https://static01.nyt.com/images/2022/04/18/business/18dollar-tiktok-01/18dollar-tiktok-01-threeByTwoSmallAt2X.jpg?quality=100&auto=webp 600w" sizes="(max-width: 600px) 120px, (max-width: 1024px) 165px, 205px" decoding="async" width="1" height="1"/></div><figcaption class="css-13o4bnb e1maroi60"></figcaption></figure></div><h2 class="css-1j9dxys e15t083i0">How a Dollar General Employee Went Viral on TikTok</h2><p class="css-1echdzn e15t083i1">Mary Gundel loved managing a store in Tampa, Fla. But when she detailed its challenges on social media, the company — and fellow employees — took notice.</p><div class="css-1nqbnmb e140qd2t0"><p class="css-1xonkmu">By <span class="css-1n7hynb">Michael Corkery</span></p></div></a></div><div class="css-1lc2l26 e15t083i3"></div></div></li><li class="css-ye6x8s"><div class="css-1cp3ece"><div class="css-1l4spti"><a href="/2022/04/18/business/economy/jim-farley-ford-lightning.html"><div class="css-79elbk"><figure class="css-ulz9xo" aria-label="media" role="group"><div class="css-79elbk"><img alt="" class="css-rq4mmj" src="https://static01.nyt.com/images/2022/04/18/business/00ford-farley02/00ford-farley02-thumbWide.jpg?quality=75&auto=webp&disable=upscale" srcSet="https://static01.nyt.com/images/2022/04/18/business/00ford-farley02/00ford-farley02-thumbWide.jpg?quality=100&auto=webp 190w,https://static01.nyt.com/images/2022/04/18/business/00ford-farley02/00ford-farley02-videoThumb.jpg?quality=100&auto=webp 75w,https://static01.nyt.com/images/2022/04/18/business/00ford-farley02/00ford-farley02-videoLarge.jpg?quality=100&auto=webp 768w,https://static01.nyt.com/images/2022/04/18/business/00ford-farley02/00ford-farley02-mediumThreeByTwo210.jpg?quality=100&auto=webp 210w,https://static01.nyt.com/images/2022/04/18/business/00ford-farley02/00ford-farley02-mediumThreeByTwo225.jpg?quality=100&auto=webp 225w,https://static01.nyt.com/images/2022/04/18/business/00ford-farley02/00ford-farley02-mediumThreeByTwo440.jpg?quality=100&auto=webp 440w,https://static01.nyt.com/images/2022/04/18/business/00ford-farley02/00ford-farley02-mediumThreeByTwo252.jpg?quality=100&auto=webp 252w,https://static01.nyt.com/images/2022/04/18/business/00ford-farley02/00ford-farley02-mediumThreeByTwo378.jpg?quality=100&auto=webp 378w,https://static01.nyt.com/images/2022/04/18/business/00ford-farley02/00ford-farley02-threeByTwoLargeAt2X.jpg?quality=100&auto=webp 2667w,https://static01.nyt.com/images/2022/04/18/business/00ford-farley02/00ford-farley02-threeByTwoMediumAt2X.jpg?quality=100&auto=webp 1500w,https://static01.nyt.com/images/2022/04/18/business/00ford-farley02/00ford-farley02-threeByTwoSmallAt2X.jpg?quality=100&auto=webp 600w" sizes="(max-width: 600px) 120px, (max-width: 1024px) 165px, 205px" decoding="async" width="1" height="1"/></div><figcaption class="css-13o4bnb e1maroi60"></figcaption></figure></div><h2 class="css-1j9dxys e15t083i0">Jim Farley Tries to Reinvent Ford and Catch Up to Elon Musk and Tesla</h2><p class="css-1echdzn e15t083i1">Ford’s chief executive is about to introduce an electric F-150 pickup truck that could determine whether the automaker can survive and thrive in an industry dominated by Tesla.</p><div class="css-1nqbnmb e140qd2t0"><p class="css-1xonkmu">By <span class="css-1n7hynb">Neal E. Boudette</span></p></div></a></div><div class="css-1lc2l26 e15t083i3"></div></div></li><li class="css-ye6x8s"><div class="css-1cp3ece"><div class="css-1l4spti"><a href="/2022/04/17/business/disney-politics-florida.html"><div class="css-79elbk"><figure class="css-ulz9xo" aria-label="media" role="group"><div class="css-79elbk"><img alt="" class="css-rq4mmj" src="https://static01.nyt.com/images/2022/04/15/business/00disney-01/merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-thumbWide.jpg?quality=75&auto=webp&disable=upscale" srcSet="https://static01.nyt.com/images/2022/04/15/business/00disney-01/merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-thumbWide.jpg?quality=100&auto=webp 190w,https://static01.nyt.com/images/2022/04/15/business/00disney-01/merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-videoThumb.jpg?quality=100&auto=webp 75w,https://static01.nyt.com/images/2022/04/15/business/00disney-01/merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-videoLarge.jpg?quality=100&auto=webp 768w,https://static01.nyt.com/images/2022/04/15/business/00disney-01/merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-mediumThreeByTwo210.jpg?quality=100&auto=webp 210w,https://static01.nyt.com/images/2022/04/15/business/00disney-01/merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-mediumThreeByTwo225.jpg?quality=100&auto=webp 225w,https://static01.nyt.com/images/2022/04/15/business/00disney-01/merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-mediumThreeByTwo440.jpg?quality=100&auto=webp 440w,https://static01.nyt.com/images/2022/04/15/business/00disney-01/merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-mediumThreeByTwo252.jpg?quality=100&auto=webp 252w,https://static01.nyt.com/images/2022/04/15/business/00disney-01/merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-mediumThreeByTwo378.jpg?quality=100&auto=webp 378w,https://static01.nyt.com/images/2022/04/15/business/00disney-01/merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-threeByTwoLargeAt2X.jpg?quality=100&auto=webp 6364w,https://static01.nyt.com/images/2022/04/15/business/00disney-01/merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-threeByTwoMediumAt2X.jpg?quality=100&auto=webp 1500w,https://static01.nyt.com/images/2022/04/15/business/00disney-01/merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-threeByTwoSmallAt2X.jpg?quality=100&auto=webp 600w" sizes="(max-width: 600px) 120px, (max-width: 1024px) 165px, 205px" decoding="async" width="1" height="1"/></div><figcaption class="css-13o4bnb e1maroi60"></figcaption></figure></div><h2 class="css-1j9dxys e15t083i0">Disney, Built on Fairy Tales and Fantasy, Confronts the Real World</h2><p class="css-1echdzn e15t083i1">The entertainment behemoth spent decades avoiding even the whiff of controversy. But it has increasingly been drawn into the partisan political fray.</p><div class="css-1nqbnmb e140qd2t0"><p class="css-1xonkmu">By <span class="css-1n7hynb">Brooks Barnes</span></p></div></a><div class="css-185051n"><a class="css-1d32glx" href="https://www.nytimes.com/es/2022/04/18/espanol/disney-polemica.html" data-version="es" title="Read in Spanish">Leer en español</a></div></div><div class="css-1lc2l26 e15t083i3"></div></div></li><li class="css-ye6x8s"><div class="css-1cp3ece"><div class="css-1l4spti"><a href="/2022/04/16/business/russia-debt-default.html"><div class="css-79elbk"><figure class="css-ulz9xo" aria-label="media" role="group"><div class="css-79elbk"><img alt="" class="css-rq4mmj" src="https://static01.nyt.com/images/2022/04/15/business/00dc-russia-debt-default01/00dc-russia-debt-default01-thumbWide.jpg?quality=75&auto=webp&disable=upscale" srcSet="https://static01.nyt.com/images/2022/04/15/business/00dc-russia-debt-default01/00dc-russia-debt-default01-thumbWide.jpg?quality=100&auto=webp 190w,https://static01.nyt.com/images/2022/04/15/business/00dc-russia-debt-default01/00dc-russia-debt-default01-videoThumb.jpg?quality=100&auto=webp 75w,https://static01.nyt.com/images/2022/04/15/business/00dc-russia-debt-default01/00dc-russia-debt-default01-videoLarge.jpg?quality=100&auto=webp 768w,https://static01.nyt.com/images/2022/04/15/business/00dc-russia-debt-default01/00dc-russia-debt-default01-mediumThreeByTwo210.jpg?quality=100&auto=webp 210w,https://static01.nyt.com/images/2022/04/15/business/00dc-russia-debt-default01/00dc-russia-debt-default01-mediumThreeByTwo225.jpg?quality=100&auto=webp 225w,https://static01.nyt.com/images/2022/04/15/business/00dc-russia-debt-default01/00dc-russia-debt-default01-mediumThreeByTwo440.jpg?quality=100&auto=webp 440w,https://static01.nyt.com/images/2022/04/15/business/00dc-russia-debt-default01/00dc-russia-debt-default01-mediumThreeByTwo252.jpg?quality=100&auto=webp 252w,https://static01.nyt.com/images/2022/04/15/business/00dc-russia-debt-default01/00dc-russia-debt-default01-mediumThreeByTwo378.jpg?quality=100&auto=webp 378w,https://static01.nyt.com/images/2022/04/15/business/00dc-russia-debt-default01/00dc-russia-debt-default01-threeByTwoLargeAt2X.jpg?quality=100&auto=webp 3160w,https://static01.nyt.com/images/2022/04/15/business/00dc-russia-debt-default01/00dc-russia-debt-default01-threeByTwoMediumAt2X.jpg?quality=100&auto=webp 1500w,https://static01.nyt.com/images/2022/04/15/business/00dc-russia-debt-default01/00dc-russia-debt-default01-threeByTwoSmallAt2X.jpg?quality=100&auto=webp 600w" sizes="(max-width: 600px) 120px, (max-width: 1024px) 165px, 205px" decoding="async" width="1" height="1"/></div><figcaption class="css-13o4bnb e1maroi60"></figcaption></figure></div><h2 class="css-1j9dxys e15t083i0">A Russian Default Is Looming. A Bitter Fight Is Likely to Follow.</h2><p class="css-1echdzn e15t083i1">The ultimate arbiter of a sovereign default is an open question but markets may have the final word.</p><div class="css-1nqbnmb e140qd2t0"><p class="css-1xonkmu">By <span class="css-1n7hynb">Alan Rappeport</span></p></div></a></div><div class="css-1lc2l26 e15t083i3"></div></div></li><li class="css-ye6x8s"><div class="css-1cp3ece"><div class="css-1l4spti"><a href="/2022/04/16/business/economy/housing-market-interest-rates-prices.html"><div class="css-79elbk"><figure class="css-ulz9xo" aria-label="media" role="group"><div class="css-79elbk"><img alt="" class="css-rq4mmj" src="https://static01.nyt.com/images/2022/04/16/business/16mortgagerates-villa-01/merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-thumbWide.jpg?quality=75&auto=webp&disable=upscale" srcSet="https://static01.nyt.com/images/2022/04/16/business/16mortgagerates-villa-01/merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-thumbWide.jpg?quality=100&auto=webp 190w,https://static01.nyt.com/images/2022/04/16/business/16mortgagerates-villa-01/merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-videoThumb.jpg?quality=100&auto=webp 75w,https://static01.nyt.com/images/2022/04/16/business/16mortgagerates-villa-01/merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-videoLarge.jpg?quality=100&auto=webp 768w,https://static01.nyt.com/images/2022/04/16/business/16mortgagerates-villa-01/merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-mediumThreeByTwo210.jpg?quality=100&auto=webp 210w,https://static01.nyt.com/images/2022/04/16/business/16mortgagerates-villa-01/merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-mediumThreeByTwo225.jpg?quality=100&auto=webp 225w,https://static01.nyt.com/images/2022/04/16/business/16mortgagerates-villa-01/merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-mediumThreeByTwo440.jpg?quality=100&auto=webp 440w,https://static01.nyt.com/images/2022/04/16/business/16mortgagerates-villa-01/merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-mediumThreeByTwo252.jpg?quality=100&auto=webp 252w,https://static01.nyt.com/images/2022/04/16/business/16mortgagerates-villa-01/merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-mediumThreeByTwo378.jpg?quality=100&auto=webp 378w,https://static01.nyt.com/images/2022/04/16/business/16mortgagerates-villa-01/merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-threeByTwoLargeAt2X.jpg?quality=100&auto=webp 3500w,https://static01.nyt.com/images/2022/04/16/business/16mortgagerates-villa-01/merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-threeByTwoMediumAt2X.jpg?quality=100&auto=webp 1500w,https://static01.nyt.com/images/2022/04/16/business/16mortgagerates-villa-01/merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-threeByTwoSmallAt2X.jpg?quality=100&auto=webp 600w" sizes="(max-width: 600px) 120px, (max-width: 1024px) 165px, 205px" decoding="async" width="1" height="1"/></div><figcaption class="css-13o4bnb e1maroi60"></figcaption></figure></div><h2 class="css-1j9dxys e15t083i0">The Sky-High Pandemic Housing Market Finds Gravity Does Exist</h2><p class="css-1echdzn e15t083i1">Mortgage costs have jumped as the Federal Reserve has raised rates. With higher rates come fewer offers.</p><div class="css-1nqbnmb e140qd2t0"><p class="css-1xonkmu">By <span class="css-1n7hynb">Conor Dougherty <span>and</span> Jeanna Smialek</span></p></div></a></div><div class="css-1lc2l26 e15t083i3"></div></div></li><li class="css-ye6x8s"><div class="css-1cp3ece"><div class="css-1l4spti"><a href="/2022/04/15/business/economy/michael-barr-federal-reserve.html"><div class="css-79elbk"><figure class="css-ulz9xo" aria-label="media" role="group"><div class="css-79elbk"><img alt="" class="css-rq4mmj" src="https://static01.nyt.com/images/2022/04/15/multimedia/15economy-briefing-fed-supervision/15economy-briefing-fed-supervision-thumbWide.jpg?quality=75&auto=webp&disable=upscale" srcSet="https://static01.nyt.com/images/2022/04/15/multimedia/15economy-briefing-fed-supervision/15economy-briefing-fed-supervision-thumbWide.jpg?quality=100&auto=webp 190w,https://static01.nyt.com/images/2022/04/15/multimedia/15economy-briefing-fed-supervision/15economy-briefing-fed-supervision-videoThumb.jpg?quality=100&auto=webp 75w,https://static01.nyt.com/images/2022/04/15/multimedia/15economy-briefing-fed-supervision/15economy-briefing-fed-supervision-videoLarge.jpg?quality=100&auto=webp 768w,https://static01.nyt.com/images/2022/04/15/multimedia/15economy-briefing-fed-supervision/15economy-briefing-fed-supervision-mediumThreeByTwo210.jpg?quality=100&auto=webp 210w,https://static01.nyt.com/images/2022/04/15/multimedia/15economy-briefing-fed-supervision/15economy-briefing-fed-supervision-mediumThreeByTwo225.jpg?quality=100&auto=webp 225w,https://static01.nyt.com/images/2022/04/15/multimedia/15economy-briefing-fed-supervision/15economy-briefing-fed-supervision-mediumThreeByTwo440.jpg?quality=100&auto=webp 440w,https://static01.nyt.com/images/2022/04/15/multimedia/15economy-briefing-fed-supervision/15economy-briefing-fed-supervision-mediumThreeByTwo252.jpg?quality=100&auto=webp 252w,https://static01.nyt.com/images/2022/04/15/multimedia/15economy-briefing-fed-supervision/15economy-briefing-fed-supervision-mediumThreeByTwo378.jpg?quality=100&auto=webp 378w,https://static01.nyt.com/images/2022/04/15/multimedia/15economy-briefing-fed-supervision/15economy-briefing-fed-supervision-threeByTwoLargeAt2X.jpg?quality=100&auto=webp 4096w,https://static01.nyt.com/images/2022/04/15/multimedia/15economy-briefing-fed-supervision/15economy-briefing-fed-supervision-threeByTwoMediumAt2X.jpg?quality=100&auto=webp 1500w,https://static01.nyt.com/images/2022/04/15/multimedia/15economy-briefing-fed-supervision/15economy-briefing-fed-supervision-threeByTwoSmallAt2X.jpg?quality=100&auto=webp 600w" sizes="(max-width: 600px) 120px, (max-width: 1024px) 165px, 205px" decoding="async" width="1" height="1"/></div><figcaption class="css-13o4bnb e1maroi60"></figcaption></figure></div><h2 class="css-1j9dxys e15t083i0">Biden to Nominate Michael Barr as Fed Vice Chair for Supervision</h2><p class="css-1echdzn e15t083i1">Mr. Barr faced pushback from progressives when his name was floated for a different position.</p><div class="css-1nqbnmb e140qd2t0"><p class="css-1xonkmu">By <span class="css-1n7hynb">Jeanna Smialek</span></p></div></a></div><div class="css-1lc2l26 e15t083i3"></div></div></li><li class="css-ye6x8s"><div class="css-1cp3ece"><div class="css-1l4spti"><a href="/2022/04/15/business/energy-environment/fuel-prices-travel-cost.html"><div class="css-79elbk"><figure class="css-ulz9xo" aria-label="media" role="group"><div class="css-79elbk"><img alt="" class="css-rq4mmj" src="https://static01.nyt.com/images/2022/04/14/business/14jet-fuel01/14jet-fuel01-thumbWide-v3.jpg?quality=75&auto=webp&disable=upscale" srcSet="https://static01.nyt.com/images/2022/04/14/business/14jet-fuel01/14jet-fuel01-thumbWide-v3.jpg?quality=100&auto=webp 190w,https://static01.nyt.com/images/2022/04/14/business/14jet-fuel01/14jet-fuel01-videoThumb-v3.jpg?quality=100&auto=webp 75w,https://static01.nyt.com/images/2022/04/14/business/14jet-fuel01/14jet-fuel01-videoLarge-v3.jpg?quality=100&auto=webp 768w,https://static01.nyt.com/images/2022/04/14/business/14jet-fuel01/14jet-fuel01-mediumThreeByTwo210-v3.jpg?quality=100&auto=webp 210w,https://static01.nyt.com/images/2022/04/14/business/14jet-fuel01/14jet-fuel01-mediumThreeByTwo225-v3.jpg?quality=100&auto=webp 225w,https://static01.nyt.com/images/2022/04/14/business/14jet-fuel01/14jet-fuel01-mediumThreeByTwo440-v3.jpg?quality=100&auto=webp 440w,https://static01.nyt.com/images/2022/04/14/business/14jet-fuel01/14jet-fuel01-mediumThreeByTwo252-v3.jpg?quality=100&auto=webp 252w,https://static01.nyt.com/images/2022/04/14/business/14jet-fuel01/14jet-fuel01-mediumThreeByTwo378-v3.jpg?quality=100&auto=webp 378w,https://static01.nyt.com/images/2022/04/14/business/14jet-fuel01/14jet-fuel01-threeByTwoLargeAt2X-v3.jpg?quality=100&auto=webp 4090w,https://static01.nyt.com/images/2022/04/14/business/14jet-fuel01/14jet-fuel01-threeByTwoMediumAt2X-v3.jpg?quality=100&auto=webp 1500w,https://static01.nyt.com/images/2022/04/14/business/14jet-fuel01/14jet-fuel01-threeByTwoSmallAt2X-v3.jpg?quality=100&auto=webp 600w" sizes="(max-width: 600px) 120px, (max-width: 1024px) 165px, 205px" decoding="async" width="1" height="1"/></div><figcaption class="css-13o4bnb e1maroi60"></figcaption></figure></div><h2 class="css-1j9dxys e15t083i0">Fuel Prices Send Airfares Higher, but Travelers Seem Ready to Pay</h2><p class="css-1echdzn e15t083i1">Supplies are not keeping up with demand, and costs may go higher, experts say.</p><div class="css-1nqbnmb e140qd2t0"><p class="css-1xonkmu">By <span class="css-1n7hynb">Niraj Chokshi <span>and</span> Clifford Krauss</span></p></div></a></div><div class="css-1lc2l26 e15t083i3"></div></div></li><li class="css-ye6x8s"><div class="css-1cp3ece"><div class="css-1l4spti"><a href="/2022/04/14/technology/gopuff-delivery.html"><div class="css-79elbk"><figure class="css-ulz9xo" aria-label="media" role="group"><div class="css-79elbk"><img alt="" class="css-rq4mmj" src="https://static01.nyt.com/images/2022/04/06/business/00gopuff1/merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-thumbWide.jpg?quality=75&auto=webp&disable=upscale" srcSet="https://static01.nyt.com/images/2022/04/06/business/00gopuff1/merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-thumbWide.jpg?quality=100&auto=webp 190w,https://static01.nyt.com/images/2022/04/06/business/00gopuff1/merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-videoThumb.jpg?quality=100&auto=webp 75w,https://static01.nyt.com/images/2022/04/06/business/00gopuff1/merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-videoLarge.jpg?quality=100&auto=webp 768w,https://static01.nyt.com/images/2022/04/06/business/00gopuff1/merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-mediumThreeByTwo210.jpg?quality=100&auto=webp 210w,https://static01.nyt.com/images/2022/04/06/business/00gopuff1/merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-mediumThreeByTwo225.jpg?quality=100&auto=webp 225w,https://static01.nyt.com/images/2022/04/06/business/00gopuff1/merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-mediumThreeByTwo440.jpg?quality=100&auto=webp 440w,https://static01.nyt.com/images/2022/04/06/business/00gopuff1/merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-mediumThreeByTwo252.jpg?quality=100&auto=webp 252w,https://static01.nyt.com/images/2022/04/06/business/00gopuff1/merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-mediumThreeByTwo378.jpg?quality=100&auto=webp 378w,https://static01.nyt.com/images/2022/04/06/business/00gopuff1/merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-threeByTwoLargeAt2X.jpg?quality=100&auto=webp 4000w,https://static01.nyt.com/images/2022/04/06/business/00gopuff1/merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-threeByTwoMediumAt2X.jpg?quality=100&auto=webp 1500w,https://static01.nyt.com/images/2022/04/06/business/00gopuff1/merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-threeByTwoSmallAt2X.jpg?quality=100&auto=webp 600w" sizes="(max-width: 600px) 120px, (max-width: 1024px) 165px, 205px" decoding="async" width="1" height="1"/></div><figcaption class="css-13o4bnb e1maroi60"></figcaption></figure></div><h2 class="css-1j9dxys e15t083i0">Gopuff Does Deliveries in 30 Minutes or Less. It’s Also Buying Time for Itself.</h2><p class="css-1echdzn e15t083i1">The $15 billion rapid-delivery start-up decided to do business differently from rivals like Instacart. A changing environment is testing its model.</p><div class="css-1nqbnmb e140qd2t0"><p class="css-1xonkmu">By <span class="css-1n7hynb">Erin Woo</span></p></div></a></div><div class="css-1lc2l26 e15t083i3"></div></div></li></ol></div><div class="css-g6hk37 supplemental"><div id="mid1-wrapper" type="lede" class="css-10wkyv7 en616590"><div id="mid1-slug" class="css-1tag3rd en616591"><p>Advertisement</p></div><a href="#after-mid1" class="css-1ly73wi">Continue reading the main story</a><div class="ad mid1-wrapper css-rfqw0c" id="mid1" style="min-height:250px"></div><div id="after-mid1"></div></div><div id="mktg-wrapper" type="mktg" class="css-oxle51 en616590"><div id="mktg-slug" class="css-1tag3rd en616591"><p>Advertisement</p></div><a href="#after-mktg" class="css-1ly73wi">Continue reading the main story</a><div class="ad mktg-wrapper css-rfqw0c" id="mktg"></div><div id="after-mktg"></div></div></div></section></div></div><div><div style="border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;white-space:nowrap;padding:0;width:1px;position:absolute" role="log" aria-live="assertive"></div><div style="border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;white-space:nowrap;padding:0;width:1px;position:absolute" role="log" aria-live="assertive"></div><div style="border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;white-space:nowrap;padding:0;width:1px;position:absolute" role="log" aria-live="polite"></div><div style="border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;white-space:nowrap;padding:0;width:1px;position:absolute" role="log" aria-live="polite"></div></div></section></main><div></div><footer class="css-1e1s8k7" role="contentinfo"><nav data-testid="footer" class="css-15uy5yv"><h2 class="css-1dv1kvn">Site Information Navigation</h2><ul class="css-1ho5u4o edvi3so0"><li data-testid="copyright"><a class="css-jq1cx6" href="https://help.nytimes.com/hc/en-us/articles/115014792127-Copyright-notice">© <span>2022</span> <span>The New York Times Company</span></a></li></ul><ul class="css-13o0c9t edvi3so1"><li class="css-a7htku edvi3so2"><a data-testid="footer-link" class="css-jq1cx6" href="https://www.nytco.com/">NYTCo</a></li><li class="css-a7htku edvi3so2"><a data-testid="footer-link" class="css-jq1cx6" href="https://help.nytimes.com/hc/en-us/articles/115015385887-Contact-Us">Contact Us</a></li><li class="css-a7htku edvi3so2"><a data-testid="footer-link" class="css-jq1cx6" href="https://help.nytimes.com/hc/en-us/articles/115015727108-Accessibility">Accessibility</a></li><li class="css-a7htku edvi3so2"><a data-testid="footer-link" class="css-jq1cx6" href="https://www.nytco.com/careers/">Work with us</a></li><li class="css-a7htku edvi3so2"><a data-testid="footer-link" class="css-jq1cx6" href="https://nytmediakit.com/">Advertise</a></li><li class="css-a7htku edvi3so2"><a data-testid="footer-link" class="css-jq1cx6" href="https://www.tbrandstudio.com/">T Brand Studio</a></li><li class="css-a7htku edvi3so2"><a data-testid="footer-link" class="css-jq1cx6" href="https://www.nytimes.com/privacy/cookie-policy#how-do-i-manage-trackers">Your Ad Choices</a></li><li class="css-a7htku edvi3so2"><a data-testid="footer-link" class="css-jq1cx6" href="https://www.nytimes.com/privacy/privacy-policy">Privacy Policy</a></li><li class="css-a7htku edvi3so2"><a data-testid="footer-link" class="css-jq1cx6" href="https://help.nytimes.com/hc/en-us/articles/115014893428-Terms-of-service">Terms of Service</a></li><li class="css-a7htku edvi3so2"><a data-testid="footer-link" class="css-jq1cx6" href="https://help.nytimes.com/hc/en-us/articles/115014893968-Terms-of-sale">Terms of Sale</a></li><li class="css-a7htku edvi3so2"><a data-testid="footer-link" class="css-jq1cx6" href="/sitemap/">Site Map</a></li><li class="mobileOnly css-a7htku edvi3so2"><a data-testid="footer-link" class="css-jq1cx6" href="https://www.nytimes.com/ca/?action=click&region=Footer&pgtype=Homepage">Canada</a></li><li class="mobileOnly css-a7htku edvi3so2"><a data-testid="footer-link" class="css-jq1cx6" href="https://www.nytimes.com/international/?action=click&region=Footer&pgtype=Homepage">International</a></li><li class="css-a7htku edvi3so2"><a data-testid="footer-link" class="css-jq1cx6" href="https://help.nytimes.com/hc/en-us">Help</a></li><li class="css-a7htku edvi3so2"><a data-testid="footer-link" class="css-jq1cx6" href="https://www.nytimes.com/subscription?campaignId=37WXW">Subscriptions</a></li></ul></nav></footer></div></div>
<script>window.__preloadedData = {"initialState":{"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==":{"id":"TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==","collectionType":"SECTION","slug":"business-economy","name":"Economy","tone":"NO_TONE_SET","showPicture":false,"longDescription":"The latest news on the economy, job market, real estate industry and workplace. Includes coverage of the Federal Reserve and government spending at the state and national level.","bylines":[],"section":{"type":"id","generated":false,"id":"Section:U2VjdGlvbjpueXQ6Ly9zZWN0aW9uLzA0MTViMmIwLTUxM2EtNWU3OC04MGRhLTIxYWI3NzBjYjc1Mw==","typename":"Section"},"subsection":{"type":"id","generated":false,"id":"Section:U2VjdGlvbjpueXQ6Ly9zZWN0aW9uLzE3YjM1OWM0LTY3YTEtNTE4Yy05YTM0LTIyZmMyNTU2YzQ5ZA==","typename":"Section"},"advertisingProperties":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.advertisingProperties","typename":"CreativeWorkAdvertisingProperties"},"adTargetingParams({\"clientAdParams\":{\"edn\":\"us\",\"plat\":\"web\",\"prop\":\"nyt\"}})":[{"type":"id","generated":false,"id":"AdTargetingParam:als_test1650542459031","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:propnyt","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:platweb","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:ednus","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:brandsensitivefalse","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:per","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:org","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:geo","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:des","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:spon","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:auth","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:col","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:coll","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:artlenshort","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:ledemedsznone","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:gui","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:templatelegacycollection","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:typ","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:sectionbusiness","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:si_sectionbusiness","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:id100000004937369","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:trend","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:pt","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:gscatneg_ibmtest,gs_economy,neg_citi_aa,gs_economy_misc,gs_business,neg_ibm,neg_chanel,gs_business_misc,neg_rms,neg_mastercard,neg_bofa,gs_news_and_weather,neg_debeer,neg_ms_safe,neg_capitalone,gs_business_careers,gs_news,neg_hearts,neg_aramco,gs_politics_misc,gv_safe,gs_t","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:tt","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:mt","typename":"AdTargetingParam"}],"dfpTaxonomyException":"business\u002Fbusinesseconomy\u002Fsectionfront","collectionsPage":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage","typename":"LegacyCollectionsPage"},"firstPublished":"2017-02-16T17:16:26.000Z","lastModified":"2021-04-07T01:28:18.893Z","sourceId":"100000004937369","url":"https:\u002F\u002Fwww.nytimes.com\u002Fsection\u002Fbusiness\u002Feconomy","tagline":"","promotionalMedia":null,"__typename":"LegacyCollection","shortUrl":"https:\u002F\u002Fnyti.ms\u002F2lbP1Ud","headline":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.headline","typename":"CreativeWorkHeadline"},"language":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.language","typename":"Language"},"summary":"","commentProperties":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.commentProperties","typename":"CreativeWorkCommentProperties"},"groupings":[],"storylines":[],"uri":"nyt:\u002F\u002Flegacycollection\u002F6a422275-8f3f-51bd-819d-6be72041d801","active":true,"socialMedia":[],"associatedAssets":[],"highlights({\"first\":20})":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.highlights({\"first\":20})","typename":"AssetsConnection"}},"Section:U2VjdGlvbjpueXQ6Ly9zZWN0aW9uLzA0MTViMmIwLTUxM2EtNWU3OC04MGRhLTIxYWI3NzBjYjc1Mw==":{"id":"U2VjdGlvbjpueXQ6Ly9zZWN0aW9uLzA0MTViMmIwLTUxM2EtNWU3OC04MGRhLTIxYWI3NzBjYjc1Mw==","name":"business","__typename":"Section","displayName":"Business","url":"\u002Fsection\u002Fbusiness"},"Section:U2VjdGlvbjpueXQ6Ly9zZWN0aW9uLzE3YjM1OWM0LTY3YTEtNTE4Yy05YTM0LTIyZmMyNTU2YzQ5ZA==":{"id":"U2VjdGlvbjpueXQ6Ly9zZWN0aW9uLzE3YjM1OWM0LTY3YTEtNTE4Yy05YTM0LTIyZmMyNTU2YzQ5ZA==","name":"economy","__typename":"Section","displayName":"Economy","url":"\u002Fsection\u002Fbusiness\u002Feconomy"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.advertisingProperties":{"sensitivity":"SHOW_ADS","sponsored":false,"__typename":"CreativeWorkAdvertisingProperties"},"AdTargetingParam:als_test1650542459031":{"key":"als_test","value":"1650542459031","__typename":"AdTargetingParam"},"AdTargetingParam:propnyt":{"key":"prop","value":"nyt","__typename":"AdTargetingParam"},"AdTargetingParam:platweb":{"key":"plat","value":"web","__typename":"AdTargetingParam"},"AdTargetingParam:ednus":{"key":"edn","value":"us","__typename":"AdTargetingParam"},"AdTargetingParam:brandsensitivefalse":{"key":"brandsensitive","value":"false","__typename":"AdTargetingParam"},"AdTargetingParam:per":{"key":"per","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:org":{"key":"org","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:geo":{"key":"geo","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:des":{"key":"des","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:spon":{"key":"spon","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:auth":{"key":"auth","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:col":{"key":"col","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:coll":{"key":"coll","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:artlenshort":{"key":"artlen","value":"short","__typename":"AdTargetingParam"},"AdTargetingParam:ledemedsznone":{"key":"ledemedsz","value":"none","__typename":"AdTargetingParam"},"AdTargetingParam:gui":{"key":"gui","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:templatelegacycollection":{"key":"template","value":"legacycollection","__typename":"AdTargetingParam"},"AdTargetingParam:typ":{"key":"typ","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:sectionbusiness":{"key":"section","value":"business","__typename":"AdTargetingParam"},"AdTargetingParam:si_sectionbusiness":{"key":"si_section","value":"business","__typename":"AdTargetingParam"},"AdTargetingParam:id100000004937369":{"key":"id","value":"100000004937369","__typename":"AdTargetingParam"},"AdTargetingParam:trend":{"key":"trend","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:pt":{"key":"pt","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:gscatneg_ibmtest,gs_economy,neg_citi_aa,gs_economy_misc,gs_business,neg_ibm,neg_chanel,gs_business_misc,neg_rms,neg_mastercard,neg_bofa,gs_news_and_weather,neg_debeer,neg_ms_safe,neg_capitalone,gs_business_careers,gs_news,neg_hearts,neg_aramco,gs_politics_misc,gv_safe,gs_t":{"key":"gscat","value":"neg_ibmtest,gs_economy,neg_citi_aa,gs_economy_misc,gs_business,neg_ibm,neg_chanel,gs_business_misc,neg_rms,neg_mastercard,neg_bofa,gs_news_and_weather,neg_debeer,neg_ms_safe,neg_capitalone,gs_business_careers,gs_news,neg_hearts,neg_aramco,gs_politics_misc,gv_safe,gs_t","__typename":"AdTargetingParam"},"AdTargetingParam:tt":{"key":"tt","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:mt":{"key":"mt","value":"","__typename":"AdTargetingParam"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage":{"embeddedCollections":[],"__typename":"LegacyCollectionsPage","stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10})":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10})","typename":"AssetsConnection"}},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.headline":{"default":"","__typename":"CreativeWorkHeadline"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.language":{"name":"English","code":"en","__typename":"Language"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.commentProperties":{"status":"NO_COMMENTS","__typename":"CreativeWorkCommentProperties"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).pageInfo":{"hasNextPage":true,"hasPreviousPage":false,"startCursor":"YXJyYXljb25uZWN0aW9uOjA=","endCursor":"YXJyYXljb25uZWN0aW9uOjk=","__typename":"PageInfo"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10})":{"pageInfo":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).pageInfo","typename":"PageInfo"},"__typename":"AssetsConnection","edges@filterEmpty":[{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.0","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.1","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.2","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.3","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.4","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.5","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.6","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.7","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.8","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.9","typename":"AssetsEdge"}],"totalCount":12573},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2E4MGI0YTA1LTc5NjktNTg4OC1hN2NhLWM4M2U4ZGU1YjY5YQ==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2E4MGI0YTA1LTc5NjktNTg4OC1hN2NhLWM4M2U4ZGU1YjY5YQ==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F20\u002Fbusiness\u002Feconomy\u002Fapple-store-union-atlanta.html","firstPublished":"2022-04-20T21:17:05.000Z","typeOfMaterials":{"type":"json","json":["News"]},"archiveProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2E4MGI0YTA1LTc5NjktNTg4OC1hN2NhLWM4M2U4ZGU1YjY5YQ==.archiveProperties","typename":"ArticleArchiveProperties"},"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2E4MGI0YTA1LTc5NjktNTg4OC1hN2NhLWM4M2U4ZGU1YjY5YQ==.headline","typename":"CreativeWorkHeadline"},"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2E4MGI0YTA1LTc5NjktNTg4OC1hN2NhLWM4M2U4ZGU1YjY5YQ==.bylines.0","typename":"Byline"}],"kicker":"","summary":"The petition for a union vote continues a trend of organizing at service-sector employers like Starbucks and Amazon.","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDBkOTZhZTctYjE5ZS01OGViLTgxNmEtY2NlYjgxNGRkYzE4","typename":"Image"},"translations":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2E4MGI0YTA1LTc5NjktNTg4OC1hN2NhLWM4M2U4ZGU1YjY5YQ==.archiveProperties":{"lede":"","__typename":"ArticleArchiveProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2E4MGI0YTA1LTc5NjktNTg4OC1hN2NhLWM4M2U4ZGU1YjY5YQ==.headline":{"default":"Apple Store workers in Atlanta are the first to formally seek a union.","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2E4MGI0YTA1LTc5NjktNTg4OC1hN2NhLWM4M2U4ZGU1YjY5YQ==.bylines.0":{"renderedRepresentation":"By Noam Scheiber and Kellen Browning","prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi80NmJkNGNmYS0yM2VlLTU3N2EtYjY2NC0yZjg0ZjFmOWYzM2I=","typename":"Person"},{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9jZDc1ODQ1Yi00NTZlLTUxNDEtYTNjOS0yOTVhMmZjZWNjZTQ=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi80NmJkNGNmYS0yM2VlLTU3N2EtYjY2NC0yZjg0ZjFmOWYzM2I=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi80NmJkNGNmYS0yM2VlLTU3N2EtYjY2NC0yZjg0ZjFmOWYzM2I=","displayName":"Noam Scheiber","url":"","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz","typename":"Image"},"__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz","crops":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.4","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.5","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.6","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.7","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.8","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.9","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.10","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.11","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.12","typename":"ImageCrop"}],"__typename":"Image"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-articleLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-articleLarge.png","name":"articleLarge","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-popup.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-popup.png","name":"popup","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-blog480.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-blog480.png","name":"blog480","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-blog533.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-blog533.png","name":"blog533","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-blog427.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-blog427.png","name":"blog427","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-tmagSF.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-tmagSF.png","name":"tmagSF","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-tmagArticle.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-tmagArticle.png","name":"tmagArticle","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-slide.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-slide.png","name":"slide","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-jumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-jumbo.png","name":"jumbo","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-superJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-superJumbo.png","name":"superJumbo","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-blog225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-blog225.png","name":"blog225","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-master675.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-master675.png","name":"master675","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-master495.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-master495.png","name":"master495","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-master180.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-master180.png","name":"master180","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-master315.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-master315.png","name":"master315","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-master768.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-master768.png","name":"master768","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-articleLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-popup.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-blog480.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-blog533.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-blog427.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-tmagSF.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-tmagArticle.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-slide.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-jumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-superJumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-blog225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-master675.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-master495.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-master180.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-master315.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-master768.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-thumbStandard.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-thumbStandard.png","name":"thumbStandard","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-blogSmallThumb.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-blogSmallThumb.png","name":"blogSmallThumb","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-thumbLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-thumbLarge.png","name":"thumbLarge","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-smallSquare168.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-smallSquare168.png","name":"smallSquare168","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-smallSquare252.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-smallSquare252.png","name":"smallSquare252","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-thumbStandard.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-blogSmallThumb.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-thumbLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-smallSquare168.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-smallSquare252.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-square320.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-square320.png","name":"square320","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-moth.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-moth.png","name":"moth","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-filmstrip.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-filmstrip.png","name":"filmstrip","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-square640.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-square640.png","name":"square640","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-mediumSquare149.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-mediumSquare149.png","name":"mediumSquare149","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-square320.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-moth.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-filmstrip.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-square640.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-mediumSquare149.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-sfSpan.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-sfSpan.png","name":"sfSpan","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-largeHorizontal375.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-largeHorizontal375.png","name":"largeHorizontal375","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-largeHorizontalJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-largeHorizontalJumbo.png","name":"largeHorizontalJumbo","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-horizontalMediumAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-horizontalMediumAt2X.png","name":"horizontalMediumAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-sfSpan.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-largeHorizontal375.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-largeHorizontalJumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-horizontalMediumAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-hpLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-hpLarge.png","name":"hpLarge","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-largeWidescreen573.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-largeWidescreen573.png","name":"largeWidescreen573","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-hpLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-largeWidescreen573.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-thumbWide.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-thumbWide.png","name":"thumbWide","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoThumb.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-videoThumb.png","name":"videoThumb","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-videoLarge.png","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-mediumThreeByTwo210.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-mediumThreeByTwo210.png","name":"mediumThreeByTwo210","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-mediumThreeByTwo225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-mediumThreeByTwo225.png","name":"mediumThreeByTwo225","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-mediumThreeByTwo440.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-mediumThreeByTwo440.png","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-mediumThreeByTwo252.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-mediumThreeByTwo252.png","name":"mediumThreeByTwo252","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-mediumThreeByTwo378.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-mediumThreeByTwo378.png","name":"mediumThreeByTwo378","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-threeByTwoLargeAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-threeByTwoLargeAt2X.png","name":"threeByTwoLargeAt2X","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-threeByTwoMediumAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-threeByTwoMediumAt2X.png","name":"threeByTwoMediumAt2X","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-threeByTwoSmallAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-threeByTwoSmallAt2X.png","name":"threeByTwoSmallAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.5":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-thumbWide.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoThumb.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-mediumThreeByTwo210.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-mediumThreeByTwo225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-mediumThreeByTwo440.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-mediumThreeByTwo252.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-mediumThreeByTwo378.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-threeByTwoLargeAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-threeByTwoMediumAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-threeByTwoSmallAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-articleInline.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-articleInline.png","name":"articleInline","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-hpSmall.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-hpSmall.png","name":"hpSmall","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-blogSmallInline.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-blogSmallInline.png","name":"blogSmallInline","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-mediumFlexible177.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-mediumFlexible177.png","name":"mediumFlexible177","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.6":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-articleInline.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-hpSmall.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-blogSmallInline.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-mediumFlexible177.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSmall.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-videoSmall.png","name":"videoSmall","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoHpMedium.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-videoHpMedium.png","name":"videoHpMedium","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNine600.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-videoSixteenByNine600.png","name":"videoSixteenByNine600","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNine540.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-videoSixteenByNine540.png","name":"videoSixteenByNine540","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNine495.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-videoSixteenByNine495.png","name":"videoSixteenByNine495","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNine390.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-videoSixteenByNine390.png","name":"videoSixteenByNine390","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNine480.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-videoSixteenByNine480.png","name":"videoSixteenByNine480","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNine310.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-videoSixteenByNine310.png","name":"videoSixteenByNine310","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNine225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-videoSixteenByNine225.png","name":"videoSixteenByNine225","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNine96.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-videoSixteenByNine96.png","name":"videoSixteenByNine96","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNine768.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-videoSixteenByNine768.png","name":"videoSixteenByNine768","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNine150.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-videoSixteenByNine150.png","name":"videoSixteenByNine150","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNineJumbo1600.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-videoSixteenByNineJumbo1600.png","name":"videoSixteenByNineJumbo1600","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.7":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSmall.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoHpMedium.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNine600.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNine540.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNine495.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNine390.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNine480.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNine310.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNine225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNine96.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNine768.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNine150.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNineJumbo1600.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-miniMoth.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-miniMoth.png","name":"miniMoth","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-windowsTile336H.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-windowsTile336H.png","name":"windowsTile336H","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.8":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-miniMoth.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-windowsTile336H.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.9":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-facebookJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-facebookJumbo.png","name":"facebookJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.10":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-facebookJumbo.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-watch308.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-watch308.png","name":"watch308","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-watch268.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-watch268.png","name":"watch268","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.11":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-watch308.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-watch268.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.12":{"renditions":[],"__typename":"ImageCrop"},"Person:UGVyc29uOm55dDovL3BlcnNvbi9jZDc1ODQ1Yi00NTZlLTUxNDEtYTNjOS0yOTVhMmZjZWNjZTQ=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi9jZDc1ODQ1Yi00NTZlLTUxNDEtYTNjOS0yOTVhMmZjZWNjZTQ=","displayName":"Kellen Browning","url":"","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj","typename":"Image"},"__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj","crops":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.4","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.5","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.6","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.7","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.8","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.9","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.10","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.11","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.12","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.13","typename":"ImageCrop"}],"__typename":"Image"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-articleLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-articleLarge.png","name":"articleLarge","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-popup.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-popup.png","name":"popup","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-blog480.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-blog480.png","name":"blog480","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-blog533.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-blog533.png","name":"blog533","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-blog427.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-blog427.png","name":"blog427","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-tmagSF.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-tmagSF.png","name":"tmagSF","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-tmagArticle.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-tmagArticle.png","name":"tmagArticle","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-slide.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-slide.png","name":"slide","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-jumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-jumbo.png","name":"jumbo","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-superJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-superJumbo.png","name":"superJumbo","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-blog225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-blog225.png","name":"blog225","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-master675.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-master675.png","name":"master675","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-master495.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-master495.png","name":"master495","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-master180.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-master180.png","name":"master180","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-master315.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-master315.png","name":"master315","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-master768.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-master768.png","name":"master768","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-articleLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-popup.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-blog480.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-blog533.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-blog427.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-tmagSF.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-tmagArticle.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-slide.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-jumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-superJumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-blog225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-master675.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-master495.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-master180.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-master315.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-master768.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-thumbStandard.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-thumbStandard.png","name":"thumbStandard","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-blogSmallThumb.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-blogSmallThumb.png","name":"blogSmallThumb","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-thumbLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-thumbLarge.png","name":"thumbLarge","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-smallSquare168.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-smallSquare168.png","name":"smallSquare168","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-smallSquare252.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-smallSquare252.png","name":"smallSquare252","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-thumbStandard.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-blogSmallThumb.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-thumbLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-smallSquare168.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-smallSquare252.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-square320.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-square320.png","name":"square320","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-moth.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-moth.png","name":"moth","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-filmstrip.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-filmstrip.png","name":"filmstrip","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-square640.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-square640.png","name":"square640","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-mediumSquare149.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-mediumSquare149.png","name":"mediumSquare149","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-mediumSquareAt3X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-mediumSquareAt3X.png","name":"mediumSquareAt3X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-square320.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-moth.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-filmstrip.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-square640.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-mediumSquare149.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-mediumSquareAt3X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-sfSpan.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-sfSpan.png","name":"sfSpan","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-largeHorizontal375.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-largeHorizontal375.png","name":"largeHorizontal375","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-largeHorizontalJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-largeHorizontalJumbo.png","name":"largeHorizontalJumbo","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-horizontalMediumAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-horizontalMediumAt2X.png","name":"horizontalMediumAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-sfSpan.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-largeHorizontal375.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-largeHorizontalJumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-horizontalMediumAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-hpLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-hpLarge.png","name":"hpLarge","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-largeWidescreen573.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-largeWidescreen573.png","name":"largeWidescreen573","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-largeWidescreen1050.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-largeWidescreen1050.png","name":"largeWidescreen1050","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-hpLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-largeWidescreen573.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-largeWidescreen1050.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-thumbWide.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-thumbWide.png","name":"thumbWide","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoThumb.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-videoThumb.png","name":"videoThumb","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-videoLarge.png","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-mediumThreeByTwo210.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-mediumThreeByTwo210.png","name":"mediumThreeByTwo210","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-mediumThreeByTwo225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-mediumThreeByTwo225.png","name":"mediumThreeByTwo225","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-mediumThreeByTwo440.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-mediumThreeByTwo440.png","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-mediumThreeByTwo252.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-mediumThreeByTwo252.png","name":"mediumThreeByTwo252","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-mediumThreeByTwo378.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-mediumThreeByTwo378.png","name":"mediumThreeByTwo378","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-threeByTwoLargeAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-threeByTwoLargeAt2X.png","name":"threeByTwoLargeAt2X","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-threeByTwoMediumAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-threeByTwoMediumAt2X.png","name":"threeByTwoMediumAt2X","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-threeByTwoSmallAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-threeByTwoSmallAt2X.png","name":"threeByTwoSmallAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.5":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-thumbWide.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoThumb.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-mediumThreeByTwo210.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-mediumThreeByTwo225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-mediumThreeByTwo440.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-mediumThreeByTwo252.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-mediumThreeByTwo378.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-threeByTwoLargeAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-threeByTwoMediumAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-threeByTwoSmallAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-articleInline.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-articleInline.png","name":"articleInline","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-hpSmall.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-hpSmall.png","name":"hpSmall","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-blogSmallInline.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-blogSmallInline.png","name":"blogSmallInline","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-mediumFlexible177.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-mediumFlexible177.png","name":"mediumFlexible177","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.6":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-articleInline.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-hpSmall.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-blogSmallInline.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-mediumFlexible177.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSmall.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-videoSmall.png","name":"videoSmall","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoHpMedium.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-videoHpMedium.png","name":"videoHpMedium","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine600.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-videoSixteenByNine600.png","name":"videoSixteenByNine600","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine540.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-videoSixteenByNine540.png","name":"videoSixteenByNine540","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine495.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-videoSixteenByNine495.png","name":"videoSixteenByNine495","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine390.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-videoSixteenByNine390.png","name":"videoSixteenByNine390","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine1050.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-videoSixteenByNine1050.png","name":"videoSixteenByNine1050","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine480.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-videoSixteenByNine480.png","name":"videoSixteenByNine480","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine310.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-videoSixteenByNine310.png","name":"videoSixteenByNine310","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-videoSixteenByNine225.png","name":"videoSixteenByNine225","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine96.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-videoSixteenByNine96.png","name":"videoSixteenByNine96","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine768.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-videoSixteenByNine768.png","name":"videoSixteenByNine768","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine150.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-videoSixteenByNine150.png","name":"videoSixteenByNine150","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNineJumbo1600.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-videoSixteenByNineJumbo1600.png","name":"videoSixteenByNineJumbo1600","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.7":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSmall.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoHpMedium.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine600.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine540.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine495.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine390.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine1050.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine480.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine310.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine96.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine768.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine150.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNineJumbo1600.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-miniMoth.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-miniMoth.png","name":"miniMoth","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-windowsTile336H.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-windowsTile336H.png","name":"windowsTile336H","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoFifteenBySeven1305.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-videoFifteenBySeven1305.png","name":"videoFifteenBySeven1305","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.8":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-miniMoth.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-windowsTile336H.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoFifteenBySeven1305.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.9":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-facebookJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-facebookJumbo.png","name":"facebookJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.10":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-facebookJumbo.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-watch308.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-watch308.png","name":"watch308","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-watch268.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-watch268.png","name":"watch268","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.11":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-watch308.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-watch268.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.12":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-mobileMasterAt3x.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-mobileMasterAt3x.png","name":"mobileMasterAt3x","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.13":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-mobileMasterAt3x.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDBkOTZhZTctYjE5ZS01OGViLTgxNmEtY2NlYjgxNGRkYzE4":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvZDBkOTZhZTctYjE5ZS01OGViLTgxNmEtY2NlYjgxNGRkYzE4","crops({\"cropNames\":[\"THREE_BY_TWO\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDBkOTZhZTctYjE5ZS01OGViLTgxNmEtY2NlYjgxNGRkYzE4.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0","typename":"ImageCrop"}]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDBkOTZhZTctYjE5ZS01OGViLTgxNmEtY2NlYjgxNGRkYzE4.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0":{"name":"THREE_BY_TWO","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-mediumThreeByTwo378.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-threeByTwoLargeAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-threeByTwoSmallAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-thumbWide.jpg":{"width":190,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fbusiness\u002F20apple-union\u002Fmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-thumbWide.jpg","name":"thumbWide","height":126,"__typename":"ImageRendition"},"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-videoThumb.jpg":{"width":75,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fbusiness\u002F20apple-union\u002Fmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-videoThumb.jpg","name":"videoThumb","height":50,"__typename":"ImageRendition"},"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-videoLarge.jpg":{"width":768,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fbusiness\u002F20apple-union\u002Fmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-videoLarge.jpg","name":"videoLarge","height":507,"__typename":"ImageRendition"},"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-mediumThreeByTwo210.jpg":{"width":210,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fbusiness\u002F20apple-union\u002Fmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","height":140,"__typename":"ImageRendition"},"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-mediumThreeByTwo225.jpg":{"width":225,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fbusiness\u002F20apple-union\u002Fmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","height":150,"__typename":"ImageRendition"},"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-mediumThreeByTwo440.jpg":{"width":440,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fbusiness\u002F20apple-union\u002Fmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","height":293,"__typename":"ImageRendition"},"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-mediumThreeByTwo252.jpg":{"width":252,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fbusiness\u002F20apple-union\u002Fmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","height":168,"__typename":"ImageRendition"},"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-mediumThreeByTwo378.jpg":{"width":378,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fbusiness\u002F20apple-union\u002Fmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","height":252,"__typename":"ImageRendition"},"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-threeByTwoLargeAt2X.jpg":{"width":5586,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fbusiness\u002F20apple-union\u002Fmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-threeByTwoLargeAt2X.jpg","name":"threeByTwoLargeAt2X","height":3724,"__typename":"ImageRendition"},"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-threeByTwoMediumAt2X.jpg":{"width":1500,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fbusiness\u002F20apple-union\u002Fmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-threeByTwoMediumAt2X.jpg","name":"threeByTwoMediumAt2X","height":1000,"__typename":"ImageRendition"},"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-threeByTwoSmallAt2X.jpg":{"width":600,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fbusiness\u002F20apple-union\u002Fmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-threeByTwoSmallAt2X.jpg","name":"threeByTwoSmallAt2X","height":400,"__typename":"ImageRendition"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.0":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2E4MGI0YTA1LTc5NjktNTg4OC1hN2NhLWM4M2U4ZGU1YjY5YQ==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2VlMTdmMDVhLWIyNWUtNWRiZC1hMWIxLWM5YjkxZmY5YmU0MQ==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2VlMTdmMDVhLWIyNWUtNWRiZC1hMWIxLWM5YjkxZmY5YmU0MQ==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F19\u002Fbusiness\u002Feconomy\u002Fimf-world-economy-inflation.html","firstPublished":"2022-04-19T13:00:09.000Z","typeOfMaterials":{"type":"json","json":["News"]},"archiveProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2VlMTdmMDVhLWIyNWUtNWRiZC1hMWIxLWM5YjkxZmY5YmU0MQ==.archiveProperties","typename":"ArticleArchiveProperties"},"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2VlMTdmMDVhLWIyNWUtNWRiZC1hMWIxLWM5YjkxZmY5YmU0MQ==.headline","typename":"CreativeWorkHeadline"},"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2VlMTdmMDVhLWIyNWUtNWRiZC1hMWIxLWM5YjkxZmY5YmU0MQ==.bylines.0","typename":"Byline"}],"kicker":"","summary":"The International Monetary Fund’s new World Economic Outlook expects growth to slow to 3.6 percent this year. The group is one of many to slash their forecasts recently.","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZTg2MTM3NTgtZDdhMC01MjQ3LTgwNTEtZGUyMWY2NDE5YTg3","typename":"Image"},"translations":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2VlMTdmMDVhLWIyNWUtNWRiZC1hMWIxLWM5YjkxZmY5YmU0MQ==.archiveProperties":{"lede":"","__typename":"ArticleArchiveProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2VlMTdmMDVhLWIyNWUtNWRiZC1hMWIxLWM5YjkxZmY5YmU0MQ==.headline":{"default":"Global Economic Forecasts Drop as Russia’s War in Ukraine Takes Toll","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2VlMTdmMDVhLWIyNWUtNWRiZC1hMWIxLWM5YjkxZmY5YmU0MQ==.bylines.0":{"renderedRepresentation":"By Alan Rappeport and Ana Swanson","prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9mZGMzMmY0OS1iOTE0LTVjZjctYTFlMy03YzVlYWRlMWYwYWQ=","typename":"Person"},{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9mNmFiNDg4Yy0xODNjLTVkMTMtYjFlMC01YmRmY2ZiYmQyNWE=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi9mZGMzMmY0OS1iOTE0LTVjZjctYTFlMy03YzVlYWRlMWYwYWQ=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi9mZGMzMmY0OS1iOTE0LTVjZjctYTFlMy03YzVlYWRlMWYwYWQ=","displayName":"Alan Rappeport","url":"","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj","typename":"Image"},"__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj","crops":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.4","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.5","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.6","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.7","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.8","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.9","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.10","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.11","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.12","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.13","typename":"ImageCrop"}],"__typename":"Image"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-articleLarge-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-articleLarge-v3.png","name":"articleLarge","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-popup-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-popup-v3.png","name":"popup","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-blog480-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-blog480-v3.png","name":"blog480","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-blog533-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-blog533-v3.png","name":"blog533","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-blog427-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-blog427-v3.png","name":"blog427","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-tmagSF-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-tmagSF-v3.png","name":"tmagSF","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-tmagArticle-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-tmagArticle-v3.png","name":"tmagArticle","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-slide-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-slide-v3.png","name":"slide","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-jumbo-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-jumbo-v3.png","name":"jumbo","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-superJumbo-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-superJumbo-v3.png","name":"superJumbo","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-blog225-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-blog225-v3.png","name":"blog225","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-master675-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-master675-v3.png","name":"master675","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-master495-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-master495-v3.png","name":"master495","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-master180-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-master180-v3.png","name":"master180","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-master315-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-master315-v3.png","name":"master315","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-master768-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-master768-v3.png","name":"master768","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-articleLarge-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-popup-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-blog480-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-blog533-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-blog427-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-tmagSF-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-tmagArticle-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-slide-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-jumbo-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-superJumbo-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-blog225-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-master675-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-master495-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-master180-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-master315-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-master768-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-thumbStandard-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-thumbStandard-v2.png","name":"thumbStandard","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-blogSmallThumb-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-blogSmallThumb-v2.png","name":"blogSmallThumb","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-thumbLarge-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-thumbLarge-v2.png","name":"thumbLarge","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-smallSquare168-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-smallSquare168-v2.png","name":"smallSquare168","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-smallSquare252-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-smallSquare252-v2.png","name":"smallSquare252","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-thumbStandard-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-blogSmallThumb-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-thumbLarge-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-smallSquare168-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-smallSquare252-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-square320-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-square320-v2.png","name":"square320","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-moth-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-moth-v2.png","name":"moth","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-filmstrip-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-filmstrip-v2.png","name":"filmstrip","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-square640-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-square640-v2.png","name":"square640","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-mediumSquare149-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-mediumSquare149-v2.png","name":"mediumSquare149","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-square320-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-moth-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-filmstrip-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-square640-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-mediumSquare149-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-sfSpan-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-sfSpan-v3.png","name":"sfSpan","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-largeHorizontal375-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-largeHorizontal375-v3.png","name":"largeHorizontal375","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-largeHorizontalJumbo-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-largeHorizontalJumbo-v3.png","name":"largeHorizontalJumbo","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-horizontalMediumAt2X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-horizontalMediumAt2X-v3.png","name":"horizontalMediumAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-sfSpan-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-largeHorizontal375-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-largeHorizontalJumbo-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-horizontalMediumAt2X-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-hpLarge-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-hpLarge-v3.png","name":"hpLarge","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-largeWidescreen573-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-largeWidescreen573-v3.png","name":"largeWidescreen573","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-largeWidescreen1050-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-largeWidescreen1050-v3.png","name":"largeWidescreen1050","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-hpLarge-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-largeWidescreen573-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-largeWidescreen1050-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-thumbWide-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-thumbWide-v3.png","name":"thumbWide","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoThumb-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-videoThumb-v3.png","name":"videoThumb","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoLarge-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-videoLarge-v3.png","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-mediumThreeByTwo210-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-mediumThreeByTwo210-v3.png","name":"mediumThreeByTwo210","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-mediumThreeByTwo225-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-mediumThreeByTwo225-v3.png","name":"mediumThreeByTwo225","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-mediumThreeByTwo440-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-mediumThreeByTwo440-v3.png","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-mediumThreeByTwo252-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-mediumThreeByTwo252-v3.png","name":"mediumThreeByTwo252","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-mediumThreeByTwo378-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-mediumThreeByTwo378-v3.png","name":"mediumThreeByTwo378","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-threeByTwoLargeAt2X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-threeByTwoLargeAt2X-v3.png","name":"threeByTwoLargeAt2X","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-threeByTwoMediumAt2X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-threeByTwoMediumAt2X-v3.png","name":"threeByTwoMediumAt2X","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-threeByTwoSmallAt2X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-threeByTwoSmallAt2X-v3.png","name":"threeByTwoSmallAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.5":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-thumbWide-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoThumb-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoLarge-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-mediumThreeByTwo210-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-mediumThreeByTwo225-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-mediumThreeByTwo440-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-mediumThreeByTwo252-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-mediumThreeByTwo378-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-threeByTwoLargeAt2X-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-threeByTwoMediumAt2X-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-threeByTwoSmallAt2X-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-articleInline-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-articleInline-v3.png","name":"articleInline","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-hpSmall-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-hpSmall-v3.png","name":"hpSmall","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-blogSmallInline-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-blogSmallInline-v3.png","name":"blogSmallInline","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-mediumFlexible177-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-mediumFlexible177-v3.png","name":"mediumFlexible177","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.6":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-articleInline-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-hpSmall-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-blogSmallInline-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-mediumFlexible177-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSmall-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-videoSmall-v3.png","name":"videoSmall","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoHpMedium-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-videoHpMedium-v3.png","name":"videoHpMedium","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine600-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-videoSixteenByNine600-v3.png","name":"videoSixteenByNine600","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine540-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-videoSixteenByNine540-v3.png","name":"videoSixteenByNine540","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine495-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-videoSixteenByNine495-v3.png","name":"videoSixteenByNine495","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine390-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-videoSixteenByNine390-v3.png","name":"videoSixteenByNine390","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine1050-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-videoSixteenByNine1050-v3.png","name":"videoSixteenByNine1050","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine480-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-videoSixteenByNine480-v3.png","name":"videoSixteenByNine480","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine310-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-videoSixteenByNine310-v3.png","name":"videoSixteenByNine310","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine225-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-videoSixteenByNine225-v3.png","name":"videoSixteenByNine225","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine96-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-videoSixteenByNine96-v3.png","name":"videoSixteenByNine96","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine768-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-videoSixteenByNine768-v3.png","name":"videoSixteenByNine768","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine150-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-videoSixteenByNine150-v3.png","name":"videoSixteenByNine150","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNineJumbo1600-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-videoSixteenByNineJumbo1600-v3.png","name":"videoSixteenByNineJumbo1600","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.7":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSmall-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoHpMedium-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine600-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine540-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine495-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine390-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine1050-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine480-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine310-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine225-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine96-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine768-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine150-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNineJumbo1600-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-miniMoth-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-miniMoth-v3.png","name":"miniMoth","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-windowsTile336H-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-windowsTile336H-v3.png","name":"windowsTile336H","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoFifteenBySeven1305-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-videoFifteenBySeven1305-v3.png","name":"videoFifteenBySeven1305","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.8":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-miniMoth-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-windowsTile336H-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoFifteenBySeven1305-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.9":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-facebookJumbo-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-facebookJumbo-v3.png","name":"facebookJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.10":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-facebookJumbo-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-watch308-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-watch308-v2.png","name":"watch308","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-watch268-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-watch268-v2.png","name":"watch268","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.11":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-watch308-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-watch268-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.12":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-mobileMasterAt3x-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-mobileMasterAt3x-v3.png","name":"mobileMasterAt3x","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.13":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-mobileMasterAt3x-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Person:UGVyc29uOm55dDovL3BlcnNvbi9mNmFiNDg4Yy0xODNjLTVkMTMtYjFlMC01YmRmY2ZiYmQyNWE=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi9mNmFiNDg4Yy0xODNjLTVkMTMtYjFlMC01YmRmY2ZiYmQyNWE=","displayName":"Ana Swanson","url":"","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw","typename":"Image"},"__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw","crops":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.4","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.5","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.6","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.7","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.8","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.9","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.10","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.11","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.12","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.13","typename":"ImageCrop"}],"__typename":"Image"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-articleLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-articleLarge.png","name":"articleLarge","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-popup.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-popup.png","name":"popup","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-blog480.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-blog480.png","name":"blog480","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-blog533.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-blog533.png","name":"blog533","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-blog427.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-blog427.png","name":"blog427","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-tmagSF.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-tmagSF.png","name":"tmagSF","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-tmagArticle.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-tmagArticle.png","name":"tmagArticle","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-slide.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-slide.png","name":"slide","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-jumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-jumbo.png","name":"jumbo","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-superJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-superJumbo.png","name":"superJumbo","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-blog225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-blog225.png","name":"blog225","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-master675.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-master675.png","name":"master675","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-master495.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-master495.png","name":"master495","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-master180.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-master180.png","name":"master180","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-master315.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-master315.png","name":"master315","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-master768.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-master768.png","name":"master768","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-articleLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-popup.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-blog480.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-blog533.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-blog427.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-tmagSF.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-tmagArticle.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-slide.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-jumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-superJumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-blog225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-master675.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-master495.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-master180.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-master315.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-master768.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-thumbStandard.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-thumbStandard.png","name":"thumbStandard","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-blogSmallThumb.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-blogSmallThumb.png","name":"blogSmallThumb","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-thumbLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-thumbLarge.png","name":"thumbLarge","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-smallSquare168.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-smallSquare168.png","name":"smallSquare168","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-smallSquare252.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-smallSquare252.png","name":"smallSquare252","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-thumbStandard.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-blogSmallThumb.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-thumbLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-smallSquare168.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-smallSquare252.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-square320.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-square320.png","name":"square320","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-moth.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-moth.png","name":"moth","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-filmstrip.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-filmstrip.png","name":"filmstrip","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-square640.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-square640.png","name":"square640","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-mediumSquare149.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-mediumSquare149.png","name":"mediumSquare149","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-square320.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-moth.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-filmstrip.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-square640.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-mediumSquare149.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-sfSpan.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-sfSpan.png","name":"sfSpan","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-largeHorizontal375.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-largeHorizontal375.png","name":"largeHorizontal375","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-largeHorizontalJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-largeHorizontalJumbo.png","name":"largeHorizontalJumbo","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-horizontalMediumAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-horizontalMediumAt2X.png","name":"horizontalMediumAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-sfSpan.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-largeHorizontal375.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-largeHorizontalJumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-horizontalMediumAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-hpLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-hpLarge.png","name":"hpLarge","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-largeWidescreen573.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-largeWidescreen573.png","name":"largeWidescreen573","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-largeWidescreen1050.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-largeWidescreen1050.png","name":"largeWidescreen1050","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-hpLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-largeWidescreen573.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-largeWidescreen1050.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-thumbWide.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-thumbWide.png","name":"thumbWide","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoThumb.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-videoThumb.png","name":"videoThumb","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-videoLarge.png","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-mediumThreeByTwo210.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-mediumThreeByTwo210.png","name":"mediumThreeByTwo210","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-mediumThreeByTwo225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-mediumThreeByTwo225.png","name":"mediumThreeByTwo225","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-mediumThreeByTwo440.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-mediumThreeByTwo440.png","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-mediumThreeByTwo252.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-mediumThreeByTwo252.png","name":"mediumThreeByTwo252","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-mediumThreeByTwo378.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-mediumThreeByTwo378.png","name":"mediumThreeByTwo378","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-threeByTwoLargeAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-threeByTwoLargeAt2X.png","name":"threeByTwoLargeAt2X","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-threeByTwoMediumAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-threeByTwoMediumAt2X.png","name":"threeByTwoMediumAt2X","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-threeByTwoSmallAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-threeByTwoSmallAt2X.png","name":"threeByTwoSmallAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.5":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-thumbWide.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoThumb.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-mediumThreeByTwo210.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-mediumThreeByTwo225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-mediumThreeByTwo440.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-mediumThreeByTwo252.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-mediumThreeByTwo378.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-threeByTwoLargeAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-threeByTwoMediumAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-threeByTwoSmallAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-articleInline.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-articleInline.png","name":"articleInline","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-hpSmall.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-hpSmall.png","name":"hpSmall","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-blogSmallInline.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-blogSmallInline.png","name":"blogSmallInline","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-mediumFlexible177.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-mediumFlexible177.png","name":"mediumFlexible177","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.6":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-articleInline.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-hpSmall.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-blogSmallInline.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-mediumFlexible177.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSmall.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-videoSmall.png","name":"videoSmall","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoHpMedium.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-videoHpMedium.png","name":"videoHpMedium","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine600.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-videoSixteenByNine600.png","name":"videoSixteenByNine600","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine540.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-videoSixteenByNine540.png","name":"videoSixteenByNine540","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine495.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-videoSixteenByNine495.png","name":"videoSixteenByNine495","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine390.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-videoSixteenByNine390.png","name":"videoSixteenByNine390","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine1050.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-videoSixteenByNine1050.png","name":"videoSixteenByNine1050","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine480.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-videoSixteenByNine480.png","name":"videoSixteenByNine480","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine310.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-videoSixteenByNine310.png","name":"videoSixteenByNine310","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-videoSixteenByNine225.png","name":"videoSixteenByNine225","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine96.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-videoSixteenByNine96.png","name":"videoSixteenByNine96","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine768.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-videoSixteenByNine768.png","name":"videoSixteenByNine768","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine150.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-videoSixteenByNine150.png","name":"videoSixteenByNine150","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNineJumbo1600.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-videoSixteenByNineJumbo1600.png","name":"videoSixteenByNineJumbo1600","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.7":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSmall.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoHpMedium.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine600.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine540.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine495.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine390.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine1050.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine480.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine310.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine96.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine768.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine150.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNineJumbo1600.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-miniMoth.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-miniMoth.png","name":"miniMoth","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-windowsTile336H.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-windowsTile336H.png","name":"windowsTile336H","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoFifteenBySeven1305.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-videoFifteenBySeven1305.png","name":"videoFifteenBySeven1305","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.8":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-miniMoth.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-windowsTile336H.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoFifteenBySeven1305.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.9":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-facebookJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-facebookJumbo.png","name":"facebookJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.10":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-facebookJumbo.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-watch308.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-watch308.png","name":"watch308","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-watch268.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-watch268.png","name":"watch268","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.11":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-watch308.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-watch268.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.12":{"renditions":[],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.13":{"renditions":[],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZTg2MTM3NTgtZDdhMC01MjQ3LTgwNTEtZGUyMWY2NDE5YTg3":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvZTg2MTM3NTgtZDdhMC01MjQ3LTgwNTEtZGUyMWY2NDE5YTg3","crops({\"cropNames\":[\"THREE_BY_TWO\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZTg2MTM3NTgtZDdhMC01MjQ3LTgwNTEtZGUyMWY2NDE5YTg3.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0","typename":"ImageCrop"}]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZTg2MTM3NTgtZDdhMC01MjQ3LTgwNTEtZGUyMWY2NDE5YTg3.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0":{"name":"THREE_BY_TWO","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-thumbWide-v2.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-videoThumb-v2.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-videoLarge-v2.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-mediumThreeByTwo210-v2.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-mediumThreeByTwo225-v2.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-mediumThreeByTwo440-v2.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-mediumThreeByTwo252-v2.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-mediumThreeByTwo378-v2.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-threeByTwoLargeAt2X-v2.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-threeByTwoMediumAt2X-v2.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-threeByTwoSmallAt2X-v2.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-thumbWide-v2.jpg":{"width":190,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fbusiness\u002F19dc-globalecon01\u002F19dc-globalecon01-thumbWide-v2.jpg","name":"thumbWide","height":126,"__typename":"ImageRendition"},"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-videoThumb-v2.jpg":{"width":75,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fbusiness\u002F19dc-globalecon01\u002F19dc-globalecon01-videoThumb-v2.jpg","name":"videoThumb","height":50,"__typename":"ImageRendition"},"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-videoLarge-v2.jpg":{"width":768,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fbusiness\u002F19dc-globalecon01\u002F19dc-globalecon01-videoLarge-v2.jpg","name":"videoLarge","height":507,"__typename":"ImageRendition"},"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-mediumThreeByTwo210-v2.jpg":{"width":210,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fbusiness\u002F19dc-globalecon01\u002F19dc-globalecon01-mediumThreeByTwo210-v2.jpg","name":"mediumThreeByTwo210","height":140,"__typename":"ImageRendition"},"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-mediumThreeByTwo225-v2.jpg":{"width":225,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fbusiness\u002F19dc-globalecon01\u002F19dc-globalecon01-mediumThreeByTwo225-v2.jpg","name":"mediumThreeByTwo225","height":150,"__typename":"ImageRendition"},"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-mediumThreeByTwo440-v2.jpg":{"width":440,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fbusiness\u002F19dc-globalecon01\u002F19dc-globalecon01-mediumThreeByTwo440-v2.jpg","name":"mediumThreeByTwo440","height":293,"__typename":"ImageRendition"},"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-mediumThreeByTwo252-v2.jpg":{"width":252,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fbusiness\u002F19dc-globalecon01\u002F19dc-globalecon01-mediumThreeByTwo252-v2.jpg","name":"mediumThreeByTwo252","height":168,"__typename":"ImageRendition"},"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-mediumThreeByTwo378-v2.jpg":{"width":378,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fbusiness\u002F19dc-globalecon01\u002F19dc-globalecon01-mediumThreeByTwo378-v2.jpg","name":"mediumThreeByTwo378","height":252,"__typename":"ImageRendition"},"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-threeByTwoLargeAt2X-v2.jpg":{"width":4596,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fbusiness\u002F19dc-globalecon01\u002F19dc-globalecon01-threeByTwoLargeAt2X-v2.jpg","name":"threeByTwoLargeAt2X","height":3066,"__typename":"ImageRendition"},"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-threeByTwoMediumAt2X-v2.jpg":{"width":1500,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fbusiness\u002F19dc-globalecon01\u002F19dc-globalecon01-threeByTwoMediumAt2X-v2.jpg","name":"threeByTwoMediumAt2X","height":1001,"__typename":"ImageRendition"},"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-threeByTwoSmallAt2X-v2.jpg":{"width":600,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fbusiness\u002F19dc-globalecon01\u002F19dc-globalecon01-threeByTwoSmallAt2X-v2.jpg","name":"threeByTwoSmallAt2X","height":400,"__typename":"ImageRendition"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.1":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2VlMTdmMDVhLWIyNWUtNWRiZC1hMWIxLWM5YjkxZmY5YmU0MQ==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzI3Y2MxMDA5LTM0MjktNTdmOS1iNmMzLWY1Y2NjYjZiYjVmMg==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzI3Y2MxMDA5LTM0MjktNTdmOS1iNmMzLWY1Y2NjYjZiYjVmMg==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F18\u002Fbusiness\u002Fdollar-general-tiktok.html","firstPublished":"2022-04-18T09:00:22.000Z","typeOfMaterials":{"type":"json","json":["News"]},"archiveProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzI3Y2MxMDA5LTM0MjktNTdmOS1iNmMzLWY1Y2NjYjZiYjVmMg==.archiveProperties","typename":"ArticleArchiveProperties"},"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzI3Y2MxMDA5LTM0MjktNTdmOS1iNmMzLWY1Y2NjYjZiYjVmMg==.headline","typename":"CreativeWorkHeadline"},"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzI3Y2MxMDA5LTM0MjktNTdmOS1iNmMzLWY1Y2NjYjZiYjVmMg==.bylines.0","typename":"Byline"}],"kicker":"","summary":"Mary Gundel loved managing a store in Tampa, Fla. But when she detailed its challenges on social media, the company — and fellow employees — took notice.","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMjE3ZTYyZjctMThiMC01ZjljLTliNjEtODhjNTZkZmZmOTFl","typename":"Image"},"translations":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzI3Y2MxMDA5LTM0MjktNTdmOS1iNmMzLWY1Y2NjYjZiYjVmMg==.archiveProperties":{"lede":"","__typename":"ArticleArchiveProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzI3Y2MxMDA5LTM0MjktNTdmOS1iNmMzLWY1Y2NjYjZiYjVmMg==.headline":{"default":"How a Dollar General Employee Went Viral on TikTok","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzI3Y2MxMDA5LTM0MjktNTdmOS1iNmMzLWY1Y2NjYjZiYjVmMg==.bylines.0":{"renderedRepresentation":"By Michael Corkery","prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi80NmFlZTFjNi02ODI0LTU1ZTYtOTMzMS03YjEwYzRmYWFjZjU=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi80NmFlZTFjNi02ODI0LTU1ZTYtOTMzMS03YjEwYzRmYWFjZjU=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi80NmFlZTFjNi02ODI0LTU1ZTYtOTMzMS03YjEwYzRmYWFjZjU=","displayName":"Michael Corkery","url":"","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw","typename":"Image"},"__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw","crops":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.4","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.5","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.6","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.7","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.8","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.9","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.10","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.11","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.12","typename":"ImageCrop"}],"__typename":"Image"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-articleLarge.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-articleLarge.jpg","name":"articleLarge","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-popup.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-popup.jpg","name":"popup","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-blog480.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-blog480.jpg","name":"blog480","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-blog533.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-blog533.jpg","name":"blog533","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-blog427.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-blog427.jpg","name":"blog427","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-tmagSF.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-tmagSF.jpg","name":"tmagSF","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-tmagArticle.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-tmagArticle.jpg","name":"tmagArticle","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-slide.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-slide.jpg","name":"slide","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-jumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-jumbo.jpg","name":"jumbo","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-superJumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-superJumbo.jpg","name":"superJumbo","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-blog225.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-blog225.jpg","name":"blog225","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-master675.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-master675.jpg","name":"master675","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-master495.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-master495.jpg","name":"master495","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-master180.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-master180.jpg","name":"master180","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-master315.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-master315.jpg","name":"master315","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-master768.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-master768.jpg","name":"master768","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-articleLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-popup.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-blog480.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-blog533.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-blog427.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-tmagSF.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-tmagArticle.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-slide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-jumbo.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-superJumbo.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-blog225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-master675.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-master495.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-master180.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-master315.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-master768.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-thumbStandard.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-thumbStandard.jpg","name":"thumbStandard","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-blogSmallThumb.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-blogSmallThumb.jpg","name":"blogSmallThumb","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-thumbLarge.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-thumbLarge.jpg","name":"thumbLarge","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-smallSquare168.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-smallSquare168.jpg","name":"smallSquare168","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-smallSquare252.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-smallSquare252.jpg","name":"smallSquare252","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-blogSmallThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-thumbLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-smallSquare168.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-smallSquare252.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-square320.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-square320.jpg","name":"square320","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-moth.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-moth.jpg","name":"moth","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-filmstrip.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-filmstrip.jpg","name":"filmstrip","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-square640.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-square640.jpg","name":"square640","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-mediumSquare149.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-mediumSquare149.jpg","name":"mediumSquare149","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-square320.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-moth.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-filmstrip.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-square640.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-mediumSquare149.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-sfSpan.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-sfSpan.jpg","name":"sfSpan","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-largeHorizontal375.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-largeHorizontal375.jpg","name":"largeHorizontal375","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-largeHorizontalJumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-largeHorizontalJumbo.jpg","name":"largeHorizontalJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-sfSpan.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-largeHorizontal375.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-largeHorizontalJumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-hpLarge.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-hpLarge.jpg","name":"hpLarge","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-largeWidescreen573.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-largeWidescreen573.jpg","name":"largeWidescreen573","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-hpLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-largeWidescreen573.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-thumbWide.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-thumbWide.jpg","name":"thumbWide","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoThumb.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-videoThumb.jpg","name":"videoThumb","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoLarge.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-videoLarge.jpg","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-mediumThreeByTwo210.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-mediumThreeByTwo225.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-mediumThreeByTwo440.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-mediumThreeByTwo252.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-mediumThreeByTwo378.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.5":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-mediumThreeByTwo378.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-articleInline.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-articleInline.jpg","name":"articleInline","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-hpSmall.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-hpSmall.jpg","name":"hpSmall","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-blogSmallInline.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-blogSmallInline.jpg","name":"blogSmallInline","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-mediumFlexible177.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-mediumFlexible177.jpg","name":"mediumFlexible177","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.6":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-articleInline.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-hpSmall.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-blogSmallInline.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-mediumFlexible177.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSmall.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-videoSmall.jpg","name":"videoSmall","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoHpMedium.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-videoHpMedium.jpg","name":"videoHpMedium","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNine600.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-videoSixteenByNine600.jpg","name":"videoSixteenByNine600","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNine540.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-videoSixteenByNine540.jpg","name":"videoSixteenByNine540","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNine495.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-videoSixteenByNine495.jpg","name":"videoSixteenByNine495","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNine390.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-videoSixteenByNine390.jpg","name":"videoSixteenByNine390","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNine480.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-videoSixteenByNine480.jpg","name":"videoSixteenByNine480","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNine310.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-videoSixteenByNine310.jpg","name":"videoSixteenByNine310","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNine225.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-videoSixteenByNine225.jpg","name":"videoSixteenByNine225","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNine96.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-videoSixteenByNine96.jpg","name":"videoSixteenByNine96","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNine768.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-videoSixteenByNine768.jpg","name":"videoSixteenByNine768","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNine150.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-videoSixteenByNine150.jpg","name":"videoSixteenByNine150","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNineJumbo1600.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-videoSixteenByNineJumbo1600.jpg","name":"videoSixteenByNineJumbo1600","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.7":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSmall.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoHpMedium.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNine600.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNine540.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNine495.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNine390.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNine480.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNine310.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNine225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNine96.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNine768.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNine150.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNineJumbo1600.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-miniMoth.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-miniMoth.jpg","name":"miniMoth","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-windowsTile336H.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-windowsTile336H.jpg","name":"windowsTile336H","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.8":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-miniMoth.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-windowsTile336H.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.9":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-facebookJumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-facebookJumbo.jpg","name":"facebookJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.10":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-facebookJumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-watch308.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-watch308.jpg","name":"watch308","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-watch268.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-watch268.jpg","name":"watch268","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.11":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-watch308.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-watch268.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.12":{"renditions":[],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMjE3ZTYyZjctMThiMC01ZjljLTliNjEtODhjNTZkZmZmOTFl":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvMjE3ZTYyZjctMThiMC01ZjljLTliNjEtODhjNTZkZmZmOTFl","crops({\"cropNames\":[\"THREE_BY_TWO\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMjE3ZTYyZjctMThiMC01ZjljLTliNjEtODhjNTZkZmZmOTFl.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0","typename":"ImageCrop"}]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMjE3ZTYyZjctMThiMC01ZjljLTliNjEtODhjNTZkZmZmOTFl.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0":{"name":"THREE_BY_TWO","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-mediumThreeByTwo378.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-threeByTwoLargeAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-threeByTwoSmallAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-thumbWide.jpg":{"width":190,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F18dollar-tiktok-01\u002F18dollar-tiktok-01-thumbWide.jpg","name":"thumbWide","height":126,"__typename":"ImageRendition"},"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-videoThumb.jpg":{"width":75,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F18dollar-tiktok-01\u002F18dollar-tiktok-01-videoThumb.jpg","name":"videoThumb","height":50,"__typename":"ImageRendition"},"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-videoLarge.jpg":{"width":768,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F18dollar-tiktok-01\u002F18dollar-tiktok-01-videoLarge.jpg","name":"videoLarge","height":507,"__typename":"ImageRendition"},"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-mediumThreeByTwo210.jpg":{"width":210,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F18dollar-tiktok-01\u002F18dollar-tiktok-01-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","height":140,"__typename":"ImageRendition"},"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-mediumThreeByTwo225.jpg":{"width":225,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F18dollar-tiktok-01\u002F18dollar-tiktok-01-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","height":150,"__typename":"ImageRendition"},"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-mediumThreeByTwo440.jpg":{"width":440,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F18dollar-tiktok-01\u002F18dollar-tiktok-01-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","height":293,"__typename":"ImageRendition"},"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-mediumThreeByTwo252.jpg":{"width":252,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F18dollar-tiktok-01\u002F18dollar-tiktok-01-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","height":168,"__typename":"ImageRendition"},"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-mediumThreeByTwo378.jpg":{"width":378,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F18dollar-tiktok-01\u002F18dollar-tiktok-01-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","height":252,"__typename":"ImageRendition"},"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-threeByTwoLargeAt2X.jpg":{"width":3000,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F18dollar-tiktok-01\u002F18dollar-tiktok-01-threeByTwoLargeAt2X.jpg","name":"threeByTwoLargeAt2X","height":1998,"__typename":"ImageRendition"},"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-threeByTwoMediumAt2X.jpg":{"width":1500,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F18dollar-tiktok-01\u002F18dollar-tiktok-01-threeByTwoMediumAt2X.jpg","name":"threeByTwoMediumAt2X","height":999,"__typename":"ImageRendition"},"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-threeByTwoSmallAt2X.jpg":{"width":600,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F18dollar-tiktok-01\u002F18dollar-tiktok-01-threeByTwoSmallAt2X.jpg","name":"threeByTwoSmallAt2X","height":400,"__typename":"ImageRendition"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.2":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzI3Y2MxMDA5LTM0MjktNTdmOS1iNmMzLWY1Y2NjYjZiYjVmMg==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M2MGY5Mjg4LTUzZjktNThhOC1hNmJiLTExMjhmYjA1ZmRiMQ==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M2MGY5Mjg4LTUzZjktNThhOC1hNmJiLTExMjhmYjA1ZmRiMQ==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F18\u002Fbusiness\u002Feconomy\u002Fjim-farley-ford-lightning.html","firstPublished":"2022-04-18T07:00:10.000Z","typeOfMaterials":{"type":"json","json":["News"]},"archiveProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M2MGY5Mjg4LTUzZjktNThhOC1hNmJiLTExMjhmYjA1ZmRiMQ==.archiveProperties","typename":"ArticleArchiveProperties"},"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M2MGY5Mjg4LTUzZjktNThhOC1hNmJiLTExMjhmYjA1ZmRiMQ==.headline","typename":"CreativeWorkHeadline"},"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M2MGY5Mjg4LTUzZjktNThhOC1hNmJiLTExMjhmYjA1ZmRiMQ==.bylines.0","typename":"Byline"}],"kicker":"","summary":"Ford’s chief executive is about to introduce an electric F-150 pickup truck that could determine whether the automaker can survive and thrive in an industry dominated by Tesla.","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNTg0YzA4ZmMtYzNkYS01ZjM2LWE3YjMtMDRlOTZhMGJhOWRi","typename":"Image"},"translations":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M2MGY5Mjg4LTUzZjktNThhOC1hNmJiLTExMjhmYjA1ZmRiMQ==.archiveProperties":{"lede":"","__typename":"ArticleArchiveProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M2MGY5Mjg4LTUzZjktNThhOC1hNmJiLTExMjhmYjA1ZmRiMQ==.headline":{"default":"Jim Farley Tries to Reinvent Ford and Catch Up to Elon Musk and Tesla","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M2MGY5Mjg4LTUzZjktNThhOC1hNmJiLTExMjhmYjA1ZmRiMQ==.bylines.0":{"renderedRepresentation":"By Neal E. Boudette","prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi80ZGVmNDgwZi0yMmZmLTU5NzUtYmQ2Zi1mOTI5Yjc2NzAyOGY=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi80ZGVmNDgwZi0yMmZmLTU5NzUtYmQ2Zi1mOTI5Yjc2NzAyOGY=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi80ZGVmNDgwZi0yMmZmLTU5NzUtYmQ2Zi1mOTI5Yjc2NzAyOGY=","displayName":"Neal E. Boudette","url":"","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx","typename":"Image"},"__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx","crops":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.4","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.5","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.6","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.7","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.8","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.9","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.10","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.11","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.12","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.13","typename":"ImageCrop"}],"__typename":"Image"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-articleLarge-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-articleLarge-v2.png","name":"articleLarge","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-popup-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-popup-v2.png","name":"popup","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-blog480-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-blog480-v2.png","name":"blog480","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-blog533-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-blog533-v2.png","name":"blog533","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-blog427-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-blog427-v2.png","name":"blog427","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-tmagSF-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-tmagSF-v2.png","name":"tmagSF","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-tmagArticle-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-tmagArticle-v2.png","name":"tmagArticle","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-slide-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-slide-v2.png","name":"slide","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-jumbo-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-jumbo-v2.png","name":"jumbo","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-superJumbo-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-superJumbo-v2.png","name":"superJumbo","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-blog225-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-blog225-v2.png","name":"blog225","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-master675-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-master675-v2.png","name":"master675","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-master495-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-master495-v2.png","name":"master495","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-master180-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-master180-v2.png","name":"master180","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-master315-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-master315-v2.png","name":"master315","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-master768-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-master768-v2.png","name":"master768","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-articleLarge-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-popup-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-blog480-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-blog533-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-blog427-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-tmagSF-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-tmagArticle-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-slide-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-jumbo-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-superJumbo-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-blog225-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-master675-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-master495-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-master180-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-master315-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-master768-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-thumbStandard-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-thumbStandard-v2.png","name":"thumbStandard","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-blogSmallThumb-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-blogSmallThumb-v2.png","name":"blogSmallThumb","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-thumbLarge-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-thumbLarge-v2.png","name":"thumbLarge","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-smallSquare168-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-smallSquare168-v2.png","name":"smallSquare168","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-smallSquare252-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-smallSquare252-v2.png","name":"smallSquare252","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-thumbStandard-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-blogSmallThumb-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-thumbLarge-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-smallSquare168-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-smallSquare252-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-square320-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-square320-v2.png","name":"square320","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-moth-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-moth-v2.png","name":"moth","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-filmstrip-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-filmstrip-v2.png","name":"filmstrip","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-square640-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-square640-v2.png","name":"square640","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-mediumSquare149-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-mediumSquare149-v2.png","name":"mediumSquare149","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-mediumSquareAt3X-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-mediumSquareAt3X-v2.png","name":"mediumSquareAt3X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-square320-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-moth-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-filmstrip-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-square640-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-mediumSquare149-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-mediumSquareAt3X-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-sfSpan-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-sfSpan-v2.png","name":"sfSpan","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-largeHorizontal375-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-largeHorizontal375-v2.png","name":"largeHorizontal375","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-largeHorizontalJumbo-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-largeHorizontalJumbo-v2.png","name":"largeHorizontalJumbo","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-horizontalMediumAt2X-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-horizontalMediumAt2X-v2.png","name":"horizontalMediumAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-sfSpan-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-largeHorizontal375-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-largeHorizontalJumbo-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-horizontalMediumAt2X-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-hpLarge-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-hpLarge-v2.png","name":"hpLarge","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-largeWidescreen573-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-largeWidescreen573-v2.png","name":"largeWidescreen573","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-largeWidescreen1050-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-largeWidescreen1050-v2.png","name":"largeWidescreen1050","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-hpLarge-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-largeWidescreen573-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-largeWidescreen1050-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-thumbWide-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-thumbWide-v2.png","name":"thumbWide","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoThumb-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-videoThumb-v2.png","name":"videoThumb","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoLarge-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-videoLarge-v2.png","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-mediumThreeByTwo210-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-mediumThreeByTwo210-v2.png","name":"mediumThreeByTwo210","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-mediumThreeByTwo225-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-mediumThreeByTwo225-v2.png","name":"mediumThreeByTwo225","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-mediumThreeByTwo440-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-mediumThreeByTwo440-v2.png","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-mediumThreeByTwo252-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-mediumThreeByTwo252-v2.png","name":"mediumThreeByTwo252","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-mediumThreeByTwo378-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-mediumThreeByTwo378-v2.png","name":"mediumThreeByTwo378","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-threeByTwoLargeAt2X-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-threeByTwoLargeAt2X-v2.png","name":"threeByTwoLargeAt2X","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-threeByTwoMediumAt2X-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-threeByTwoMediumAt2X-v2.png","name":"threeByTwoMediumAt2X","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-threeByTwoSmallAt2X-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-threeByTwoSmallAt2X-v2.png","name":"threeByTwoSmallAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.5":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-thumbWide-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoThumb-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoLarge-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-mediumThreeByTwo210-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-mediumThreeByTwo225-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-mediumThreeByTwo440-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-mediumThreeByTwo252-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-mediumThreeByTwo378-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-threeByTwoLargeAt2X-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-threeByTwoMediumAt2X-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-threeByTwoSmallAt2X-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-articleInline-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-articleInline-v2.png","name":"articleInline","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-hpSmall-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-hpSmall-v2.png","name":"hpSmall","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-blogSmallInline-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-blogSmallInline-v2.png","name":"blogSmallInline","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-mediumFlexible177-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-mediumFlexible177-v2.png","name":"mediumFlexible177","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.6":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-articleInline-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-hpSmall-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-blogSmallInline-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-mediumFlexible177-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSmall-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-videoSmall-v2.png","name":"videoSmall","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoHpMedium-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-videoHpMedium-v2.png","name":"videoHpMedium","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine600-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-videoSixteenByNine600-v2.png","name":"videoSixteenByNine600","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine540-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-videoSixteenByNine540-v2.png","name":"videoSixteenByNine540","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine495-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-videoSixteenByNine495-v2.png","name":"videoSixteenByNine495","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine390-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-videoSixteenByNine390-v2.png","name":"videoSixteenByNine390","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine1050-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-videoSixteenByNine1050-v2.png","name":"videoSixteenByNine1050","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine480-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-videoSixteenByNine480-v2.png","name":"videoSixteenByNine480","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine310-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-videoSixteenByNine310-v2.png","name":"videoSixteenByNine310","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine225-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-videoSixteenByNine225-v2.png","name":"videoSixteenByNine225","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine96-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-videoSixteenByNine96-v2.png","name":"videoSixteenByNine96","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine768-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-videoSixteenByNine768-v2.png","name":"videoSixteenByNine768","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine150-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-videoSixteenByNine150-v2.png","name":"videoSixteenByNine150","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNineJumbo1600-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-videoSixteenByNineJumbo1600-v2.png","name":"videoSixteenByNineJumbo1600","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.7":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSmall-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoHpMedium-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine600-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine540-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine495-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine390-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine1050-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine480-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine310-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine225-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine96-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine768-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine150-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNineJumbo1600-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-miniMoth-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-miniMoth-v2.png","name":"miniMoth","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-windowsTile336H-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-windowsTile336H-v2.png","name":"windowsTile336H","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoFifteenBySeven1305-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-videoFifteenBySeven1305-v2.png","name":"videoFifteenBySeven1305","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.8":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-miniMoth-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-windowsTile336H-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoFifteenBySeven1305-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.9":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-facebookJumbo-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-facebookJumbo-v2.png","name":"facebookJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.10":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-facebookJumbo-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-watch308-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-watch308-v2.png","name":"watch308","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-watch268-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-watch268-v2.png","name":"watch268","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.11":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-watch308-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-watch268-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.12":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-mobileMasterAt3x-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-mobileMasterAt3x-v2.png","name":"mobileMasterAt3x","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.13":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-mobileMasterAt3x-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNTg0YzA4ZmMtYzNkYS01ZjM2LWE3YjMtMDRlOTZhMGJhOWRi":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvNTg0YzA4ZmMtYzNkYS01ZjM2LWE3YjMtMDRlOTZhMGJhOWRi","crops({\"cropNames\":[\"THREE_BY_TWO\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNTg0YzA4ZmMtYzNkYS01ZjM2LWE3YjMtMDRlOTZhMGJhOWRi.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0","typename":"ImageCrop"}]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNTg0YzA4ZmMtYzNkYS01ZjM2LWE3YjMtMDRlOTZhMGJhOWRi.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0":{"name":"THREE_BY_TWO","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220418business00ford-farley0200ford-farley02-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418business00ford-farley0200ford-farley02-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418business00ford-farley0200ford-farley02-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418business00ford-farley0200ford-farley02-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418business00ford-farley0200ford-farley02-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418business00ford-farley0200ford-farley02-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418business00ford-farley0200ford-farley02-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418business00ford-farley0200ford-farley02-mediumThreeByTwo378.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418business00ford-farley0200ford-farley02-threeByTwoLargeAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418business00ford-farley0200ford-farley02-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418business00ford-farley0200ford-farley02-threeByTwoSmallAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220418business00ford-farley0200ford-farley02-thumbWide.jpg":{"width":190,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F00ford-farley02\u002F00ford-farley02-thumbWide.jpg","name":"thumbWide","height":126,"__typename":"ImageRendition"},"ImageRendition:images20220418business00ford-farley0200ford-farley02-videoThumb.jpg":{"width":75,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F00ford-farley02\u002F00ford-farley02-videoThumb.jpg","name":"videoThumb","height":50,"__typename":"ImageRendition"},"ImageRendition:images20220418business00ford-farley0200ford-farley02-videoLarge.jpg":{"width":768,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F00ford-farley02\u002F00ford-farley02-videoLarge.jpg","name":"videoLarge","height":507,"__typename":"ImageRendition"},"ImageRendition:images20220418business00ford-farley0200ford-farley02-mediumThreeByTwo210.jpg":{"width":210,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F00ford-farley02\u002F00ford-farley02-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","height":140,"__typename":"ImageRendition"},"ImageRendition:images20220418business00ford-farley0200ford-farley02-mediumThreeByTwo225.jpg":{"width":225,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F00ford-farley02\u002F00ford-farley02-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","height":150,"__typename":"ImageRendition"},"ImageRendition:images20220418business00ford-farley0200ford-farley02-mediumThreeByTwo440.jpg":{"width":440,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F00ford-farley02\u002F00ford-farley02-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","height":293,"__typename":"ImageRendition"},"ImageRendition:images20220418business00ford-farley0200ford-farley02-mediumThreeByTwo252.jpg":{"width":252,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F00ford-farley02\u002F00ford-farley02-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","height":168,"__typename":"ImageRendition"},"ImageRendition:images20220418business00ford-farley0200ford-farley02-mediumThreeByTwo378.jpg":{"width":378,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F00ford-farley02\u002F00ford-farley02-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","height":252,"__typename":"ImageRendition"},"ImageRendition:images20220418business00ford-farley0200ford-farley02-threeByTwoLargeAt2X.jpg":{"width":2667,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F00ford-farley02\u002F00ford-farley02-threeByTwoLargeAt2X.jpg","name":"threeByTwoLargeAt2X","height":1777,"__typename":"ImageRendition"},"ImageRendition:images20220418business00ford-farley0200ford-farley02-threeByTwoMediumAt2X.jpg":{"width":1500,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F00ford-farley02\u002F00ford-farley02-threeByTwoMediumAt2X.jpg","name":"threeByTwoMediumAt2X","height":999,"__typename":"ImageRendition"},"ImageRendition:images20220418business00ford-farley0200ford-farley02-threeByTwoSmallAt2X.jpg":{"width":600,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F00ford-farley02\u002F00ford-farley02-threeByTwoSmallAt2X.jpg","name":"threeByTwoSmallAt2X","height":400,"__typename":"ImageRendition"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.3":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M2MGY5Mjg4LTUzZjktNThhOC1hNmJiLTExMjhmYjA1ZmRiMQ==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzhhNzNlOTZkLTUwYTQtNTRhZC05NjM0LTBjODc5NDhlYzUxOQ==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzhhNzNlOTZkLTUwYTQtNTRhZC05NjM0LTBjODc5NDhlYzUxOQ==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F17\u002Fbusiness\u002Fdisney-politics-florida.html","firstPublished":"2022-04-17T07:00:13.000Z","typeOfMaterials":{"type":"json","json":["News"]},"archiveProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzhhNzNlOTZkLTUwYTQtNTRhZC05NjM0LTBjODc5NDhlYzUxOQ==.archiveProperties","typename":"ArticleArchiveProperties"},"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzhhNzNlOTZkLTUwYTQtNTRhZC05NjM0LTBjODc5NDhlYzUxOQ==.headline","typename":"CreativeWorkHeadline"},"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzhhNzNlOTZkLTUwYTQtNTRhZC05NjM0LTBjODc5NDhlYzUxOQ==.bylines.0","typename":"Byline"}],"kicker":"","summary":"The entertainment behemoth spent decades avoiding even the whiff of controversy. But it has increasingly been drawn into the partisan political fray.","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2ZkMmM2ZDgtOTQxMS01YjllLWEwODMtNjViNzljZWFjYzgw","typename":"Image"},"translations":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzhhNzNlOTZkLTUwYTQtNTRhZC05NjM0LTBjODc5NDhlYzUxOQ==.translations.0","typename":"ArticleTranslation"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzhhNzNlOTZkLTUwYTQtNTRhZC05NjM0LTBjODc5NDhlYzUxOQ==.archiveProperties":{"lede":"","__typename":"ArticleArchiveProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzhhNzNlOTZkLTUwYTQtNTRhZC05NjM0LTBjODc5NDhlYzUxOQ==.headline":{"default":"Disney, Built on Fairy Tales and Fantasy, Confronts the Real World","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzhhNzNlOTZkLTUwYTQtNTRhZC05NjM0LTBjODc5NDhlYzUxOQ==.bylines.0":{"renderedRepresentation":"By Brooks Barnes","prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9kNzJkMjgwMS04MTZjLTViYWItOTZkNS1mNWJjZDYwYzg0ZmY=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi9kNzJkMjgwMS04MTZjLTViYWItOTZkNS1mNWJjZDYwYzg0ZmY=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi9kNzJkMjgwMS04MTZjLTViYWItOTZkNS1mNWJjZDYwYzg0ZmY=","displayName":"Brooks Barnes","url":"","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj","typename":"Image"},"__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj","crops":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.4","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.5","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.6","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.7","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.8","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.9","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.10","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.11","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.12","typename":"ImageCrop"}],"__typename":"Image"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-articleLarge.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-articleLarge.jpg","name":"articleLarge","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-popup.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-popup.jpg","name":"popup","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-blog480.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-blog480.jpg","name":"blog480","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-blog533.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-blog533.jpg","name":"blog533","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-blog427.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-blog427.jpg","name":"blog427","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-tmagSF.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-tmagSF.jpg","name":"tmagSF","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-tmagArticle.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-tmagArticle.jpg","name":"tmagArticle","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-slide.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-slide.jpg","name":"slide","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-jumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-jumbo.jpg","name":"jumbo","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-superJumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-superJumbo.jpg","name":"superJumbo","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-blog225.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-blog225.jpg","name":"blog225","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-master675.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-master675.jpg","name":"master675","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-master495.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-master495.jpg","name":"master495","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-master180.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-master180.jpg","name":"master180","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-master315.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-master315.jpg","name":"master315","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-master768.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-master768.jpg","name":"master768","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-articleLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-popup.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-blog480.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-blog533.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-blog427.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-tmagSF.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-tmagArticle.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-slide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-jumbo.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-superJumbo.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-blog225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-master675.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-master495.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-master180.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-master315.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-master768.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-thumbStandard.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-thumbStandard.jpg","name":"thumbStandard","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-blogSmallThumb.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-blogSmallThumb.jpg","name":"blogSmallThumb","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-thumbLarge.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-thumbLarge.jpg","name":"thumbLarge","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-smallSquare168.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-smallSquare168.jpg","name":"smallSquare168","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-smallSquare252.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-smallSquare252.jpg","name":"smallSquare252","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-blogSmallThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-thumbLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-smallSquare168.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-smallSquare252.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-square320.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-square320.jpg","name":"square320","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-moth.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-moth.jpg","name":"moth","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-filmstrip.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-filmstrip.jpg","name":"filmstrip","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-square640.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-square640.jpg","name":"square640","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-mediumSquare149.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-mediumSquare149.jpg","name":"mediumSquare149","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-square320.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-moth.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-filmstrip.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-square640.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-mediumSquare149.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-sfSpan.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-sfSpan.jpg","name":"sfSpan","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-largeHorizontal375.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-largeHorizontal375.jpg","name":"largeHorizontal375","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-largeHorizontalJumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-largeHorizontalJumbo.jpg","name":"largeHorizontalJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-sfSpan.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-largeHorizontal375.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-largeHorizontalJumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-hpLarge.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-hpLarge.jpg","name":"hpLarge","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-largeWidescreen573.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-largeWidescreen573.jpg","name":"largeWidescreen573","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-hpLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-largeWidescreen573.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-thumbWide.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-thumbWide.jpg","name":"thumbWide","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoThumb.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-videoThumb.jpg","name":"videoThumb","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoLarge.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-videoLarge.jpg","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-mediumThreeByTwo210.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-mediumThreeByTwo225.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-mediumThreeByTwo440.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-mediumThreeByTwo252.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-mediumThreeByTwo378.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.5":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-mediumThreeByTwo378.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-articleInline.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-articleInline.jpg","name":"articleInline","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-hpSmall.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-hpSmall.jpg","name":"hpSmall","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-blogSmallInline.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-blogSmallInline.jpg","name":"blogSmallInline","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-mediumFlexible177.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-mediumFlexible177.jpg","name":"mediumFlexible177","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.6":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-articleInline.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-hpSmall.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-blogSmallInline.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-mediumFlexible177.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSmall.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-videoSmall.jpg","name":"videoSmall","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoHpMedium.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-videoHpMedium.jpg","name":"videoHpMedium","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNine600.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-videoSixteenByNine600.jpg","name":"videoSixteenByNine600","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNine540.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-videoSixteenByNine540.jpg","name":"videoSixteenByNine540","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNine495.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-videoSixteenByNine495.jpg","name":"videoSixteenByNine495","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNine390.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-videoSixteenByNine390.jpg","name":"videoSixteenByNine390","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNine480.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-videoSixteenByNine480.jpg","name":"videoSixteenByNine480","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNine310.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-videoSixteenByNine310.jpg","name":"videoSixteenByNine310","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNine225.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-videoSixteenByNine225.jpg","name":"videoSixteenByNine225","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNine96.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-videoSixteenByNine96.jpg","name":"videoSixteenByNine96","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNine768.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-videoSixteenByNine768.jpg","name":"videoSixteenByNine768","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNine150.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-videoSixteenByNine150.jpg","name":"videoSixteenByNine150","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNineJumbo1600.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-videoSixteenByNineJumbo1600.jpg","name":"videoSixteenByNineJumbo1600","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.7":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSmall.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoHpMedium.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNine600.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNine540.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNine495.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNine390.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNine480.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNine310.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNine225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNine96.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNine768.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNine150.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNineJumbo1600.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-miniMoth.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-miniMoth.jpg","name":"miniMoth","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-windowsTile336H.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-windowsTile336H.jpg","name":"windowsTile336H","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.8":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-miniMoth.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-windowsTile336H.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.9":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-facebookJumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-facebookJumbo.jpg","name":"facebookJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.10":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-facebookJumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-watch308.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-watch308.jpg","name":"watch308","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-watch268.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-watch268.jpg","name":"watch268","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.11":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-watch308.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-watch268.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.12":{"renditions":[],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2ZkMmM2ZDgtOTQxMS01YjllLWEwODMtNjViNzljZWFjYzgw":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvM2ZkMmM2ZDgtOTQxMS01YjllLWEwODMtNjViNzljZWFjYzgw","crops({\"cropNames\":[\"THREE_BY_TWO\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2ZkMmM2ZDgtOTQxMS01YjllLWEwODMtNjViNzljZWFjYzgw.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0","typename":"ImageCrop"}]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2ZkMmM2ZDgtOTQxMS01YjllLWEwODMtNjViNzljZWFjYzgw.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0":{"name":"THREE_BY_TWO","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-mediumThreeByTwo378.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-threeByTwoLargeAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-threeByTwoSmallAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-thumbWide.jpg":{"width":190,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00disney-01\u002Fmerlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-thumbWide.jpg","name":"thumbWide","height":126,"__typename":"ImageRendition"},"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-videoThumb.jpg":{"width":75,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00disney-01\u002Fmerlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-videoThumb.jpg","name":"videoThumb","height":50,"__typename":"ImageRendition"},"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-videoLarge.jpg":{"width":768,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00disney-01\u002Fmerlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-videoLarge.jpg","name":"videoLarge","height":507,"__typename":"ImageRendition"},"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-mediumThreeByTwo210.jpg":{"width":210,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00disney-01\u002Fmerlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","height":140,"__typename":"ImageRendition"},"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-mediumThreeByTwo225.jpg":{"width":225,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00disney-01\u002Fmerlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","height":150,"__typename":"ImageRendition"},"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-mediumThreeByTwo440.jpg":{"width":440,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00disney-01\u002Fmerlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","height":293,"__typename":"ImageRendition"},"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-mediumThreeByTwo252.jpg":{"width":252,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00disney-01\u002Fmerlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","height":168,"__typename":"ImageRendition"},"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-mediumThreeByTwo378.jpg":{"width":378,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00disney-01\u002Fmerlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","height":252,"__typename":"ImageRendition"},"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-threeByTwoLargeAt2X.jpg":{"width":6364,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00disney-01\u002Fmerlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-threeByTwoLargeAt2X.jpg","name":"threeByTwoLargeAt2X","height":4243,"__typename":"ImageRendition"},"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-threeByTwoMediumAt2X.jpg":{"width":1500,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00disney-01\u002Fmerlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-threeByTwoMediumAt2X.jpg","name":"threeByTwoMediumAt2X","height":1000,"__typename":"ImageRendition"},"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-threeByTwoSmallAt2X.jpg":{"width":600,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00disney-01\u002Fmerlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-threeByTwoSmallAt2X.jpg","name":"threeByTwoSmallAt2X","height":400,"__typename":"ImageRendition"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzhhNzNlOTZkLTUwYTQtNTRhZC05NjM0LTBjODc5NDhlYzUxOQ==.translations.0":{"url":"https:\u002F\u002Fwww.nytimes.com\u002Fes\u002F2022\u002F04\u002F18\u002Fespanol\u002Fdisney-polemica.html","linkText":"Read in Spanish","translatedLinkText":"Leer en español","language":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzhhNzNlOTZkLTUwYTQtNTRhZC05NjM0LTBjODc5NDhlYzUxOQ==.translations.0.language","typename":"Language"},"__typename":"ArticleTranslation"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzhhNzNlOTZkLTUwYTQtNTRhZC05NjM0LTBjODc5NDhlYzUxOQ==.translations.0.language":{"code":"es","__typename":"Language"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.4":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzhhNzNlOTZkLTUwYTQtNTRhZC05NjM0LTBjODc5NDhlYzUxOQ==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhN2IwNTQ4LWZiMGUtNTEwZS1hYTcyLTg3NDJlNThkODhlMw==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhN2IwNTQ4LWZiMGUtNTEwZS1hYTcyLTg3NDJlNThkODhlMw==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F16\u002Fbusiness\u002Frussia-debt-default.html","firstPublished":"2022-04-16T16:00:09.000Z","typeOfMaterials":{"type":"json","json":["News"]},"archiveProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhN2IwNTQ4LWZiMGUtNTEwZS1hYTcyLTg3NDJlNThkODhlMw==.archiveProperties","typename":"ArticleArchiveProperties"},"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhN2IwNTQ4LWZiMGUtNTEwZS1hYTcyLTg3NDJlNThkODhlMw==.headline","typename":"CreativeWorkHeadline"},"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhN2IwNTQ4LWZiMGUtNTEwZS1hYTcyLTg3NDJlNThkODhlMw==.bylines.0","typename":"Byline"}],"kicker":"","summary":"The ultimate arbiter of a sovereign default is an open question but markets may have the final word.","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2E4YzI4YWQtOTliYS01MDBlLWJkMWYtOTY4MWQ3MGQ5Yzg3","typename":"Image"},"translations":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhN2IwNTQ4LWZiMGUtNTEwZS1hYTcyLTg3NDJlNThkODhlMw==.archiveProperties":{"lede":"","__typename":"ArticleArchiveProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhN2IwNTQ4LWZiMGUtNTEwZS1hYTcyLTg3NDJlNThkODhlMw==.headline":{"default":"A Russian Default Is Looming. A Bitter Fight Is Likely to Follow.","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhN2IwNTQ4LWZiMGUtNTEwZS1hYTcyLTg3NDJlNThkODhlMw==.bylines.0":{"renderedRepresentation":"By Alan Rappeport","prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9mZGMzMmY0OS1iOTE0LTVjZjctYTFlMy03YzVlYWRlMWYwYWQ=","typename":"Person"}],"__typename":"Byline"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2E4YzI4YWQtOTliYS01MDBlLWJkMWYtOTY4MWQ3MGQ5Yzg3":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvN2E4YzI4YWQtOTliYS01MDBlLWJkMWYtOTY4MWQ3MGQ5Yzg3","crops({\"cropNames\":[\"THREE_BY_TWO\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2E4YzI4YWQtOTliYS01MDBlLWJkMWYtOTY4MWQ3MGQ5Yzg3.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0","typename":"ImageCrop"}]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2E4YzI4YWQtOTliYS01MDBlLWJkMWYtOTY4MWQ3MGQ5Yzg3.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0":{"name":"THREE_BY_TWO","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-mediumThreeByTwo378.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-threeByTwoLargeAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-threeByTwoSmallAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-thumbWide.jpg":{"width":190,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00dc-russia-debt-default01\u002F00dc-russia-debt-default01-thumbWide.jpg","name":"thumbWide","height":126,"__typename":"ImageRendition"},"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-videoThumb.jpg":{"width":75,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00dc-russia-debt-default01\u002F00dc-russia-debt-default01-videoThumb.jpg","name":"videoThumb","height":50,"__typename":"ImageRendition"},"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-videoLarge.jpg":{"width":768,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00dc-russia-debt-default01\u002F00dc-russia-debt-default01-videoLarge.jpg","name":"videoLarge","height":507,"__typename":"ImageRendition"},"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-mediumThreeByTwo210.jpg":{"width":210,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00dc-russia-debt-default01\u002F00dc-russia-debt-default01-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","height":140,"__typename":"ImageRendition"},"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-mediumThreeByTwo225.jpg":{"width":225,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00dc-russia-debt-default01\u002F00dc-russia-debt-default01-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","height":150,"__typename":"ImageRendition"},"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-mediumThreeByTwo440.jpg":{"width":440,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00dc-russia-debt-default01\u002F00dc-russia-debt-default01-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","height":293,"__typename":"ImageRendition"},"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-mediumThreeByTwo252.jpg":{"width":252,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00dc-russia-debt-default01\u002F00dc-russia-debt-default01-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","height":168,"__typename":"ImageRendition"},"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-mediumThreeByTwo378.jpg":{"width":378,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00dc-russia-debt-default01\u002F00dc-russia-debt-default01-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","height":252,"__typename":"ImageRendition"},"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-threeByTwoLargeAt2X.jpg":{"width":3160,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00dc-russia-debt-default01\u002F00dc-russia-debt-default01-threeByTwoLargeAt2X.jpg","name":"threeByTwoLargeAt2X","height":2107,"__typename":"ImageRendition"},"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-threeByTwoMediumAt2X.jpg":{"width":1500,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00dc-russia-debt-default01\u002F00dc-russia-debt-default01-threeByTwoMediumAt2X.jpg","name":"threeByTwoMediumAt2X","height":1000,"__typename":"ImageRendition"},"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-threeByTwoSmallAt2X.jpg":{"width":600,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00dc-russia-debt-default01\u002F00dc-russia-debt-default01-threeByTwoSmallAt2X.jpg","name":"threeByTwoSmallAt2X","height":400,"__typename":"ImageRendition"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.5":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhN2IwNTQ4LWZiMGUtNTEwZS1hYTcyLTg3NDJlNThkODhlMw==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2U1OTFlZjQyLWVkZWUtNTQ0Ni1hZDA2LWNkYTI5YTZhY2QxMw==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2U1OTFlZjQyLWVkZWUtNTQ0Ni1hZDA2LWNkYTI5YTZhY2QxMw==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F16\u002Fbusiness\u002Feconomy\u002Fhousing-market-interest-rates-prices.html","firstPublished":"2022-04-16T07:00:12.000Z","typeOfMaterials":{"type":"json","json":["News"]},"archiveProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2U1OTFlZjQyLWVkZWUtNTQ0Ni1hZDA2LWNkYTI5YTZhY2QxMw==.archiveProperties","typename":"ArticleArchiveProperties"},"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2U1OTFlZjQyLWVkZWUtNTQ0Ni1hZDA2LWNkYTI5YTZhY2QxMw==.headline","typename":"CreativeWorkHeadline"},"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2U1OTFlZjQyLWVkZWUtNTQ0Ni1hZDA2LWNkYTI5YTZhY2QxMw==.bylines.0","typename":"Byline"}],"kicker":"","summary":"Mortgage costs have jumped as the Federal Reserve has raised rates. With higher rates come fewer offers.","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmUxMmI0ODUtYzg1ZC01YThlLWFhOTgtN2UxZjljNDAzZTI3","typename":"Image"},"translations":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2U1OTFlZjQyLWVkZWUtNTQ0Ni1hZDA2LWNkYTI5YTZhY2QxMw==.archiveProperties":{"lede":"","__typename":"ArticleArchiveProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2U1OTFlZjQyLWVkZWUtNTQ0Ni1hZDA2LWNkYTI5YTZhY2QxMw==.headline":{"default":"The Sky-High Pandemic Housing Market Finds Gravity Does Exist","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2U1OTFlZjQyLWVkZWUtNTQ0Ni1hZDA2LWNkYTI5YTZhY2QxMw==.bylines.0":{"renderedRepresentation":"By Conor Dougherty and Jeanna Smialek","prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi82ZmZlNjQ3ZC0zMzg1LTUxNGItOTdlZS0zYTlkNGI2YWYzODE=","typename":"Person"},{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9jODkzYmY5YS05NDk0LTU3MmUtYjFlZi0zNDA1MjA1ZTAwNmM=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi82ZmZlNjQ3ZC0zMzg1LTUxNGItOTdlZS0zYTlkNGI2YWYzODE=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi82ZmZlNjQ3ZC0zMzg1LTUxNGItOTdlZS0zYTlkNGI2YWYzODE=","displayName":"Conor Dougherty","url":"","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm","typename":"Image"},"__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm","crops":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.4","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.5","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.6","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.7","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.8","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.9","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.10","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.11","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.12","typename":"ImageCrop"}],"__typename":"Image"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-articleLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-articleLarge.png","name":"articleLarge","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-popup.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-popup.png","name":"popup","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-blog480.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-blog480.png","name":"blog480","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-blog533.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-blog533.png","name":"blog533","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-blog427.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-blog427.png","name":"blog427","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-tmagSF.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-tmagSF.png","name":"tmagSF","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-tmagArticle.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-tmagArticle.png","name":"tmagArticle","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-slide.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-slide.png","name":"slide","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-jumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-jumbo.png","name":"jumbo","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-superJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-superJumbo.png","name":"superJumbo","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-blog225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-blog225.png","name":"blog225","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-master675.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-master675.png","name":"master675","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-master495.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-master495.png","name":"master495","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-master180.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-master180.png","name":"master180","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-master315.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-master315.png","name":"master315","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-master768.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-master768.png","name":"master768","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-articleLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-popup.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-blog480.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-blog533.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-blog427.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-tmagSF.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-tmagArticle.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-slide.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-jumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-superJumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-blog225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-master675.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-master495.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-master180.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-master315.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-master768.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-thumbStandard.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-thumbStandard.png","name":"thumbStandard","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-blogSmallThumb.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-blogSmallThumb.png","name":"blogSmallThumb","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-thumbLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-thumbLarge.png","name":"thumbLarge","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-smallSquare168.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-smallSquare168.png","name":"smallSquare168","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-smallSquare252.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-smallSquare252.png","name":"smallSquare252","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-thumbStandard.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-blogSmallThumb.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-thumbLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-smallSquare168.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-smallSquare252.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-square320.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-square320.png","name":"square320","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-moth.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-moth.png","name":"moth","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-filmstrip.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-filmstrip.png","name":"filmstrip","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-square640.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-square640.png","name":"square640","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-mediumSquare149.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-mediumSquare149.png","name":"mediumSquare149","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-square320.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-moth.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-filmstrip.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-square640.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-mediumSquare149.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-sfSpan.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-sfSpan.png","name":"sfSpan","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-largeHorizontal375.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-largeHorizontal375.png","name":"largeHorizontal375","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-largeHorizontalJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-largeHorizontalJumbo.png","name":"largeHorizontalJumbo","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-horizontalMediumAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-horizontalMediumAt2X.png","name":"horizontalMediumAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-sfSpan.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-largeHorizontal375.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-largeHorizontalJumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-horizontalMediumAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-hpLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-hpLarge.png","name":"hpLarge","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-largeWidescreen573.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-largeWidescreen573.png","name":"largeWidescreen573","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-hpLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-largeWidescreen573.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-thumbWide.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-thumbWide.png","name":"thumbWide","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoThumb.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-videoThumb.png","name":"videoThumb","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-videoLarge.png","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-mediumThreeByTwo210.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-mediumThreeByTwo210.png","name":"mediumThreeByTwo210","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-mediumThreeByTwo225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-mediumThreeByTwo225.png","name":"mediumThreeByTwo225","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-mediumThreeByTwo440.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-mediumThreeByTwo440.png","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-mediumThreeByTwo252.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-mediumThreeByTwo252.png","name":"mediumThreeByTwo252","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-mediumThreeByTwo378.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-mediumThreeByTwo378.png","name":"mediumThreeByTwo378","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-threeByTwoLargeAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-threeByTwoLargeAt2X.png","name":"threeByTwoLargeAt2X","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-threeByTwoMediumAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-threeByTwoMediumAt2X.png","name":"threeByTwoMediumAt2X","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-threeByTwoSmallAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-threeByTwoSmallAt2X.png","name":"threeByTwoSmallAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.5":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-thumbWide.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoThumb.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-mediumThreeByTwo210.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-mediumThreeByTwo225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-mediumThreeByTwo440.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-mediumThreeByTwo252.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-mediumThreeByTwo378.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-threeByTwoLargeAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-threeByTwoMediumAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-threeByTwoSmallAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-articleInline.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-articleInline.png","name":"articleInline","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-hpSmall.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-hpSmall.png","name":"hpSmall","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-blogSmallInline.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-blogSmallInline.png","name":"blogSmallInline","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-mediumFlexible177.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-mediumFlexible177.png","name":"mediumFlexible177","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.6":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-articleInline.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-hpSmall.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-blogSmallInline.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-mediumFlexible177.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSmall.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-videoSmall.png","name":"videoSmall","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoHpMedium.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-videoHpMedium.png","name":"videoHpMedium","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNine600.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-videoSixteenByNine600.png","name":"videoSixteenByNine600","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNine540.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-videoSixteenByNine540.png","name":"videoSixteenByNine540","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNine495.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-videoSixteenByNine495.png","name":"videoSixteenByNine495","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNine390.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-videoSixteenByNine390.png","name":"videoSixteenByNine390","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNine480.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-videoSixteenByNine480.png","name":"videoSixteenByNine480","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNine310.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-videoSixteenByNine310.png","name":"videoSixteenByNine310","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNine225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-videoSixteenByNine225.png","name":"videoSixteenByNine225","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNine96.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-videoSixteenByNine96.png","name":"videoSixteenByNine96","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNine768.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-videoSixteenByNine768.png","name":"videoSixteenByNine768","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNine150.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-videoSixteenByNine150.png","name":"videoSixteenByNine150","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNineJumbo1600.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-videoSixteenByNineJumbo1600.png","name":"videoSixteenByNineJumbo1600","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.7":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSmall.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoHpMedium.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNine600.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNine540.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNine495.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNine390.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNine480.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNine310.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNine225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNine96.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNine768.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNine150.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNineJumbo1600.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-miniMoth.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-miniMoth.png","name":"miniMoth","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-windowsTile336H.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-windowsTile336H.png","name":"windowsTile336H","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.8":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-miniMoth.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-windowsTile336H.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.9":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-facebookJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-facebookJumbo.png","name":"facebookJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.10":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-facebookJumbo.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-watch308.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-watch308.png","name":"watch308","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-watch268.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-watch268.png","name":"watch268","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.11":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-watch308.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-watch268.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.12":{"renditions":[],"__typename":"ImageCrop"},"Person:UGVyc29uOm55dDovL3BlcnNvbi9jODkzYmY5YS05NDk0LTU3MmUtYjFlZi0zNDA1MjA1ZTAwNmM=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi9jODkzYmY5YS05NDk0LTU3MmUtYjFlZi0zNDA1MjA1ZTAwNmM=","displayName":"Jeanna Smialek","url":"","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1","typename":"Image"},"__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1","crops":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.4","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.5","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.6","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.7","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.8","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.9","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.10","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.11","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.12","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.13","typename":"ImageCrop"}],"__typename":"Image"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-articleLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-articleLarge.png","name":"articleLarge","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-popup.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-popup.png","name":"popup","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-blog480.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-blog480.png","name":"blog480","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-blog533.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-blog533.png","name":"blog533","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-blog427.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-blog427.png","name":"blog427","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-tmagSF.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-tmagSF.png","name":"tmagSF","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-tmagArticle.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-tmagArticle.png","name":"tmagArticle","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-slide.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-slide.png","name":"slide","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-jumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-jumbo.png","name":"jumbo","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-superJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-superJumbo.png","name":"superJumbo","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-blog225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-blog225.png","name":"blog225","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-master675.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-master675.png","name":"master675","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-master495.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-master495.png","name":"master495","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-master180.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-master180.png","name":"master180","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-master315.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-master315.png","name":"master315","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-master768.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-master768.png","name":"master768","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-articleLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-popup.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-blog480.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-blog533.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-blog427.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-tmagSF.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-tmagArticle.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-slide.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-jumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-superJumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-blog225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-master675.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-master495.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-master180.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-master315.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-master768.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-thumbStandard.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-thumbStandard.png","name":"thumbStandard","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-blogSmallThumb.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-blogSmallThumb.png","name":"blogSmallThumb","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-thumbLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-thumbLarge.png","name":"thumbLarge","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-smallSquare168.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-smallSquare168.png","name":"smallSquare168","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-smallSquare252.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-smallSquare252.png","name":"smallSquare252","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-thumbStandard.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-blogSmallThumb.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-thumbLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-smallSquare168.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-smallSquare252.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-square320.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-square320.png","name":"square320","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-moth.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-moth.png","name":"moth","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-filmstrip.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-filmstrip.png","name":"filmstrip","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-square640.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-square640.png","name":"square640","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-mediumSquare149.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-mediumSquare149.png","name":"mediumSquare149","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-mediumSquareAt3X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-mediumSquareAt3X.png","name":"mediumSquareAt3X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-square320.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-moth.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-filmstrip.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-square640.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-mediumSquare149.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-mediumSquareAt3X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-sfSpan.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-sfSpan.png","name":"sfSpan","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-largeHorizontal375.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-largeHorizontal375.png","name":"largeHorizontal375","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-largeHorizontalJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-largeHorizontalJumbo.png","name":"largeHorizontalJumbo","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-horizontalMediumAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-horizontalMediumAt2X.png","name":"horizontalMediumAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-sfSpan.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-largeHorizontal375.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-largeHorizontalJumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-horizontalMediumAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-hpLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-hpLarge.png","name":"hpLarge","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-largeWidescreen573.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-largeWidescreen573.png","name":"largeWidescreen573","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-largeWidescreen1050.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-largeWidescreen1050.png","name":"largeWidescreen1050","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-hpLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-largeWidescreen573.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-largeWidescreen1050.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-thumbWide.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-thumbWide.png","name":"thumbWide","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoThumb.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-videoThumb.png","name":"videoThumb","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-videoLarge.png","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-mediumThreeByTwo210.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-mediumThreeByTwo210.png","name":"mediumThreeByTwo210","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-mediumThreeByTwo225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-mediumThreeByTwo225.png","name":"mediumThreeByTwo225","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-mediumThreeByTwo440.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-mediumThreeByTwo440.png","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-mediumThreeByTwo252.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-mediumThreeByTwo252.png","name":"mediumThreeByTwo252","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-mediumThreeByTwo378.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-mediumThreeByTwo378.png","name":"mediumThreeByTwo378","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-threeByTwoLargeAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-threeByTwoLargeAt2X.png","name":"threeByTwoLargeAt2X","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-threeByTwoMediumAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-threeByTwoMediumAt2X.png","name":"threeByTwoMediumAt2X","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-threeByTwoSmallAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-threeByTwoSmallAt2X.png","name":"threeByTwoSmallAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.5":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-thumbWide.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoThumb.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-mediumThreeByTwo210.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-mediumThreeByTwo225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-mediumThreeByTwo440.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-mediumThreeByTwo252.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-mediumThreeByTwo378.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-threeByTwoLargeAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-threeByTwoMediumAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-threeByTwoSmallAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-articleInline.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-articleInline.png","name":"articleInline","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-hpSmall.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-hpSmall.png","name":"hpSmall","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-blogSmallInline.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-blogSmallInline.png","name":"blogSmallInline","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-mediumFlexible177.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-mediumFlexible177.png","name":"mediumFlexible177","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.6":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-articleInline.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-hpSmall.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-blogSmallInline.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-mediumFlexible177.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSmall.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-videoSmall.png","name":"videoSmall","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoHpMedium.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-videoHpMedium.png","name":"videoHpMedium","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine600.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-videoSixteenByNine600.png","name":"videoSixteenByNine600","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine540.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-videoSixteenByNine540.png","name":"videoSixteenByNine540","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine495.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-videoSixteenByNine495.png","name":"videoSixteenByNine495","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine390.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-videoSixteenByNine390.png","name":"videoSixteenByNine390","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine1050.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-videoSixteenByNine1050.png","name":"videoSixteenByNine1050","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine480.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-videoSixteenByNine480.png","name":"videoSixteenByNine480","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine310.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-videoSixteenByNine310.png","name":"videoSixteenByNine310","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-videoSixteenByNine225.png","name":"videoSixteenByNine225","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine96.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-videoSixteenByNine96.png","name":"videoSixteenByNine96","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine768.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-videoSixteenByNine768.png","name":"videoSixteenByNine768","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine150.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-videoSixteenByNine150.png","name":"videoSixteenByNine150","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNineJumbo1600.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-videoSixteenByNineJumbo1600.png","name":"videoSixteenByNineJumbo1600","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.7":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSmall.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoHpMedium.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine600.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine540.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine495.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine390.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine1050.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine480.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine310.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine96.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine768.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine150.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNineJumbo1600.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-miniMoth.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-miniMoth.png","name":"miniMoth","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-windowsTile336H.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-windowsTile336H.png","name":"windowsTile336H","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoFifteenBySeven1305.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-videoFifteenBySeven1305.png","name":"videoFifteenBySeven1305","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.8":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-miniMoth.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-windowsTile336H.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoFifteenBySeven1305.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.9":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-facebookJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-facebookJumbo.png","name":"facebookJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.10":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-facebookJumbo.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-watch308.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-watch308.png","name":"watch308","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-watch268.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-watch268.png","name":"watch268","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.11":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-watch308.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-watch268.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.12":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-mobileMasterAt3x.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-mobileMasterAt3x.png","name":"mobileMasterAt3x","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.13":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-mobileMasterAt3x.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmUxMmI0ODUtYzg1ZC01YThlLWFhOTgtN2UxZjljNDAzZTI3":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvYmUxMmI0ODUtYzg1ZC01YThlLWFhOTgtN2UxZjljNDAzZTI3","crops({\"cropNames\":[\"THREE_BY_TWO\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmUxMmI0ODUtYzg1ZC01YThlLWFhOTgtN2UxZjljNDAzZTI3.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0","typename":"ImageCrop"}]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmUxMmI0ODUtYzg1ZC01YThlLWFhOTgtN2UxZjljNDAzZTI3.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0":{"name":"THREE_BY_TWO","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-mediumThreeByTwo378.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-threeByTwoLargeAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-threeByTwoSmallAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-thumbWide.jpg":{"width":190,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fbusiness\u002F16mortgagerates-villa-01\u002Fmerlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-thumbWide.jpg","name":"thumbWide","height":126,"__typename":"ImageRendition"},"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-videoThumb.jpg":{"width":75,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fbusiness\u002F16mortgagerates-villa-01\u002Fmerlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-videoThumb.jpg","name":"videoThumb","height":50,"__typename":"ImageRendition"},"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-videoLarge.jpg":{"width":768,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fbusiness\u002F16mortgagerates-villa-01\u002Fmerlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-videoLarge.jpg","name":"videoLarge","height":507,"__typename":"ImageRendition"},"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-mediumThreeByTwo210.jpg":{"width":210,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fbusiness\u002F16mortgagerates-villa-01\u002Fmerlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","height":140,"__typename":"ImageRendition"},"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-mediumThreeByTwo225.jpg":{"width":225,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fbusiness\u002F16mortgagerates-villa-01\u002Fmerlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","height":150,"__typename":"ImageRendition"},"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-mediumThreeByTwo440.jpg":{"width":440,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fbusiness\u002F16mortgagerates-villa-01\u002Fmerlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","height":293,"__typename":"ImageRendition"},"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-mediumThreeByTwo252.jpg":{"width":252,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fbusiness\u002F16mortgagerates-villa-01\u002Fmerlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","height":168,"__typename":"ImageRendition"},"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-mediumThreeByTwo378.jpg":{"width":378,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fbusiness\u002F16mortgagerates-villa-01\u002Fmerlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","height":252,"__typename":"ImageRendition"},"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-threeByTwoLargeAt2X.jpg":{"width":3500,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fbusiness\u002F16mortgagerates-villa-01\u002Fmerlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-threeByTwoLargeAt2X.jpg","name":"threeByTwoLargeAt2X","height":2333,"__typename":"ImageRendition"},"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-threeByTwoMediumAt2X.jpg":{"width":1500,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fbusiness\u002F16mortgagerates-villa-01\u002Fmerlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-threeByTwoMediumAt2X.jpg","name":"threeByTwoMediumAt2X","height":1000,"__typename":"ImageRendition"},"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-threeByTwoSmallAt2X.jpg":{"width":600,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fbusiness\u002F16mortgagerates-villa-01\u002Fmerlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-threeByTwoSmallAt2X.jpg","name":"threeByTwoSmallAt2X","height":400,"__typename":"ImageRendition"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.6":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2U1OTFlZjQyLWVkZWUtNTQ0Ni1hZDA2LWNkYTI5YTZhY2QxMw==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FlY2QwOTQyLTNkN2EtNTg1MC1hMDYwLTMxOWY0MzI3Y2U2ZA==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FlY2QwOTQyLTNkN2EtNTg1MC1hMDYwLTMxOWY0MzI3Y2U2ZA==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F15\u002Fbusiness\u002Feconomy\u002Fmichael-barr-federal-reserve.html","firstPublished":"2022-04-15T09:00:21.000Z","typeOfMaterials":{"type":"json","json":["News"]},"archiveProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FlY2QwOTQyLTNkN2EtNTg1MC1hMDYwLTMxOWY0MzI3Y2U2ZA==.archiveProperties","typename":"ArticleArchiveProperties"},"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FlY2QwOTQyLTNkN2EtNTg1MC1hMDYwLTMxOWY0MzI3Y2U2ZA==.headline","typename":"CreativeWorkHeadline"},"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FlY2QwOTQyLTNkN2EtNTg1MC1hMDYwLTMxOWY0MzI3Y2U2ZA==.bylines.0","typename":"Byline"}],"kicker":"","summary":"Mr. Barr faced pushback from progressives when his name was floated for a different position.","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzUzNmI3OTEtOTY2OS01NzJlLTkwZTktNTJhMmFiNmZlM2Vi","typename":"Image"},"translations":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FlY2QwOTQyLTNkN2EtNTg1MC1hMDYwLTMxOWY0MzI3Y2U2ZA==.archiveProperties":{"lede":"","__typename":"ArticleArchiveProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FlY2QwOTQyLTNkN2EtNTg1MC1hMDYwLTMxOWY0MzI3Y2U2ZA==.headline":{"default":"Biden to Nominate Michael Barr as Fed Vice Chair for Supervision","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FlY2QwOTQyLTNkN2EtNTg1MC1hMDYwLTMxOWY0MzI3Y2U2ZA==.bylines.0":{"renderedRepresentation":"By Jeanna Smialek","prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9jODkzYmY5YS05NDk0LTU3MmUtYjFlZi0zNDA1MjA1ZTAwNmM=","typename":"Person"}],"__typename":"Byline"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzUzNmI3OTEtOTY2OS01NzJlLTkwZTktNTJhMmFiNmZlM2Vi":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvNzUzNmI3OTEtOTY2OS01NzJlLTkwZTktNTJhMmFiNmZlM2Vi","crops({\"cropNames\":[\"THREE_BY_TWO\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzUzNmI3OTEtOTY2OS01NzJlLTkwZTktNTJhMmFiNmZlM2Vi.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0","typename":"ImageCrop"}]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzUzNmI3OTEtOTY2OS01NzJlLTkwZTktNTJhMmFiNmZlM2Vi.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0":{"name":"THREE_BY_TWO","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-mediumThreeByTwo378.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-threeByTwoLargeAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-threeByTwoSmallAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-thumbWide.jpg":{"width":190,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fmultimedia\u002F15economy-briefing-fed-supervision\u002F15economy-briefing-fed-supervision-thumbWide.jpg","name":"thumbWide","height":126,"__typename":"ImageRendition"},"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-videoThumb.jpg":{"width":75,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fmultimedia\u002F15economy-briefing-fed-supervision\u002F15economy-briefing-fed-supervision-videoThumb.jpg","name":"videoThumb","height":50,"__typename":"ImageRendition"},"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-videoLarge.jpg":{"width":768,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fmultimedia\u002F15economy-briefing-fed-supervision\u002F15economy-briefing-fed-supervision-videoLarge.jpg","name":"videoLarge","height":507,"__typename":"ImageRendition"},"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-mediumThreeByTwo210.jpg":{"width":210,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fmultimedia\u002F15economy-briefing-fed-supervision\u002F15economy-briefing-fed-supervision-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","height":140,"__typename":"ImageRendition"},"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-mediumThreeByTwo225.jpg":{"width":225,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fmultimedia\u002F15economy-briefing-fed-supervision\u002F15economy-briefing-fed-supervision-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","height":150,"__typename":"ImageRendition"},"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-mediumThreeByTwo440.jpg":{"width":440,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fmultimedia\u002F15economy-briefing-fed-supervision\u002F15economy-briefing-fed-supervision-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","height":293,"__typename":"ImageRendition"},"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-mediumThreeByTwo252.jpg":{"width":252,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fmultimedia\u002F15economy-briefing-fed-supervision\u002F15economy-briefing-fed-supervision-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","height":168,"__typename":"ImageRendition"},"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-mediumThreeByTwo378.jpg":{"width":378,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fmultimedia\u002F15economy-briefing-fed-supervision\u002F15economy-briefing-fed-supervision-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","height":252,"__typename":"ImageRendition"},"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-threeByTwoLargeAt2X.jpg":{"width":4096,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fmultimedia\u002F15economy-briefing-fed-supervision\u002F15economy-briefing-fed-supervision-threeByTwoLargeAt2X.jpg","name":"threeByTwoLargeAt2X","height":2730,"__typename":"ImageRendition"},"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-threeByTwoMediumAt2X.jpg":{"width":1500,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fmultimedia\u002F15economy-briefing-fed-supervision\u002F15economy-briefing-fed-supervision-threeByTwoMediumAt2X.jpg","name":"threeByTwoMediumAt2X","height":1000,"__typename":"ImageRendition"},"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-threeByTwoSmallAt2X.jpg":{"width":600,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fmultimedia\u002F15economy-briefing-fed-supervision\u002F15economy-briefing-fed-supervision-threeByTwoSmallAt2X.jpg","name":"threeByTwoSmallAt2X","height":400,"__typename":"ImageRendition"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.7":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FlY2QwOTQyLTNkN2EtNTg1MC1hMDYwLTMxOWY0MzI3Y2U2ZA==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2JlNGJmNjM5LWFiMDYtNTM0Ny1iYmEyLWJjNTFjZDlhOTY0MA==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2JlNGJmNjM5LWFiMDYtNTM0Ny1iYmEyLWJjNTFjZDlhOTY0MA==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F15\u002Fbusiness\u002Fenergy-environment\u002Ffuel-prices-travel-cost.html","firstPublished":"2022-04-15T07:00:12.000Z","typeOfMaterials":{"type":"json","json":["News"]},"archiveProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2JlNGJmNjM5LWFiMDYtNTM0Ny1iYmEyLWJjNTFjZDlhOTY0MA==.archiveProperties","typename":"ArticleArchiveProperties"},"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2JlNGJmNjM5LWFiMDYtNTM0Ny1iYmEyLWJjNTFjZDlhOTY0MA==.headline","typename":"CreativeWorkHeadline"},"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2JlNGJmNjM5LWFiMDYtNTM0Ny1iYmEyLWJjNTFjZDlhOTY0MA==.bylines.0","typename":"Byline"}],"kicker":"","summary":"Supplies are not keeping up with demand, and costs may go higher, experts say.","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2Y3ZmRlOTgtMDg3NC01N2JkLTkzN2QtNTZlM2ZjYTQ0NzMy","typename":"Image"},"translations":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2JlNGJmNjM5LWFiMDYtNTM0Ny1iYmEyLWJjNTFjZDlhOTY0MA==.archiveProperties":{"lede":"","__typename":"ArticleArchiveProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2JlNGJmNjM5LWFiMDYtNTM0Ny1iYmEyLWJjNTFjZDlhOTY0MA==.headline":{"default":"Fuel Prices Send Airfares Higher, but Travelers Seem Ready to Pay","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2JlNGJmNjM5LWFiMDYtNTM0Ny1iYmEyLWJjNTFjZDlhOTY0MA==.bylines.0":{"renderedRepresentation":"By Niraj Chokshi and Clifford Krauss","prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi83MDVmZDg2Zi1lNGM2LTU4MTQtOGI3My0zNjY2Yjc5YzIyZGU=","typename":"Person"},{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi81NmU5YjljNS0wNTRmLTUxY2UtYjM3OS1mNzFjMTBmNmVjMTI=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi83MDVmZDg2Zi1lNGM2LTU4MTQtOGI3My0zNjY2Yjc5YzIyZGU=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi83MDVmZDg2Zi1lNGM2LTU4MTQtOGI3My0zNjY2Yjc5YzIyZGU=","displayName":"Niraj Chokshi","url":"","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4","typename":"Image"},"__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4","crops":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.4","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.5","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.6","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.7","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.8","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.9","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.10","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.11","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.12","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.13","typename":"ImageCrop"}],"__typename":"Image"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-articleLarge-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-articleLarge-v3.png","name":"articleLarge","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-popup-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-popup-v3.png","name":"popup","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-blog480-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-blog480-v3.png","name":"blog480","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-blog533-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-blog533-v3.png","name":"blog533","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-blog427-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-blog427-v3.png","name":"blog427","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-tmagSF-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-tmagSF-v3.png","name":"tmagSF","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-tmagArticle-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-tmagArticle-v3.png","name":"tmagArticle","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-slide-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-slide-v3.png","name":"slide","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-jumbo-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-jumbo-v3.png","name":"jumbo","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-superJumbo-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-superJumbo-v3.png","name":"superJumbo","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-blog225-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-blog225-v3.png","name":"blog225","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-master675-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-master675-v3.png","name":"master675","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-master495-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-master495-v3.png","name":"master495","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-master180-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-master180-v3.png","name":"master180","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-master315-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-master315-v3.png","name":"master315","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-master768-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-master768-v3.png","name":"master768","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-articleLarge-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-popup-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-blog480-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-blog533-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-blog427-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-tmagSF-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-tmagArticle-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-slide-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-jumbo-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-superJumbo-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-blog225-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-master675-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-master495-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-master180-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-master315-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-master768-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-thumbStandard-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-thumbStandard-v3.png","name":"thumbStandard","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-blogSmallThumb-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-blogSmallThumb-v3.png","name":"blogSmallThumb","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-thumbLarge-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-thumbLarge-v3.png","name":"thumbLarge","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-smallSquare168-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-smallSquare168-v3.png","name":"smallSquare168","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-smallSquare252-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-smallSquare252-v3.png","name":"smallSquare252","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-thumbStandard-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-blogSmallThumb-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-thumbLarge-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-smallSquare168-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-smallSquare252-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-square320-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-square320-v3.png","name":"square320","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-moth-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-moth-v3.png","name":"moth","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-filmstrip-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-filmstrip-v3.png","name":"filmstrip","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-square640-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-square640-v3.png","name":"square640","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-mediumSquare149-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-mediumSquare149-v3.png","name":"mediumSquare149","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-mediumSquareAt3X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-mediumSquareAt3X-v3.png","name":"mediumSquareAt3X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-square320-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-moth-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-filmstrip-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-square640-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-mediumSquare149-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-mediumSquareAt3X-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-sfSpan-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-sfSpan-v3.png","name":"sfSpan","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-largeHorizontal375-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-largeHorizontal375-v3.png","name":"largeHorizontal375","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-largeHorizontalJumbo-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-largeHorizontalJumbo-v3.png","name":"largeHorizontalJumbo","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-horizontalMediumAt2X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-horizontalMediumAt2X-v3.png","name":"horizontalMediumAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-sfSpan-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-largeHorizontal375-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-largeHorizontalJumbo-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-horizontalMediumAt2X-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-hpLarge-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-hpLarge-v3.png","name":"hpLarge","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-largeWidescreen573-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-largeWidescreen573-v3.png","name":"largeWidescreen573","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-largeWidescreen1050-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-largeWidescreen1050-v3.png","name":"largeWidescreen1050","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-hpLarge-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-largeWidescreen573-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-largeWidescreen1050-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-thumbWide-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-thumbWide-v3.png","name":"thumbWide","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoThumb-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-videoThumb-v3.png","name":"videoThumb","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoLarge-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-videoLarge-v3.png","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-mediumThreeByTwo210-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-mediumThreeByTwo210-v3.png","name":"mediumThreeByTwo210","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-mediumThreeByTwo225-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-mediumThreeByTwo225-v3.png","name":"mediumThreeByTwo225","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-mediumThreeByTwo440-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-mediumThreeByTwo440-v3.png","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-mediumThreeByTwo252-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-mediumThreeByTwo252-v3.png","name":"mediumThreeByTwo252","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-mediumThreeByTwo378-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-mediumThreeByTwo378-v3.png","name":"mediumThreeByTwo378","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-threeByTwoLargeAt2X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-threeByTwoLargeAt2X-v3.png","name":"threeByTwoLargeAt2X","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-threeByTwoMediumAt2X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-threeByTwoMediumAt2X-v3.png","name":"threeByTwoMediumAt2X","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-threeByTwoSmallAt2X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-threeByTwoSmallAt2X-v3.png","name":"threeByTwoSmallAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.5":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-thumbWide-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoThumb-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoLarge-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-mediumThreeByTwo210-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-mediumThreeByTwo225-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-mediumThreeByTwo440-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-mediumThreeByTwo252-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-mediumThreeByTwo378-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-threeByTwoLargeAt2X-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-threeByTwoMediumAt2X-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-threeByTwoSmallAt2X-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-articleInline-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-articleInline-v3.png","name":"articleInline","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-hpSmall-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-hpSmall-v3.png","name":"hpSmall","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-blogSmallInline-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-blogSmallInline-v3.png","name":"blogSmallInline","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-mediumFlexible177-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-mediumFlexible177-v3.png","name":"mediumFlexible177","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.6":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-articleInline-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-hpSmall-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-blogSmallInline-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-mediumFlexible177-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSmall-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-videoSmall-v3.png","name":"videoSmall","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoHpMedium-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-videoHpMedium-v3.png","name":"videoHpMedium","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine600-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-videoSixteenByNine600-v3.png","name":"videoSixteenByNine600","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine540-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-videoSixteenByNine540-v3.png","name":"videoSixteenByNine540","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine495-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-videoSixteenByNine495-v3.png","name":"videoSixteenByNine495","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine390-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-videoSixteenByNine390-v3.png","name":"videoSixteenByNine390","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine1050-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-videoSixteenByNine1050-v3.png","name":"videoSixteenByNine1050","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine480-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-videoSixteenByNine480-v3.png","name":"videoSixteenByNine480","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine310-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-videoSixteenByNine310-v3.png","name":"videoSixteenByNine310","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine225-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-videoSixteenByNine225-v3.png","name":"videoSixteenByNine225","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine96-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-videoSixteenByNine96-v3.png","name":"videoSixteenByNine96","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine768-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-videoSixteenByNine768-v3.png","name":"videoSixteenByNine768","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine150-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-videoSixteenByNine150-v3.png","name":"videoSixteenByNine150","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNineJumbo1600-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-videoSixteenByNineJumbo1600-v3.png","name":"videoSixteenByNineJumbo1600","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.7":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSmall-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoHpMedium-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine600-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine540-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine495-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine390-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine1050-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine480-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine310-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine225-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine96-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine768-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine150-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNineJumbo1600-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-miniMoth-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-miniMoth-v3.png","name":"miniMoth","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-windowsTile336H-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-windowsTile336H-v3.png","name":"windowsTile336H","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoFifteenBySeven1305-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-videoFifteenBySeven1305-v3.png","name":"videoFifteenBySeven1305","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.8":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-miniMoth-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-windowsTile336H-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoFifteenBySeven1305-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.9":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-facebookJumbo-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-facebookJumbo-v3.png","name":"facebookJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.10":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-facebookJumbo-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-watch308-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-watch308-v3.png","name":"watch308","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-watch268-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-watch268-v3.png","name":"watch268","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.11":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-watch308-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-watch268-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.12":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-mobileMasterAt3x-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-mobileMasterAt3x-v3.png","name":"mobileMasterAt3x","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.13":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-mobileMasterAt3x-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Person:UGVyc29uOm55dDovL3BlcnNvbi81NmU5YjljNS0wNTRmLTUxY2UtYjM3OS1mNzFjMTBmNmVjMTI=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi81NmU5YjljNS0wNTRmLTUxY2UtYjM3OS1mNzFjMTBmNmVjMTI=","displayName":"Clifford Krauss","url":"","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy","typename":"Image"},"__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy","crops":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.4","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.5","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.6","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.7","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.8","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.9","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.10","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.11","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.12","typename":"ImageCrop"}],"__typename":"Image"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-articleLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-articleLarge.png","name":"articleLarge","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-popup.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-popup.png","name":"popup","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-blog480.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-blog480.png","name":"blog480","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-blog533.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-blog533.png","name":"blog533","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-blog427.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-blog427.png","name":"blog427","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-tmagSF.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-tmagSF.png","name":"tmagSF","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-tmagArticle.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-tmagArticle.png","name":"tmagArticle","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-slide.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-slide.png","name":"slide","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-jumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-jumbo.png","name":"jumbo","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-superJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-superJumbo.png","name":"superJumbo","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-blog225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-blog225.png","name":"blog225","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-master675.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-master675.png","name":"master675","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-master495.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-master495.png","name":"master495","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-master180.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-master180.png","name":"master180","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-master315.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-master315.png","name":"master315","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-master768.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-master768.png","name":"master768","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-articleLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-popup.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-blog480.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-blog533.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-blog427.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-tmagSF.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-tmagArticle.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-slide.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-jumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-superJumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-blog225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-master675.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-master495.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-master180.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-master315.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-master768.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-thumbStandard.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-thumbStandard.png","name":"thumbStandard","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-blogSmallThumb.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-blogSmallThumb.png","name":"blogSmallThumb","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-thumbLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-thumbLarge.png","name":"thumbLarge","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-smallSquare168.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-smallSquare168.png","name":"smallSquare168","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-smallSquare252.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-smallSquare252.png","name":"smallSquare252","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-thumbStandard.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-blogSmallThumb.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-thumbLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-smallSquare168.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-smallSquare252.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-square320.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-square320.png","name":"square320","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-moth.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-moth.png","name":"moth","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-filmstrip.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-filmstrip.png","name":"filmstrip","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-square640.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-square640.png","name":"square640","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-mediumSquare149.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-mediumSquare149.png","name":"mediumSquare149","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-square320.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-moth.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-filmstrip.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-square640.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-mediumSquare149.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-sfSpan.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-sfSpan.png","name":"sfSpan","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-largeHorizontal375.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-largeHorizontal375.png","name":"largeHorizontal375","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-largeHorizontalJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-largeHorizontalJumbo.png","name":"largeHorizontalJumbo","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-horizontalMediumAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-horizontalMediumAt2X.png","name":"horizontalMediumAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-sfSpan.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-largeHorizontal375.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-largeHorizontalJumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-horizontalMediumAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-hpLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-hpLarge.png","name":"hpLarge","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-largeWidescreen573.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-largeWidescreen573.png","name":"largeWidescreen573","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-largeWidescreen1050.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-largeWidescreen1050.png","name":"largeWidescreen1050","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-hpLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-largeWidescreen573.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-largeWidescreen1050.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-thumbWide.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-thumbWide.png","name":"thumbWide","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoThumb.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-videoThumb.png","name":"videoThumb","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-videoLarge.png","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-mediumThreeByTwo210.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-mediumThreeByTwo210.png","name":"mediumThreeByTwo210","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-mediumThreeByTwo225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-mediumThreeByTwo225.png","name":"mediumThreeByTwo225","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-mediumThreeByTwo440.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-mediumThreeByTwo440.png","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-mediumThreeByTwo252.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-mediumThreeByTwo252.png","name":"mediumThreeByTwo252","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-mediumThreeByTwo378.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-mediumThreeByTwo378.png","name":"mediumThreeByTwo378","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-threeByTwoLargeAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-threeByTwoLargeAt2X.png","name":"threeByTwoLargeAt2X","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-threeByTwoMediumAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-threeByTwoMediumAt2X.png","name":"threeByTwoMediumAt2X","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-threeByTwoSmallAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-threeByTwoSmallAt2X.png","name":"threeByTwoSmallAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.5":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-thumbWide.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoThumb.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-mediumThreeByTwo210.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-mediumThreeByTwo225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-mediumThreeByTwo440.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-mediumThreeByTwo252.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-mediumThreeByTwo378.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-threeByTwoLargeAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-threeByTwoMediumAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-threeByTwoSmallAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-articleInline.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-articleInline.png","name":"articleInline","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-hpSmall.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-hpSmall.png","name":"hpSmall","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-blogSmallInline.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-blogSmallInline.png","name":"blogSmallInline","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-mediumFlexible177.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-mediumFlexible177.png","name":"mediumFlexible177","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.6":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-articleInline.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-hpSmall.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-blogSmallInline.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-mediumFlexible177.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSmall.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-videoSmall.png","name":"videoSmall","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoHpMedium.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-videoHpMedium.png","name":"videoHpMedium","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine600.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-videoSixteenByNine600.png","name":"videoSixteenByNine600","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine540.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-videoSixteenByNine540.png","name":"videoSixteenByNine540","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine495.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-videoSixteenByNine495.png","name":"videoSixteenByNine495","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine390.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-videoSixteenByNine390.png","name":"videoSixteenByNine390","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine1050.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-videoSixteenByNine1050.png","name":"videoSixteenByNine1050","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine480.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-videoSixteenByNine480.png","name":"videoSixteenByNine480","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine310.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-videoSixteenByNine310.png","name":"videoSixteenByNine310","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-videoSixteenByNine225.png","name":"videoSixteenByNine225","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine96.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-videoSixteenByNine96.png","name":"videoSixteenByNine96","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine768.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-videoSixteenByNine768.png","name":"videoSixteenByNine768","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine150.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-videoSixteenByNine150.png","name":"videoSixteenByNine150","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNineJumbo1600.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-videoSixteenByNineJumbo1600.png","name":"videoSixteenByNineJumbo1600","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.7":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSmall.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoHpMedium.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine600.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine540.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine495.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine390.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine1050.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine480.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine310.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine96.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine768.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine150.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNineJumbo1600.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-miniMoth.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-miniMoth.png","name":"miniMoth","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-windowsTile336H.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-windowsTile336H.png","name":"windowsTile336H","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoFifteenBySeven1305.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-videoFifteenBySeven1305.png","name":"videoFifteenBySeven1305","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.8":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-miniMoth.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-windowsTile336H.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoFifteenBySeven1305.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.9":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-facebookJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-facebookJumbo.png","name":"facebookJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.10":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-facebookJumbo.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-watch308.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-watch308.png","name":"watch308","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-watch268.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-watch268.png","name":"watch268","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.11":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-watch308.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-watch268.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.12":{"renditions":[],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2Y3ZmRlOTgtMDg3NC01N2JkLTkzN2QtNTZlM2ZjYTQ0NzMy":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvM2Y3ZmRlOTgtMDg3NC01N2JkLTkzN2QtNTZlM2ZjYTQ0NzMy","crops({\"cropNames\":[\"THREE_BY_TWO\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2Y3ZmRlOTgtMDg3NC01N2JkLTkzN2QtNTZlM2ZjYTQ0NzMy.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0","typename":"ImageCrop"}]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2Y3ZmRlOTgtMDg3NC01N2JkLTkzN2QtNTZlM2ZjYTQ0NzMy.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0":{"name":"THREE_BY_TWO","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-thumbWide-v3.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-videoThumb-v3.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-videoLarge-v3.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-mediumThreeByTwo210-v3.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-mediumThreeByTwo225-v3.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-mediumThreeByTwo440-v3.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-mediumThreeByTwo252-v3.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-mediumThreeByTwo378-v3.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-threeByTwoLargeAt2X-v3.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-threeByTwoMediumAt2X-v3.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-threeByTwoSmallAt2X-v3.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-thumbWide-v3.jpg":{"width":190,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F14\u002Fbusiness\u002F14jet-fuel01\u002F14jet-fuel01-thumbWide-v3.jpg","name":"thumbWide","height":126,"__typename":"ImageRendition"},"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-videoThumb-v3.jpg":{"width":75,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F14\u002Fbusiness\u002F14jet-fuel01\u002F14jet-fuel01-videoThumb-v3.jpg","name":"videoThumb","height":50,"__typename":"ImageRendition"},"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-videoLarge-v3.jpg":{"width":768,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F14\u002Fbusiness\u002F14jet-fuel01\u002F14jet-fuel01-videoLarge-v3.jpg","name":"videoLarge","height":507,"__typename":"ImageRendition"},"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-mediumThreeByTwo210-v3.jpg":{"width":210,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F14\u002Fbusiness\u002F14jet-fuel01\u002F14jet-fuel01-mediumThreeByTwo210-v3.jpg","name":"mediumThreeByTwo210","height":140,"__typename":"ImageRendition"},"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-mediumThreeByTwo225-v3.jpg":{"width":225,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F14\u002Fbusiness\u002F14jet-fuel01\u002F14jet-fuel01-mediumThreeByTwo225-v3.jpg","name":"mediumThreeByTwo225","height":150,"__typename":"ImageRendition"},"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-mediumThreeByTwo440-v3.jpg":{"width":440,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F14\u002Fbusiness\u002F14jet-fuel01\u002F14jet-fuel01-mediumThreeByTwo440-v3.jpg","name":"mediumThreeByTwo440","height":293,"__typename":"ImageRendition"},"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-mediumThreeByTwo252-v3.jpg":{"width":252,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F14\u002Fbusiness\u002F14jet-fuel01\u002F14jet-fuel01-mediumThreeByTwo252-v3.jpg","name":"mediumThreeByTwo252","height":168,"__typename":"ImageRendition"},"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-mediumThreeByTwo378-v3.jpg":{"width":378,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F14\u002Fbusiness\u002F14jet-fuel01\u002F14jet-fuel01-mediumThreeByTwo378-v3.jpg","name":"mediumThreeByTwo378","height":252,"__typename":"ImageRendition"},"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-threeByTwoLargeAt2X-v3.jpg":{"width":4090,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F14\u002Fbusiness\u002F14jet-fuel01\u002F14jet-fuel01-threeByTwoLargeAt2X-v3.jpg","name":"threeByTwoLargeAt2X","height":2726,"__typename":"ImageRendition"},"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-threeByTwoMediumAt2X-v3.jpg":{"width":1500,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F14\u002Fbusiness\u002F14jet-fuel01\u002F14jet-fuel01-threeByTwoMediumAt2X-v3.jpg","name":"threeByTwoMediumAt2X","height":1000,"__typename":"ImageRendition"},"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-threeByTwoSmallAt2X-v3.jpg":{"width":600,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F14\u002Fbusiness\u002F14jet-fuel01\u002F14jet-fuel01-threeByTwoSmallAt2X-v3.jpg","name":"threeByTwoSmallAt2X","height":400,"__typename":"ImageRendition"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.8":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2JlNGJmNjM5LWFiMDYtNTM0Ny1iYmEyLWJjNTFjZDlhOTY0MA==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NkNjk3M2YwLThhMmItNTlhNi04MzlmLTA5MjkyYmM2ZGUyNA==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NkNjk3M2YwLThhMmItNTlhNi04MzlmLTA5MjkyYmM2ZGUyNA==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F14\u002Ftechnology\u002Fgopuff-delivery.html","firstPublished":"2022-04-14T09:00:23.000Z","typeOfMaterials":{"type":"json","json":["News"]},"archiveProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NkNjk3M2YwLThhMmItNTlhNi04MzlmLTA5MjkyYmM2ZGUyNA==.archiveProperties","typename":"ArticleArchiveProperties"},"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NkNjk3M2YwLThhMmItNTlhNi04MzlmLTA5MjkyYmM2ZGUyNA==.headline","typename":"CreativeWorkHeadline"},"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NkNjk3M2YwLThhMmItNTlhNi04MzlmLTA5MjkyYmM2ZGUyNA==.bylines.0","typename":"Byline"}],"kicker":"","summary":"The $15 billion rapid-delivery start-up decided to do business differently from rivals like Instacart. A changing environment is testing its model.","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzI0OGFiODYtMjk3OC01ZjgzLTg3ODctN2M1YjA1ZjlkN2Vm","typename":"Image"},"translations":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NkNjk3M2YwLThhMmItNTlhNi04MzlmLTA5MjkyYmM2ZGUyNA==.archiveProperties":{"lede":"","__typename":"ArticleArchiveProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NkNjk3M2YwLThhMmItNTlhNi04MzlmLTA5MjkyYmM2ZGUyNA==.headline":{"default":"Gopuff Does Deliveries in 30 Minutes or Less. It’s Also Buying Time for Itself.","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NkNjk3M2YwLThhMmItNTlhNi04MzlmLTA5MjkyYmM2ZGUyNA==.bylines.0":{"renderedRepresentation":"By Erin Woo","prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi85YjNhNDhlOS05NDA2LTVmN2EtYWFmNS1jOWRmMGUxY2EyYjY=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi85YjNhNDhlOS05NDA2LTVmN2EtYWFmNS1jOWRmMGUxY2EyYjY=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi85YjNhNDhlOS05NDA2LTVmN2EtYWFmNS1jOWRmMGUxY2EyYjY=","displayName":"Erin Woo","url":"","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0","typename":"Image"},"__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0","crops":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.4","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.5","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.6","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.7","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.8","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.9","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.10","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.11","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.12","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.13","typename":"ImageCrop"}],"__typename":"Image"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-articleLarge-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-articleLarge-v3.png","name":"articleLarge","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-popup-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-popup-v3.png","name":"popup","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-blog480-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-blog480-v3.png","name":"blog480","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-blog533-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-blog533-v3.png","name":"blog533","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-blog427-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-blog427-v3.png","name":"blog427","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-tmagSF-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-tmagSF-v3.png","name":"tmagSF","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-tmagArticle-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-tmagArticle-v3.png","name":"tmagArticle","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-slide-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-slide-v3.png","name":"slide","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-jumbo-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-jumbo-v3.png","name":"jumbo","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-superJumbo-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-superJumbo-v3.png","name":"superJumbo","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-blog225-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-blog225-v3.png","name":"blog225","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-master675-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-master675-v3.png","name":"master675","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-master495-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-master495-v3.png","name":"master495","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-master180-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-master180-v3.png","name":"master180","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-master315-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-master315-v3.png","name":"master315","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-master768-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-master768-v3.png","name":"master768","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-articleLarge-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-popup-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-blog480-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-blog533-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-blog427-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-tmagSF-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-tmagArticle-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-slide-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-jumbo-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-superJumbo-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-blog225-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-master675-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-master495-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-master180-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-master315-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-master768-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-thumbStandard-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-thumbStandard-v3.png","name":"thumbStandard","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-blogSmallThumb-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-blogSmallThumb-v3.png","name":"blogSmallThumb","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-thumbLarge-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-thumbLarge-v3.png","name":"thumbLarge","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-smallSquare168-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-smallSquare168-v3.png","name":"smallSquare168","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-smallSquare252-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-smallSquare252-v3.png","name":"smallSquare252","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-thumbStandard-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-blogSmallThumb-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-thumbLarge-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-smallSquare168-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-smallSquare252-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-square320-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-square320-v3.png","name":"square320","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-moth-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-moth-v3.png","name":"moth","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-filmstrip-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-filmstrip-v3.png","name":"filmstrip","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-square640-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-square640-v3.png","name":"square640","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-mediumSquare149-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-mediumSquare149-v3.png","name":"mediumSquare149","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-mediumSquareAt3X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-mediumSquareAt3X-v3.png","name":"mediumSquareAt3X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-square320-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-moth-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-filmstrip-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-square640-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-mediumSquare149-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-mediumSquareAt3X-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-sfSpan-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-sfSpan-v3.png","name":"sfSpan","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-largeHorizontal375-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-largeHorizontal375-v3.png","name":"largeHorizontal375","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-largeHorizontalJumbo-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-largeHorizontalJumbo-v3.png","name":"largeHorizontalJumbo","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-horizontalMediumAt2X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-horizontalMediumAt2X-v3.png","name":"horizontalMediumAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-sfSpan-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-largeHorizontal375-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-largeHorizontalJumbo-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-horizontalMediumAt2X-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-hpLarge-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-hpLarge-v3.png","name":"hpLarge","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-largeWidescreen573-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-largeWidescreen573-v3.png","name":"largeWidescreen573","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-largeWidescreen1050-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-largeWidescreen1050-v3.png","name":"largeWidescreen1050","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-hpLarge-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-largeWidescreen573-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-largeWidescreen1050-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-thumbWide-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-thumbWide-v3.png","name":"thumbWide","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoThumb-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-videoThumb-v3.png","name":"videoThumb","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoLarge-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-videoLarge-v3.png","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-mediumThreeByTwo210-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-mediumThreeByTwo210-v3.png","name":"mediumThreeByTwo210","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-mediumThreeByTwo225-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-mediumThreeByTwo225-v3.png","name":"mediumThreeByTwo225","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-mediumThreeByTwo440-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-mediumThreeByTwo440-v3.png","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-mediumThreeByTwo252-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-mediumThreeByTwo252-v3.png","name":"mediumThreeByTwo252","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-mediumThreeByTwo378-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-mediumThreeByTwo378-v3.png","name":"mediumThreeByTwo378","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-threeByTwoLargeAt2X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-threeByTwoLargeAt2X-v3.png","name":"threeByTwoLargeAt2X","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-threeByTwoMediumAt2X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-threeByTwoMediumAt2X-v3.png","name":"threeByTwoMediumAt2X","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-threeByTwoSmallAt2X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-threeByTwoSmallAt2X-v3.png","name":"threeByTwoSmallAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.5":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-thumbWide-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoThumb-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoLarge-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-mediumThreeByTwo210-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-mediumThreeByTwo225-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-mediumThreeByTwo440-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-mediumThreeByTwo252-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-mediumThreeByTwo378-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-threeByTwoLargeAt2X-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-threeByTwoMediumAt2X-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-threeByTwoSmallAt2X-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-articleInline-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-articleInline-v3.png","name":"articleInline","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-hpSmall-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-hpSmall-v3.png","name":"hpSmall","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-blogSmallInline-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-blogSmallInline-v3.png","name":"blogSmallInline","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-mediumFlexible177-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-mediumFlexible177-v3.png","name":"mediumFlexible177","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.6":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-articleInline-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-hpSmall-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-blogSmallInline-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-mediumFlexible177-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSmall-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-videoSmall-v3.png","name":"videoSmall","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoHpMedium-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-videoHpMedium-v3.png","name":"videoHpMedium","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine600-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-videoSixteenByNine600-v3.png","name":"videoSixteenByNine600","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine540-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-videoSixteenByNine540-v3.png","name":"videoSixteenByNine540","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine495-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-videoSixteenByNine495-v3.png","name":"videoSixteenByNine495","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine390-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-videoSixteenByNine390-v3.png","name":"videoSixteenByNine390","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine1050-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-videoSixteenByNine1050-v3.png","name":"videoSixteenByNine1050","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine480-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-videoSixteenByNine480-v3.png","name":"videoSixteenByNine480","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine310-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-videoSixteenByNine310-v3.png","name":"videoSixteenByNine310","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine225-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-videoSixteenByNine225-v3.png","name":"videoSixteenByNine225","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine96-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-videoSixteenByNine96-v3.png","name":"videoSixteenByNine96","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine768-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-videoSixteenByNine768-v3.png","name":"videoSixteenByNine768","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine150-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-videoSixteenByNine150-v3.png","name":"videoSixteenByNine150","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNineJumbo1600-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-videoSixteenByNineJumbo1600-v3.png","name":"videoSixteenByNineJumbo1600","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.7":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSmall-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoHpMedium-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine600-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine540-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine495-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine390-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine1050-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine480-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine310-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine225-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine96-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine768-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine150-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNineJumbo1600-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-miniMoth-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-miniMoth-v3.png","name":"miniMoth","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-windowsTile336H-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-windowsTile336H-v3.png","name":"windowsTile336H","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoFifteenBySeven1305-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-videoFifteenBySeven1305-v3.png","name":"videoFifteenBySeven1305","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.8":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-miniMoth-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-windowsTile336H-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoFifteenBySeven1305-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.9":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-facebookJumbo-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-facebookJumbo-v3.png","name":"facebookJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.10":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-facebookJumbo-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-watch308-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-watch308-v3.png","name":"watch308","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-watch268-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-watch268-v3.png","name":"watch268","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.11":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-watch308-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-watch268-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.12":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-mobileMasterAt3x-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-mobileMasterAt3x-v3.png","name":"mobileMasterAt3x","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.13":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-mobileMasterAt3x-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzI0OGFiODYtMjk3OC01ZjgzLTg3ODctN2M1YjA1ZjlkN2Vm":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvYzI0OGFiODYtMjk3OC01ZjgzLTg3ODctN2M1YjA1ZjlkN2Vm","crops({\"cropNames\":[\"THREE_BY_TWO\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzI0OGFiODYtMjk3OC01ZjgzLTg3ODctN2M1YjA1ZjlkN2Vm.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0","typename":"ImageCrop"}]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzI0OGFiODYtMjk3OC01ZjgzLTg3ODctN2M1YjA1ZjlkN2Vm.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0":{"name":"THREE_BY_TWO","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-mediumThreeByTwo378.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-threeByTwoLargeAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-threeByTwoSmallAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-thumbWide.jpg":{"width":190,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F06\u002Fbusiness\u002F00gopuff1\u002Fmerlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-thumbWide.jpg","name":"thumbWide","height":126,"__typename":"ImageRendition"},"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-videoThumb.jpg":{"width":75,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F06\u002Fbusiness\u002F00gopuff1\u002Fmerlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-videoThumb.jpg","name":"videoThumb","height":50,"__typename":"ImageRendition"},"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-videoLarge.jpg":{"width":768,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F06\u002Fbusiness\u002F00gopuff1\u002Fmerlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-videoLarge.jpg","name":"videoLarge","height":507,"__typename":"ImageRendition"},"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-mediumThreeByTwo210.jpg":{"width":210,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F06\u002Fbusiness\u002F00gopuff1\u002Fmerlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","height":140,"__typename":"ImageRendition"},"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-mediumThreeByTwo225.jpg":{"width":225,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F06\u002Fbusiness\u002F00gopuff1\u002Fmerlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","height":150,"__typename":"ImageRendition"},"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-mediumThreeByTwo440.jpg":{"width":440,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F06\u002Fbusiness\u002F00gopuff1\u002Fmerlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","height":293,"__typename":"ImageRendition"},"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-mediumThreeByTwo252.jpg":{"width":252,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F06\u002Fbusiness\u002F00gopuff1\u002Fmerlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","height":168,"__typename":"ImageRendition"},"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-mediumThreeByTwo378.jpg":{"width":378,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F06\u002Fbusiness\u002F00gopuff1\u002Fmerlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","height":252,"__typename":"ImageRendition"},"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-threeByTwoLargeAt2X.jpg":{"width":4000,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F06\u002Fbusiness\u002F00gopuff1\u002Fmerlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-threeByTwoLargeAt2X.jpg","name":"threeByTwoLargeAt2X","height":2667,"__typename":"ImageRendition"},"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-threeByTwoMediumAt2X.jpg":{"width":1500,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F06\u002Fbusiness\u002F00gopuff1\u002Fmerlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-threeByTwoMediumAt2X.jpg","name":"threeByTwoMediumAt2X","height":1000,"__typename":"ImageRendition"},"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-threeByTwoSmallAt2X.jpg":{"width":600,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F06\u002Fbusiness\u002F00gopuff1\u002Fmerlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-threeByTwoSmallAt2X.jpg","name":"threeByTwoSmallAt2X","height":400,"__typename":"ImageRendition"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.9":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NkNjk3M2YwLThhMmItNTlhNi04MzlmLTA5MjkyYmM2ZGUyNA==","typename":"Article"},"__typename":"AssetsEdge"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.highlights({\"first\":20}).pageInfo":{"hasNextPage":false,"hasPreviousPage":false,"startCursor":null,"endCursor":null,"__typename":"PageInfo"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.highlights({\"first\":20})":{"pageInfo":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.highlights({\"first\":20}).pageInfo","typename":"PageInfo"},"__typename":"AssetsConnection","edges":[]},"ROOT_QUERY":{"workOrLocation({\"id\":\"\u002Fsection\u002Fbusiness\u002Feconomy\"})":{"type":"id","generated":false,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==","typename":"LegacyCollection"}}},"config":{"gqlUrlClient":"https:\u002F\u002Fsamizdat-graphql.nytimes.com\u002Fgraphql\u002Fv2","gqlRequestHeaders":{"nyt-app-type":"project-vi","nyt-app-version":"0.0.5","nyt-token":"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs+\u002FoUCTBmD\u002FcLdmcecrnBMHiU\u002FpxQCn2DDyaPKUOXxi4p0uUSZQzsuq1pJ1m5z1i0YGPd1U1OeGHAChWtqoxC7bFMCXcwnE1oyui9G1uobgpm1GdhtwkR7ta7akVTcsF8zxiXx7DNXIPd2nIJFH83rmkZueKrC4JVaNzjvD+Z03piLn5bHWU6+w+rA+kyJtGgZNTXKyPh6EC6o5N+rknNMG5+CdTq35p8f99WjFawSvYgP9V64kgckbTbtdJ6YhVP58TnuYgr12urtwnIqWP9KSJ1e5vmgf3tunMqWNm6+AnsqNj8mCLdCuc5cEB74CwUeQcP2HQQmbCddBy2y0mEwIDAQAB"},"gqlFetchTimeout":4000,"disablePersistedQueries":false,"fastlyHeaders":{},"initialDeviceType":"desktop","fastlyAbraConfig":{},"internalPreviewConfig":{"meter":undefined,"swg":undefined},"serviceWorkerFile":"service-worker-test-1650475080620.js"},"ssrQuery":{},"initialLocation":{"pathname":"\u002Finternational\u002Fsection\u002Fbusiness\u002Feconomy","search":""}};</script>
<script>!function(e){function a(a){for(var r,o,n=a[0],i=a[1],s=a[2],b=0,l=[];b<n.length;b++)o=n[b],Object.prototype.hasOwnProperty.call(d,o)&&d[o]&&l.push(d[o][0]),d[o]=0;for(r in i)Object.prototype.hasOwnProperty.call(i,r)&&(e[r]=i[r]);for(f&&f(a);l.length;)l.shift()();return t.push.apply(t,s||[]),c()}function c(){for(var e,a=0;a<t.length;a++){for(var c=t[a],r=!0,n=1;n<c.length;n++){var i=c[n];0!==d[i]&&(r=!1)}r&&(t.splice(a--,1),e=o(o.s=c[0]))}return e}var r={},d={84:0},t=[];function o(a){if(r[a])return r[a].exports;var c=r[a]={i:a,l:!1,exports:{}};return e[a].call(c.exports,c,c.exports,o),c.l=!0,c.exports}o.e=function(e){var a=[],c=d[e];if(0!==c)if(c)a.push(c[2]);else{var r=new Promise((function(a,r){c=d[e]=[a,r]}));a.push(c[2]=r);var t,n=document.createElement("script");n.charset="utf-8",n.timeout=120,o.nc&&n.setAttribute("nonce",o.nc),n.src=function(e){return o.p+""+({1:"vendors~answerpage~audio~bestsellers~byline~capsule~collections~explainer~home~hubpage~liveblog~mark~58f33aa8",2:"vendors~audio~byline~capsule~clientSideCapsule~collections~explainer~liveblog~paidpost~slideshow~sto~a2187976",3:"vendors~audio~capsule~card~clientSideCapsule~collections~explainer~home~liveblog~paidpost~story~tren~0ac42215",4:"answerpage~bestsellers~card~hubpage~markets~privacy~reviews~search~timeswire~trending~weddings",5:"answerpage~bestsellers~hubpage~markets~reviews~your-list",6:"freeaccess~getstarted~recirculation~welcomeBannerRecirculationBlock~welcomesubscriber",7:"vendors~emailsignup~newsletter~newsletters~recirculation",8:"freeaccess~getstarted~welcomesubscriber",9:"getstarted~postLoginInterrupter~welcomesubscriber",10:"vendors~byline~timeswire~your-list",11:"coderedeem~freeaccess",12:"explainerRecirculation~liveRecirculation",13:"livePostHeader~liveRecirculation",14:"newsletter~newsletters",15:"vendors~clientSideCapsule~home",16:"vendors~commentsForm~weddings",17:"NotificationToggle",18:"activationBlock",19:"additionalPlaylists",21:"answerpage",22:"ask",23:"audio",24:"audioblock",25:"bestsellers",26:"blank",27:"byline",28:"canadaHamburgerNavData",29:"canadaSiteIndexData",30:"capsule",31:"card",32:"clientSideCapsule",33:"coderedeem",34:"collections",35:"comments",36:"commentsForm",37:"datasubjectrequest",38:"datasubjectrequestverification",39:"dealbook",40:"defaultHamburgerNavData",41:"defaultSiteIndexData",42:"desktopNav",43:"emailsignup",44:"episodefooter",45:"explainer",46:"explainerPostHeader",47:"explainerRecirculation",48:"foo",49:"footerBlock",50:"freeaccess",51:"getstarted",52:"headerfullbleedhorizontal",53:"headerfullbleedvertical",54:"headerlivebriefingvi",55:"home",56:"hubpage",59:"internationalHamburgerNavData",60:"internationalSiteIndexData",61:"lens",62:"livePostHeader",63:"liveRecirculation",64:"liveblog",66:"markets",67:"mortgagecalculator",68:"newsletter",69:"newsletters",70:"opinion",71:"paidpost",72:"phone-number-input",73:"postLoginInterrupter",74:"privacy",75:"producernotes",76:"recirculation",77:"refer",78:"related-coverage-chunk",79:"reviewheader",80:"reviews",85:"search",86:"siteIndexContent",87:"sitemap",88:"slideshow",89:"slideshowinline",90:"stickyfilljs",91:"story",92:"surveywithdrawconsent",93:"timeswire",94:"trending",95:"upshot",98:"vendors~ask",99:"vendors~audioblock",100:"vendors~card",101:"vendors~episodefooter",102:"vendors~footerBlock",103:"vendors~headerlivebriefingvi",104:"vendors~livePostHeader",105:"vendors~mortgagecalculator",106:"vendors~phone-number-input",107:"vendors~producernotes",108:"vendors~recirculation",109:"vendors~reviewheader",110:"vendors~search",111:"vendors~slideshow",112:"vendors~slideshowinline",113:"vendors~videoblock",114:"vendors~weddings",115:"vendors~well",116:"video",117:"videoblock",118:"weddings",119:"welcomeBannerRecirculationBlock",120:"welcomesubscriber",121:"well",122:"world-cup-2019",123:"your-list"}[e]||e)+"-"+{1:"b557b7c4c18a8dc1b80d",2:"e3f089a627764c56e473",3:"d200ab0916f6e87d55fd",4:"b0b86f0f9f3062f43f21",5:"3686b59dfb321c715bc5",6:"6bf973520d2f47a2868c",7:"e04070080e704a9ce8b6",8:"de92cb0c2c77eebaae2d",9:"a291c7cefb0a179557ae",10:"3f44c444b8f4c145dc81",11:"83322cd33a5c926389a0",12:"6ad118ddf23aec0b23fd",13:"4cd8951d4c2bf0c4e7d2",14:"d887f3a3f13619a065cf",15:"5e0ae82736025b1547f7",16:"5dbbfc94789a78666367",17:"55426c668b44c8765921",18:"d84283eed398a89ae3b4",19:"9815531a8c4bd8e6bf88",21:"c13eaedbac7b8ab6aa59",22:"dc8afe8c5011447cb013",23:"56b3e79603d2c7c42517",24:"cc711b4c7b285734e0d4",25:"40b1ea2e52f41c77316b",26:"d2eea6350f02b350f813",27:"aaf76d78bc667dcfbe9f",28:"8a65dc76164f45dc1ad1",29:"2eabc61552e4e41ecc17",30:"5985cc3acfe55d75d4d1",31:"b08acf4cf35bfa3859e0",32:"39d528b763203d66dd7e",33:"29a4f072803bebb8d6a4",34:"c944c7ca1d288ad130f6",35:"d4109be247cbe5cf1a57",36:"8c38be429e8f177e1191",37:"69f63ff2a8f44f0dba7c",38:"34e63c0d1e57786735b5",39:"c35360725778b6d70278",40:"351988a5935c73ab3140",41:"18152e66172d502214e8",42:"8e9278c9d70822a013a3",43:"5ca9d53eeccce00317a8",44:"26f2f7e54c568f9b8a5f",45:"85e9cd28a9db3d07493a",46:"9094300debbd19741b8a",47:"cb30696e0842843798b9",48:"b4ecbedcb7c09dda2512",49:"a2d8eaced77d514818ed",50:"4d069a5d759ccd5a5a19",51:"0361c4031d895eed6729",52:"d04c007a3394938a1ba0",53:"adfc9977aabbb541b16c",54:"7441f97088e8b840dd0d",55:"f954ee96e74681566181",56:"00bfd767896d3518934a",59:"1f092b7638753868afa1",60:"5c5fedc043752dfd5346",61:"d89ebf4d13762fce3272",62:"54190ba79c9df963e047",63:"ec0b923961ed5e6a46d0",64:"67e638d86459d165070d",66:"f23f56965172837a2437",67:"6d5b9b1477dfa8ff02af",68:"6fb957d7684dc977265b",69:"4e1b0df97b6a18ab6238",70:"e96d135144eb7d21b18b",71:"d7d06e1917b28ae32db9",72:"1b28ee1f310c03ecfc64",73:"da077b71b092ef198168",74:"926c9c94c89fc8f43de7",75:"53c78ed2c602f7110819",76:"b7156937257457d75628",77:"53cf769873ea874f1344",78:"df9e8c92882de59f70cc",79:"dfed611e96c6b6656fc0",80:"57e6a28a46265614ce03",85:"bcf5ca6626fa2baa5c59",86:"d5a8468aace816a9ace8",87:"140226aa9cf0e4bca555",88:"f275930c8821595839c3",89:"d41f327236983a3d4d41",90:"6ce2b60c6b332110493b",91:"993002c0930e126957a4",92:"5407684f02a878b8b704",93:"b36b257872cbdff9384f",94:"8bf7dbb34e5de3c3e6f1",95:"02c1753a00c56ff988ae",98:"9917b0f07abe3d3245dc",99:"69c38c8260f6486a1dcb",100:"8a9c3703059a9c3a08bb",101:"d73c0f3cd0bbe1ee4be0",102:"da78e6d21ee93729ef86",103:"79be73384fafe1c27d71",104:"085d2935a17a992cfa8a",105:"a131ae9dbe581d7e0292",106:"50b0610e75d438546482",107:"1217c59ce471a7461947",108:"d9af1a724f8c9e2a2478",109:"fba3b86f9d60a1064f4a",110:"e40264fe9fcc6e178a4c",111:"7d7c99a271f2fb91bf39",112:"4a839e22fdfc400aab21",113:"7be13e51ca2d793468c4",114:"f943e8578b5d008c59ca",115:"1230ef72910c62878ad0",116:"535a8c00125d64e3593a",117:"7a4e398392d2ec02b96f",118:"4d0aad1cf36a77dbec8b",119:"06258acbaf3a68297e56",120:"242f6b310f300f87f3c9",121:"279266e7e5087b1829b8",122:"e049c2d9378606750a50",123:"9c4a80f337794d71f3d4"}[e]+".js"}(e);var i=new Error;t=function(a){n.onerror=n.onload=null,clearTimeout(s);var c=d[e];if(0!==c){if(c){var r=a&&("load"===a.type?"missing":a.type),t=a&&a.target&&a.target.src;i.message="Loading chunk "+e+" failed.\n("+r+": "+t+")",i.name="ChunkLoadError",i.type=r,i.request=t,c[1](i)}d[e]=void 0}};var s=setTimeout((function(){t({type:"timeout",target:n})}),12e4);n.onerror=n.onload=t,document.head.appendChild(n)}return Promise.all(a)},o.m=e,o.c=r,o.d=function(e,a,c){o.o(e,a)||Object.defineProperty(e,a,{enumerable:!0,get:c})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(e,a){if(1&a&&(e=o(e)),8&a)return e;if(4&a&&"object"==typeof e&&e&&e.__esModule)return e;var c=Object.create(null);if(o.r(c),Object.defineProperty(c,"default",{enumerable:!0,value:e}),2&a&&"string"!=typeof e)for(var r in e)o.d(c,r,function(a){return e[a]}.bind(null,r));return c},o.n=function(e){var a=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(a,"a",a),a},o.o=function(e,a){return Object.prototype.hasOwnProperty.call(e,a)},o.p="/vi-assets/static-assets/",o.oe=function(e){throw console.error(e),e};var n=window.webpackJsonp=window.webpackJsonp||[],i=n.push.bind(n);n.push=a,n=n.slice();for(var s=0;s<n.length;s++)a(n[s]);var f=i;c()}([]);
//# sourceMappingURL=runtime~main-b7d6d4cba8aa37f2c2cc.js.map</script>
<script defer src="/vi-assets/static-assets/vendor-e22d19e4128a4af60324.js"></script>
<script defer src="/vi-assets/static-assets/collections-c944c7ca1d288ad130f6.js"></script>
<script defer src="/vi-assets/static-assets/main-43f56529869a13dec56a.js"></script>
<script>(function () { var _f=function(){try{var e=["first-paint","first-contentful-paint","userBtnRender","appRenderTime"];new window.PerformanceObserver(function(r){for(var n=r.getEntries(),a=0;a<n.length;a+=1){var t=n[a];if(e.indexOf(t.name)>-1){var i={};i[t.name]=Math.round(t.duration||t.startTime),(window.dataLayer=window.dataLayer||[]).push({event:"performance",pageview:{performance:i}})}}}).observe({entryTypes:["mark","measure","paint"]})}catch(e){}};;_f.apply(null, []); })();(function () { var _f=function(){!function(){if(1===Math.floor(20*Math.random())&&(!window.BOOMR||!window.BOOMR.version&&!window.BOOMR.snippetExecuted)){window.BOOMR=window.BOOMR||{},window.BOOMR.snippetStart=(new Date).getTime(),window.BOOMR.snippetExecuted=!0,window.BOOMR.snippetVersion=14,window.BOOMR.url="https://s.go-mpulse.net/boomerang/ATH8A-MAMN8-XPXCH-N5KAX-8D239";var e=(document.currentScript||document.getElementsByTagName("script")[0]).parentNode,n=!1,t=document.createElement("link");t.relList&&"function"==typeof t.relList.supports&&t.relList.supports("preload")&&"as"in t?(window.BOOMR.snippetMethod="p",t.href=window.BOOMR.url,t.rel="preload",t.as="script",t.addEventListener("load",function(){if(!n){var t=document.createElement("script");t.id="boomr-scr-as",t.src=window.BOOMR.url,t.async=!0,e.appendChild(t),n=!0}}),t.addEventListener("error",function(){o(!0)}),setTimeout(function(){n||o(!0)},3e3),BOOMR_lstart=(new Date).getTime(),e.appendChild(t)):o(!1),window.addEventListener?window.addEventListener("load",i,!1):window.attachEvent&&window.attachEvent("onload",i)}function o(t){n=!0;var o,i,d,a,r=document,s=window;if(window.BOOMR.snippetMethod=t?"if":"i",i=function(e,n){var t=r.createElement("script");t.id=n||"boomr-if-as",t.src=window.BOOMR.url,BOOMR_lstart=(new Date).getTime(),(e=e||r.body).appendChild(t)},!window.addEventListener&&window.attachEvent&&navigator.userAgent.match(/MSIE [67]./))return window.BOOMR.snippetMethod="s",void i(e,"boomr-async");(d=document.createElement("IFRAME")).src="about:blank",d.title="",d.role="presentation",d.loading="eager",(a=(d.frameElement||d).style).width=0,a.height=0,a.border=0,a.display="none",e.appendChild(d);try{s=d.contentWindow,r=s.document.open()}catch(e){o=document.domain,d.src="javascript:var d=document.open();d.domain='"+o+"';void 0;",s=d.contentWindow,r=s.document.open()}o?(r._boomrl=function(){this.domain=o,i()},r.write("<body onload='document._boomrl();'>")):(s._boomrl=function(){i()},s.addEventListener?s.addEventListener("load",s._boomrl,!1):s.attachEvent&&s.attachEvent("onload",s._boomrl)),r.close()}function i(e){window.BOOMR_onload=e&&e.timeStamp||(new Date).getTime()}}()};;_f.apply(null, []); })();</script>
<script>
(function(w, l) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
})(window, 'dataLayer');
</script>
<script defer src="https://www.googletagmanager.com/gtm.js?id=GTM-P528B3>m_auth=tfAzqo1rYDLgYhmTnSjPqw>m_preview=env-130>m_cookies_win=x"></script>
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P528B3>m_auth=tfAzqo1rYDLgYhmTnSjPqw>m_preview=env-130>m_cookies_win=x" height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- RELEASE 12809ae4d39fc0d2fa32e10611092624601c913d -->
</body>
</html>
# Import BeautifulSoup from bs4
from bs4 import BeautifulSoup
# Create a BeautifulSoup object from the HTML
soup = BeautifulSoup(html, "html5lib")
type(soup)
bs4.BeautifulSoup
def remove_tags(html):
# parse html content
soup = BeautifulSoup(html, "html.parser")
for data in soup(['style', 'script']):
# Remove tags
data.decompose()
# return data by retrieving the tag content
return ' '.join(soup.stripped_strings)
# Print the extracted data
print(remove_tags(html))
content=remove_tags(html)
Economy - The New York Times International Sections SEARCH Skip to content Skip to site index Economy Log in Today’s Paper Advertisement Continue reading the main story Supported by Continue reading the main story Business Economy DealBook Markets Economy Energy Media Technology Personal Tech Small Business Your Money Mutual Funds & ETFs Latest Search Search Clear this text input Apple Store workers in Atlanta are the first to formally seek a union. The petition for a union vote continues a trend of organizing at service-sector employers like Starbucks and Amazon. By Noam Scheiber and Kellen Browning Global Economic Forecasts Drop as Russia’s War in Ukraine Takes Toll The International Monetary Fund’s new World Economic Outlook expects growth to slow to 3.6 percent this year. The group is one of many to slash their forecasts recently. By Alan Rappeport and Ana Swanson How a Dollar General Employee Went Viral on TikTok Mary Gundel loved managing a store in Tampa, Fla. But when she detailed its challenges on social media, the company — and fellow employees — took notice. By Michael Corkery Jim Farley Tries to Reinvent Ford and Catch Up to Elon Musk and Tesla Ford’s chief executive is about to introduce an electric F-150 pickup truck that could determine whether the automaker can survive and thrive in an industry dominated by Tesla. By Neal E. Boudette Disney, Built on Fairy Tales and Fantasy, Confronts the Real World The entertainment behemoth spent decades avoiding even the whiff of controversy. But it has increasingly been drawn into the partisan political fray. By Brooks Barnes Leer en español A Russian Default Is Looming. A Bitter Fight Is Likely to Follow. The ultimate arbiter of a sovereign default is an open question but markets may have the final word. By Alan Rappeport The Sky-High Pandemic Housing Market Finds Gravity Does Exist Mortgage costs have jumped as the Federal Reserve has raised rates. With higher rates come fewer offers. By Conor Dougherty and Jeanna Smialek Biden to Nominate Michael Barr as Fed Vice Chair for Supervision Mr. Barr faced pushback from progressives when his name was floated for a different position. By Jeanna Smialek Fuel Prices Send Airfares Higher, but Travelers Seem Ready to Pay Supplies are not keeping up with demand, and costs may go higher, experts say. By Niraj Chokshi and Clifford Krauss Gopuff Does Deliveries in 30 Minutes or Less. It’s Also Buying Time for Itself. The $15 billion rapid-delivery start-up decided to do business differently from rivals like Instacart. A changing environment is testing its model. By Erin Woo Advertisement Continue reading the main story Advertisement Continue reading the main story Site Information Navigation © 2022 The New York Times Company NYTCo Contact Us Accessibility Work with us Advertise T Brand Studio Your Ad Choices Privacy Policy Terms of Service Terms of Sale Site Map Canada International Help Subscriptions
# Get soup title
soup.title
<title data-rh="true">Economy - The New York Times International</title>
# Get soup title as string
soup.title.string
'Economy - The New York Times International'
# Get hyperlinks from soup and check out first several
soup.findAll('a')[:20]
[<a class="css-1f8er69" href="#site-content">Skip to content</a>, <a class="css-1f8er69" href="#site-index">Skip to site index</a>, <a class="css-nuvmzp" href="https://www.nytimes.com/international/section/business/economy">Economy</a>, <a aria-label="New York Times Logo. Click to visit the homepage" class="css-nhjhh0 ell52qj1" data-testid="masthead-mobile-logo" href="/"><svg fill="#000" viewBox="0 0 184 25"><path d="M13.8 2.9c0-2-1.9-2.5-3.4-2.5v.3c.9 0 1.6.3 1.6 1 0 .4-.3 1-1.2 1-.7 0-2.2-.4-3.3-.8C6.2 1.4 5 1 4 1 2 1 .6 2.5.6 4.2c0 1.5 1.1 2 1.5 2.2l.1-.2c-.2-.2-.5-.4-.5-1 0-.4.4-1.1 1.4-1.1.9 0 2.1.4 3.7.9 1.4.4 2.9.7 3.7.8v3.1L9 10.2v.1l1.5 1.3v4.3c-.8.5-1.7.6-2.5.6-1.5 0-2.8-.4-3.9-1.6l4.1-2V6l-5 2.2C3.6 6.9 4.7 6 5.8 5.4l-.1-.3c-3 .8-5.7 3.6-5.7 7 0 4 3.3 7 7 7 4 0 6.6-3.2 6.6-6.5h-.2c-.6 1.3-1.5 2.5-2.6 3.1v-4.1l1.6-1.3v-.1l-1.6-1.3V5.8c1.5 0 3-1 3-2.9zm-8.7 11l-1.2.6c-.7-.9-1.1-2.1-1.1-3.8 0-.7 0-1.5.2-2.1l2.1-.9v6.2zm10.6 2.3l-1.3 1 .2.2.6-.5 2.2 2 3-2-.1-.2-.8.5-1-1V9.4l.8-.6 1.7 1.4v6.1c0 3.8-.8 4.4-2.5 5v.3c2.8.1 5.4-.8 5.4-5.7V9.3l.9-.7-.2-.2-.8.6-2.5-2.1L18.5 9V.8h-.2l-3.5 2.4v.2c.4.2 1 .4 1 1.5l-.1 11.3zM34 15.1L31.5 17 29 15v-1.2l4.7-3.2v-.1l-2.4-3.6-5.2 2.8v6.6l-1 .8.2.2.9-.7 3.4 2.5 4.5-3.6-.1-.4zm-5-1.7V8.5l.2-.1 2.2 3.5-2.4 1.5zM53.1 2c0-.3-.1-.6-.2-.9h-.2c-.3.8-.7 1.2-1.7 1.2-.9 0-1.5-.5-1.9-.9l-2.9 3.3.2.2 1-.9c.6.5 1.1.9 2.5 1v8.3L44 3.2c-.5-.8-1.2-1.9-2.6-1.9-1.6 0-3 1.4-2.8 3.6h.3c.1-.6.4-1.3 1.1-1.3.5 0 1 .5 1.3 1v3.3c-1.8 0-3 .8-3 2.3 0 .8.4 2 1.6 2.3v-.2c-.2-.2-.3-.4-.3-.7 0-.5.4-.9 1.1-.9h.5v4.2c-2.1 0-3.8 1.2-3.8 3.2 0 1.9 1.6 2.8 3.4 2.7v-.2c-1.1-.1-1.6-.6-1.6-1.3 0-.9.6-1.3 1.4-1.3.8 0 1.5.5 2 1.1l2.9-3.2-.2-.2-.7.8c-1.1-1-1.7-1.3-3-1.5V5l8 14h.6V5c1.5-.1 2.9-1.3 2.9-3zm7.3 13.1L57.9 17l-2.5-2v-1.2l4.7-3.2v-.1l-2.4-3.6-5.2 2.8v6.6l-1 .8.2.2.9-.7 3.4 2.5 4.5-3.6-.1-.4zm-5-1.7V8.5l.2-.1 2.2 3.5-2.4 1.5zM76.7 8l-.7.5-1.9-1.6-2.2 2 .9.9v7.5l-2.4-1.5V9.6l.8-.5-2.3-2.2-2.2 2 .9.9V17l-.3.2-2.1-1.5v-6c0-1.4-.7-1.8-1.5-2.3-.7-.5-1.1-.8-1.1-1.5 0-.6.6-.9.9-1.1v-.2c-.8 0-2.9.8-2.9 2.7 0 1 .5 1.4 1 1.9s1 .9 1 1.8v5.8l-1.1.8.2.2 1-.8 2.3 2 2.5-1.7 2.8 1.7 5.3-3.1V9.2l1.3-1-.2-.2zm18.6-5.5l-1 .9-2.2-2-3.3 2.4V1.6h-.3l.1 16.2c-.3 0-1.2-.2-1.9-.4l-.2-13.5c0-1-.7-2.4-2.5-2.4s-3 1.4-3 2.8h.3c.1-.6.4-1.1 1-1.1s1.1.4 1.1 1.7v3.9c-1.8.1-2.9 1.1-2.9 2.4 0 .8.4 2 1.6 2V13c-.4-.2-.5-.5-.5-.7 0-.6.5-.8 1.3-.8h.4v6.2c-1.5.5-2.1 1.6-2.1 2.8 0 1.7 1.3 2.9 3.3 2.9 1.4 0 2.6-.2 3.8-.5 1-.2 2.3-.5 2.9-.5.8 0 1.1.4 1.1.9 0 .7-.3 1-.7 1.1v.2c1.6-.3 2.6-1.3 2.6-2.8s-1.5-2.4-3.1-2.4c-.8 0-2.5.3-3.7.5-1.4.3-2.8.5-3.2.5-.7 0-1.5-.3-1.5-1.3 0-.8.7-1.5 2.4-1.5.9 0 2 .1 3.1.4 1.2.3 2.3.6 3.3.6 1.5 0 2.8-.5 2.8-2.6V3.7l1.2-1-.2-.2zm-4.1 6.1c-.3.3-.7.6-1.2.6s-1-.3-1.2-.6V4.2l1-.7 1.4 1.3v3.8zm0 3c-.2-.2-.7-.5-1.2-.5s-1 .3-1.2.5V9c.2.2.7.5 1.2.5s1-.3 1.2-.5v2.6zm0 4.7c0 .8-.5 1.6-1.6 1.6h-.8V12c.2-.2.7-.5 1.2-.5s.9.3 1.2.5v4.3zm13.7-7.1l-3.2-2.3-4.9 2.8v6.5l-1 .8.1.2.8-.6 3.2 2.4 5-3V9.2zm-5.4 6.3V8.3l2.5 1.8v7.1l-2.5-1.7zm14.9-8.4h-.2c-.3.2-.6.4-.9.4-.4 0-.9-.2-1.1-.5h-.2l-1.7 1.9-1.7-1.9-3 2 .1.2.8-.5 1 1.1v6.3l-1.3 1 .2.2.6-.5 2.4 2 3.1-2.1-.1-.2-.9.5-1.2-1V9c.5.5 1.1 1 1.8 1 1.4.1 2.2-1.3 2.3-2.9zm12 9.6L123 19l-4.6-7 3.3-5.1h.2c.4.4 1 .8 1.7.8s1.2-.4 1.5-.8h.2c-.1 2-1.5 3.2-2.5 3.2s-1.5-.5-2.1-.8l-.3.5 5 7.4 1-.6v.1zm-11-.5l-1.3 1 .2.2.6-.5 2.2 2 3-2-.2-.2-.8.5-1-1V.8h-.1l-3.6 2.4v.2c.4.2 1 .3 1 1.5v11.3zM143 2.9c0-2-1.9-2.5-3.4-2.5v.3c.9 0 1.6.3 1.6 1 0 .4-.3 1-1.2 1-.7 0-2.2-.4-3.3-.8-1.3-.4-2.5-.8-3.5-.8-2 0-3.4 1.5-3.4 3.2 0 1.5 1.1 2 1.5 2.2l.1-.2c-.3-.2-.6-.4-.6-1 0-.4.4-1.1 1.4-1.1.9 0 2.1.4 3.7.9 1.4.4 2.9.7 3.7.8V9l-1.5 1.3v.1l1.5 1.3V16c-.8.5-1.7.6-2.5.6-1.5 0-2.8-.4-3.9-1.6l4.1-2V6l-5 2.2c.5-1.3 1.6-2.2 2.6-2.9l-.1-.2c-3 .8-5.7 3.5-5.7 6.9 0 4 3.3 7 7 7 4 0 6.6-3.2 6.6-6.5h-.2c-.6 1.3-1.5 2.5-2.6 3.1v-4.1l1.6-1.3v-.1L140 8.8v-3c1.5 0 3-1 3-2.9zm-8.7 11l-1.2.6c-.7-.9-1.1-2.1-1.1-3.8 0-.7.1-1.5.3-2.1l2.1-.9-.1 6.2zm12.2-12h-.1l-2 1.7v.1l1.7 1.9h.2l2-1.7v-.1l-1.8-1.9zm3 14.8l-.8.5-1-1V9.3l1-.7-.2-.2-.7.6-1.8-2.1-2.9 2 .2.3.7-.5.9 1.1v6.5l-1.3 1 .1.2.7-.5 2.2 2 3-2-.1-.3zm16.7-.1l-.7.5-1.1-1V9.3l1-.8-.2-.2-.8.7-2.3-2.1-3 2.1-2.3-2.1L154 9l-1.8-2.1-2.9 2 .1.3.7-.5 1 1.1v6.5l-.8.8 2.3 1.9 2.2-2-.9-.9V9.3l.9-.6 1.5 1.4v6l-.8.8 2.3 1.9 2.2-2-.9-.9V9.3l.8-.5 1.6 1.4v6l-.7.7 2.3 2.1 3.1-2.1v-.3zm8.7-1.5l-2.5 1.9-2.5-2v-1.2l4.7-3.2v-.1l-2.4-3.6-5.2 2.8v6.8l3.5 2.5 4.5-3.6-.1-.3zm-5-1.7V8.5l.2-.1 2.2 3.5-2.4 1.5zm14.1-.9l-1.9-1.5c1.3-1.1 1.8-2.6 1.8-3.6v-.6h-.2c-.2.5-.6 1-1.4 1-.8 0-1.3-.4-1.8-1L176 9.3v3.6l1.7 1.3c-1.7 1.5-2 2.5-2 3.3 0 1 .5 1.7 1.3 2l.1-.2c-.2-.2-.4-.3-.4-.8 0-.3.4-.8 1.2-.8 1 0 1.6.7 1.9 1l4.3-2.6v-3.6h-.1zm-1.1-3c-.7 1.2-2.2 2.4-3.1 3l-1.1-.9V8.1c.4 1 1.5 1.8 2.6 1.8.7 0 1.1-.1 1.6-.4zm-1.7 8c-.5-1.1-1.7-1.9-2.9-1.9-.3 0-1.1 0-1.9.5.5-.8 1.8-2.2 3.5-3.2l1.2 1 .1 3.6z"></path></svg></a>, <a class="css-1kj7lfb" href="https://myaccount.nytimes.com/auth/login?response_type=cookie&client_id=vi&redirect_uri=https%3A%2F%2Fwww.nytimes.com%2Fsubscription%2Fmultiproduct%2Flp8KQUS.html%3FcampaignId%3D7JFJX&asset=masthead"><span class="css-htw48t e1j3jvdr0">Log in</span></a>, <a class="css-hnzl8o" href="https://www.nytimes.com/section/todayspaper">Today’s Paper</a>, <a class="css-1k0lris" data-testid="login-link" href="https://myaccount.nytimes.com/auth/login?response_type=cookie&client_id=vi&redirect_uri=https%3A%2F%2Fwww.nytimes.com%2Fsubscription%2Fmultiproduct%2Flp8KQUS.html%3FcampaignId%3D7JFJX&asset=masthead"></a>, <a class="css-1ly73wi" href="#after-top">Continue reading the main story</a>, <a class="css-1ly73wi" href="#after-sponsor">Continue reading the main story</a>, <a href="/international/section/business">Business</a>, <a class="css-nm3jss" href="/international/section/business/dealbook">DealBook</a>, <a class="css-nm3jss" href="/section/markets-overview">Markets</a>, <a class="css-vleyi" href="/international/section/business/economy">Economy</a>, <a class="css-nm3jss" href="/international/section/business/energy-environment">Energy</a>, <a class="css-nm3jss" href="/international/section/business/media">Media</a>, <a class="css-nm3jss" href="/international/section/technology">Technology</a>, <a class="css-nm3jss" href="/international/section/technology/personaltech">Personal Tech</a>, <a class="css-nm3jss" href="/international/section/business/small-business">Small Business</a>, <a class="css-nm3jss" href="/international/section/your-money">Your Money</a>, <a class="css-nm3jss" href="/international/section/business/mutual-funds">Mutual Funds & ETFs</a>]
# Get the text out of the soup and print it
text = soup.get_text()
print(text)
Economy - The New York Times International
{"@context":"http://schema.org","@type":"CollectionPage","description":"The latest news on the economy, job market, real estate industry and workplace. Includes coverage of the Federal Reserve and government spending at the state and national level.","url":"https://www.nytimes.com/international/section/business/economy","inLanguage":"en","name":"Economy","mainEntity":{"@context":"http://schema.org","@type":"ItemList","itemListElement":[],"numberOfItems":0},"publisher":{"@id":"https://www.nytimes.com/#publisher"},"copyrightHolder":{"@id":"https://www.nytimes.com/#publisher"},"sourceOrganization":{"@id":"https://www.nytimes.com/#publisher"},"copyrightYear":2022}{"@context":"http://schema.org","@type":"NewsMediaOrganization","name":"The New York Times","logo":{"@context":"http://schema.org","@type":"ImageObject","url":"https://static01.nyt.com/images/misc/NYT_logo_rss_250x40.png","height":40,"width":250},"url":"https://www.nytimes.com/","@id":"https://www.nytimes.com/#publisher","diversityPolicy":"https://www.nytco.com/diversity-and-inclusion-at-the-new-york-times/","ethicsPolicy":"https://www.nytco.com/who-we-are/culture/standards-and-ethics/","masthead":"https://www.nytimes.com/interactive/2020/09/08/admin/the-new-york-times-masthead.html","foundingDate":"1851-09-18","sameAs":"https://en.wikipedia.org/wiki/The_New_York_Times"}{"@context":"http://schema.org","@type":"BreadcrumbList","itemListElement":[{"@context":"http://schema.org","@type":"ListItem","name":"The New York Times International","position":1,"item":"https://www.nytimes.com/international"},{"@context":"http://schema.org","@type":"ListItem","name":"Business","position":2,"item":"https://www.nytimes.com/international/section/business"},{"@context":"http://schema.org","@type":"ListItem","name":"Economy","position":3,"item":"https://www.nytimes.com/international/section/business/economy"}]}
const override = (new URL(window.location)).searchParams.get('sentryOverride');
if (override || Math.floor(Math.random() * 100) <= 1) {
document.write('<script src="https://js.sentry-cdn.com/7bc8bccf5c254286a99b11c68f6bf4ce.min.js" crossorigin="anonymous">' + '<' + '/script>');
}
if (window.Sentry) {
window.Sentry.onLoad(function() {
window.Sentry.init({
maxBreadcrumbs: 30,
release: '12809ae4d39fc0d2fa32e10611092624601c913d',
environment: 'prd',
beforeSend: function(e, v) {
if (/amazon-adsystem|ads-us|ampproject|amp4ads|pubads|2mdn|chartbeat|gsi|bk_addPageCtx|yimg|BOOMR|boomerang/.test(v.originalException && v.originalException.stack || '')) return null;
return e;
}
});
});
}
[data-timezone] { display: none }
@-webkit-keyframes animation-5j8bii{from{opacity:0;}to{opacity:1;}}@keyframes animation-5j8bii{from{opacity:0;}to{opacity:1;}}.css-1dv1kvn{border:0;-webkit-clip:rect(0 0 0 0);clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}.css-nuvmzp{font-size:14.25px;font-family:nyt-franklin,helvetica,arial,sans-serif;font-weight:700;text-transform:uppercase;-webkit-letter-spacing:0.7px;-moz-letter-spacing:0.7px;-ms-letter-spacing:0.7px;letter-spacing:0.7px;line-height:19px;}.css-nuvmzp:hover{-webkit-text-decoration:underline;text-decoration:underline;}.css-1k0lris{color:#326891;height:12px;margin-left:8px;padding-left:8px;}.css-9e9ivx{display:none;font-size:10px;margin-left:auto;text-transform:uppercase;}.hasLinks .css-9e9ivx{display:block;}@media (min-width:740px){.hasLinks .css-9e9ivx{margin:none;position:absolute;right:20px;}}@media (min-width:1024px){.hasLinks .css-9e9ivx{display:none;}}.css-hnzl8o{display:inline-block;font-size:12px;-webkit-transition:color 0.6s ease;transition:color 0.6s ease;color:#121212;}.css-hnzl8o:hover{color:#666;}.css-6n7j50{display:inline;}.css-1kj7lfb{display:none;}@media (min-width:1024px){.css-1kj7lfb{display:inline-block;margin-right:7px;}}.css-10m9xeu{display:block;width:16px;height:16px;}.css-1fe7a5q{display:inline-block;height:16px;vertical-align:sub;width:16px;}.css-1f8er69{border:0;-webkit-clip:rect(0 0 0 0);clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;border-radius:3px;cursor:pointer;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-transition:ease 0.6s;transition:ease 0.6s;white-space:nowrap;vertical-align:middle;background-color:transparent;color:#000;font-size:11px;line-height:11px;font-weight:700;-webkit-letter-spacing:0.02em;-moz-letter-spacing:0.02em;-ms-letter-spacing:0.02em;letter-spacing:0.02em;padding:11px 12px 8px;background:#fff;display:inline-block;left:44px;text-transform:uppercase;-webkit-transition:none;transition:none;}.css-1f8er69:active,.css-1f8er69:focus{-webkit-clip:auto;clip:auto;overflow:visible;width:auto;height:auto;}.css-1f8er69::-moz-focus-inner{padding:0;border:0;}.css-1f8er69:-moz-focusring{outline:1px dotted;}.css-1f8er69:disabled,.css-1f8er69.disabled{opacity:0.5;cursor:default;}.css-1f8er69:active,.css-1f8er69.active{background-color:#f7f7f7;}@media (min-width:740px){.css-1f8er69:hover{background-color:#f7f7f7;}}.css-1f8er69:focus{margin-top:3px;padding:8px 8px 6px;}@media (min-width:1024px){.css-1f8er69{left:112px;}}.css-10488qs{display:none;}@media (min-width:1024px){.css-10488qs{display:inline-block;position:relative;}}.css-1e1s8k7{font-size:11px;text-align:center;padding-bottom:25px;}@media (min-width:1024px){.css-1e1s8k7{padding:0 3% 9px;}}.css-1e1s8k7.dockVisible{padding-bottom:45px;}@media (min-width:1024px){.css-1e1s8k7.dockVisible{padding:0 3% 45px;}}@media (min-width:1150px){.css-1e1s8k7{margin:0 auto;max-width:1200px;}}.NYTApp .css-1e1s8k7{display:none;}@media print{.css-1e1s8k7{display:none;}}.css-15uy5yv{border-top:1px solid #ebebeb;padding-top:9px;}.css-jq1cx6{color:#666;font-family:nyt-franklin,helvetica,arial,sans-serif;padding:10px 0;-webkit-text-decoration:none;text-decoration:none;white-space:nowrap;}.css-jq1cx6:hover{-webkit-text-decoration:underline;text-decoration:underline;}.css-79elbk{position:relative;}.css-1ly73wi{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;-webkit-clip:rect(0 0 0 0);clip:rect(0 0 0 0);overflow:hidden;}.css-rfqw0c{text-align:center;height:100%;display:block;}.css-1ffjgkm{top:0;position:-webkit-sticky;position:sticky;background-color:white;z-index:902;}@media print{.css-1ffjgkm{display:none;}}.css-1d32glx{display:inline-block;color:#326891;}@media (min-width:600px){.css-1d32glx{margin-top:0;}}.css-1d32glx:hover{color:#567b95;}.css-1d32glx:visited{color:#326891;}.css-1d32glx::after{color:#e2e2e2;content:'•';margin-left:6px;margin-right:7px;font-size:8px;}.css-1d32glx:last-child::after{content:none;}.css-15cbhtu::before,.css-15cbhtu::after{display:table;clear:both;content:'';line-height:0;}.css-1xonkmu .highlighted{background:#f8f8d4;padding:2px;}.css-1n7hynb{text-transform:uppercase;}.css-1n7hynb span{text-transform:lowercase;}.css-ye6x8s{border-top:1px solid #e2e2e2;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:20px;padding-top:21px;}.css-ye6x8s:nth-of-type(1){border-top:0 none;padding-top:0;}.css-1cp3ece{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;max-width:800px;width:100%;}@media (min-width:600px){.css-1cp3ece{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;max-width:840px;}}.css-1l4spti{margin-bottom:2px;-webkit-order:0;-ms-flex-order:0;order:0;width:100%;}@media (min-width:600px){.css-1l4spti{margin-bottom:0;-webkit-order:2;-ms-flex-order:2;order:2;}}.css-1l4spti > a:hover{cursor:pointer;}.css-1l4spti > a:hover h2{-webkit-text-decoration:underline;text-decoration:underline;}.css-ulz9xo{float:right;margin:0 0 10px 10px;width:150px;}@media (min-width:600px){.css-ulz9xo{margin:0 0 0 40px;}}@media (min-width:1024px){.css-ulz9xo{width:205px;}}.css-nm3jss{font-weight:400;-webkit-text-decoration:none;text-decoration:none;}.css-nm3jss:hover{display:inline-block;-webkit-text-decoration:underline;text-decoration:underline;}.css-nm3jss.well,.css-nm3jss.business{font-weight:300;}.css-3q005l{display:inline-block;height:16px;line-height:0;margin-right:7px;opacity:0.55;position:relative;-webkit-transition:opacity 0.2s linear;transition:opacity 0.2s linear;vertical-align:text-bottom;width:16px;}.css-1jhow8c{display:none;left:13px;position:absolute;top:0;}@media (min-width:740px){.css-1jhow8c{left:45px;top:9px;}}.css-wm4t3d{position:relative;}@media (min-width:740px){.css-wm4t3d{min-width:125px;}}.css-13mho3u{margin-bottom:22px;position:relative;}@media (min-width:1024px){.css-13mho3u{float:left;margin-right:30px;width:65%;}}@media (min-width:1150px){.css-13mho3u{margin-right:60px;}}@media (min-width:1280px){.css-13mho3u{width:70%;}}@media (min-width:1024px){.css-g6hk37{margin-bottom:100px;float:right;width:300px;}}.css-fzvsed{border-radius:3px;cursor:pointer;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-transition:ease 0.6s;transition:ease 0.6s;white-space:nowrap;vertical-align:middle;background-color:transparent;color:#000;font-size:11px;line-height:11px;font-weight:700;-webkit-letter-spacing:0.02em;-moz-letter-spacing:0.02em;-ms-letter-spacing:0.02em;letter-spacing:0.02em;padding:11px 12px 8px;border:0;padding:8px 9px;text-transform:uppercase;}.css-fzvsed.hidden{opacity:0;visibility:hidden;}.css-fzvsed.hidden:focus{opacity:1;}.css-fzvsed::-moz-focus-inner{padding:0;border:0;}.css-fzvsed:-moz-focusring{outline:1px dotted;}.css-fzvsed:disabled,.css-fzvsed.disabled{opacity:0.5;cursor:default;}.css-fzvsed:active,.css-fzvsed.active{background-color:#f7f7f7;}@media (min-width:740px){.css-fzvsed:hover{background-color:#f7f7f7;}}@media (min-width:1024px){.css-fzvsed{display:none;}}.css-10698na{text-align:center;}@media (min-width:740px){.css-10698na{padding-top:0;}}@media print{.css-10698na a[href]::after{content:'';}.css-10698na svg{fill:black;}}.css-nhjhh0{display:block;width:189px;height:26px;margin:5px auto 0;}@media (min-width:740px){.css-nhjhh0{width:225px;height:31px;margin:4px auto 0;}}@media (min-width:1024px){.css-nhjhh0{width:195px;height:26px;margin:6px auto 0;}}.css-fozwf3{border-radius:3px;cursor:pointer;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-transition:ease 0.6s;transition:ease 0.6s;white-space:nowrap;vertical-align:middle;background-color:transparent;color:#000;font-size:11px;line-height:11px;font-weight:700;-webkit-letter-spacing:0.02em;-moz-letter-spacing:0.02em;-ms-letter-spacing:0.02em;letter-spacing:0.02em;padding:11px 12px 8px;border:0;display:block;padding:7px 9px 9px;}.css-fozwf3.hidden{opacity:0;visibility:hidden;}.css-fozwf3.hidden:focus{opacity:1;}.css-fozwf3::-moz-focus-inner{padding:0;border:0;}.css-fozwf3:-moz-focusring{outline:1px dotted;}.css-fozwf3:disabled,.css-fozwf3.disabled{opacity:0.5;cursor:default;}.css-fozwf3:active,.css-fozwf3.active{background-color:#f7f7f7;}@media (min-width:740px){.css-fozwf3:hover{background-color:#f7f7f7;}}@media (min-width:740px){.css-fozwf3{border:none;line-height:13px;padding:9px 9px 12px;}}@media (min-width:1024px){.css-fozwf3{display:none;}}.css-1tag3rd{font-size:10px;padding:11px 0 10px;text-transform:uppercase;width:100%;color:#999;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-letter-spacing:0.5px;-moz-letter-spacing:0.5px;-ms-letter-spacing:0.5px;letter-spacing:0.5px;text-align:center;}.css-1ho5u4o{list-style:none;margin:0 0 15px;padding:0;}@media (min-width:600px){.css-1ho5u4o{display:inline-block;}}.css-13o0c9t{list-style:none;line-height:8px;margin:0 0 35px;padding:0;}@media (min-width:600px){.css-13o0c9t{display:inline-block;}}.css-a7htku{display:inline-block;line-height:20px;padding:0 10px;}.css-a7htku:first-child{border-left:none;}.css-a7htku.desktop{display:none;}@media (min-width:740px){.css-a7htku.smartphone{display:none;}.css-a7htku.desktop{display:inline-block;}.css-a7htku.mobileOnly{display:none;}}@media (min-width:1024px){.css-ahe4g0{position:relative;border-bottom:none;}}@media (min-width:1024px){.css-ahe4g0{margin:0 auto;padding:0 3%;}}@media (min-width:1150px){.css-ahe4g0{margin:auto;padding:0 3%;max-width:1200px;}}.css-qo6pn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:space-around;-webkit-justify-content:space-around;-ms-flex-pack:space-around;justify-content:space-around;left:10px;position:absolute;}@media (min-width:1024px){.css-qo6pn{left:0;}}@media print{.css-qo6pn{display:none;}}.css-123u7tk{border-radius:3px;cursor:pointer;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-transition:ease 0.6s;transition:ease 0.6s;white-space:nowrap;vertical-align:middle;background-color:#fff;border:1px solid #ebebeb;color:#333;font-size:11px;line-height:11px;font-weight:500;-webkit-letter-spacing:0.02em;-moz-letter-spacing:0.02em;-ms-letter-spacing:0.02em;letter-spacing:0.02em;padding:11px 12px 8px;text-transform:uppercase;display:none;padding:8px 9px 9px;}.css-123u7tk::-moz-focus-inner{padding:0;border:0;}.css-123u7tk:-moz-focusring{outline:1px dotted;}.css-123u7tk:disabled,.css-123u7tk.disabled{opacity:0.5;cursor:default;}.css-123u7tk:active,.css-123u7tk.active{background-color:#f7f7f7;}@media (min-width:740px){.css-123u7tk:hover{background-color:#f7f7f7;}}@media (min-width:1024px){.css-123u7tk{border:0;display:inline-block;margin-right:8px;}}.css-tkwi90{border-radius:3px;cursor:pointer;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-transition:ease 0.6s;transition:ease 0.6s;white-space:nowrap;vertical-align:middle;background-color:transparent;color:#000;font-size:11px;line-height:11px;font-weight:700;-webkit-letter-spacing:0.02em;-moz-letter-spacing:0.02em;-ms-letter-spacing:0.02em;letter-spacing:0.02em;padding:11px 12px 8px;border:0;}.css-tkwi90::-moz-focus-inner{padding:0;border:0;}.css-tkwi90:-moz-focusring{outline:1px dotted;}.css-tkwi90:disabled,.css-tkwi90.disabled{opacity:0.5;cursor:default;}.css-tkwi90:active,.css-tkwi90.active{background-color:#f7f7f7;}@media (min-width:740px){.css-tkwi90:hover{background-color:#f7f7f7;}}.css-tkwi90.activeSearchButton{background-color:#f7f7f7;}@media (min-width:1024px){.css-tkwi90{padding:8px 9px 9px;}}.css-12bivf2{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:space-around;-webkit-justify-content:space-around;-ms-flex-pack:space-around;justify-content:space-around;position:absolute;right:10px;top:9px;}@media (min-width:1024px){.css-12bivf2{top:4px;right:0;}}@media print{.css-12bivf2{display:none;}}.css-htw48t{border-radius:3px;cursor:pointer;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-transition:ease 0.6s;transition:ease 0.6s;white-space:nowrap;vertical-align:middle;background-color:#567b95;border:1px solid #326891;color:#fff;font-size:11px;line-height:11px;font-weight:700;-webkit-letter-spacing:0.05em;-moz-letter-spacing:0.05em;-ms-letter-spacing:0.05em;letter-spacing:0.05em;padding:11px 12px 8px;text-transform:uppercase;display:inline-block;}.css-htw48t::-moz-focus-inner{padding:0;border:0;}.css-htw48t:-moz-focusring{outline:1px dotted;}.css-htw48t:disabled,.css-htw48t.disabled{opacity:0.5;cursor:default;}@media (min-width:740px){.css-htw48t:hover{background-color:#326891;}}@media (min-width:1024px){.css-htw48t{padding:11px 12px 8px;height:11px;color:#fff !important;}}.css-htw48t:hover{border:1px solid #326891;}.css-ui9rw0{background:#fff;border-bottom:1px solid #e2e2e2;height:36px;padding:8px 15px 3px;position:relative;}@media (min-width:740px){.css-ui9rw0{background:#fff;padding:10px 15px 6px;}}@media (min-width:1024px){.css-ui9rw0{background:transparent;border-bottom:0;padding:4px 15px 2px;}}@media (min-width:1024px){.css-ui9rw0{margin:0 auto;max-width:1605px;}}.css-1r0gz1j{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:11px;-webkit-box-pack:space-around;-webkit-justify-content:space-around;-ms-flex-pack:space-around;justify-content:space-around;padding:13px 20px 12px;}@media (min-width:740px){.css-1r0gz1j{position:relative;}}@media (min-width:1024px){.css-1r0gz1j{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border:none;padding:0;height:0;-webkit-transform:translateY(38px);-ms-transform:translateY(38px);transform:translateY(38px);-webkit-align-items:flex-end;-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end;}}@media print{.css-1r0gz1j{display:none;}}.css-1o0kkht{color:#121212;font-size:0.6875rem;font-family:nyt-franklin,helvetica,arial,sans-serif;display:none;width:auto;font-weight:700;}@media (min-width:740px){.css-1o0kkht{text-align:center;width:100%;}}@media (min-width:1024px){.css-1o0kkht{font-size:12px;width:auto;margin-bottom:5px;}}.css-1bvtpon{display:none;}.css-rq4mmj{height:auto;width:100%;width:100%;vertical-align:top;}.css-rq4mmj img{width:100%;vertical-align:top;}.css-13o4bnb{color:#666;font-family:nyt-imperial,georgia,'times new roman',times,serif;margin:10px 20px 0;text-align:left;}.css-13o4bnb a{color:#326891;-webkit-text-decoration:none;text-decoration:none;}.css-13o4bnb a:hover,.css-13o4bnb a:focus{-webkit-text-decoration:underline;text-decoration:underline;}@media (min-width:600px){.css-13o4bnb{margin-left:0;}}.sizeSmall .css-13o4bnb{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:calc(50% - 15px);margin:auto 0 15px 15px;}@media (min-width:600px){.sizeSmall .css-13o4bnb{width:260px;margin-left:15px;}}@media (min-width:740px){.sizeSmall .css-13o4bnb{margin-left:15px;}}@media (min-width:1440px){.sizeSmall .css-13o4bnb{width:330px;margin-left:15px;}}@media (max-width:600px){.sizeSmall .css-13o4bnb{margin:auto 0 0 15px;}}.sizeSmall.sizeSmallNoCaption .css-13o4bnb{margin-left:auto;margin-right:auto;margin-top:10px;}.sizeMedium .css-13o4bnb{max-width:900px;}.sizeMedium.layoutVertical.verticalVideo .css-13o4bnb{margin-left:0;margin-right:0;}.sizeLarge .css-13o4bnb{max-width:none;}@media (min-width:600px){.sizeLarge .css-13o4bnb{margin-left:20px;}}@media (min-width:740px){.sizeLarge .css-13o4bnb{margin-left:20px;max-width:900px;}}@media (min-width:1024px){.sizeLarge .css-13o4bnb{margin-left:0;max-width:720px;}}@media (min-width:1440px){.sizeLarge .css-13o4bnb{margin-left:0;max-width:900px;}}@media (min-width:740px){.sizeLarge.layoutVertical .css-13o4bnb{margin-left:0;}}.sizeFull .css-13o4bnb{margin-left:20px;}@media (min-width:600px){.sizeFull .css-13o4bnb{max-width:900px;}}@media (min-width:740px){.sizeFull .css-13o4bnb{max-width:900px;}}@media (min-width:1440px){.sizeFull .css-13o4bnb{max-width:900px;}}@media print{.css-13o4bnb{display:none;}}:root{--color-background-elevated:hsla(0,0%,100%,1);--color-background-primary:hsla(0,0%,100%,1);--color-background-quaternary:hsla(0,0%,78.04%,1);--color-background-secondary:hsla(0,0%,97.26%,1);--color-background-tertiary:hsla(0,0%,92.16%,1);--color-background-inversePrimary:hsla(0,0%,7.06%,1);--color-background-inverseSecondary:hsla(0,0%,21.18%,1);--color-background-overlay:hsla(0,0%,7.06%,0.58);--color-content-primary:hsla(0,0%,7.06%,1);--color-content-quaternary:hsla(0,0%,44.71%,1);--color-content-quintary:hsla(0,0%,54.51%,1);--color-content-secondary:hsla(0,0%,21.18%,1);--color-content-tertiary:hsla(0,0%,35.3%,1);--color-content-inversePrimary:hsla(0,0%,100%,1);--color-overlay-black:hsla(0,0%,0%,1);--color-signal-breaking:hsla(352.72,98.1%,41.18%,1);--color-signal-developing:hsla(20.19,91.67%,47.06%,1);--color-signal-editorial:hsla(205.9,48.72%,38.24%,1);--color-signal-highlight:hsla(215.28,72.23%,50.59%,1);--color-signal-negative:hsla(354.29,98.83%,33.34%,1);--color-signal-positive:hsla(126.98,53.09%,31.77%,1);--color-stroke-primary:hsla(0,0%,7.06%,1);--color-stroke-quaternary:hsla(0,0%,87.46%,1);--color-stroke-secondary:hsla(0,0%,54.51%,1);--color-stroke-tertiary:hsla(0,0%,78.04%,1);--color-stroke-inversePrimary:hsla(0,0%,100%,1);--color-static-white:hsla(0,0%,100%,1);--color-static-gray100:hsla(0,0%,0%,1);}@media (prefers-color-scheme:dark){:root.NYTApp{--color-background-elevated:hsla(0,0%,16.48%,1);--color-background-primary:hsla(0,0%,7.06%,1);--color-background-quaternary:hsla(0,0%,35.3%,1);--color-background-secondary:hsla(0,0%,11.77%,1);--color-background-tertiary:hsla(0,0%,21.18%,1);--color-background-inversePrimary:hsla(0,0%,100%,1);--color-background-inverseSecondary:hsla(0,0%,87.46%,1);--color-background-overlay:hsla(0,0%,100%,0.58);--color-content-primary:hsla(0,0%,100%,1);--color-content-quaternary:hsla(0,0%,63.93%,1);--color-content-quintary:hsla(0,0%,54.51%,1);--color-content-secondary:hsla(0,0%,87.46%,1);--color-content-tertiary:hsla(0,0%,73.34%,1);--color-content-inversePrimary:hsla(0,0%,7.06%,1);--color-overlay-black:hsla(0,0%,0%,1);--color-signal-breaking:hsla(354.7,71.02%,59.42%,1);--color-signal-developing:hsla(20.23,91.76%,61.97%,1);--color-signal-editorial:hsla(206.06,40.87%,63.53%,1);--color-signal-highlight:hsla(215.28,72.23%,50.59%,1);--color-signal-negative:hsla(356.29,72.91%,69.61%,1);--color-signal-positive:hsla(112.41,31.23%,50.4%,1);--color-stroke-primary:hsla(0,0%,100%,1);--color-stroke-quaternary:hsla(0,0%,25.89%,1);--color-stroke-secondary:hsla(0,0%,54.51%,1);--color-stroke-tertiary:hsla(0,0%,35.3%,1);--color-stroke-inversePrimary:hsla(0,0%,7.06%,1);--color-static-white:hsla(0,0%,100%,1);--color-static-gray100:hsla(0,0%,0%,1);}}body{color:var(--color-content-primary,#121212);background:var(--color-background-primary,#FFFFFF);}.css-zz1s19{opacity:1;visibility:visible;-webkit-animation-name:animation-5j8bii;animation-name:animation-5j8bii;-webkit-animation-duration:300ms;animation-duration:300ms;-webkit-animation-delay:0ms;animation-delay:0ms;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}@media (min-width:740px){.css-zz1s19{border-bottom:1px solid #e2e2e2;}}@media print{.css-zz1s19{display:none;}}.css-1fnb9ct{display:none;}@media (min-width:1024px){.css-1fnb9ct{display:block;position:absolute;left:105px;line-height:19px;top:11px;}}.css-15p45cc{display:none;background-color:#f7f7f7;border-top:1px solid #e2e2e2;padding-bottom:30px;padding-bottom:0;visibility:hidden;}@media print{.css-15p45cc{display:none;}}@media (min-width:740px){.css-15p45cc{border-bottom:1px solid #f3f3f3;border-top:1px solid #f3f3f3;margin-top:40px;margin-bottom:40px;}}@media (min-width:740px){.css-15p45cc{display:block;margin-bottom:0;margin-top:0;padding:20px 0;min-height:90px;}}.css-19x0jxb{display:none !important;font-size:10px;padding:11px 0 10px;text-transform:uppercase;width:100%;color:#999;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-letter-spacing:0.5px;-moz-letter-spacing:0.5px;-ms-letter-spacing:0.5px;letter-spacing:0.5px;text-align:center;}.css-15h4p1b{margin:15px 0 0;min-width:300px;width:auto;overflow:hidden;}@media (min-width:740px){.css-15h4p1b{margin:15px auto 0;}}.css-1ta8iz9{margin-left:25px;margin-right:25px;}.css-1ta8iz9::before,.css-1ta8iz9::after{display:table;clear:both;content:'';line-height:0;}@media (min-width:740px){.css-1ta8iz9{margin-top:2px;}}@media (min-width:1280px){.css-1ta8iz9{margin-left:auto;margin-right:auto;max-width:1200px;}}.css-1j21atc{margin-bottom:15px;position:relative;}.css-fmiefx{min-height:25px;}@media (min-width:740px){.css-fmiefx{min-height:30px;}}.css-fmiefx::before,.css-fmiefx::after{display:table;clear:both;content:'';line-height:0;}@media (min-width:740px){.css-fmiefx{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;margin-bottom:0;}}.css-1hk7r2m{margin-top:5px;padding-bottom:0;}@media (min-width:740px){.css-1hk7r2m{margin-top:0;}}@media (min-width:740px){.css-1hk7r2m{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:auto;margin-right:0;}}.css-7a1pgi{display:none !important;visibility:hidden;}@media print{.css-7a1pgi{display:none;}}.css-1l4mleb{display:none !important;display:none;display:none;width:100%;color:#999;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-letter-spacing:0.5px;-moz-letter-spacing:0.5px;-ms-letter-spacing:0.5px;letter-spacing:0.5px;text-align:center;}@media (min-width:765px){.css-1l4mleb{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;padding-right:3px;color:#999;}}@media (min-width:765px){.css-1l4mleb{font-size:11px;line-height:11px;}}.css-nfcc9b{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}@media (min-width:740px){.css-1126fso{-webkit-flex:1 75%;-ms-flex:1 75%;flex:1 75%;}}.css-1fbiiks{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}@media (min-width:740px){.css-1fbiiks{-webkit-flex-direction:unset;-ms-flex-direction:unset;flex-direction:unset;}}.css-1qhmxx1{display:block;padding-top:0;margin-top:10px;border-top:1px solid #e2e2e2;}.css-1epgb9g{background:linear-gradient(to right,rgba(255,255,255,1),rgba(255,255,255,0));list-style-type:none;position:relative;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:inline-block;margin:0 -4px 0 0;padding:9px 0 9px;}@media (min-width:740px){.css-1epgb9g{margin:0;}}@media (min-width:1024px){.css-1epgb9g{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}@media (min-width:1024px){.css-1epgb9g{padding:9px 0 7px;}}.css-6p3lz8{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-right:none;color:#333;cursor:pointer;display:inline-block;margin:0;font-family:nyt-franklin,helvetica,arial,sans-serif;font-weight:400;text-transform:uppercase;white-space:nowrap;font-size:13px;line-height:13px;padding-left:10px;}.css-6p3lz8:first-child{padding-left:0;}.css-6p3lz8::after{border-right:1px solid #ccc;content:'';display:inline-block;}.css-6p3lz8:last-of-type::after{border-right:none;padding-right:0;}@media (min-width:740px){.css-6p3lz8{font-size:11px;line-height:11px;}}@media (min-width:1024px){.css-6p3lz8{padding-left:8px;}}.css-6p3lz8::after{vertical-align:-3px;height:16px;padding-right:10px;}@media (min-width:740px){.css-6p3lz8::after{height:11px;}}@media (min-width:1024px){.css-6p3lz8::after{padding-right:8px;}}.css-psuupz{margin-left:25px;margin-right:25px;}@media (min-width:1150px){.css-psuupz{width:calc(100% - 50px);max-width:1200px;margin-left:auto;margin-right:auto;}}@media (min-width:1024px){.css-psuupz{margin-top:35px;}}@media (min-width:1280px){.css-psuupz{margin-left:auto;margin-right:auto;max-width:1200px;}}.css-1ckwy97{border-bottom:1px solid #ccc;border-top:2px solid #000;list-style-type:none;margin:0;padding:0;position:relative;}.css-1ckwy97::before,.css-1ckwy97::after{display:table;clear:both;content:'';line-height:0;}@media (min-width:740px){.css-1ckwy97{padding-bottom:0;padding-left:15px;padding-right:15px;padding-top:0;}}.css-1pfdu6b{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;float:left;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:14px;font-weight:700;line-height:20px;margin-left:15px;position:relative;}@media (min-width:740px){.css-1pfdu6b{border:1px solid transparent;font-size:17px;line-height:23px;margin:0 15px -8px;top:-7px;}}.css-1pfdu6b:first-child{margin-left:0;}.css-1pfdu6b a{display:block;padding:5px 0;color:#999;-webkit-text-decoration:none;text-decoration:none;}@media (min-width:740px){.css-1pfdu6b a{display:block;padding:13px 30px 8px;-webkit-text-decoration:none;text-decoration:none;-webkit-transition:olor 0.2s linear;transition:olor 0.2s linear;}}.css-1pfdu6b a:hover{color:#000;}.css-1pfdu6b.search{min-width:160px;max-width:500px;}.css-1pfdu6b.search a:hover .css-3q005l{opacity:1;}.css-1pfdu6b.active{margin-left:15px;}@media (min-width:740px){.css-1pfdu6b.active{background-color:#fff;border:1px solid #ccc;border-bottom:1px solid #fff;border-top-left-radius:3px;border-top-right-radius:3px;box-shadow:0 -2px 5px rgba(0,0,0,0.05);margin-left:0;margin-right:0;}}.css-1pfdu6b.active a{color:#333;}@media (min-width:740px){.css-1pfdu6b.active a{padding-left:45px;padding-right:45px;}}.css-1pfdu6b.active.search{min-width:270px;max-width:300px;}.css-1pfdu6b.active.search a .css-3q005l{opacity:1;}@media (min-width:740px){.css-1pfdu6b.active.search a .css-3q005l{left:-30px;}}.css-1pfdu6b.active.search .css-1jhow8c{display:block;}.css-1pfdu6b.active.search .css-6n7j50{display:none;}@media (min-width:740px){.css-1pfdu6b.active.search{min-width:160px;max-width:500px;}}@media (min-width:1150px){.css-1pfdu6b.active.search{max-width:785px;}}.css-1pfdu6b.active:first-child{margin-left:0;}.css-1iovbfw{font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:1rem;font-weight:700;line-height:20px;color:white;}@media (min-width:740px){.css-1iovbfw{font-size:17px;line-height:23px;}}.css-13a7bdu{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:transparent;border:none;border-radius:0;box-shadow:none;height:30px;padding:0 10px;max-width:225px;min-width:80px;width:80px;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:1rem;font-weight:700;line-height:20px;}@media (min-width:740px){.css-13a7bdu{font-size:17px;line-height:23px;max-width:425px;}}@media (min-width:1150px){.css-13a7bdu{max-width:710px;}}.css-13a7bdu::-webkit-input-placeholder{color:#e2e2e2;-webkit-letter-spacing:0;-moz-letter-spacing:0;-ms-letter-spacing:0;letter-spacing:0;}.css-13a7bdu:-moz-placeholder{color:#e2e2e2;-webkit-letter-spacing:0;-moz-letter-spacing:0;-ms-letter-spacing:0;letter-spacing:0;}.css-13a7bdu::-moz-placeholder{color:#e2e2e2;-webkit-letter-spacing:0;-moz-letter-spacing:0;-ms-letter-spacing:0;letter-spacing:0;}.css-13a7bdu:-ms-input-placeholder{color:#e2e2e2;-webkit-letter-spacing:0;-moz-letter-spacing:0;-ms-letter-spacing:0;letter-spacing:0;}@media (min-width:740px){.css-13a7bdu{font-size:17px;line-height:23px;}}.css-17x4u1i{background-clip:padding-box;background-color:transparent;border:none;border-radius:50%;font-family:nyt-franklin,helvetica,arial,sans-serif;height:30px;padding:0;position:relative;top:-1px;left:-10px;-webkit-transition:background-color 0.2s ease-in;transition:background-color 0.2s ease-in;width:30px;display:none;}.css-17x4u1i .icon::before,.css-17x4u1i .icon::after{background-color:#999;content:'';display:block;height:2px;left:10px;position:absolute;top:15px;width:11px;}.css-17x4u1i .icon::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}.css-17x4u1i .icon::after{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);}.css-17x4u1i:hover{background-color:transparent;}.css-17x4u1i:hover .icon::before,.css-17x4u1i:hover .icon::after{background-color:#666;}.css-8msx5b{min-height:460px;padding-top:15px;}.css-8msx5b::before,.css-8msx5b::after{display:table;clear:both;content:'';line-height:0;}@media (min-width:740px){.css-8msx5b{padding-top:30px;}}.css-8msx5b:focus{outline:none;}.css-1u1077h{margin-top:10px;margin:10px 0 0;}@media (min-width:740px){.css-1u1077h{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin:4px 0;}}.css-1j9dxys{color:#000;font-feature-settings:'kern';margin-bottom:8px;max-width:470px;font-family:nyt-cheltenham,georgia,'times new roman',times,serif;font-weight:400;font-size:17px;line-height:20px;}@media (min-width:740px){.css-1j9dxys{font-size:23px;line-height:25px;}}.css-1j9dxys .highlighted{font-weight:700;}.css-1echdzn{color:#333;font-family:nyt-imperial,georgia,'times new roman',times,serif;font-weight:400;font-size:13px;line-height:18px;}@media (min-width:740px){.css-1echdzn{font-size:14px;line-height:20px;}}.css-1echdzn .highlighted{font-weight:700;}.css-1nqbnmb{display:none;margin:11px 0 4px;color:#999;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:11px;font-weight:500;line-height:12px;}@media (min-width:765px){.css-1nqbnmb{display:inline-block;}}.css-1lc2l26{-webkit-order:0;-ms-flex-order:0;order:0;color:#999;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:11px;font-weight:400;line-height:13px;}@media (min-width:600px){.css-1lc2l26{min-width:125px;-webkit-order:1;-ms-flex-order:1;order:1;}}@media (min-width:740px){.css-1lc2l26{margin:8px 0 7px;}}.css-10wkyv7{display:none;background-color:#f7f7f7;border-top:1px solid #e2e2e2;padding-bottom:30px;visibility:hidden;}@media print{.css-10wkyv7{display:none;}}@media (min-width:740px){.css-10wkyv7{border-bottom:1px solid #f3f3f3;border-top:1px solid #f3f3f3;margin-top:40px;margin-bottom:40px;}}@media (min-width:1024px){.css-10wkyv7{display:block;margin-top:0;padding-bottom:0;max-width:300px;text-align:center;}}.css-oxle51{display:none;background-color:#f7f7f7;border-top:1px solid #e2e2e2;padding-bottom:30px;visibility:hidden;}@media print{.css-oxle51{display:none;}}@media (min-width:740px){.css-oxle51{border-bottom:1px solid #f3f3f3;border-top:1px solid #f3f3f3;margin-top:40px;margin-bottom:40px;}}@media (min-width:1024px){.css-oxle51{display:block;margin-top:0;padding-bottom:0;max-width:300px;text-align:center;}}.css-5xm8y{-webkit-letter-spacing:0.05em;-moz-letter-spacing:0.05em;-ms-letter-spacing:0.05em;letter-spacing:0.05em;text-transform:uppercase;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:11px;line-height:11px;font-weight:500;}@media (min-width:740px){.css-5xm8y{font-size:11px;line-height:11px;font-weight:700;}}.css-5xm8y a:hover{-webkit-text-decoration:underline;text-decoration:underline;}.css-185051n{font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:0.875rem;line-height:1.25rem;display:block;width:auto;margin:5px auto 1rem auto;margin-top:8px;margin-bottom:8px;}@media (min-width:600px){.css-185051n{display:inline-block;width:auto;margin-top:0;}}@media print{.css-185051n{display:none;}}.css-185051n::before{content:'';display:block;width:80px;border-top:1px solid #dcdcdc;margin-top:15px;margin-bottom:15px;}@media (min-width:600px){.css-185051n{display:block;margin-top:15px;}}.css-185051n .css-1d32glx{font-size:0.9375rem;}.css-185051n .css-1d32glx::after{content:'•';margin-left:7px;margin-right:8px;font-size:0.5rem;position:relative;top:-1px;font-family:nyt-franklin,helvetica,arial,sans-serif;color:#999;}.css-185051n .css-1d32glx:last-child::after{content:none;}.css-162ujpr{color:#121212;-webkit-flex:1 75%;-ms-flex:1 75%;flex:1 75%;font-feature-settings:'kern';margin-top:10px;font-family:nyt-karnak,georgia,'times new roman',times,serif;font-weight:900;-webkit-font-smoothing:antialiased;word-spacing:-0.02em;font-size:32px;line-height:32px;margin-bottom:-3px;margin-top:11px;}@media (min-width:740px){.css-162ujpr{font-size:38px;line-height:38px;margin-top:5px;}}@media (min-width:1024px){.css-162ujpr{font-size:44px;line-height:44px;margin-bottom:-6px;margin-top:6px;}}.css-vleyi{font-weight:400;-webkit-text-decoration:none;text-decoration:none;font-weight:700;}.css-vleyi:hover{display:inline-block;-webkit-text-decoration:underline;text-decoration:underline;}.css-vleyi.well,.css-vleyi.business{font-weight:300;}
// 31.534kB
window.viHeadScriptSize = 31.534;
window.NYTD = {};
window.vi = window.vi || {};
window.vi.pageType = { type: '', edge: 'vi-collection'};
(function () { var _f=function(i){window.vi=window.vi||{},window.vi.env=Object.freeze(i),window.hybrid=!1};;_f.apply(null, [{"JKIDD_PATH":"https://a.nytimes.com/svc/nyt/data-layer","ET2_URL":"https://a.et.nytimes.com","ALS_URL":"https://als-svc.nytimes.com","WEDDINGS_PATH":"https://content.api.nytimes.com","GDPR_PATH":"https://us-central1-nyt-dsra-prd.cloudfunctions.net/datagov-dsr-formhandler","RECAPTCHA_SITEKEY":"6LevSGcUAAAAAF-7fVZF05VTRiXvBDAY4vBSPaTF","ABRA_ET_URL":"//et.nytimes.com","NODE_ENV":"production","EXPERIMENTAL_ROUTE_PREFIX":"","ENVIRONMENT":"prd","RELEASE":"12809ae4d39fc0d2fa32e10611092624601c913d","RELEASE_TAG":"v2478","AUTH_HOST":"https://myaccount.nytimes.com","SWG_PUBLICATION_ID":"nytimes.com","GQL_FETCH_TIMEOUT":"4000","GOOGLE_CLIENT_ID":"1005640118348-amh5tgkq641oru4fbhr3psm3gt2tcc94.apps.googleusercontent.com","STORY_SURROGATE_CONTROL":"max-age=300, stale-if-error=259200, stale-while-revalidate=259200"}]); })();;(function () { var _f=function(){var e=window;e.initWebview=function(e){var i=document.documentElement;if(e.OS){var t=e.OS.toUpperCase();i.classList.add(t)}e.BaseFontSize&&(i.dataset.baseFontSize=e.BaseFontSize)};var i=e.navigator.userAgent.toLowerCase();/iphone|ipod|ipad/.test(i)||void 0===e.config||e.initWebview(e.config)};;_f.apply(null, []); })();;
!function(c,t){var s,p,d,u,g,l=[],
_="object"==typeof c.navigator&&"string"==typeof c.navigator.userAgent&&/iP(ad|hone|od)/.test(
c.navigator.userAgent),f="object"==typeof c.navigator&&c.navigator.sendBeacon,
y=f?_?"xhr_ios":"beacon":"xhr";function v(){var t,e,n=c.crypto||c.msCrypto;if(n)e=n.getRandomValues(
new Uint8Array(18));else for(e=[];e.length<18;)e.push(256*Math.random()^255&(t=t||+new Date)),
t=Math.floor(t/256);return btoa(String.fromCharCode.apply(String,e)).replace(/\+/g,"-").replace(
/\//g,"_")}if(c.nyt_et)try{console.warn("et2 snippet should only load once per page")}catch(t
){}else c.nyt_et=function(){var t,e,n,i,r={pv_id:"",ctx_id:"",intra:!1},o=arguments;function a(r){
l.length&&(function(t,e,n){if("beacon"===y||f&&r)return c.navigator.sendBeacon(t,e)
;var i="undefined"!=typeof XMLHttpRequest?new XMLHttpRequest:new ActiveXObject("Microsoft.XMLHTTP")
;i.open("POST",t),i.withCredentials=!0,i.setRequestHeader("Accept","*/*"),
"string"==typeof e?i.setRequestHeader("Content-Type","text/plain;charset=UTF-8"
):"[object Blob]"==={}.toString.call(e)&&e.type&&i.setRequestHeader("Content-Type",e.type);try{
i.send(e)}catch(t){}}(s+"track",JSON.stringify(l)),l.length=0,clearTimeout(g),g=null)}if(
"string"==typeof o[0]&&/init/.test(o[0])&&(r=function(t,e){var n="",i="",r=!1;if(
"string"==typeof t&&"init"==t&&"object"==typeof e&&("boolean"==typeof e.intranet&&1==e.intranet&&(
r="true"),"string"==typeof e.pv_id_override&&"string"==typeof e.ctx_id_override))if(
24<=e.pv_id_override.length&&24<=e.ctx_id_override.length)n=e.pv_id_override,
i=e.ctx_id_override;else try{console.warn("override id(s) must be >= 24 chars long")}catch(t){}
return{pv_id:n,ctx_id:i,intra:r}}(o[0],o[3]),d=r.pv_id||v(),"init"==o[0]&&!p)){if(p=r.ctx_id||v(),
"string"!=typeof o[1]||!/^http/.test(o[1]))throw new Error("init must include an et host url");if(
s=String(o[1]).replace(/([^\/])$/,"$1/"),"string"!=typeof o[2])throw new Error(
"init must include a source app name");u=o[2]}o[o.length-1]&&"object"==typeof o[o.length-1]&&(
t=o[o.length-1]),t||/init/.test(o[0])?t&&!t.subject&&console.warn(
"event data {} must include a subject"):console.warn(
"when invoked without 'init' or 'pageinit', nyt_et() must include a event data"),s&&t&&t.subject&&(
e=t.subject,delete t.subject,i="page_exit"==e||"ob_click"==(t.eventData||{}).type,
n="page"==e||"page_soft"==e?d:v(),l.push({context_id:p,pageview_id:d,event_id:n,client_lib:"v1.1.4",
sourceApp:u,intranet:r.intra?1:void 0,subject:e,how:i&&_&&f?"beacon_ios":y,client_ts:+new Date,
data:JSON.parse(JSON.stringify(t))}),"send"==o[0]||n==d||i?a(i):g||(g=setTimeout(a,5500)))},
c.nyt_et.get_pageview_id=function(){return d},c.nyt_et.get_context_id=function(){return p},
c.nyt_et.get_host=function(){return s}}(window);
;
(function initWebUnifiedTracking(root) {
var _root;
root = root || (typeof window !== 'undefined' ? window : undefined);
var UnifiedTracking = ((_root = root) === null || _root === void 0 ? void 0 : _root.UnifiedTracking) || {};
UnifiedTracking.context = 'web';
if (!root) {
return UnifiedTracking;
}
root.UnifiedTracking = UnifiedTracking;
UnifiedTracking.sendAnalytic = function sendAnalytic(eventName, dataBlob) {
root.dataLayer = root.dataLayer || [];
if (Array.isArray(root.dataLayer)) {
// Don't use a spread operator here for babel reasons
dataBlob.event = dataBlob.event || eventName;
root.dataLayer.push(dataBlob);
}
return Promise.resolve({
success: true
});
};
return UnifiedTracking;
})(window);
;!function(r){var n,t;r=r||self,n=r.Abra,(t=r.Abra=function(){"use strict";var r=Array.isArray,n=function(r,n,t){var e=r(t,n),u=e[0],o=e[1];if(null==u||""===u)return n;for(var i=String(u).split("."),a=0;a<i.length&&(n=n[i[a]]);a++);return null==n&&(n=o),null!=n?n:null},t=function(r,n,t){return r(t,n).reduce((function(r,n){return parseFloat(r)+parseFloat(n)}),0)},e=function(r,n,t){var e=r(t,n);return e[0]/e[1]},u=function(r,n,t){var e=r(t,n);return e[0]%e[1]},o=function(r,n,t){return r(t,n).reduce((function(r,n){return parseFloat(r)*parseFloat(n)}),1)},i=function(r,n,t){var e=r(t,n),u=e[0],o=e[1];return void 0===o?-u:u-o};function a(n){return!(r(n)&&0===n.length||!n)}var f=function(r,n,t){for(var e,u=0;u<t.length;u++)if(!a(e=r(t[u],n)))return e;return e},c=function(r,n,t){var e;for(e=0;e<t.length-1;e+=2)if(a(r(t[e],n)))return r(t[e+1],n);return t.length===e+1?r(t[e],n):null},l=function(r,n,t){return!a(r(t,n)[0])},v=function(r,n,t){for(var e,u=0;u<t.length;u++)if(a(e=r(t[u],n)))return e;return e},d=function(r,n,t){var e=r(t,n);return e[0]===e[1]},s=function(r,n,t){var e=r(t,n);return e[0]!==e[1]},h=function(r,n,t){var e=r(t,n),u=e[0],o=e[1];return!(!o||void 0===o.indexOf)&&-1!==o.indexOf(u)},g=function(r,n,t){var e=r(t,n);return e[0]>e[1]},p=function(r,n,t){var e=r(t,n);return e[0]>=e[1]},b=function(r,n,t){var e=r(t,n),u=e[0],o=e[1],i=e[2];return void 0===i?u<o:u<o&&o<i},w=function(r,n,t){var e=r(t,n),u=e[0],o=e[1],i=e[2];return void 0===i?u<=o:u<=o&&o<=i},y=function(r,n,t){var e=t[0],u=t[1],o=t.slice(2),i=r(e,n);if(!i)return null;if(0===o.length)return null;if(1===o.length)return r(o[0],n);if(4294967295===o[0])return r(o[1],n);for(var a=function(r){var n,t,e,u,o,i=[],a=[t=1732584193,e=4023233417,~t,~e,3285377520],f=[],c=unescape(encodeURI(r))+"\x80",l=c.length;for(f[r=--l/4+2|15]=8*l;~l;)f[l>>2]|=c.charCodeAt(l)<<8*~l--;for(n=l=0;n<r;n+=16){for(t=a;l<80;t=[t[4]+(i[l]=l<16?~~f[n+l]:2*c|c<0)+1518500249+[e&u|~e&o,c=341275144+(e^u^o),882459459+(e&u|e&o|u&o),c+1535694389][l++/5>>2]+((c=t[0])<<5|c>>>27),c,e<<30|e>>>2,u,o])c=i[l-3]^i[l-8]^i[l-14]^i[l-16],e=t[1],u=t[2],o=t[3];for(l=5;l;)a[--l]+=t[l]}return a[0]>>>0}(i+" "+r(u,n));o.length>1;){var f=o.splice(0,2),c=f[0],l=f[1];if(a<=r(c,n))return r(l,n)}return 0===o.length?null:r(o[0],n)},k=function(r,n,t){var e=t[0],u=t[1],o=r(e,n);return null==o?null:new RegExp(u).test(o)};return function(a,m,O,A){void 0===a&&(a={}),void 0===m&&(m={}),void 0===O&&(O={}),void 0===A&&(A=!1);var j=function(){var r={},n=function(n){if(n)for(var t,e=decodeURIComponent(n[1]),u=/(?:^|,)([^,=]+)=([^,]*)/g;t=u.exec(e);){var o=t,i=o[1],a=o[2];r[i]=a||null}};n(document.cookie.match(/(?:^|;) *abra-overrides=([^;]+)/)),n(window.location.search.match(/(?:\?|&)abra-overrides=([^&]+)/));var t=/(?:^|;) *abra-nuke=true(?:;|$)/.test(document.cookie)||/(?:\?|&)abra-nuke=true(?:&|$)/.test(window.location.search);return[r,t]}(),x=j[0],E=j[1];Object.keys(O).forEach((function(r){x[r]=O[r]}));var F,C=A||E,R=(F={var:n,if:c,"===":d,"!==":s,and:f,or:v,"!":l,">":g,">=":p,"<":b,"<=":w,"+":t,"-":i,"*":o,"/":e,"%":u,in:h,abtest_partition:y,regex_match:k,ref:function(r,n,t){var e=r(t,n)[0];return U(e)}},function n(t,e){if(e||(e={}),r(t))return t.map((function(r){return n(r,e)}));if(!function(n){return"object"==typeof n&&null!==n&&!r(n)&&1===Object.keys(n).length}(t))return t;var u=function(r){return Object.keys(r)[0]}(t),o=t[u];r(o)||(o=[o]);var i=F[u];if(!i)throw new Error("Unrecognized operation "+u);return i(n,e,o)}),U=function(r){if(!r)return null;var n=x[r];if(void 0===n){if(!C){if(Object.prototype.hasOwnProperty.call(x,r))throw new Error("circular logic");x[r]=void 0,n=R(a[r],m)}void 0===n&&(n=null),x[r]=n}return n};return U}}()).noConflict=function(){return r.Abra=n,t}}(this);
;(function () { var NYTD="undefined"!=typeof window&&window.NYTD?window.NYTD:{};function setupTimeZone(){var e='[data-timezone][data-timezone~="'+(new Date).getHours()+'"] { display: block }',n=document.createElement("style");n.innerHTML=e,document.head.appendChild(n)}function getUserAgent(){return window.navigator.userAgent||window.navigator.vendor||window.opera||""}function userAgentIndicatesNYTApp(e){return-1!==e.indexOf("nytios")||-1!==e.indexOf("nyt_android")}function userAgentIndicatesXWordsApp(e){return-1!==e.indexOf("nyt_xwords_ios")||-1!==e.indexOf("Crosswords")}function userAgentIndicatesAndroid(e){return-1!==e.indexOf("nyt_android")||-1!==e.indexOf("Crosswords")}function userAgentIndicatesiOS(e){return-1!==e.indexOf("nytios")||-1!==e.indexOf("nyt_xwords_ios")}function addNYTAppClass(){var e=getUserAgent(),n=userAgentIndicatesNYTApp(e),t=userAgentIndicatesXWordsApp(e),d=userAgentIndicatesAndroid(e),i=userAgentIndicatesiOS(e);(d||i)&&(n||t)&&(document.documentElement.classList.add("NYTApp"),document.documentElement.classList.add(i?"IOS":"ANDROID"))}function addNYTPageTypeClass(){var e=window.vi.pageType.edge;e&&document.documentElement.classList.add("nytapp-"+e)}function setupPageViewId(){NYTD.PageViewId={},NYTD.PageViewId.update=function(){return"undefined"!=typeof nyt_et&&"function"==typeof window.nyt_et.get_pageview_id?(window.nyt_et("pageinit"),NYTD.PageViewId.current=window.nyt_et.get_pageview_id()):NYTD.PageViewId.current="xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(e){var n=16*Math.random()|0;return("x"===e?n:3&n|8).toString(16)}),NYTD.PageViewId.current}}var _f=function(e){e=e||{};try{document.domain="nytimes.com"}catch(e){}window.swgUserInfoXhrObject=new XMLHttpRequest,setupPageViewId(),setupTimeZone(),addNYTAppClass(),addNYTPageTypeClass(),window.nyt_et&&"function"==typeof window.nyt_et&&window.nyt_et("init",vi.env.ET2_URL,"nyt-vi",{subject:"page",canonicalUrl:(document.querySelector("link[rel=canonical]")||{}).href,articleId:(document.querySelector("meta[name=articleid]")||{}).content,nyt_uri:(document.querySelector("meta[name=nyt_uri]")||{}).content,pubpEventId:(document.querySelector("meta[name=pubp_event_id]")||{}).content,url:location.href,referrer:document.referrer||void 0,client_tz_offset:(new Date).getTimezoneOffset(),fastly_headers:e.fastlyHeaders||{}}),"undefined"!=typeof nyt_et&&"function"==typeof window.nyt_et.get_pageview_id?NYTD.PageViewId.current=window.nyt_et.get_pageview_id():NYTD.PageViewId.update()};;_f.apply(null, [{"gqlUrlClient":"https://samizdat-graphql.nytimes.com/graphql/v2","gqlRequestHeaders":{"nyt-app-type":"project-vi","nyt-app-version":"0.0.5","nyt-token":"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs+/oUCTBmD/cLdmcecrnBMHiU/pxQCn2DDyaPKUOXxi4p0uUSZQzsuq1pJ1m5z1i0YGPd1U1OeGHAChWtqoxC7bFMCXcwnE1oyui9G1uobgpm1GdhtwkR7ta7akVTcsF8zxiXx7DNXIPd2nIJFH83rmkZueKrC4JVaNzjvD+Z03piLn5bHWU6+w+rA+kyJtGgZNTXKyPh6EC6o5N+rknNMG5+CdTq35p8f99WjFawSvYgP9V64kgckbTbtdJ6YhVP58TnuYgr12urtwnIqWP9KSJ1e5vmgf3tunMqWNm6+AnsqNj8mCLdCuc5cEB74CwUeQcP2HQQmbCddBy2y0mEwIDAQAB"},"gqlFetchTimeout":4000,"disablePersistedQueries":false,"fastlyHeaders":{},"initialDeviceType":"desktop","fastlyAbraConfig":{},"internalPreviewConfig":{},"serviceWorkerFile":"service-worker-test-1650475080620.js"}]); })();;(function () { var NYTD="undefined"!=typeof window&&window.NYTD?window.NYTD:{};var _f=function(a){window.Abra&&"function"==typeof window.Abra&&(NYTD.Abra=function(t){var r=(t.document.cookie.match(/(?:^|;) *nyt-a=([^;]*)/)||[])[1],n=[];t.dataLayer=t.dataLayer||[],l.config=a.abraConfig||{},l.reportedAllocations={},l.reportedExposures={};var e=a.shouldBypassAbraContextAlloc,o=(a.abraURL||"").match(/current[/]([a-zA-Z-]+).json/i);l.integration=o&&o.length>1?o[1]:"";try{l.version=t.Abra(l.config)(".ver")}catch(a){l.version=0}var i=l.config,c={agent_id:r},s=t.Abra(i,c);function l(a){return l.getAbraSync(a).variant}return l.getAbraSync=function(a){var t=l.reportedAllocations[a];if(void 0!==t)return{variant:t,allocated:!0};var r=null,n=!1;try{r=s(a),n=!0}catch(a){}return{variant:r,allocated:n}},l.reportExposure=function(a){var r=l.getAbraSync(a).variant;void 0!==l.reportedExposures[a]&&r===l.reportedExposures[a]||(l.reportedExposures[a]=r,t.dataLayer.push({event:"ab-expose",abtest:{test:a,variant:r||"0",config_ver:l.version,integration:l.integration}}))},l.alloc=function(){Object.keys(l.config).filter(function(a){return!a.includes(".")}).forEach(function(a){var t=l.getAbraSync(a);t.allocated&&(l.reportedAllocations[a]=t.variant,n.push({test:a,variant:t.variant}))}),t.dataLayer.push({event:"ab-alloc",abtest:{batch:n}}),e&&(l.allAllocations=n)},l.alloc(),l}(this))};;_f.apply(null, [{"abraConfig":{".ver":9220,"UXF_cookingstory_0521":{"abtest_partition":[{"var":"agent_id"},"UXF_cookingstory_0521",2147483647,"0_Control",4294967295,"1_cookpromo"]},"STYLN_remove_relatedlinks":{"abtest_partition":[{"var":"agent_id"},"STYLN_remove_relatedlinks",4252017622,"0_control_STYLN_remove_relatedlinks",4294967295,"1_remove_relatedlinks"]},"STYLN_pharmacy_components":{"abtest_partition":[{"var":"agent_id"},"STYLN_pharmacy_components",4080218930,"show",4123168603,"hide",4294967295,"show"]},"STYLN_more_in_storylines_recirc":{"abtest_partition":[{"var":"agent_id"},"STYLN_more_in_storylines_recirc",42949672,"0_control",85899345,"1_variant"]},"STYLN_live_updates":{"abtest_partition":[{"var":"agent_id"},"STYLN_live_updates",214748364,"0_control",429496729,"2_live_updates",4294967295,"1_live_updates"]},"STYLN_live_transition_alerts":{"abtest_partition":[{"var":"agent_id"},"STYLN_live_transition_alerts",4294967295,"1_show"]},"STYLN_live_polling_push":{"abtest_partition":[{"var":"agent_id"},"STYLN_live_polling_push",214748364,"0_hide",4294967295,"1_show"]},"STYLN_live_olympics_push":{"abtest_partition":[{"var":"agent_id"},"STYLN_live_olympics_push",214748364,"0_hide",4294967295,"1_show"]},"STYLN_live_noreaster_alerts":{"abtest_partition":[{"var":"agent_id"},"STYLN_live_noreaster_alerts",214748364,"0_hide",4294967295,"1_show"]},"STYLN_live_newupdates":{"abtest_partition":[{"var":"agent_id"},"STYLN_live_newupdates",214748364,"control",4294967295,"variant"]},"STYLN_live_messaging":{"abtest_partition":[{"var":"agent_id"},"STYLN_live_messaging",214748364,"0_Control",4294967295,"1_signup"]},"STYLN_live_derek_chauvin_trial_alerts":{"if":[{"and":[{"===":[{"ref":"STYLN_pharmacy_components"},"show"]}]},{"abtest_partition":[{"var":"agent_id"},"STYLN_live_derek_chauvin_trial_alerts",214748364,"0_hide",4294967295,"1_show"]}]},"STYLN_live_chat":{"abtest_partition":[{"var":"agent_id"},"STYLN_live_chat",21474835,"1_use_sse",408021892,"0_Control",429496729,"1_use_sse"]},"STYLN_live_barrett_hearings_alerts":{"abtest_partition":[{"var":"agent_id"},"STYLN_live_barrett_hearings_alerts",214748364,"0_hide",2147483647,"1_show",2362232012,"0_hide",4294967295,"1_show"]},"STYLN_liveblog_email":{"abtest_partition":[{"var":"agent_id"},"STYLN_liveblog_email",2147483647,"0_control",4294967295,"1_signup"]},"STYLN_lb_pinned_video":{"abtest_partition":[{"var":"agent_id"},"STYLN_lb_pinned_video",4294967295,"1_pin"]},"STYLN_lb_newposts":{"abtest_partition":[{"var":"agent_id"},"STYLN_lb_newposts",4080218930,"0_control",4294967295,"1_lb_newposts"]},"STYLN_election_2020_alerts":{"abtest_partition":[{"var":"agent_id"},"STYLN_election_2020_alerts",214748364,"0_hide",4294967295,"1_show"]},"STYLN_daily_question_block":{"abtest_partition":[{"var":"agent_id"},"STYLN_daily_question_block",644245093,"0_control",1288490188,"1_variant"]},"styln-trending-primary-asset":{"abtest_partition":[{"var":"agent_id"},"styln-trending-primary-asset",2147483647,"0_Control",4294967295,"1_Show"]},"styln-top-links2":{"if":[{"and":[{"!":{"in":[{"ref":"STYLN_pharmacy_components"},["hide"]]}}]},{"abtest_partition":[{"var":"agent_id"},"styln-top-links2",2147483647,"0_hide",4294967295,"1_show"]}]},"styln-primary-assets-block":{"abtest_partition":[{"var":"agent_id"},"styln-primary-assets-block",1073741823,"0_Control",4294967295,"1_Show"]},"styln-music-guide":{"if":[{"and":[{"===":[{"ref":"STYLN_pharmacy_components"},"show"]}]},{"abtest_partition":[{"var":"agent_id"},"styln-music-guide",2147483647,"0_Control",4294967295,"1_Show"]}]},"styln-menu-homepage-link":{"abtest_partition":[{"var":"agent_id"},"styln-menu-homepage-link",4294967295,"1_Show"]},"styln-amy-chua":{"if":[{"and":[{"===":[{"ref":"STYLN_pharmacy_components"},"show"]}]},{"abtest_partition":[{"var":"agent_id"},"styln-amy-chua",2147483647,"0_Control",4294967295,"1_Show"]}]},"STORY_topical_recirc":{"abtest_partition":[{"var":"agent_id"},"STORY_topical_recirc",2147483647,"0_control",4294967295,"1_variant"]},"SJ_welcome_subscriber_app_copy_test_0122":{"if":[{"and":[{"===":[{"var":"user_type"},"sub"]}]},{"abtest_partition":[{"var":"regi_id"},"SJ_welcome_subscriber_app_copy_test_0122",858993458,"0_control",4294967295,"0_control"]}]},"SJ_welcomeBanner_0222":{"if":[{"and":[{"===":[{"ref":"SJ_app_dl_in_product_0322"},null]}]},{"abtest_partition":[{"var":"regi_id"},"SJ_welcomeBanner_0222",536870911,"0_Control",1073741823,null,1610612735,"1_Skip_No_Banner",2147483647,null,2684354559,"2_Skip_Top_Ad_Banner",3221225471,null,3758096383,"3_Skip_Recirc_Banner",4294967295,null]}]},"SJ_TP_deprecate_0222":{"abtest_partition":[{"var":"agent_id"},"SJ_TP_deprecate_0222",4294967295,"0_control"]},"SJ_step_order_0322":{"if":[{"and":[{"===":[{"var":"user_type"},"sub"]}]},{"abtest_partition":[{"var":"regi_id"},"SJ_step_order_0322",21474835,"0_control",42949672,"1_app_download_step_first",322122546,"0_control",601295420,"1_app_download_step_first",622770257,"0_control",644245093,"1_app_download_step_first",665719930,"0_control",687194766,"1_app_download_step_first",708669603,"0_control",730144439,"1_app_download_step_first",751619276,"0_control",773094112,"1_app_download_step_first",794568949,"0_control",816043785,"1_app_download_step_first",837518622,"0_control",858993458,"1_app_download_step_first",880468295,"0_control",901943131,"1_app_download_step_first",923417968,"0_control",944892804,"1_app_download_step_first",966367641,"0_control",987842477,"1_app_download_step_first",1009317314,"0_control",1030792150,"1_app_download_step_first",1052266987,"0_control",1073741823,"1_app_download_step_first",1095216659,"0_control",1116691496,"1_app_download_step_first",1138166332,"0_control",1159641169,"1_app_download_step_first",1181116005,"0_control",1202590842,"1_app_download_step_first",1224065678,"0_control",1245540515,"1_app_download_step_first",1267015351,"0_control",1288490188,"1_app_download_step_first",1309965024,"0_control",1331439861,"1_app_download_step_first",1352914697,"0_control",1374389534,"1_app_download_step_first",1395864370,"0_control",1417339207,"1_app_download_step_first",1438814043,"0_control",1460288880,"1_app_download_step_first",1481763716,"0_control",1503238553,"1_app_download_step_first",1524713389,"0_control",1546188226,"1_app_download_step_first",1567663062,"0_control",1589137899,"1_app_download_step_first",1610612735,"0_control",1632087571,"1_app_download_step_first",1653562408,"0_control",1675037244,"1_app_download_step_first",1696512081,"0_control",1717986917,"1_app_download_step_first"]}]},"SJ_newsletter_list_01_0222":{"abtest_partition":[{"var":"regi_id"},"SJ_newsletter_list_01_0222",1073741823,"0_control",4294967295,"0_control"]},"SEARCH_FACET_DROPDOWN":{"abtest_partition":[{"var":"agent_id"},"SEARCH_FACET_DROPDOWN",2147483647,"0_FACET_MULTI_SELECT",4294967295,"1_DYNAMIC_FACET_SELECT"]},"SA_Referral_iframe_0520":{"abtest_partition":[{"var":"agent_id"},"SA_Referral_iframe_0520",4294967295,"1_useiframe"]},"SA_live_onboarding_01_1221":{"abtest_partition":[{"var":"regi_id"},"SA_live_onboarding_01_1221",858993458,"0_control",4294967295,"0_control"]},"SA_get_started_now_01_0921":{"abtest_partition":[{"var":"regi_id"},"SA_get_started_now_01_0921",858993458,"0_control",4294967295,"0_control"]},"SA_get_started_later_01_0621":{"abtest_partition":[{"var":"regi_id"},"SA_get_started_later_01_0621",2147483647,"0_control",3435973836,"0_control",4294967295,"0_control"]},"SA_breadth_step_01_0421":{"abtest_partition":[{"var":"regi_id"},"SA_breadth_step_01_0421",2147483647,"0_control",4294967295,"0_control"]},"SA_app_step_01_0521":{"abtest_partition":[{"var":"regi_id"},"SA_app_step_01_0521",4294967295,"0_control"]},"ON_User_State_API":{"abtest_partition":[{"var":"agent_id"},"ON_User_State_API",4294967295,"1_user_state"]},"ON_testIgnoreMe_0902":{"if":[{"and":[{"!":{"in":[{"var":"user_type"},["sub"]]}}]},{"abtest_partition":[{"var":"regi_id"},"ON_testIgnoreMe_0902",2147483647,"0_Control",4294967295,"1_variant"]}]},"ON_regibundle_throttle_0921":{"abtest_partition":[{"var":"agent_id"},"ON_regibundle_throttle_0921",429496729,"0_control",4294967295,"1_bau"]},"ON_MAPS_audience_split":{"abtest_partition":[{"var":"agent_id"},"ON_MAPS_audience_split",2147483647,"0_onboarding",4294967295,"1_maps"]},"ON_app_dl_mweb_hp_regi_final":{"if":[{"and":[{"!":{"in":[{"var":"user_type"},["sub"]]}}]},{"abtest_partition":[{"var":"regi_id"},"ON_app_dl_mweb_hp_regi_final",214748364,"0_control",4294967295,"0_control"]}]},"ON_app_dl_mweb_hp_dummy":{"if":[{"and":[{"!":{"in":[{"var":"user_type"},["sub"]]}}]},{"abtest_partition":[{"var":"regi_id"},"ON_app_dl_mweb_hp_dummy",1073741823,"0_control",2147483647,"1_dock_std",3221225471,"2_dock_exp",4294967295,"3_custom_dock"]}]},"MKT_welcome_ad_stp_1120":{"abtest_partition":[{"var":"agent_id"},"MKT_welcome_ad_stp_1120",2147483647,"0_control",4294967295,"1_welcome_stp"]},"MKT_segops_regi_bundle_login_test":{"abtest_partition":[{"var":"agent_id"},"MKT_segops_regi_bundle_login_test",4294967295,"1_login"]},"MKT_not_ready_to_sub_survey":{"abtest_partition":[{"var":"agent_id"},"MKT_not_ready_to_sub_survey",4123168603,"0_control",4294967295,"1_survey"]},"MKT_dfp_hd_paywall_zip":{"abtest_partition":[{"var":"agent_id"},"MKT_dfp_hd_paywall_zip",2147483647,"0_control",4294967295,"1_zip"]},"MKT_CKGiftLPTest_creativeredesign":{"abtest_partition":[{"var":"agent_id"},"MKT_CKGiftLPTest_creativeredesign",1431942095,"0_control",2863454695,"1_ck_gift_shortlp",4294967295,"2_ck_gift_longlp"]},"MAPS_subonly_cards_gs_092021":{"if":[{"and":[{"===":[{"var":"user_type"},"sub"]}]},{"abtest_partition":[{"var":"agent_id"},"MAPS_subonly_cards_gs_092021",1073741823,"2_subandfree",4294967295,"2_subandfree"]}]},"MAPS_foryou_optin_0421":{"if":[{"and":[{"in":[{"var":"user_type"},["regi"]]},{"===":[{"ref":"ON_MAPS_audience_split"},"1_maps"]}]},{"abtest_partition":[{"var":"agent_id"},"MAPS_foryou_optin_0421",1431942095,"0_control",2863454695,"1_interests",4294967295,"2_auto_optin"]}]},"MAPS_cwv_email_signup_dock_0322":{"if":[{"and":[{"===":[{"var":"user_type"},"sub"]}]},{"abtest_partition":[{"var":"regi_id"},"MAPS_cwv_email_signup_dock_0322",1460288880,"0_control",2877628087,"1_dock_simple",4294967295,"2_dock_descriptive"]}]},"InvolChurn_CopyUpdate":{"abtest_partition":[{"var":"agent_id"},"InvolChurn_CopyUpdate",2147483647,"0_control",4294967295,"1_concisemessage"]},"DFP_Prebid_priority_0322":{"abtest_partition":[{"var":"agent_id"},"DFP_Prebid_Priority_0322",429496729,"0_Control",858993458,"1_Sponsorship",4294967295,"2_Sponsorship"]},"dfp_messaging_flexframe_ctr":{"abtest_partition":[{"var":"agent_id"},"dfp_messaging_flexframe_ctr",322122546,"2_noheadnosummary",644245093,"1_msgInv_noCTA",4294967295,"0_control"]},"DFP_EngMetrics":{"abtest_partition":[{"var":"agent_id"},"DFP_EngMetrics",42949672,"0_control",85899345,"1_hover"]},"dfp_disp_incr":{"abtest_partition":[{"var":"agent_id"},"dfp_disp_incr",429496729,"0_control",4294967295,"1_test"]},"DFP_blockDetect_0221":{"abtest_partition":[{"var":"agent_id"},"DFP_blockDetect_0221",1073741823,"1_network_detection",4294967295,null]},"DFP_amzn":{"abtest_partition":[{"var":"agent_id"},"DFP_amzn",42949672,"0_control",429642757,"0_control",472540891,"1_amzn_fast_fetch",515490564,"2_adslot_priority",901994671,"2_adslot_priority",944892804,"3_no_mnet"]},"DFP_als_home":{"abtest_partition":[{"var":"agent_id"},"DFP_als_home",4294967295,"1_als"]},"DFP_als":{"abtest_partition":[{"var":"agent_id"},"DFP_als",4294967295,"1_als"]},"dfp_adslot4v2":{"abtest_partition":[{"var":"agent_id"},"dfp_adslot4v2",4294967295,"1_external"]},"DATAGOV_banner_202110":{"abtest_partition":[{"var":"agent_id"},"DATAGOV_banner_202110",3435973836,"0_Control",4294967295,"1_RejectAll"]},"APP_2021H1_SLS":{"if":[{"and":[{"===":[{"var":"user_type"},"sub"]}]},{"abtest_partition":[{"var":"regi_id"},"APP_2021H1_SLS",1159641169,"1_share",1932735282,"1_share",4294967295,"1_share"]}]},"ACCT_MastheadUserModal":{"abtest_partition":[{"var":"regi_id"},"ACCT_MastheadUserModal",1431942095,"0_control",2863454695,"1_drawerDesign",4294967295,"2_drawerDesignAccountIA"]}},"abraURL":"https://a1.nyt.com/abra-config/current/vi-prd.json","shouldBypassAbraContextAlloc":false}]); })();;(function () { var _f=function(e){var r=function(){var r=e.url;try{r+=window.location.search.slice(1).split("&").reduce(function(e,r){return"ip-override"===r.split("=")[0]?"?"+r:e},"")}catch(e){console.warn(e)}var n=new XMLHttpRequest;for(var t in n.withCredentials=!0,n.open("POST",r,!0),n.setRequestHeader("Content-Type","application/json"),e.headers)n.setRequestHeader(t,e.headers[t]);return n.send(e.body),n};window.userXhrObject=r(),window.userXhrRefresh=function(){return window.userXhrObject=r(),window.userXhrObject}};;_f.apply(null, [{"url":"https://samizdat-graphql.nytimes.com/graphql/v2","body":"{\"operationName\":\"UserQuery\",\"variables\":{},\"query\":\" query UserQuery { user { __typename profile { displayName email } userInfo { regiId entitlements demographics { emailSubscriptions wat } } subscriptionDetails { bundleType graceStartDate graceEndDate isFreeTrial hasQueuedSub startDate endDate status hasActiveEntitlements entitlements billingSource promotionTierType subscriptionName } } } \"}","headers":{"nyt-app-type":"project-vi","nyt-app-version":"0.0.5","nyt-token":"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs+/oUCTBmD/cLdmcecrnBMHiU/pxQCn2DDyaPKUOXxi4p0uUSZQzsuq1pJ1m5z1i0YGPd1U1OeGHAChWtqoxC7bFMCXcwnE1oyui9G1uobgpm1GdhtwkR7ta7akVTcsF8zxiXx7DNXIPd2nIJFH83rmkZueKrC4JVaNzjvD+Z03piLn5bHWU6+w+rA+kyJtGgZNTXKyPh6EC6o5N+rknNMG5+CdTq35p8f99WjFawSvYgP9V64kgckbTbtdJ6YhVP58TnuYgr12urtwnIqWP9KSJ1e5vmgf3tunMqWNm6+AnsqNj8mCLdCuc5cEB74CwUeQcP2HQQmbCddBy2y0mEwIDAQAB"}}]); })();;(function () { var registry=window._interactiveRegistry={};function getId(t){for(;(t=t.parentElement)&&!t.matches("[data-sourceid].interactive-body"););return t?t.getAttribute("data-sourceid"):null}window.registerInteractive=function(t){var e={_subs:{cleanup:[],remount:[]},id:t,on:function(t,r){return this._subs[t].push(r),e}};registry[t]=e},window.getInteractiveBridge=function(t){var e="string"==typeof t?t:getId(t);return registry[e]}; })();;(function () { function swgDataLayer(e){return!!window.dataLayer&&((window.dataLayer=window.dataLayer||[]).push({event:"impression",module:e}),!0)}function checkSwgOptOut(){if(!window.localStorage)return!1;var e=window.localStorage.getItem("nyt-swgOptOut");if(!e)return!1;var t=parseInt(e,10);return((new Date).getTime()-t)/864e5<1||(window.localStorage.removeItem("nyt-swgOptOut"),!1)}function swgDeferredAccount(e,t){return e.completeDeferredAccountCreation({entitlements:t,consent:!1}).then(function(e){var t=vi.env.AUTH_HOST+"/svc/account/auth/v1/swg-dal-web",n=e.purchaseData.raw.data?e.purchaseData.raw.data:e.purchaseData.raw,o=JSON.parse(n),a={package_name:o.packageName,product_id:o.productId,purchase_token:o.purchaseToken,google_id_token:e.userData.idToken,google_user_email:e.userData.email,google_user_id:e.userData.id,google_user_name:e.userData.name},r=new XMLHttpRequest;r.withCredentials=!0,r.open("POST",t,!0),r.setRequestHeader("Content-Type","application/json"),r.send(JSON.stringify(a)),r.onload=function(){200===r.status?(swgDataLayer({name:"swg",context:"Deferred",label:"Seamless Signin",region:"swg-modal"}),e.complete().then(function(){window.location.reload(!0)})):(e.complete(),window.location=encodeURI(vi.env.AUTH_HOST+"/get-started/swg-link?redirect="+encodeURIComponent(window.location.href)))}}).catch(function(){return!!window.localStorage&&(!window.localStorage.getItem("nyt-swgOptOut")&&(window.localStorage.setItem("nyt-swgOptOut",(new Date).getTime()),!0))}),!0}function hasLogoutCookie(){var e=document.cookie.match("(^|;) ?nyt-auth-action=([^;]*)(;|$)")||null;return e&&"logout"===e[2]}function loginWithGoogle(){return"undefined"!=typeof window&&(-1===document.cookie.indexOf("NYT-S")&&(!0!==checkSwgOptOut()&&(!!window.SWG&&((window.SWG=window.SWG||[]).push(function(e){return e.init(vi.env.SWG_PUBLICATION_ID),!0!==hasLogoutCookie()&&(e.getEntitlements().then(function(t){if(void 0===t||!t.raw)return!1;window.SwGEntitlement=!0;var n={entitlements_token:t.raw};return window.swgUserInfoXhrObject.withCredentials=!0,window.swgUserInfoXhrObject.open("POST",vi.env.AUTH_HOST+"/svc/account/auth/v1/login-swg-web",!0),window.swgUserInfoXhrObject.setRequestHeader("Content-Type","application/json"),window.swgUserInfoXhrObject.send(JSON.stringify(n)),window.swgUserInfoXhrObject.onload=function(){switch(window.swgUserInfoXhrObject.status){case 200:return swgDataLayer({name:"swg",context:"Seamless",label:"Seamless Signin",region:"login"}),window.location.reload(!0),!0;case 412:return swgDeferredAccount(e,t);default:return!1}},t}).catch(function(){return!1}),!0)}),!0))))}var _f=function(){if(window.swgUserInfoXhrObject.checkSwgResponse=!1,window.SwGEntitlement=!1,-1===document.cookie.indexOf("NYT-S")){var e=document.createElement("script");e.src="https://news.google.com/swg/js/v1/swg.js",e.setAttribute("subscriptions-control","manual"),e.setAttribute("async",!0),e.onload=function(){loginWithGoogle()},document.getElementsByTagName("head")[0].appendChild(e)}};;_f.apply(null, [{"gqlUrlClient":"https://samizdat-graphql.nytimes.com/graphql/v2","gqlRequestHeaders":{"nyt-app-type":"project-vi","nyt-app-version":"0.0.5","nyt-token":"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs+/oUCTBmD/cLdmcecrnBMHiU/pxQCn2DDyaPKUOXxi4p0uUSZQzsuq1pJ1m5z1i0YGPd1U1OeGHAChWtqoxC7bFMCXcwnE1oyui9G1uobgpm1GdhtwkR7ta7akVTcsF8zxiXx7DNXIPd2nIJFH83rmkZueKrC4JVaNzjvD+Z03piLn5bHWU6+w+rA+kyJtGgZNTXKyPh6EC6o5N+rknNMG5+CdTq35p8f99WjFawSvYgP9V64kgckbTbtdJ6YhVP58TnuYgr12urtwnIqWP9KSJ1e5vmgf3tunMqWNm6+AnsqNj8mCLdCuc5cEB74CwUeQcP2HQQmbCddBy2y0mEwIDAQAB"},"gqlFetchTimeout":4000,"disablePersistedQueries":false,"fastlyHeaders":{},"initialDeviceType":"desktop","fastlyAbraConfig":{},"internalPreviewConfig":{},"serviceWorkerFile":"service-worker-test-1650475080620.js"}]); })();;(function () { var _f=function(){"function"!=typeof window.onInitNativeAds&&(window.onInitNativeAds=function(){})};;_f.apply(null, []); })();
!function(e){function t(t){for(var n,a,i=t[0],l=t[1],f=t[2],c=0,s=[];c<i.length;c++)a=i[c],Object.prototype.hasOwnProperty.call(o,a)&&o[a]&&s.push(o[a][0]),o[a]=0;for(n in l)Object.prototype.hasOwnProperty.call(l,n)&&(e[n]=l[n]);for(p&&p(t);s.length;)s.shift()();return u.push.apply(u,f||[]),r()}function r(){for(var e,t=0;t<u.length;t++){for(var r=u[t],n=!0,i=1;i<r.length;i++){var l=r[i];0!==o[l]&&(n=!1)}n&&(u.splice(t--,1),e=a(a.s=r[0]))}return e}var n={},o={81:0},u=[];function a(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,a),r.l=!0,r.exports}a.m=e,a.c=n,a.d=function(e,t,r){a.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,t){if(1&t&&(e=a(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(a.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)a.d(r,n,function(t){return e[t]}.bind(null,n));return r},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,"a",t),t},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.p="/vi-assets/static-assets/";var i=window.webpackJsonp=window.webpackJsonp||[],l=i.push.bind(i);i.push=t,i=i.slice();for(var f=0;f<i.length;f++)t(i[f]);var p=l;r()}([]);
//# sourceMappingURL=runtime~adslot-13b13379461edef6029c.js.map
(function () { var _f=function(){const n="1_block";window.adClientUtils={hasActiveToggle:function(o){return i=o,(window&&window.NYTD&&window.NYTD.Abra?window.NYTD.Abra(i):"")!==n;var i}}};;_f.apply(null, []); })();
(function () { var _f=function(n){try{if(!(s=n,!!(window&&window.adClientUtils&&window.adClientUtils.hasActiveToggle)&&window.adClientUtils.hasActiveToggle(s)))return;if(void 0===e)var e=function(n){var e=document.cookie.match(new RegExp(n+"=([^;]+)"));if(e)return e[1]};!function(){var n=e("nyt-purr");if(!n||"s"!==n.substring(10,11)){var t=document.createElement("script");t.async="async",t.src="//securepubads.g.doubleclick.net/tag/js/gpt.js",document.head.appendChild(t)}}();var t=e("nyt-purr"),i=i||{};i.cmd=i.cmd||[],t&&"n"===t.substring(10,11)&&i.cmd.push(function(){i.pubads().setRequestNonPersonalizedAds(1)})}catch(n){console.log(n)}var s};;_f.apply(null, ["dfp_collections_toggle"]); })();
(function () { var _f=function(){var t,e,o=50,n=50;function i(t){if(!document.getElementById("3pCheckIframeId")){if(t||(t=1),!document.body){if(t>o)return;return t+=1,setTimeout(i.bind(null,t),n)}var e,a,r;e="https://static01.nyt.com/ads/tpc-check.html",a=document.body,(r=document.createElement("iframe")).src=e,r.id="3pCheckIframeId",r.style="display:none;",r.height=0,r.width=0,a.insertBefore(r,a.firstChild)}}function a(t){if("https://static01.nyt.com"===t.origin)try{"3PCookieSupported"===t.data&&googletag.cmd.push(function(){googletag.pubads().setTargeting("cookie","true")}),"3PCookieNotSupported"===t.data&&googletag.cmd.push(function(){googletag.pubads().setTargeting("cookie","false")})}catch(t){}}function r(){if(function(){if(Object.prototype.toString.call(window.HTMLElement).indexOf("Constructor")>0)return!0;if("[object SafariRemoteNotification]"===(!window.safari||safari.pushNotification).toString())return!0;try{return window.localStorage&&/Safari/.test(window.navigator.userAgent)}catch(t){return!1}}()){try{window.openDatabase(null,null,null,null)}catch(e){return t(),!0}try{localStorage.length?e():(localStorage.x=1,localStorage.removeItem("x"),e())}catch(o){navigator.cookieEnabled?t():e()}return!0}}!function(){try{googletag.cmd.push(function(){googletag.pubads().setTargeting("cookie","unknown")})}catch(t){}}(),t=function(){try{googletag.cmd.push(function(){googletag.pubads().setTargeting("cookie","private")})}catch(t){}}||function(){},e=function(){window.addEventListener("message",a,!1),i(0)}||function(){},function(){if(window.webkitRequestFileSystem)return window.webkitRequestFileSystem(window.TEMPORARY,1,e,t),!0}()||r()||function(){if(!window.indexedDB&&(window.PointerEvent||window.MSPointerEvent))return t(),!0}()||e()};;_f.apply(null, ["dfp_collections_toggle"]); })();
(function () { var _f=function(e,t,a){var n;if(!(n=a,!!(window&&window.adClientUtils&&window.adClientUtils.hasActiveToggle)&&window.adClientUtils.hasActiveToggle(n)))return;!function(e){window&&window.NYTD&&window.NYTD.Abra&&window.NYTD.Abra.reportExposure(e)}(a);let i=()=>{var e=new Date,t=e.getFullYear();return e.getMonth()<9&&(t+="0"),t+=e.getMonth()+1,e.getDate()<10&&(t+="0"),t+=e.getDate(),e.getHours()<10&&(t+="0"),t+=e.getHours(),e.getMinutes()<10&&(t+="0"),t+=e.getMinutes(),e.getSeconds()<10&&(t+="0"),t+e.getSeconds()};window.googletag=window.googletag||{},googletag.cmd=googletag.cmd||[];let o=new URLSearchParams(location.search).get("alice_rules_test");var l,s=new XMLHttpRequest,r=window.vi.env.ALS_URL,d=document.querySelector('[name="nyt_uri"]');if(t)l="uri="+(g=t);else if("/"===location.pathname){var g=encodeURIComponent("https://www.nytimes.com/pages/index.html");l="uri="+g}else if(void 0===d||""===d||null===d){var c=e||location.protocol+"//"+location.hostname+location.pathname;l="url="+encodeURIComponent(c)}else{g=encodeURIComponent(d.content);l="uri="+g}var u=document.querySelector('[name="template"]'),w=document.querySelector('[name="prop"]'),m=document.querySelector('[name="plat"]'),p=null==u||null==u.content?"":u.content,_=null==w||null==w.content?"nyt":w.content,b=null==m||null==m.content?"web":m.content;window.innerWidth<740&&(_="mnyt",b="mweb");var v=window.localStorage.getItem("als_test_clientside"),f=null;window.googletag.cmd.push(function(){var e=v&&0!==v.length?v:"empty_empty_empty_empty_empty_"+i(),t=f||e;googletag.pubads().setTargeting("als_test_clientside",t)});var y=window.localStorage.getItem("mktg"),h=null;window.googletag.cmd.push(function(){var e=h||y;e&&googletag.pubads().setTargeting("mktg",e)});var U,L=window.localStorage.getItem("bt");window.googletag.cmd.push(function(){var e=U||L;e&&googletag.pubads().setTargeting("bt",e)});var T=window.localStorage.getItem("sub"),S=null;window.googletag.cmd.push(function(){var e=S||T;e&&googletag.pubads().setTargeting("sub",e)}),l=null==o?l:l+"&alice_rules_test="+o,s.open("GET",r+"/als?"+l+"&typ="+p+"&prop="+_+"&plat="+b,!0),s.withCredentials=!0,s.send(),s.onerror=function(){var e="reqfailed_reqfailed_reqfailed_reqfailed_reqfailed_"+i();f=e,window.googletag.cmd.push(function(){googletag.pubads().setTargeting("als_test_clientside",e)});var t={event:"impression",module:{name:"alice-timing",context:"script-load",label:"alice-error-reqfail-"+l}};(window.dataLayer=window.dataLayer||[]).push(t)},s.onreadystatechange=function(){if(4===s.readyState)if(200===s.status){var e=JSON.parse(s.responseText);f=e.als_test_clientside&&0!==e.als_test_clientside.length?e.als_test_clientside:"bou_bou_bou_bou_bou_"+i(),void 0!==e.User&&(void 0!==e.User.mktg&&(h=e.User.mktg,window.localStorage.setItem("mktg",e.User.mktg)),void 0!==e.User.bt&&(U=e.User.bt,window.localStorage.setItem("bt",e.User.bt)),void 0!==e.User.sub&&(S=e.User.sub,window.localStorage.setItem("sub",e.User.sub))),window.googletag.cmd.push(function(){if(e.als_test_clientside&&0!==e.als_test_clientside.length)googletag.pubads().setTargeting("als_test_clientside",e.als_test_clientside),window.localStorage.setItem("als_test_clientside","ls-"+e.als_test_clientside);else{var t=void 0===e.als_test_clientside?"undefined_undefined_undefined_undefined_undefined_"+i():"blank_blank_blank_blank_blank_"+i();googletag.pubads().setTargeting("als_test_clientside",t);var a={event:"impression",module:{name:"alice-timing",context:"script-load",label:"alice-error-test-client-undefined"}};(window.dataLayer=window.dataLayer||[]).push(a)}if(void 0!==e.User){if(h)googletag.pubads().setTargeting("mktg",h);else{a={event:"impression",module:{name:"alice-timing",context:"script-load",label:"alice-error-mktg-undefined"}};(window.dataLayer=window.dataLayer||[]).push(a)}if(void 0!==U)googletag.pubads().setTargeting("bt",U);else{a={event:"impression",module:{name:"alice-timing",context:"script-load",label:"alice-error-bt-undefined"}};(window.dataLayer=window.dataLayer||[]).push(a)}if(S)googletag.pubads().setTargeting("sub",S);else{a={event:"impression",module:{name:"alice-timing",context:"script-load",label:"alice-error-sub-undefined"}};(window.dataLayer=window.dataLayer||[]).push(a)}(e.User.lucidC1||e.User.lucidC2||e.User.lucidC3||e.User.lucidC4||e.User.lucidC5)&&dataLayer.push({event:"lucidtest",c1_val:e.User.lucidC1,c2_val:e.User.lucidC2,c3_val:e.User.lucidC3,c4_val:e.User.lucidC4,c5_val:e.User.lucidC5})}else{a={event:"impression",module:{name:"alice-timing",context:"script-load",label:"alice-error-user-undefined"}};(window.dataLayer=window.dataLayer||[]).push(a)}if(void 0!==e.Asset)for(var n in e.Asset){var o=e.Asset[n];if(o)googletag.pubads().setTargeting(n,o);else{a={event:"impression",module:{name:"alice-timing",context:"script-load",label:"alice-error-"+n+"-undefined"}};(window.dataLayer=window.dataLayer||[]).push(a)}}else{a={event:"impression",module:{name:"alice-timing",context:"script-load",label:"alice-error-asset-undefined"}};(window.dataLayer=window.dataLayer||[]).push(a)}})}else{s.responseText.substring(0,40);var t="error_error_"+s.status+"_error_error_"+i();window.googletag.cmd.push(function(){googletag.pubads().setTargeting("als_test_clientside",t)});var a={event:"impression",module:{name:"alice-timing",context:"script-load",label:"alice-error-ajaxreq-"+s.status+"-"+l}};(window.dataLayer=window.dataLayer||[]).push(a)}}};;_f.apply(null, [null,"nyt://legacycollection/6a422275-8f3f-51bd-819d-6be72041d801","als_toggle"]); })();(function() {
var AdSlot4=function(){"use strict";function i(){return window.AdSlot4=window.AdSlot4||{},window.AdSlot4.cmd=window.AdSlot4.cmd||[],window.AdSlot4}function n(){return!("undefined"==typeof window||!window.document||!window.document.createElement)}function t(e){return-1!==document.cookie.indexOf(e)}function o(e){var n={PURR_AcceptableTrackers:0,PURR_AdConfiguration:5,PURR_DataSaleOptOutUI:2,PURR_DataProcessingConsentUI:3,PURR_AcceptableTrackers_v2:4,PURR_AdConfiguration_v2:5,PURR_DataProcessingPreferenceUI:6,PURR_DataSaleOptOutUI_v2:7,PURR_CaliforniaNoticesUI:8,PURR_EmailMarketingOptInUI:9,PURR_DeleteIPAddress:10,PURR_AdConfiguration_v3:11},t=function(e){e=("; "+document.cookie).split("; "+e+"=");return 2===e.length?e.pop().split(";").shift():null}(e),o={};return Object.keys(n).forEach(function(e){o[e]=function(e,n){n=new RegExp("^.{"+n+"}(.)"),n=e.match(n);return(null==n?void 0:n[1])||""}(t,n[e])}),d.forEach(function(n){Object.keys(n.valueMapping).forEach(function(e){n.valueMapping[e]===o[n.name]&&(o[n.name]=e)})}),o}function a(){var e;try{return function(){if("undefined"==typeof window)return!1;var e=window.navigator.userAgent||window.navigator.vendor,n=-1!==e.indexOf("nyt_android"),t=-1!==e.indexOf("nytios"),o=-1!==e.indexOf("nyt_xwords_ios"),e=-1!==e.indexOf("Crosswords");return n||t||o||e}()?null!==(e=null===window||void 0===window?void 0:window.config)&&void 0!==e&&e.PurrDirectives?window.config.PurrDirectives:t("override-purr")?o("override-purr"):r({},c):t("nyt-purr")?o("nyt-purr"):r({},c)}catch(e){return console.warn("can’t get directives from cookie or config",e),r({},c)}}var r=function(){return(r=Object.assign||function(e){for(var n,t=1,o=arguments.length;t<o;t++)for(var i in n=arguments[t])Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i]);return e}).apply(this,arguments)},d=[{name:"PURR_AcceptableTrackers",valueMapping:{controllers:"c",processors:"p"}},{name:"PURR_AdConfiguration",valueMapping:{full:"f",npa:"n","adluce-socrates":"s"}},{name:"PURR_DataSaleOptOutUI",valueMapping:{hide:"h",show:"s"}},{name:"PURR_DataProcessingConsentUI",valueMapping:{hide:"h",show:"s"}},{name:"PURR_AcceptableTrackers_v2",valueMapping:{controllers:"c",processors:"p",essentials:"e"}},{name:"PURR_AdConfiguration_v2",valueMapping:{full:"f",rdp:"r",npa:"n",adluce:"a","adluce-socrates":"s"}},{name:"PURR_DataProcessingPreferenceUI",valueMapping:{hide:"h","allow-opt-out":"o","allow-opt-in":"i","allow-opt-in-or-out":"a"}},{name:"PURR_DataSaleOptOutUI_v2",valueMapping:{hide:"h",show:"s","show-opted-out":"o"}},{name:"PURR_CaliforniaNoticesUI",valueMapping:{hide:"h",show:"s"}},{name:"PURR_EmailMarketingOptInUI",valueMapping:{checked:"c",unchecked:"u"}},{name:"PURR_DeleteIPAddress",valueMapping:{delete:"d",keep:"k"}},{name:"PURR_AdConfiguration_v3",valueMapping:{full:"f",rdp:"r",npa:"n",ltd:"l","adluce-socrates":"s"}}],c={PURR_DataSaleOptOutUI:"hide",PURR_DataSaleOptOutUI_v2:"hide",PURR_CaliforniaNoticesUI:"hide",PURR_DataProcessingConsentUI:"hide",PURR_DataProcessingPreferenceUI:"hide",PURR_AcceptableTrackers_v2:"controllers",PURR_AcceptableTrackers:"controllers",PURR_AdConfiguration_v2:"full",PURR_AdConfiguration:"full",PURR_EmailMarketingOptInUI:"checked",PURR_DeleteIPAddress:"delete",PURR_AdConfiguration_v3:"full"};function e(){return"full"===(e={},n()&&(e=a().PURR_AdConfiguration_v3||a().PURR_AdConfiguration_v2),e);var e}function s(){return!(!!n()&&null!==window.navigator.userAgent.match(/nyt[-_]?(?:ios|android)/i))&&e()}function u(e,n,t){var o=document.getElementsByTagName("head")[0],i=document.createElement("script");n&&(i.onload=n),t&&(i.onerror=t),i.src=e,i.async=!0,o.appendChild(i)}function l(){i().cmd.push(function(){var e="".concat("GeoEdge"," failed to load");i().events.publish({name:h,value:{message:e}})})}function p(){return!window.grumi&&(u("//rumcdn.geoedge.be/b3960cc6-bfd2-4adc-910c-6e917e8a6a0e/grumi-ip.js",null,l),window.grumi={key:"b3960cc6-bfd2-4adc-910c-6e917e8a6a0e",cfg:{advs:v}})}function m(){var e;window.apstag||(e="".concat(b," not loading properly"),console.warn(e))}function f(){i().cmd.push(function(){var e="".concat(b," failed to load");i().events.publish({name:U,value:{type:b,message:e}})})}function w(){window.apstag&&window.apstag.setDisplayBids&&function(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:window;return e.googletag=e.googletag||{},e.googletag.cmd=e.googletag.cmd||[],e.googletag}().cmd.push(window.apstag.setDisplayBids())}function g(e){return!(!window.apstag||!window.apstag.fetchBids)&&(window.apstag.fetchBids({slots:e},w()),!0)}var v={32074718:!0,4792640386:!0,21966278:!0,4558311760:!0,4552626466:!0,4400775978:!0,39318518:!0,4874174581:!0,33597638:!0,38636678:!0,38637278:!0,33597998:!0,33613118:!0},h="script_loader_error",b="A9",_=[[300,250],[728,90],[970,90],[970,250]],R="large",y="medium",P="small",U="BidderError",A="AdEmpty",k="AdBlockOn",x="AdDefined",I="AdRefreshed";function D(e,n){var t;return(e=[].concat((t=n,[].concat(e).slice().sort(function(e,n){return n[0]-e[0]}).find(function(e){return!Number.isNaN(e[0])&&e[0]<t}))).pop())&&e.length?e:null}function C(i){return function(){var e,n=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{},t=n.sizes,o=void 0===t?[]:t,t=n.truePosition,n=n.id,o=D(o,window.innerWidth);if(o){o=(e=o,Array.isArray(e)?_.filter(function(n){return e.some(function(e){return e[0]===n[0]&&e[1]===n[1]})}):(console.warn("filterSizes() did not receive an array"),[])),o=[{slotID:t||n,slotName:"".concat(t||n,"_").concat(i,"_web"),sizes:o}];return g(o),!0}return!1}}function O(e,n,t){return n in e?Object.defineProperty(e,n,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[n]=t,e}function z(t,o){return T.map(function(e){var n=e.id,e=e.sizes;return{slotID:n,slotName:"".concat(n,"_").concat(o,"_web"),sizes:(e=e)[t]||e[P]}})}function S(n,t){i().cmd.push(function(){var e;n&&g(z(740<(e=window.innerWidth)?R:600<e?y:P,t)),i().events.subscribe({name:x,scope:"all",callback:C(t)})})}function M(e,n,t){(function(){var e,t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:"apstag",o=1<arguments.length&&void 0!==arguments[1]?arguments[1]:window;return o[t]||(e=function(e,n){return o[t]._Q.push([e,n])},o[t]={_Q:[],init:function(){e("i",arguments)},fetchBids:function(){e("f",arguments)},setDisplayBids:function(){},targetingKeys:function(){return[]}}),o[t]})("apstag",window).init({pubID:"3030",adServer:"googletag",params:{si_section:n}}),S(e,t)}function E(e,n){var t,o={openx:V,rubicon:N,medianet:F}[e];switch(n.includes("mid")?"mid":n){case"top":t=o.top;break;case"mid":t=o.mid;break;case"bottom":t=o.bottom;break;default:t=o.default}return t}function j(e){var n;switch(e){case"livebl":n="hp";break;case"int":n="art";break;case"coll":n="sf";break;default:n=e}return n in B||(n="default"),n}var T=[{id:"dfp-ad-top",sizes:(O(te={},R,[[728,90],[970,90],[970,250]]),O(te,y,[[728,90],[300,250]]),O(te,P,[[300,250],[300,420]]),te)},{id:"top",sizes:(O(ne={},R,[[728,90],[970,90],[970,250]]),O(ne,y,[[728,90],[300,250]]),O(ne,P,[[300,250],[300,420]]),ne)}],B={art:{id:["top","story-ad-1","story-ad-2","story-ad-3","story-ad-4","story-ad-5","story-ad-6","bottom"],pos:["top","mid1","mid2","mid3","mid4","mid5","mid6","bottom"]},hp:{id:["dfp-ad-top","dfp-ad-mid1","dfp-ad-mid2","dfp-ad-mid3","dfp-ad-bottom"],pos:["top","mid1","mid2","mid3","bottom"]},ss:{id:["right-0","right-1","right-2","right-3"],pos:["mid1","mid1","mid1","mid1"],size:{small:[[300,250]],medium:[[300,250]],large:[[300,250]]}},sf:{id:["top","mid1","mid2"],pos:["top","mid1","mid2"]},default:{id:["top","mid1","mid2"],pos:["top","mid1","mid2"],size:{small:[[300,250],[300,420]],medium:[[728,90]],large:[[728,90],[970,90],[970,250]]}}},N={top:2088370,mid:2088372,bottom:2088374,default:2088376},V={top:544112060,mid:544112063,bottom:544112062,default:544112065},F={top:684296214,mid:190706820,bottom:932254072,default:153468583};function q(o,e){var i=j(e);return B[i].pos.reduce(function(e,n,t){t={code:B[i].id[t],mediaTypes:{banner:{sizeConfig:[{minViewPort:[970,0],sizes:(B[i].size?B[i]:B.default).size.large},{minViewPort:[728,0],sizes:(B[i].size?B[i]:B.default).size.medium},{minViewPort:[0,0],sizes:(B[i].size?B[i]:B.default).size.small}]}},bids:(t=n,[{bidder:"appnexus",params:{member:3661,invCode:"nyt_".concat(n=o,"_").concat(t)}},{bidder:"medianet",params:{cid:"8CU4WQK98",crid:E("medianet",t)}},{bidder:"rubicon",params:{accountId:12330,siteId:378266,inventory:{invCode:["nyt_".concat(n,"_").concat(t)]},zoneId:E("rubicon",t)}},{bidder:"openx",params:{unit:E("openx",t),delDomain:"nytimes-d.openx.net",customParams:{invCode:"nyt_".concat(n,"_").concat(t)}}},{bidder:"triplelift",params:{inventoryCode:function(e){e=e.includes("top")||e.includes("bottom")?e:"mid";return"NYTimes_728x90_970_".concat(e="bottom"===e?"bot":e,"_PB")}(t)}}])};return e.push(t),e},[])}function G(t){window.pbjs&&window.pbjs.initAdserverSet||(window.pbjs.initAdserverSet=!0,i().cmd.push(function(){i().events.subscribe({name:"AdDefined",scope:"all",callback:function(n){window.googletag.cmd.push(function(){var e;(e=j(e=t),B[e].id).includes(n.id)&&window.pbjs.setTargetingForGPTAsync([n.id])})}})}))}function H(t,e,n){function o(e,n){window.pbjs.initAdserverSet=!1,t.requestBids({bidsBackHandler:function(){G(e)},timeout:n})}i().cmd.push(function(){t.que.push(function(){t.addAdUnits(q(e,n)),o(n,1e4),i().events.subscribe({name:I,scope:"all",callback:function(){o(n,800)}})})})}function Y(o,i){return function(){var e,n,t;window.pbjs||console.log("prebid did not load"),e=o,n=i,(t=window.googletag||{}).cmd=t.cmd||[],(t=window.pbjs||{}).que=t.que||[],t.setConfig({priceGranularity:{buckets:[{max:10,increment:.05},{max:20,increment:.1},{max:50,increment:.5},{max:101,increment:1}]}}),H(t,e,n)}}function Q(){i().cmd.push(function(){var e="".concat("PreBid"," failed to load");i().events.publish({name:U,value:{type:"PreBid",message:e}})})}function W(){try{var e=((n=document.createElement("div")).innerHTML=" ",n.className="ad adsbox pub_300x250 pub_300x250m pub_728x90 text-ad textAd text_ad ad-server",n.style="width: 1px !important; height: 1px !important; position: absolute !important; left: -10000px !important; top: -1000px !important;",document.body.prepend(n),document.getElementsByClassName("ad adsbox")[0]),n=!(!(n=e)||0!==n.offsetHeight&&0!==n.clientHeight)||function(e){if(void 0!==window.getComputedStyle){e=window.getComputedStyle(e,null);if(e&&("none"===e.getPropertyValue("display")||"hidden"===e.getPropertyValue("visibility")))return!0}return!1}(e);return e=e,document.body.removeChild(e),n}catch(e){console.error("ad class check failed",e)}var n;return!1}function Z(){return!(window&&window.AdSlot&&window.AdSlot.AdSlotReady)||(!(window&&window.googletag&&window.googletag.apiReady)||W())}function K(){var e=window&&window.nyt_et&&window.nyt_et.get_host&&window.nyt_et.get_host();return e?fetch("".concat(e,"/.status"),{credentials:"include",headers:{accept:"*/*","content-type":"text/plain;charset=UTF-8"},mode:"no-cors"}).then(function(){return{success:!0}}).catch(function(e){return console.error("et track blocked",e),{success:!1}}):Promise.resolve({success:!1})}function L(e,n,t){var o=(i="nyt-a",(document&&document.cookie&&document.cookie.match&&(i=document.cookie.match(new RegExp("".concat(i,"=([^;]+)"))))?i[1]:"")||null),i=!!(window&&window.matchMedia&&window.matchMedia("(max-width: 739px)").matches);return"".concat("https://a-reporting.nytimes.com/report.jpg","?mobile=").concat(i,"&block=").concat(t,"&aid=").concat(o,"&pvid=").concat(e,"&et=").concat(n)}function J(e,n,t){return!!(window&&window.NYTD&&window.NYTD.Abra&&"1_network_detection"===window.NYTD.Abra("DFP_blockDetect_0221"))&&((new Image).src=L(e,n,t),!0)}function X(e,n){n&&i().cmd.push(function(){var e=i();e.events&&e.events.publish({name:A,value:{type:k}})});var t=!1;return K().then(function(){t=(0<arguments.length&&void 0!==arguments[0]?arguments[0]:{success:!1}).success}).catch(function(){}).finally(function(){J(e,t,n)})}function $(e){var n;window.addEventListener("load",(n=e,function(){X(n,Z())}))}var ee,ne,te=function(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{};if(ee)return!1;var n=e.loadAmazon,t=void 0===n||n,o=e.loadPrebid,i=void 0===o||o,a=e.setFastFetch,r=void 0!==a&&a,d=e.loadGeoEdge,c=void 0===d||d,n=e.section,o=void 0===n?"none":n,a=e.pageViewId,d=void 0===a?"":a,n=e.pageType,a=void 0===n?"":n;return e=document.referrer||"",!(n=/([a-zA-Z0-9_\-.]+)(@|%40)([a-zA-Z0-9_\-.]+).([a-zA-Z]{2,5})/).test(e)&&!n.test(window.location.href)&&(s()&&(a=new RegExp(/art/).test(a)?"art":a,c&&p(),t&&(c=r,t=o,r=a,window.apstag||(u("//c.amazon-adsystem.com/aax2/apstag.js",m,f),M(c,t,r))),i&&(o=o,a=a,window.pbjs||u("https://www.nytimes.com/ads/prebid6.8.0.js",Y(o,a),Q))),$(d),ee=!0)};return(ne=i()).loadScripts=ne.loadScripts||te,window.AdSlot4=ne}();
(function () { var _f=function(e={}){const o=window&&window.AdSlot4;try{const{adToggleMap:i,pageType:t,section:n,isSectionHbEligible:d,setFastFetch:w}=e,a=Object.keys(i).reduce((e,o)=>{const t=i[o]||"";return e[o]=function(e){return!!(window&&window.adClientUtils&&window.adClientUtils.hasActiveToggle)&&window.adClientUtils.hasActiveToggle(e)}(t),e},{}),{amazon:c,geoedge:s}=a,l=c&&d;"function"==typeof o.loadScripts&&o.loadScripts({loadAmazon:l,loadPrebid:d,setFastFetch:w,section:n,pageType:t,pageViewId:window&&window.NYTD&&window.NYTD.PageViewId&&window.NYTD.PageViewId.current?window.NYTD.PageViewId.current:"",loadGeoEdge:s})}catch(e){console.error(e)}};;_f.apply(null, [{"adToggleMap":{"amazon":"amazon_collections_toggle","medianet":"medianet_collections_toggle","dfp":"dfp_collections_toggle","geoedge":"geoedge_toggle"},"pageType":"sf","section":"business","isSectionHbEligible":true,"setFastFetch":false}]); })();
(function () { var _f=function(t={}){window.AdSlot4=window.AdSlot4||{},window.AdSlot4.cmd=window.AdSlot4.cmd||[],window.AdSlot4.clientRequirements={mergeObjects:function(t,...e){return e.reduce(function(t,e){return Object.entries(e).reduce(function(t,[e,n]){return t[e]&&null==n?t:Object.assign({},t,{[e]:n})},t)},t)},isFunction:function(t){return"[object Function]"===Object.prototype.toString.call(t)},getAbraVariant:function(t){if(!(window.NYTD&&window.NYTD.Abra&&window.NYTD.Abra.getAbraSync&&this.isFunction(window.NYTD.Abra.getAbraSync)))return void console.warn("Abra does not exist or is not a function");const e=window.NYTD.Abra.getAbraSync(t);return e&&e.variant},shouldHaltDFP:function(t){return"1_block"===this.getAbraVariant(t)},getSov:function(t={}){return t.sov=t.sov||(Math.floor(4*Math.random())+1).toString(),{sov:t.sov}},getPageViewId:function(t){return{page_view_id:t&&t.current}},getUserData:function(t="{}"){try{const e=JSON.parse(t).data;return e&&e.user}catch(t){console.warn("userinfo data unavailable")}},getEm:function(t){return t&&t.length?{em:t.toString().toLowerCase()}:{}},getWat:function(t){return t?{wat:t.toLowerCase()}:{}},getDemographics:function(t){return this.mergeObjects(this.getEm(t&&t.emailSubscriptions),this.getWat(t&&t.wat))},isValidDfpVariant:function(t){return t.toLowerCase().indexOf("dfp")>-1||t.indexOf("redbird")>-1},joinArgumentsForVariant:function(){if(arguments.length)return[].slice.call(arguments).join("_").toLowerCase()},reduceAbraConfigKeysToDfpVariants:function(t=[],e=""){const n=this.getAbraVariant(e),i=this.joinArgumentsForVariant(e,n);return n&&i?t.concat(i):t},getDFPTestNames:function(t={}){if(!t)return[];const e=this.isValidDfpVariant;return Object.keys(t).filter(function(t){return e(t)})},getAbraDfpVariants:function(t={}){this.isValidDfpVariant;let e="";if(t.config){e=this.getDFPTestNames(t.config).reduce(this.reduceAbraConfigKeysToDfpVariants,[])}return{abra_dfp:e}},isMobile:function(t){const e=t.matchMedia("(max-width: 739px)");return e&&e.matches},isManualRefresh:function(t={}){return!(!t.navigation||1!==t.navigation.type)},getAltLangFromPathname:function(t=""){return 0===t.indexOf("/es/")?"es":""},getAdTargetingProperty:function(t=!1,e=""){let n=t?"m":"";return{prop:(n+=e)+"nyt"}},getAdTargetingPlatform:function(t=!1){return{plat:(t?"m":"")+"web"}},getAdTargetingEdition:function(t=""){return t.length?{edn:t}:{}},getAdTargetingVersion:function(t=!1){return{ver:(t?"m":"")+"vi"}},getAdTargetingHome:function(t,e,n){let i={},o={};return"hp"===t&&(i=e?{topRef:e}:{},o=n?{refresh:"manual"}:{}),this.mergeObjects(i,o)},getAdTargeting:function(t={},e={}){const n=this.isMobile(window),i=this.getAltLangFromPathname(window.location.pathname),o=this.isManualRefresh(performance);return this.mergeObjects(t,this.getDemographics(e),this.getAdTargetingProperty(n,i),this.getAdTargetingPlatform(n),this.getAdTargetingEdition(i),this.getAdTargetingVersion(n),this.getAdTargetingHome(t.typ,document.referrer,o),this.getAbraDfpVariants(window.NYTD.Abra),this.getSov(window),this.getPageViewId(window.NYTD.PageViewId))},init:function(t){window.AdSlot4.init&&this.isFunction(window.AdSlot4.init)?window.AdSlot4.init&&window.AdSlot4.init(t):console.warn("AdSlot4.init does not exist or is not a function")},reportExposure:function(t){window.NYTD.Abra&&this.isFunction(window.NYTD.Abra.reportExposure)?window.NYTD.Abra.reportExposure(t):console.warn("Abra.reportExposure does not exist or is not a function")},generateConfig:function(t={},e={},n={}){const i=n&&n.userInfo&&n.userInfo.demographics;return this.mergeObjects(t,e,{adTargeting:this.getAdTargeting(e.adTargeting,i),haltDFP:this.shouldHaltDFP(e.dfpToggleName||t.dfpToggleName)})}};for(let t in window.AdSlot4.clientRequirements)window.AdSlot4.clientRequirements[t]=window.AdSlot4.clientRequirements[t].bind(window.AdSlot4.clientRequirements);const e={adUnitPath:"/29390238/nyt/homepage",offset:400,hideTopAd:AdSlot4.clientRequirements.isMobile(window),lockdownAds:!1,sizeMapping:{top:[[970,["fluid",[728,90],[970,90],[970,250],[1605,300]]],[728,["fluid",[728,90],[1605,300]]],[0,[]]],fp1:[[0,[[195,250],[215,270]]]],fp2:[[0,[[195,250],[215,270]]]],fp3:[[0,[[195,250],[215,270]]]],feat1:[[0,["fluid"]]],feat2:[[0,["fluid"]]],feat3:[[0,["fluid"]]],feat4:[[0,["fluid"]]],mktg:[[1020,[300,250]],[0,[]]],pencil:[[728,[[336,46]],[0,[]]]],pp_edpick:[[0,["fluid"]]],pp_morein:[[0,["fluid"],[210,218]]],ribbon:[[0,["fluid"]]],sponsor:[[765,[150,50]],[0,[320,25]]],supplemental:[[1020,[[300,250],[300,600]]],[0,[]]],chat:[[0,[[300,250],[300,420]]]],column:[[0,[[300,250],[300,420]]]],default:[[970,["fluid",[728,90],[970,90],[970,250],[1605,300]]],[728,["fluid",[728,90],[300,250],[1605,300]]],[0,["fluid",[300,250],[300,420]]]]},adTargeting:{},haltDFP:!1,dfpToggleName:t.dfpToggleName||"dfp_home_toggle",lazyApi:t.lazyApi||{}};window.AdSlot4.cmd.push(function(){const n=window.AdSlot4.clientRequirements,i=n.getUserData(window&&window.userXhrObject&&window.userXhrObject.responseText),o=n.generateConfig(e,t,i);n.init(o),n.reportExposure("dfp_adslot4v2")})};;_f.apply(null, [{"adTargeting":{"edn":"us","test":"projectvi","ver":"vi","typ":"sf","vp":"small","als_test":"1650542459031","prop":"mnyt","plat":"mweb","brandsensitive":"false","artlen":"short","ledemedsz":"none","template":"legacycollection","section":"business","si_section":"business","id":"100000004937369","gscat":"neg_ibmtest,gs_economy,neg_citi_aa,gs_economy_misc,gs_business,neg_ibm,neg_chanel,gs_business_misc,neg_rms,neg_mastercard,neg_bofa,gs_news_and_weather,neg_debeer,neg_ms_safe,neg_capitalone,gs_business_careers,gs_news,neg_hearts,neg_aramco,gs_politics_misc,gv_safe,gs_t"},"adUnitPath":"/29390238/nyt/business/businesseconomy/sectionfront","dfpToggleName":"dfp_collections_toggle"}]); })();
})();
SectionsSEARCHSkip to contentSkip to site indexEconomyLog inToday’s PaperAdvertisementContinue reading the main storySupported byContinue reading the main storyBusinessEconomyDealBookMarketsEconomyEnergyMediaTechnologyPersonal TechSmall BusinessYour MoneyMutual Funds & ETFsLatestSearchSearchClear this text inputApple Store workers in Atlanta are the first to formally seek a union.The petition for a union vote continues a trend of organizing at service-sector employers like Starbucks and Amazon.By Noam Scheiber and Kellen BrowningGlobal Economic Forecasts Drop as Russia’s War in Ukraine Takes TollThe International Monetary Fund’s new World Economic Outlook expects growth to slow to 3.6 percent this year. The group is one of many to slash their forecasts recently.By Alan Rappeport and Ana SwansonHow a Dollar General Employee Went Viral on TikTokMary Gundel loved managing a store in Tampa, Fla. But when she detailed its challenges on social media, the company — and fellow employees — took notice.By Michael CorkeryJim Farley Tries to Reinvent Ford and Catch Up to Elon Musk and TeslaFord’s chief executive is about to introduce an electric F-150 pickup truck that could determine whether the automaker can survive and thrive in an industry dominated by Tesla.By Neal E. BoudetteDisney, Built on Fairy Tales and Fantasy, Confronts the Real WorldThe entertainment behemoth spent decades avoiding even the whiff of controversy. But it has increasingly been drawn into the partisan political fray.By Brooks BarnesLeer en españolA Russian Default Is Looming. A Bitter Fight Is Likely to Follow.The ultimate arbiter of a sovereign default is an open question but markets may have the final word.By Alan RappeportThe Sky-High Pandemic Housing Market Finds Gravity Does ExistMortgage costs have jumped as the Federal Reserve has raised rates. With higher rates come fewer offers.By Conor Dougherty and Jeanna SmialekBiden to Nominate Michael Barr as Fed Vice Chair for SupervisionMr. Barr faced pushback from progressives when his name was floated for a different position.By Jeanna SmialekFuel Prices Send Airfares Higher, but Travelers Seem Ready to PaySupplies are not keeping up with demand, and costs may go higher, experts say.By Niraj Chokshi and Clifford KraussGopuff Does Deliveries in 30 Minutes or Less. It’s Also Buying Time for Itself.The $15 billion rapid-delivery start-up decided to do business differently from rivals like Instacart. A changing environment is testing its model.By Erin WooAdvertisementContinue reading the main storyAdvertisementContinue reading the main storySite Information Navigation© 2022 The New York Times CompanyNYTCoContact UsAccessibilityWork with usAdvertiseT Brand StudioYour Ad ChoicesPrivacy PolicyTerms of ServiceTerms of SaleSite MapCanadaInternationalHelpSubscriptions
window.__preloadedData = {"initialState":{"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==":{"id":"TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==","collectionType":"SECTION","slug":"business-economy","name":"Economy","tone":"NO_TONE_SET","showPicture":false,"longDescription":"The latest news on the economy, job market, real estate industry and workplace. Includes coverage of the Federal Reserve and government spending at the state and national level.","bylines":[],"section":{"type":"id","generated":false,"id":"Section:U2VjdGlvbjpueXQ6Ly9zZWN0aW9uLzA0MTViMmIwLTUxM2EtNWU3OC04MGRhLTIxYWI3NzBjYjc1Mw==","typename":"Section"},"subsection":{"type":"id","generated":false,"id":"Section:U2VjdGlvbjpueXQ6Ly9zZWN0aW9uLzE3YjM1OWM0LTY3YTEtNTE4Yy05YTM0LTIyZmMyNTU2YzQ5ZA==","typename":"Section"},"advertisingProperties":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.advertisingProperties","typename":"CreativeWorkAdvertisingProperties"},"adTargetingParams({\"clientAdParams\":{\"edn\":\"us\",\"plat\":\"web\",\"prop\":\"nyt\"}})":[{"type":"id","generated":false,"id":"AdTargetingParam:als_test1650542459031","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:propnyt","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:platweb","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:ednus","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:brandsensitivefalse","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:per","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:org","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:geo","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:des","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:spon","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:auth","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:col","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:coll","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:artlenshort","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:ledemedsznone","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:gui","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:templatelegacycollection","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:typ","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:sectionbusiness","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:si_sectionbusiness","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:id100000004937369","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:trend","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:pt","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:gscatneg_ibmtest,gs_economy,neg_citi_aa,gs_economy_misc,gs_business,neg_ibm,neg_chanel,gs_business_misc,neg_rms,neg_mastercard,neg_bofa,gs_news_and_weather,neg_debeer,neg_ms_safe,neg_capitalone,gs_business_careers,gs_news,neg_hearts,neg_aramco,gs_politics_misc,gv_safe,gs_t","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:tt","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:mt","typename":"AdTargetingParam"}],"dfpTaxonomyException":"business\u002Fbusinesseconomy\u002Fsectionfront","collectionsPage":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage","typename":"LegacyCollectionsPage"},"firstPublished":"2017-02-16T17:16:26.000Z","lastModified":"2021-04-07T01:28:18.893Z","sourceId":"100000004937369","url":"https:\u002F\u002Fwww.nytimes.com\u002Fsection\u002Fbusiness\u002Feconomy","tagline":"","promotionalMedia":null,"__typename":"LegacyCollection","shortUrl":"https:\u002F\u002Fnyti.ms\u002F2lbP1Ud","headline":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.headline","typename":"CreativeWorkHeadline"},"language":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.language","typename":"Language"},"summary":"","commentProperties":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.commentProperties","typename":"CreativeWorkCommentProperties"},"groupings":[],"storylines":[],"uri":"nyt:\u002F\u002Flegacycollection\u002F6a422275-8f3f-51bd-819d-6be72041d801","active":true,"socialMedia":[],"associatedAssets":[],"highlights({\"first\":20})":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.highlights({\"first\":20})","typename":"AssetsConnection"}},"Section:U2VjdGlvbjpueXQ6Ly9zZWN0aW9uLzA0MTViMmIwLTUxM2EtNWU3OC04MGRhLTIxYWI3NzBjYjc1Mw==":{"id":"U2VjdGlvbjpueXQ6Ly9zZWN0aW9uLzA0MTViMmIwLTUxM2EtNWU3OC04MGRhLTIxYWI3NzBjYjc1Mw==","name":"business","__typename":"Section","displayName":"Business","url":"\u002Fsection\u002Fbusiness"},"Section:U2VjdGlvbjpueXQ6Ly9zZWN0aW9uLzE3YjM1OWM0LTY3YTEtNTE4Yy05YTM0LTIyZmMyNTU2YzQ5ZA==":{"id":"U2VjdGlvbjpueXQ6Ly9zZWN0aW9uLzE3YjM1OWM0LTY3YTEtNTE4Yy05YTM0LTIyZmMyNTU2YzQ5ZA==","name":"economy","__typename":"Section","displayName":"Economy","url":"\u002Fsection\u002Fbusiness\u002Feconomy"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.advertisingProperties":{"sensitivity":"SHOW_ADS","sponsored":false,"__typename":"CreativeWorkAdvertisingProperties"},"AdTargetingParam:als_test1650542459031":{"key":"als_test","value":"1650542459031","__typename":"AdTargetingParam"},"AdTargetingParam:propnyt":{"key":"prop","value":"nyt","__typename":"AdTargetingParam"},"AdTargetingParam:platweb":{"key":"plat","value":"web","__typename":"AdTargetingParam"},"AdTargetingParam:ednus":{"key":"edn","value":"us","__typename":"AdTargetingParam"},"AdTargetingParam:brandsensitivefalse":{"key":"brandsensitive","value":"false","__typename":"AdTargetingParam"},"AdTargetingParam:per":{"key":"per","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:org":{"key":"org","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:geo":{"key":"geo","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:des":{"key":"des","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:spon":{"key":"spon","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:auth":{"key":"auth","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:col":{"key":"col","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:coll":{"key":"coll","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:artlenshort":{"key":"artlen","value":"short","__typename":"AdTargetingParam"},"AdTargetingParam:ledemedsznone":{"key":"ledemedsz","value":"none","__typename":"AdTargetingParam"},"AdTargetingParam:gui":{"key":"gui","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:templatelegacycollection":{"key":"template","value":"legacycollection","__typename":"AdTargetingParam"},"AdTargetingParam:typ":{"key":"typ","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:sectionbusiness":{"key":"section","value":"business","__typename":"AdTargetingParam"},"AdTargetingParam:si_sectionbusiness":{"key":"si_section","value":"business","__typename":"AdTargetingParam"},"AdTargetingParam:id100000004937369":{"key":"id","value":"100000004937369","__typename":"AdTargetingParam"},"AdTargetingParam:trend":{"key":"trend","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:pt":{"key":"pt","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:gscatneg_ibmtest,gs_economy,neg_citi_aa,gs_economy_misc,gs_business,neg_ibm,neg_chanel,gs_business_misc,neg_rms,neg_mastercard,neg_bofa,gs_news_and_weather,neg_debeer,neg_ms_safe,neg_capitalone,gs_business_careers,gs_news,neg_hearts,neg_aramco,gs_politics_misc,gv_safe,gs_t":{"key":"gscat","value":"neg_ibmtest,gs_economy,neg_citi_aa,gs_economy_misc,gs_business,neg_ibm,neg_chanel,gs_business_misc,neg_rms,neg_mastercard,neg_bofa,gs_news_and_weather,neg_debeer,neg_ms_safe,neg_capitalone,gs_business_careers,gs_news,neg_hearts,neg_aramco,gs_politics_misc,gv_safe,gs_t","__typename":"AdTargetingParam"},"AdTargetingParam:tt":{"key":"tt","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:mt":{"key":"mt","value":"","__typename":"AdTargetingParam"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage":{"embeddedCollections":[],"__typename":"LegacyCollectionsPage","stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10})":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10})","typename":"AssetsConnection"}},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.headline":{"default":"","__typename":"CreativeWorkHeadline"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.language":{"name":"English","code":"en","__typename":"Language"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.commentProperties":{"status":"NO_COMMENTS","__typename":"CreativeWorkCommentProperties"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).pageInfo":{"hasNextPage":true,"hasPreviousPage":false,"startCursor":"YXJyYXljb25uZWN0aW9uOjA=","endCursor":"YXJyYXljb25uZWN0aW9uOjk=","__typename":"PageInfo"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10})":{"pageInfo":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).pageInfo","typename":"PageInfo"},"__typename":"AssetsConnection","edges@filterEmpty":[{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.0","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.1","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.2","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.3","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.4","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.5","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.6","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.7","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.8","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.9","typename":"AssetsEdge"}],"totalCount":12573},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2E4MGI0YTA1LTc5NjktNTg4OC1hN2NhLWM4M2U4ZGU1YjY5YQ==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2E4MGI0YTA1LTc5NjktNTg4OC1hN2NhLWM4M2U4ZGU1YjY5YQ==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F20\u002Fbusiness\u002Feconomy\u002Fapple-store-union-atlanta.html","firstPublished":"2022-04-20T21:17:05.000Z","typeOfMaterials":{"type":"json","json":["News"]},"archiveProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2E4MGI0YTA1LTc5NjktNTg4OC1hN2NhLWM4M2U4ZGU1YjY5YQ==.archiveProperties","typename":"ArticleArchiveProperties"},"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2E4MGI0YTA1LTc5NjktNTg4OC1hN2NhLWM4M2U4ZGU1YjY5YQ==.headline","typename":"CreativeWorkHeadline"},"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2E4MGI0YTA1LTc5NjktNTg4OC1hN2NhLWM4M2U4ZGU1YjY5YQ==.bylines.0","typename":"Byline"}],"kicker":"","summary":"The petition for a union vote continues a trend of organizing at service-sector employers like Starbucks and Amazon.","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDBkOTZhZTctYjE5ZS01OGViLTgxNmEtY2NlYjgxNGRkYzE4","typename":"Image"},"translations":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2E4MGI0YTA1LTc5NjktNTg4OC1hN2NhLWM4M2U4ZGU1YjY5YQ==.archiveProperties":{"lede":"","__typename":"ArticleArchiveProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2E4MGI0YTA1LTc5NjktNTg4OC1hN2NhLWM4M2U4ZGU1YjY5YQ==.headline":{"default":"Apple Store workers in Atlanta are the first to formally seek a union.","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2E4MGI0YTA1LTc5NjktNTg4OC1hN2NhLWM4M2U4ZGU1YjY5YQ==.bylines.0":{"renderedRepresentation":"By Noam Scheiber and Kellen Browning","prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi80NmJkNGNmYS0yM2VlLTU3N2EtYjY2NC0yZjg0ZjFmOWYzM2I=","typename":"Person"},{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9jZDc1ODQ1Yi00NTZlLTUxNDEtYTNjOS0yOTVhMmZjZWNjZTQ=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi80NmJkNGNmYS0yM2VlLTU3N2EtYjY2NC0yZjg0ZjFmOWYzM2I=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi80NmJkNGNmYS0yM2VlLTU3N2EtYjY2NC0yZjg0ZjFmOWYzM2I=","displayName":"Noam Scheiber","url":"","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz","typename":"Image"},"__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz","crops":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.4","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.5","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.6","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.7","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.8","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.9","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.10","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.11","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.12","typename":"ImageCrop"}],"__typename":"Image"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-articleLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-articleLarge.png","name":"articleLarge","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-popup.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-popup.png","name":"popup","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-blog480.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-blog480.png","name":"blog480","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-blog533.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-blog533.png","name":"blog533","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-blog427.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-blog427.png","name":"blog427","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-tmagSF.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-tmagSF.png","name":"tmagSF","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-tmagArticle.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-tmagArticle.png","name":"tmagArticle","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-slide.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-slide.png","name":"slide","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-jumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-jumbo.png","name":"jumbo","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-superJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-superJumbo.png","name":"superJumbo","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-blog225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-blog225.png","name":"blog225","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-master675.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-master675.png","name":"master675","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-master495.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-master495.png","name":"master495","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-master180.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-master180.png","name":"master180","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-master315.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-master315.png","name":"master315","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-master768.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-master768.png","name":"master768","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-articleLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-popup.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-blog480.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-blog533.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-blog427.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-tmagSF.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-tmagArticle.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-slide.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-jumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-superJumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-blog225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-master675.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-master495.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-master180.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-master315.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-master768.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-thumbStandard.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-thumbStandard.png","name":"thumbStandard","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-blogSmallThumb.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-blogSmallThumb.png","name":"blogSmallThumb","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-thumbLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-thumbLarge.png","name":"thumbLarge","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-smallSquare168.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-smallSquare168.png","name":"smallSquare168","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-smallSquare252.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-smallSquare252.png","name":"smallSquare252","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-thumbStandard.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-blogSmallThumb.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-thumbLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-smallSquare168.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-smallSquare252.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-square320.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-square320.png","name":"square320","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-moth.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-moth.png","name":"moth","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-filmstrip.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-filmstrip.png","name":"filmstrip","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-square640.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-square640.png","name":"square640","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-mediumSquare149.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-mediumSquare149.png","name":"mediumSquare149","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-square320.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-moth.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-filmstrip.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-square640.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-mediumSquare149.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-sfSpan.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-sfSpan.png","name":"sfSpan","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-largeHorizontal375.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-largeHorizontal375.png","name":"largeHorizontal375","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-largeHorizontalJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-largeHorizontalJumbo.png","name":"largeHorizontalJumbo","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-horizontalMediumAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-horizontalMediumAt2X.png","name":"horizontalMediumAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-sfSpan.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-largeHorizontal375.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-largeHorizontalJumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-horizontalMediumAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-hpLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-hpLarge.png","name":"hpLarge","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-largeWidescreen573.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-largeWidescreen573.png","name":"largeWidescreen573","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-hpLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-largeWidescreen573.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-thumbWide.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-thumbWide.png","name":"thumbWide","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoThumb.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-videoThumb.png","name":"videoThumb","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-videoLarge.png","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-mediumThreeByTwo210.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-mediumThreeByTwo210.png","name":"mediumThreeByTwo210","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-mediumThreeByTwo225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-mediumThreeByTwo225.png","name":"mediumThreeByTwo225","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-mediumThreeByTwo440.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-mediumThreeByTwo440.png","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-mediumThreeByTwo252.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-mediumThreeByTwo252.png","name":"mediumThreeByTwo252","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-mediumThreeByTwo378.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-mediumThreeByTwo378.png","name":"mediumThreeByTwo378","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-threeByTwoLargeAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-threeByTwoLargeAt2X.png","name":"threeByTwoLargeAt2X","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-threeByTwoMediumAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-threeByTwoMediumAt2X.png","name":"threeByTwoMediumAt2X","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-threeByTwoSmallAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-threeByTwoSmallAt2X.png","name":"threeByTwoSmallAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.5":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-thumbWide.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoThumb.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-mediumThreeByTwo210.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-mediumThreeByTwo225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-mediumThreeByTwo440.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-mediumThreeByTwo252.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-mediumThreeByTwo378.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-threeByTwoLargeAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-threeByTwoMediumAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-threeByTwoSmallAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-articleInline.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-articleInline.png","name":"articleInline","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-hpSmall.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-hpSmall.png","name":"hpSmall","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-blogSmallInline.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-blogSmallInline.png","name":"blogSmallInline","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-mediumFlexible177.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-mediumFlexible177.png","name":"mediumFlexible177","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.6":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-articleInline.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-hpSmall.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-blogSmallInline.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-mediumFlexible177.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSmall.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-videoSmall.png","name":"videoSmall","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoHpMedium.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-videoHpMedium.png","name":"videoHpMedium","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNine600.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-videoSixteenByNine600.png","name":"videoSixteenByNine600","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNine540.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-videoSixteenByNine540.png","name":"videoSixteenByNine540","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNine495.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-videoSixteenByNine495.png","name":"videoSixteenByNine495","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNine390.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-videoSixteenByNine390.png","name":"videoSixteenByNine390","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNine480.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-videoSixteenByNine480.png","name":"videoSixteenByNine480","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNine310.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-videoSixteenByNine310.png","name":"videoSixteenByNine310","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNine225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-videoSixteenByNine225.png","name":"videoSixteenByNine225","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNine96.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-videoSixteenByNine96.png","name":"videoSixteenByNine96","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNine768.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-videoSixteenByNine768.png","name":"videoSixteenByNine768","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNine150.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-videoSixteenByNine150.png","name":"videoSixteenByNine150","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNineJumbo1600.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-videoSixteenByNineJumbo1600.png","name":"videoSixteenByNineJumbo1600","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.7":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSmall.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoHpMedium.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNine600.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNine540.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNine495.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNine390.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNine480.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNine310.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNine225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNine96.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNine768.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNine150.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-videoSixteenByNineJumbo1600.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-miniMoth.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-miniMoth.png","name":"miniMoth","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-windowsTile336H.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-windowsTile336H.png","name":"windowsTile336H","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.8":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-miniMoth.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-windowsTile336H.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.9":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-facebookJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-facebookJumbo.png","name":"facebookJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.10":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-facebookJumbo.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-watch308.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-watch308.png","name":"watch308","__typename":"ImageRendition"},"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-watch268.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F16\u002Fmultimedia\u002Fauthor-noam-scheiber\u002Fauthor-noam-scheiber-watch268.png","name":"watch268","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.11":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-watch308.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180716multimediaauthor-noam-scheiberauthor-noam-scheiber-watch268.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDA2OTRkMjgtNWM1Zi01ZGE3LTk3ODUtY2EwY2Q0MDA4ZGUz.crops.12":{"renditions":[],"__typename":"ImageCrop"},"Person:UGVyc29uOm55dDovL3BlcnNvbi9jZDc1ODQ1Yi00NTZlLTUxNDEtYTNjOS0yOTVhMmZjZWNjZTQ=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi9jZDc1ODQ1Yi00NTZlLTUxNDEtYTNjOS0yOTVhMmZjZWNjZTQ=","displayName":"Kellen Browning","url":"","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj","typename":"Image"},"__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj","crops":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.4","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.5","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.6","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.7","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.8","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.9","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.10","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.11","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.12","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.13","typename":"ImageCrop"}],"__typename":"Image"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-articleLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-articleLarge.png","name":"articleLarge","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-popup.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-popup.png","name":"popup","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-blog480.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-blog480.png","name":"blog480","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-blog533.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-blog533.png","name":"blog533","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-blog427.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-blog427.png","name":"blog427","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-tmagSF.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-tmagSF.png","name":"tmagSF","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-tmagArticle.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-tmagArticle.png","name":"tmagArticle","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-slide.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-slide.png","name":"slide","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-jumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-jumbo.png","name":"jumbo","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-superJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-superJumbo.png","name":"superJumbo","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-blog225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-blog225.png","name":"blog225","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-master675.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-master675.png","name":"master675","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-master495.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-master495.png","name":"master495","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-master180.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-master180.png","name":"master180","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-master315.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-master315.png","name":"master315","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-master768.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-master768.png","name":"master768","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-articleLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-popup.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-blog480.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-blog533.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-blog427.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-tmagSF.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-tmagArticle.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-slide.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-jumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-superJumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-blog225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-master675.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-master495.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-master180.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-master315.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-master768.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-thumbStandard.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-thumbStandard.png","name":"thumbStandard","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-blogSmallThumb.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-blogSmallThumb.png","name":"blogSmallThumb","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-thumbLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-thumbLarge.png","name":"thumbLarge","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-smallSquare168.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-smallSquare168.png","name":"smallSquare168","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-smallSquare252.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-smallSquare252.png","name":"smallSquare252","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-thumbStandard.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-blogSmallThumb.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-thumbLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-smallSquare168.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-smallSquare252.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-square320.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-square320.png","name":"square320","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-moth.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-moth.png","name":"moth","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-filmstrip.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-filmstrip.png","name":"filmstrip","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-square640.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-square640.png","name":"square640","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-mediumSquare149.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-mediumSquare149.png","name":"mediumSquare149","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-mediumSquareAt3X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-mediumSquareAt3X.png","name":"mediumSquareAt3X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-square320.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-moth.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-filmstrip.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-square640.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-mediumSquare149.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-mediumSquareAt3X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-sfSpan.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-sfSpan.png","name":"sfSpan","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-largeHorizontal375.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-largeHorizontal375.png","name":"largeHorizontal375","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-largeHorizontalJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-largeHorizontalJumbo.png","name":"largeHorizontalJumbo","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-horizontalMediumAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-horizontalMediumAt2X.png","name":"horizontalMediumAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-sfSpan.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-largeHorizontal375.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-largeHorizontalJumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-horizontalMediumAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-hpLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-hpLarge.png","name":"hpLarge","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-largeWidescreen573.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-largeWidescreen573.png","name":"largeWidescreen573","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-largeWidescreen1050.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-largeWidescreen1050.png","name":"largeWidescreen1050","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-hpLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-largeWidescreen573.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-largeWidescreen1050.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-thumbWide.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-thumbWide.png","name":"thumbWide","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoThumb.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-videoThumb.png","name":"videoThumb","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-videoLarge.png","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-mediumThreeByTwo210.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-mediumThreeByTwo210.png","name":"mediumThreeByTwo210","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-mediumThreeByTwo225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-mediumThreeByTwo225.png","name":"mediumThreeByTwo225","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-mediumThreeByTwo440.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-mediumThreeByTwo440.png","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-mediumThreeByTwo252.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-mediumThreeByTwo252.png","name":"mediumThreeByTwo252","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-mediumThreeByTwo378.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-mediumThreeByTwo378.png","name":"mediumThreeByTwo378","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-threeByTwoLargeAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-threeByTwoLargeAt2X.png","name":"threeByTwoLargeAt2X","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-threeByTwoMediumAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-threeByTwoMediumAt2X.png","name":"threeByTwoMediumAt2X","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-threeByTwoSmallAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-threeByTwoSmallAt2X.png","name":"threeByTwoSmallAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.5":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-thumbWide.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoThumb.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-mediumThreeByTwo210.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-mediumThreeByTwo225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-mediumThreeByTwo440.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-mediumThreeByTwo252.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-mediumThreeByTwo378.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-threeByTwoLargeAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-threeByTwoMediumAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-threeByTwoSmallAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-articleInline.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-articleInline.png","name":"articleInline","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-hpSmall.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-hpSmall.png","name":"hpSmall","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-blogSmallInline.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-blogSmallInline.png","name":"blogSmallInline","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-mediumFlexible177.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-mediumFlexible177.png","name":"mediumFlexible177","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.6":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-articleInline.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-hpSmall.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-blogSmallInline.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-mediumFlexible177.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSmall.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-videoSmall.png","name":"videoSmall","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoHpMedium.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-videoHpMedium.png","name":"videoHpMedium","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine600.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-videoSixteenByNine600.png","name":"videoSixteenByNine600","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine540.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-videoSixteenByNine540.png","name":"videoSixteenByNine540","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine495.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-videoSixteenByNine495.png","name":"videoSixteenByNine495","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine390.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-videoSixteenByNine390.png","name":"videoSixteenByNine390","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine1050.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-videoSixteenByNine1050.png","name":"videoSixteenByNine1050","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine480.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-videoSixteenByNine480.png","name":"videoSixteenByNine480","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine310.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-videoSixteenByNine310.png","name":"videoSixteenByNine310","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-videoSixteenByNine225.png","name":"videoSixteenByNine225","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine96.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-videoSixteenByNine96.png","name":"videoSixteenByNine96","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine768.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-videoSixteenByNine768.png","name":"videoSixteenByNine768","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine150.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-videoSixteenByNine150.png","name":"videoSixteenByNine150","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNineJumbo1600.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-videoSixteenByNineJumbo1600.png","name":"videoSixteenByNineJumbo1600","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.7":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSmall.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoHpMedium.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine600.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine540.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine495.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine390.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine1050.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine480.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine310.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine96.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine768.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNine150.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoSixteenByNineJumbo1600.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-miniMoth.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-miniMoth.png","name":"miniMoth","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-windowsTile336H.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-windowsTile336H.png","name":"windowsTile336H","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoFifteenBySeven1305.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-videoFifteenBySeven1305.png","name":"videoFifteenBySeven1305","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.8":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-miniMoth.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-windowsTile336H.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-videoFifteenBySeven1305.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.9":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-facebookJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-facebookJumbo.png","name":"facebookJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.10":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-facebookJumbo.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-watch308.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-watch308.png","name":"watch308","__typename":"ImageRendition"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-watch268.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-watch268.png","name":"watch268","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.11":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-watch308.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-watch268.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.12":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-mobileMasterAt3x.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F08\u002F19\u002Freader-center\u002Fauthor-kellen-browning\u002Fauthor-kellen-browning-mobileMasterAt3x.png","name":"mobileMasterAt3x","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmMyOTg2OTktYzE1Yy01ZTBmLWE5ZTYtM2Q0ZmY1N2VkNzdj.crops.13":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200819reader-centerauthor-kellen-browningauthor-kellen-browning-mobileMasterAt3x.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDBkOTZhZTctYjE5ZS01OGViLTgxNmEtY2NlYjgxNGRkYzE4":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvZDBkOTZhZTctYjE5ZS01OGViLTgxNmEtY2NlYjgxNGRkYzE4","crops({\"cropNames\":[\"THREE_BY_TWO\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDBkOTZhZTctYjE5ZS01OGViLTgxNmEtY2NlYjgxNGRkYzE4.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0","typename":"ImageCrop"}]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDBkOTZhZTctYjE5ZS01OGViLTgxNmEtY2NlYjgxNGRkYzE4.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0":{"name":"THREE_BY_TWO","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-mediumThreeByTwo378.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-threeByTwoLargeAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-threeByTwoSmallAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-thumbWide.jpg":{"width":190,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fbusiness\u002F20apple-union\u002Fmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-thumbWide.jpg","name":"thumbWide","height":126,"__typename":"ImageRendition"},"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-videoThumb.jpg":{"width":75,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fbusiness\u002F20apple-union\u002Fmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-videoThumb.jpg","name":"videoThumb","height":50,"__typename":"ImageRendition"},"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-videoLarge.jpg":{"width":768,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fbusiness\u002F20apple-union\u002Fmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-videoLarge.jpg","name":"videoLarge","height":507,"__typename":"ImageRendition"},"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-mediumThreeByTwo210.jpg":{"width":210,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fbusiness\u002F20apple-union\u002Fmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","height":140,"__typename":"ImageRendition"},"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-mediumThreeByTwo225.jpg":{"width":225,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fbusiness\u002F20apple-union\u002Fmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","height":150,"__typename":"ImageRendition"},"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-mediumThreeByTwo440.jpg":{"width":440,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fbusiness\u002F20apple-union\u002Fmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","height":293,"__typename":"ImageRendition"},"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-mediumThreeByTwo252.jpg":{"width":252,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fbusiness\u002F20apple-union\u002Fmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","height":168,"__typename":"ImageRendition"},"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-mediumThreeByTwo378.jpg":{"width":378,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fbusiness\u002F20apple-union\u002Fmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","height":252,"__typename":"ImageRendition"},"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-threeByTwoLargeAt2X.jpg":{"width":5586,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fbusiness\u002F20apple-union\u002Fmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-threeByTwoLargeAt2X.jpg","name":"threeByTwoLargeAt2X","height":3724,"__typename":"ImageRendition"},"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-threeByTwoMediumAt2X.jpg":{"width":1500,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fbusiness\u002F20apple-union\u002Fmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-threeByTwoMediumAt2X.jpg","name":"threeByTwoMediumAt2X","height":1000,"__typename":"ImageRendition"},"ImageRendition:images20220420business20apple-unionmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-threeByTwoSmallAt2X.jpg":{"width":600,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fbusiness\u002F20apple-union\u002Fmerlin_205647393_7b6cf5df-7b00-452e-80a8-3cda14f564a9-threeByTwoSmallAt2X.jpg","name":"threeByTwoSmallAt2X","height":400,"__typename":"ImageRendition"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.0":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2E4MGI0YTA1LTc5NjktNTg4OC1hN2NhLWM4M2U4ZGU1YjY5YQ==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2VlMTdmMDVhLWIyNWUtNWRiZC1hMWIxLWM5YjkxZmY5YmU0MQ==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2VlMTdmMDVhLWIyNWUtNWRiZC1hMWIxLWM5YjkxZmY5YmU0MQ==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F19\u002Fbusiness\u002Feconomy\u002Fimf-world-economy-inflation.html","firstPublished":"2022-04-19T13:00:09.000Z","typeOfMaterials":{"type":"json","json":["News"]},"archiveProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2VlMTdmMDVhLWIyNWUtNWRiZC1hMWIxLWM5YjkxZmY5YmU0MQ==.archiveProperties","typename":"ArticleArchiveProperties"},"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2VlMTdmMDVhLWIyNWUtNWRiZC1hMWIxLWM5YjkxZmY5YmU0MQ==.headline","typename":"CreativeWorkHeadline"},"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2VlMTdmMDVhLWIyNWUtNWRiZC1hMWIxLWM5YjkxZmY5YmU0MQ==.bylines.0","typename":"Byline"}],"kicker":"","summary":"The International Monetary Fund’s new World Economic Outlook expects growth to slow to 3.6 percent this year. The group is one of many to slash their forecasts recently.","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZTg2MTM3NTgtZDdhMC01MjQ3LTgwNTEtZGUyMWY2NDE5YTg3","typename":"Image"},"translations":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2VlMTdmMDVhLWIyNWUtNWRiZC1hMWIxLWM5YjkxZmY5YmU0MQ==.archiveProperties":{"lede":"","__typename":"ArticleArchiveProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2VlMTdmMDVhLWIyNWUtNWRiZC1hMWIxLWM5YjkxZmY5YmU0MQ==.headline":{"default":"Global Economic Forecasts Drop as Russia’s War in Ukraine Takes Toll","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2VlMTdmMDVhLWIyNWUtNWRiZC1hMWIxLWM5YjkxZmY5YmU0MQ==.bylines.0":{"renderedRepresentation":"By Alan Rappeport and Ana Swanson","prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9mZGMzMmY0OS1iOTE0LTVjZjctYTFlMy03YzVlYWRlMWYwYWQ=","typename":"Person"},{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9mNmFiNDg4Yy0xODNjLTVkMTMtYjFlMC01YmRmY2ZiYmQyNWE=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi9mZGMzMmY0OS1iOTE0LTVjZjctYTFlMy03YzVlYWRlMWYwYWQ=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi9mZGMzMmY0OS1iOTE0LTVjZjctYTFlMy03YzVlYWRlMWYwYWQ=","displayName":"Alan Rappeport","url":"","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj","typename":"Image"},"__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj","crops":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.4","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.5","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.6","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.7","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.8","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.9","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.10","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.11","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.12","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.13","typename":"ImageCrop"}],"__typename":"Image"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-articleLarge-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-articleLarge-v3.png","name":"articleLarge","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-popup-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-popup-v3.png","name":"popup","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-blog480-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-blog480-v3.png","name":"blog480","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-blog533-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-blog533-v3.png","name":"blog533","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-blog427-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-blog427-v3.png","name":"blog427","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-tmagSF-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-tmagSF-v3.png","name":"tmagSF","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-tmagArticle-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-tmagArticle-v3.png","name":"tmagArticle","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-slide-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-slide-v3.png","name":"slide","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-jumbo-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-jumbo-v3.png","name":"jumbo","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-superJumbo-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-superJumbo-v3.png","name":"superJumbo","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-blog225-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-blog225-v3.png","name":"blog225","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-master675-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-master675-v3.png","name":"master675","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-master495-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-master495-v3.png","name":"master495","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-master180-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-master180-v3.png","name":"master180","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-master315-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-master315-v3.png","name":"master315","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-master768-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-master768-v3.png","name":"master768","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-articleLarge-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-popup-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-blog480-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-blog533-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-blog427-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-tmagSF-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-tmagArticle-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-slide-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-jumbo-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-superJumbo-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-blog225-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-master675-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-master495-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-master180-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-master315-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-master768-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-thumbStandard-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-thumbStandard-v2.png","name":"thumbStandard","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-blogSmallThumb-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-blogSmallThumb-v2.png","name":"blogSmallThumb","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-thumbLarge-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-thumbLarge-v2.png","name":"thumbLarge","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-smallSquare168-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-smallSquare168-v2.png","name":"smallSquare168","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-smallSquare252-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-smallSquare252-v2.png","name":"smallSquare252","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-thumbStandard-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-blogSmallThumb-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-thumbLarge-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-smallSquare168-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-smallSquare252-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-square320-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-square320-v2.png","name":"square320","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-moth-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-moth-v2.png","name":"moth","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-filmstrip-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-filmstrip-v2.png","name":"filmstrip","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-square640-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-square640-v2.png","name":"square640","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-mediumSquare149-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-mediumSquare149-v2.png","name":"mediumSquare149","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-square320-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-moth-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-filmstrip-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-square640-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-mediumSquare149-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-sfSpan-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-sfSpan-v3.png","name":"sfSpan","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-largeHorizontal375-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-largeHorizontal375-v3.png","name":"largeHorizontal375","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-largeHorizontalJumbo-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-largeHorizontalJumbo-v3.png","name":"largeHorizontalJumbo","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-horizontalMediumAt2X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-horizontalMediumAt2X-v3.png","name":"horizontalMediumAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-sfSpan-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-largeHorizontal375-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-largeHorizontalJumbo-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-horizontalMediumAt2X-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-hpLarge-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-hpLarge-v3.png","name":"hpLarge","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-largeWidescreen573-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-largeWidescreen573-v3.png","name":"largeWidescreen573","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-largeWidescreen1050-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-largeWidescreen1050-v3.png","name":"largeWidescreen1050","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-hpLarge-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-largeWidescreen573-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-largeWidescreen1050-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-thumbWide-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-thumbWide-v3.png","name":"thumbWide","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoThumb-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-videoThumb-v3.png","name":"videoThumb","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoLarge-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-videoLarge-v3.png","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-mediumThreeByTwo210-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-mediumThreeByTwo210-v3.png","name":"mediumThreeByTwo210","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-mediumThreeByTwo225-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-mediumThreeByTwo225-v3.png","name":"mediumThreeByTwo225","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-mediumThreeByTwo440-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-mediumThreeByTwo440-v3.png","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-mediumThreeByTwo252-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-mediumThreeByTwo252-v3.png","name":"mediumThreeByTwo252","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-mediumThreeByTwo378-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-mediumThreeByTwo378-v3.png","name":"mediumThreeByTwo378","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-threeByTwoLargeAt2X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-threeByTwoLargeAt2X-v3.png","name":"threeByTwoLargeAt2X","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-threeByTwoMediumAt2X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-threeByTwoMediumAt2X-v3.png","name":"threeByTwoMediumAt2X","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-threeByTwoSmallAt2X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-threeByTwoSmallAt2X-v3.png","name":"threeByTwoSmallAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.5":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-thumbWide-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoThumb-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoLarge-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-mediumThreeByTwo210-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-mediumThreeByTwo225-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-mediumThreeByTwo440-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-mediumThreeByTwo252-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-mediumThreeByTwo378-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-threeByTwoLargeAt2X-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-threeByTwoMediumAt2X-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-threeByTwoSmallAt2X-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-articleInline-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-articleInline-v3.png","name":"articleInline","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-hpSmall-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-hpSmall-v3.png","name":"hpSmall","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-blogSmallInline-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-blogSmallInline-v3.png","name":"blogSmallInline","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-mediumFlexible177-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-mediumFlexible177-v3.png","name":"mediumFlexible177","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.6":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-articleInline-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-hpSmall-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-blogSmallInline-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-mediumFlexible177-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSmall-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-videoSmall-v3.png","name":"videoSmall","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoHpMedium-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-videoHpMedium-v3.png","name":"videoHpMedium","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine600-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-videoSixteenByNine600-v3.png","name":"videoSixteenByNine600","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine540-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-videoSixteenByNine540-v3.png","name":"videoSixteenByNine540","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine495-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-videoSixteenByNine495-v3.png","name":"videoSixteenByNine495","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine390-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-videoSixteenByNine390-v3.png","name":"videoSixteenByNine390","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine1050-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-videoSixteenByNine1050-v3.png","name":"videoSixteenByNine1050","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine480-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-videoSixteenByNine480-v3.png","name":"videoSixteenByNine480","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine310-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-videoSixteenByNine310-v3.png","name":"videoSixteenByNine310","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine225-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-videoSixteenByNine225-v3.png","name":"videoSixteenByNine225","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine96-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-videoSixteenByNine96-v3.png","name":"videoSixteenByNine96","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine768-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-videoSixteenByNine768-v3.png","name":"videoSixteenByNine768","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine150-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-videoSixteenByNine150-v3.png","name":"videoSixteenByNine150","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNineJumbo1600-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-videoSixteenByNineJumbo1600-v3.png","name":"videoSixteenByNineJumbo1600","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.7":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSmall-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoHpMedium-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine600-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine540-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine495-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine390-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine1050-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine480-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine310-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine225-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine96-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine768-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNine150-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoSixteenByNineJumbo1600-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-miniMoth-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-miniMoth-v3.png","name":"miniMoth","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-windowsTile336H-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-windowsTile336H-v3.png","name":"windowsTile336H","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoFifteenBySeven1305-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-videoFifteenBySeven1305-v3.png","name":"videoFifteenBySeven1305","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.8":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-miniMoth-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-windowsTile336H-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-videoFifteenBySeven1305-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.9":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-facebookJumbo-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-facebookJumbo-v3.png","name":"facebookJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.10":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-facebookJumbo-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-watch308-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-watch308-v2.png","name":"watch308","__typename":"ImageRendition"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-watch268-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-watch268-v2.png","name":"watch268","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.11":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-watch308-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-watch268-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.12":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-mobileMasterAt3x-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F06\u002F12\u002Fmultimedia\u002Fauthor-alan-rappeport\u002Fauthor-alan-rappeport-mobileMasterAt3x-v3.png","name":"mobileMasterAt3x","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzdjZGMxOWYtZjA5Yi01MzExLTliYjctNTQ1ZmE4ZTQ1Yjdj.crops.13":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180612multimediaauthor-alan-rappeportauthor-alan-rappeport-mobileMasterAt3x-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Person:UGVyc29uOm55dDovL3BlcnNvbi9mNmFiNDg4Yy0xODNjLTVkMTMtYjFlMC01YmRmY2ZiYmQyNWE=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi9mNmFiNDg4Yy0xODNjLTVkMTMtYjFlMC01YmRmY2ZiYmQyNWE=","displayName":"Ana Swanson","url":"","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw","typename":"Image"},"__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw","crops":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.4","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.5","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.6","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.7","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.8","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.9","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.10","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.11","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.12","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.13","typename":"ImageCrop"}],"__typename":"Image"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-articleLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-articleLarge.png","name":"articleLarge","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-popup.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-popup.png","name":"popup","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-blog480.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-blog480.png","name":"blog480","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-blog533.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-blog533.png","name":"blog533","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-blog427.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-blog427.png","name":"blog427","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-tmagSF.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-tmagSF.png","name":"tmagSF","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-tmagArticle.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-tmagArticle.png","name":"tmagArticle","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-slide.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-slide.png","name":"slide","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-jumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-jumbo.png","name":"jumbo","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-superJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-superJumbo.png","name":"superJumbo","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-blog225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-blog225.png","name":"blog225","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-master675.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-master675.png","name":"master675","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-master495.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-master495.png","name":"master495","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-master180.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-master180.png","name":"master180","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-master315.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-master315.png","name":"master315","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-master768.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-master768.png","name":"master768","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-articleLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-popup.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-blog480.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-blog533.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-blog427.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-tmagSF.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-tmagArticle.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-slide.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-jumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-superJumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-blog225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-master675.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-master495.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-master180.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-master315.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-master768.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-thumbStandard.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-thumbStandard.png","name":"thumbStandard","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-blogSmallThumb.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-blogSmallThumb.png","name":"blogSmallThumb","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-thumbLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-thumbLarge.png","name":"thumbLarge","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-smallSquare168.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-smallSquare168.png","name":"smallSquare168","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-smallSquare252.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-smallSquare252.png","name":"smallSquare252","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-thumbStandard.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-blogSmallThumb.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-thumbLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-smallSquare168.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-smallSquare252.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-square320.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-square320.png","name":"square320","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-moth.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-moth.png","name":"moth","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-filmstrip.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-filmstrip.png","name":"filmstrip","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-square640.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-square640.png","name":"square640","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-mediumSquare149.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-mediumSquare149.png","name":"mediumSquare149","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-square320.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-moth.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-filmstrip.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-square640.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-mediumSquare149.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-sfSpan.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-sfSpan.png","name":"sfSpan","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-largeHorizontal375.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-largeHorizontal375.png","name":"largeHorizontal375","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-largeHorizontalJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-largeHorizontalJumbo.png","name":"largeHorizontalJumbo","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-horizontalMediumAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-horizontalMediumAt2X.png","name":"horizontalMediumAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-sfSpan.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-largeHorizontal375.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-largeHorizontalJumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-horizontalMediumAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-hpLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-hpLarge.png","name":"hpLarge","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-largeWidescreen573.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-largeWidescreen573.png","name":"largeWidescreen573","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-largeWidescreen1050.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-largeWidescreen1050.png","name":"largeWidescreen1050","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-hpLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-largeWidescreen573.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-largeWidescreen1050.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-thumbWide.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-thumbWide.png","name":"thumbWide","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoThumb.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-videoThumb.png","name":"videoThumb","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-videoLarge.png","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-mediumThreeByTwo210.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-mediumThreeByTwo210.png","name":"mediumThreeByTwo210","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-mediumThreeByTwo225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-mediumThreeByTwo225.png","name":"mediumThreeByTwo225","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-mediumThreeByTwo440.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-mediumThreeByTwo440.png","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-mediumThreeByTwo252.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-mediumThreeByTwo252.png","name":"mediumThreeByTwo252","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-mediumThreeByTwo378.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-mediumThreeByTwo378.png","name":"mediumThreeByTwo378","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-threeByTwoLargeAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-threeByTwoLargeAt2X.png","name":"threeByTwoLargeAt2X","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-threeByTwoMediumAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-threeByTwoMediumAt2X.png","name":"threeByTwoMediumAt2X","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-threeByTwoSmallAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-threeByTwoSmallAt2X.png","name":"threeByTwoSmallAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.5":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-thumbWide.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoThumb.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-mediumThreeByTwo210.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-mediumThreeByTwo225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-mediumThreeByTwo440.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-mediumThreeByTwo252.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-mediumThreeByTwo378.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-threeByTwoLargeAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-threeByTwoMediumAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-threeByTwoSmallAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-articleInline.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-articleInline.png","name":"articleInline","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-hpSmall.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-hpSmall.png","name":"hpSmall","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-blogSmallInline.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-blogSmallInline.png","name":"blogSmallInline","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-mediumFlexible177.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-mediumFlexible177.png","name":"mediumFlexible177","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.6":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-articleInline.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-hpSmall.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-blogSmallInline.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-mediumFlexible177.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSmall.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-videoSmall.png","name":"videoSmall","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoHpMedium.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-videoHpMedium.png","name":"videoHpMedium","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine600.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-videoSixteenByNine600.png","name":"videoSixteenByNine600","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine540.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-videoSixteenByNine540.png","name":"videoSixteenByNine540","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine495.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-videoSixteenByNine495.png","name":"videoSixteenByNine495","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine390.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-videoSixteenByNine390.png","name":"videoSixteenByNine390","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine1050.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-videoSixteenByNine1050.png","name":"videoSixteenByNine1050","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine480.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-videoSixteenByNine480.png","name":"videoSixteenByNine480","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine310.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-videoSixteenByNine310.png","name":"videoSixteenByNine310","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-videoSixteenByNine225.png","name":"videoSixteenByNine225","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine96.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-videoSixteenByNine96.png","name":"videoSixteenByNine96","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine768.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-videoSixteenByNine768.png","name":"videoSixteenByNine768","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine150.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-videoSixteenByNine150.png","name":"videoSixteenByNine150","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNineJumbo1600.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-videoSixteenByNineJumbo1600.png","name":"videoSixteenByNineJumbo1600","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.7":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSmall.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoHpMedium.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine600.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine540.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine495.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine390.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine1050.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine480.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine310.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine96.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine768.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNine150.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoSixteenByNineJumbo1600.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-miniMoth.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-miniMoth.png","name":"miniMoth","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-windowsTile336H.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-windowsTile336H.png","name":"windowsTile336H","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoFifteenBySeven1305.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-videoFifteenBySeven1305.png","name":"videoFifteenBySeven1305","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.8":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-miniMoth.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-windowsTile336H.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-videoFifteenBySeven1305.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.9":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-facebookJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-facebookJumbo.png","name":"facebookJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.10":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-facebookJumbo.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-watch308.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-watch308.png","name":"watch308","__typename":"ImageRendition"},"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-watch268.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F12\u002F10\u002Fmultimedia\u002Fauthor-ana-swanson\u002Fauthor-ana-swanson-watch268.png","name":"watch268","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.11":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-watch308.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181210multimediaauthor-ana-swansonauthor-ana-swanson-watch268.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.12":{"renditions":[],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzIzZmYzMDctODU0Yy01MjQ3LWJiODktNDc3YjZmNDU4YmMw.crops.13":{"renditions":[],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZTg2MTM3NTgtZDdhMC01MjQ3LTgwNTEtZGUyMWY2NDE5YTg3":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvZTg2MTM3NTgtZDdhMC01MjQ3LTgwNTEtZGUyMWY2NDE5YTg3","crops({\"cropNames\":[\"THREE_BY_TWO\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZTg2MTM3NTgtZDdhMC01MjQ3LTgwNTEtZGUyMWY2NDE5YTg3.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0","typename":"ImageCrop"}]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZTg2MTM3NTgtZDdhMC01MjQ3LTgwNTEtZGUyMWY2NDE5YTg3.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0":{"name":"THREE_BY_TWO","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-thumbWide-v2.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-videoThumb-v2.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-videoLarge-v2.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-mediumThreeByTwo210-v2.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-mediumThreeByTwo225-v2.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-mediumThreeByTwo440-v2.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-mediumThreeByTwo252-v2.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-mediumThreeByTwo378-v2.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-threeByTwoLargeAt2X-v2.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-threeByTwoMediumAt2X-v2.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-threeByTwoSmallAt2X-v2.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-thumbWide-v2.jpg":{"width":190,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fbusiness\u002F19dc-globalecon01\u002F19dc-globalecon01-thumbWide-v2.jpg","name":"thumbWide","height":126,"__typename":"ImageRendition"},"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-videoThumb-v2.jpg":{"width":75,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fbusiness\u002F19dc-globalecon01\u002F19dc-globalecon01-videoThumb-v2.jpg","name":"videoThumb","height":50,"__typename":"ImageRendition"},"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-videoLarge-v2.jpg":{"width":768,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fbusiness\u002F19dc-globalecon01\u002F19dc-globalecon01-videoLarge-v2.jpg","name":"videoLarge","height":507,"__typename":"ImageRendition"},"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-mediumThreeByTwo210-v2.jpg":{"width":210,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fbusiness\u002F19dc-globalecon01\u002F19dc-globalecon01-mediumThreeByTwo210-v2.jpg","name":"mediumThreeByTwo210","height":140,"__typename":"ImageRendition"},"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-mediumThreeByTwo225-v2.jpg":{"width":225,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fbusiness\u002F19dc-globalecon01\u002F19dc-globalecon01-mediumThreeByTwo225-v2.jpg","name":"mediumThreeByTwo225","height":150,"__typename":"ImageRendition"},"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-mediumThreeByTwo440-v2.jpg":{"width":440,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fbusiness\u002F19dc-globalecon01\u002F19dc-globalecon01-mediumThreeByTwo440-v2.jpg","name":"mediumThreeByTwo440","height":293,"__typename":"ImageRendition"},"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-mediumThreeByTwo252-v2.jpg":{"width":252,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fbusiness\u002F19dc-globalecon01\u002F19dc-globalecon01-mediumThreeByTwo252-v2.jpg","name":"mediumThreeByTwo252","height":168,"__typename":"ImageRendition"},"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-mediumThreeByTwo378-v2.jpg":{"width":378,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fbusiness\u002F19dc-globalecon01\u002F19dc-globalecon01-mediumThreeByTwo378-v2.jpg","name":"mediumThreeByTwo378","height":252,"__typename":"ImageRendition"},"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-threeByTwoLargeAt2X-v2.jpg":{"width":4596,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fbusiness\u002F19dc-globalecon01\u002F19dc-globalecon01-threeByTwoLargeAt2X-v2.jpg","name":"threeByTwoLargeAt2X","height":3066,"__typename":"ImageRendition"},"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-threeByTwoMediumAt2X-v2.jpg":{"width":1500,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fbusiness\u002F19dc-globalecon01\u002F19dc-globalecon01-threeByTwoMediumAt2X-v2.jpg","name":"threeByTwoMediumAt2X","height":1001,"__typename":"ImageRendition"},"ImageRendition:images20220419business19dc-globalecon0119dc-globalecon01-threeByTwoSmallAt2X-v2.jpg":{"width":600,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fbusiness\u002F19dc-globalecon01\u002F19dc-globalecon01-threeByTwoSmallAt2X-v2.jpg","name":"threeByTwoSmallAt2X","height":400,"__typename":"ImageRendition"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.1":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2VlMTdmMDVhLWIyNWUtNWRiZC1hMWIxLWM5YjkxZmY5YmU0MQ==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzI3Y2MxMDA5LTM0MjktNTdmOS1iNmMzLWY1Y2NjYjZiYjVmMg==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzI3Y2MxMDA5LTM0MjktNTdmOS1iNmMzLWY1Y2NjYjZiYjVmMg==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F18\u002Fbusiness\u002Fdollar-general-tiktok.html","firstPublished":"2022-04-18T09:00:22.000Z","typeOfMaterials":{"type":"json","json":["News"]},"archiveProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzI3Y2MxMDA5LTM0MjktNTdmOS1iNmMzLWY1Y2NjYjZiYjVmMg==.archiveProperties","typename":"ArticleArchiveProperties"},"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzI3Y2MxMDA5LTM0MjktNTdmOS1iNmMzLWY1Y2NjYjZiYjVmMg==.headline","typename":"CreativeWorkHeadline"},"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzI3Y2MxMDA5LTM0MjktNTdmOS1iNmMzLWY1Y2NjYjZiYjVmMg==.bylines.0","typename":"Byline"}],"kicker":"","summary":"Mary Gundel loved managing a store in Tampa, Fla. But when she detailed its challenges on social media, the company — and fellow employees — took notice.","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMjE3ZTYyZjctMThiMC01ZjljLTliNjEtODhjNTZkZmZmOTFl","typename":"Image"},"translations":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzI3Y2MxMDA5LTM0MjktNTdmOS1iNmMzLWY1Y2NjYjZiYjVmMg==.archiveProperties":{"lede":"","__typename":"ArticleArchiveProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzI3Y2MxMDA5LTM0MjktNTdmOS1iNmMzLWY1Y2NjYjZiYjVmMg==.headline":{"default":"How a Dollar General Employee Went Viral on TikTok","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzI3Y2MxMDA5LTM0MjktNTdmOS1iNmMzLWY1Y2NjYjZiYjVmMg==.bylines.0":{"renderedRepresentation":"By Michael Corkery","prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi80NmFlZTFjNi02ODI0LTU1ZTYtOTMzMS03YjEwYzRmYWFjZjU=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi80NmFlZTFjNi02ODI0LTU1ZTYtOTMzMS03YjEwYzRmYWFjZjU=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi80NmFlZTFjNi02ODI0LTU1ZTYtOTMzMS03YjEwYzRmYWFjZjU=","displayName":"Michael Corkery","url":"","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw","typename":"Image"},"__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw","crops":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.4","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.5","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.6","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.7","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.8","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.9","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.10","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.11","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.12","typename":"ImageCrop"}],"__typename":"Image"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-articleLarge.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-articleLarge.jpg","name":"articleLarge","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-popup.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-popup.jpg","name":"popup","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-blog480.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-blog480.jpg","name":"blog480","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-blog533.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-blog533.jpg","name":"blog533","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-blog427.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-blog427.jpg","name":"blog427","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-tmagSF.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-tmagSF.jpg","name":"tmagSF","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-tmagArticle.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-tmagArticle.jpg","name":"tmagArticle","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-slide.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-slide.jpg","name":"slide","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-jumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-jumbo.jpg","name":"jumbo","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-superJumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-superJumbo.jpg","name":"superJumbo","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-blog225.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-blog225.jpg","name":"blog225","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-master675.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-master675.jpg","name":"master675","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-master495.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-master495.jpg","name":"master495","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-master180.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-master180.jpg","name":"master180","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-master315.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-master315.jpg","name":"master315","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-master768.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-master768.jpg","name":"master768","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-articleLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-popup.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-blog480.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-blog533.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-blog427.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-tmagSF.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-tmagArticle.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-slide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-jumbo.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-superJumbo.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-blog225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-master675.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-master495.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-master180.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-master315.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-master768.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-thumbStandard.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-thumbStandard.jpg","name":"thumbStandard","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-blogSmallThumb.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-blogSmallThumb.jpg","name":"blogSmallThumb","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-thumbLarge.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-thumbLarge.jpg","name":"thumbLarge","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-smallSquare168.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-smallSquare168.jpg","name":"smallSquare168","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-smallSquare252.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-smallSquare252.jpg","name":"smallSquare252","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-blogSmallThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-thumbLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-smallSquare168.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-smallSquare252.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-square320.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-square320.jpg","name":"square320","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-moth.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-moth.jpg","name":"moth","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-filmstrip.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-filmstrip.jpg","name":"filmstrip","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-square640.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-square640.jpg","name":"square640","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-mediumSquare149.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-mediumSquare149.jpg","name":"mediumSquare149","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-square320.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-moth.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-filmstrip.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-square640.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-mediumSquare149.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-sfSpan.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-sfSpan.jpg","name":"sfSpan","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-largeHorizontal375.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-largeHorizontal375.jpg","name":"largeHorizontal375","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-largeHorizontalJumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-largeHorizontalJumbo.jpg","name":"largeHorizontalJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-sfSpan.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-largeHorizontal375.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-largeHorizontalJumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-hpLarge.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-hpLarge.jpg","name":"hpLarge","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-largeWidescreen573.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-largeWidescreen573.jpg","name":"largeWidescreen573","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-hpLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-largeWidescreen573.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-thumbWide.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-thumbWide.jpg","name":"thumbWide","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoThumb.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-videoThumb.jpg","name":"videoThumb","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoLarge.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-videoLarge.jpg","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-mediumThreeByTwo210.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-mediumThreeByTwo225.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-mediumThreeByTwo440.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-mediumThreeByTwo252.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-mediumThreeByTwo378.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.5":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-mediumThreeByTwo378.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-articleInline.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-articleInline.jpg","name":"articleInline","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-hpSmall.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-hpSmall.jpg","name":"hpSmall","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-blogSmallInline.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-blogSmallInline.jpg","name":"blogSmallInline","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-mediumFlexible177.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-mediumFlexible177.jpg","name":"mediumFlexible177","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.6":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-articleInline.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-hpSmall.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-blogSmallInline.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-mediumFlexible177.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSmall.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-videoSmall.jpg","name":"videoSmall","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoHpMedium.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-videoHpMedium.jpg","name":"videoHpMedium","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNine600.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-videoSixteenByNine600.jpg","name":"videoSixteenByNine600","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNine540.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-videoSixteenByNine540.jpg","name":"videoSixteenByNine540","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNine495.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-videoSixteenByNine495.jpg","name":"videoSixteenByNine495","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNine390.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-videoSixteenByNine390.jpg","name":"videoSixteenByNine390","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNine480.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-videoSixteenByNine480.jpg","name":"videoSixteenByNine480","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNine310.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-videoSixteenByNine310.jpg","name":"videoSixteenByNine310","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNine225.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-videoSixteenByNine225.jpg","name":"videoSixteenByNine225","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNine96.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-videoSixteenByNine96.jpg","name":"videoSixteenByNine96","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNine768.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-videoSixteenByNine768.jpg","name":"videoSixteenByNine768","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNine150.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-videoSixteenByNine150.jpg","name":"videoSixteenByNine150","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNineJumbo1600.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-videoSixteenByNineJumbo1600.jpg","name":"videoSixteenByNineJumbo1600","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.7":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSmall.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoHpMedium.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNine600.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNine540.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNine495.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNine390.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNine480.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNine310.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNine225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNine96.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNine768.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNine150.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-videoSixteenByNineJumbo1600.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-miniMoth.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-miniMoth.jpg","name":"miniMoth","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-windowsTile336H.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-windowsTile336H.jpg","name":"windowsTile336H","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.8":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-miniMoth.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-windowsTile336H.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.9":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-facebookJumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-facebookJumbo.jpg","name":"facebookJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.10":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-facebookJumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-watch308.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-watch308.jpg","name":"watch308","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-watch268.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-michael-corkery\u002Fauthor-michael-corkery-watch268.jpg","name":"watch268","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.11":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-watch308.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-michael-corkeryauthor-michael-corkery-watch268.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjIxNDIwZWQtMWZhMS01ZWFhLWE1N2MtNjhhODVlZDFmZDQw.crops.12":{"renditions":[],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMjE3ZTYyZjctMThiMC01ZjljLTliNjEtODhjNTZkZmZmOTFl":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvMjE3ZTYyZjctMThiMC01ZjljLTliNjEtODhjNTZkZmZmOTFl","crops({\"cropNames\":[\"THREE_BY_TWO\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMjE3ZTYyZjctMThiMC01ZjljLTliNjEtODhjNTZkZmZmOTFl.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0","typename":"ImageCrop"}]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMjE3ZTYyZjctMThiMC01ZjljLTliNjEtODhjNTZkZmZmOTFl.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0":{"name":"THREE_BY_TWO","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-mediumThreeByTwo378.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-threeByTwoLargeAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-threeByTwoSmallAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-thumbWide.jpg":{"width":190,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F18dollar-tiktok-01\u002F18dollar-tiktok-01-thumbWide.jpg","name":"thumbWide","height":126,"__typename":"ImageRendition"},"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-videoThumb.jpg":{"width":75,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F18dollar-tiktok-01\u002F18dollar-tiktok-01-videoThumb.jpg","name":"videoThumb","height":50,"__typename":"ImageRendition"},"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-videoLarge.jpg":{"width":768,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F18dollar-tiktok-01\u002F18dollar-tiktok-01-videoLarge.jpg","name":"videoLarge","height":507,"__typename":"ImageRendition"},"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-mediumThreeByTwo210.jpg":{"width":210,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F18dollar-tiktok-01\u002F18dollar-tiktok-01-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","height":140,"__typename":"ImageRendition"},"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-mediumThreeByTwo225.jpg":{"width":225,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F18dollar-tiktok-01\u002F18dollar-tiktok-01-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","height":150,"__typename":"ImageRendition"},"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-mediumThreeByTwo440.jpg":{"width":440,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F18dollar-tiktok-01\u002F18dollar-tiktok-01-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","height":293,"__typename":"ImageRendition"},"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-mediumThreeByTwo252.jpg":{"width":252,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F18dollar-tiktok-01\u002F18dollar-tiktok-01-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","height":168,"__typename":"ImageRendition"},"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-mediumThreeByTwo378.jpg":{"width":378,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F18dollar-tiktok-01\u002F18dollar-tiktok-01-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","height":252,"__typename":"ImageRendition"},"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-threeByTwoLargeAt2X.jpg":{"width":3000,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F18dollar-tiktok-01\u002F18dollar-tiktok-01-threeByTwoLargeAt2X.jpg","name":"threeByTwoLargeAt2X","height":1998,"__typename":"ImageRendition"},"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-threeByTwoMediumAt2X.jpg":{"width":1500,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F18dollar-tiktok-01\u002F18dollar-tiktok-01-threeByTwoMediumAt2X.jpg","name":"threeByTwoMediumAt2X","height":999,"__typename":"ImageRendition"},"ImageRendition:images20220418business18dollar-tiktok-0118dollar-tiktok-01-threeByTwoSmallAt2X.jpg":{"width":600,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F18dollar-tiktok-01\u002F18dollar-tiktok-01-threeByTwoSmallAt2X.jpg","name":"threeByTwoSmallAt2X","height":400,"__typename":"ImageRendition"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.2":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzI3Y2MxMDA5LTM0MjktNTdmOS1iNmMzLWY1Y2NjYjZiYjVmMg==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M2MGY5Mjg4LTUzZjktNThhOC1hNmJiLTExMjhmYjA1ZmRiMQ==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M2MGY5Mjg4LTUzZjktNThhOC1hNmJiLTExMjhmYjA1ZmRiMQ==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F18\u002Fbusiness\u002Feconomy\u002Fjim-farley-ford-lightning.html","firstPublished":"2022-04-18T07:00:10.000Z","typeOfMaterials":{"type":"json","json":["News"]},"archiveProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M2MGY5Mjg4LTUzZjktNThhOC1hNmJiLTExMjhmYjA1ZmRiMQ==.archiveProperties","typename":"ArticleArchiveProperties"},"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M2MGY5Mjg4LTUzZjktNThhOC1hNmJiLTExMjhmYjA1ZmRiMQ==.headline","typename":"CreativeWorkHeadline"},"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M2MGY5Mjg4LTUzZjktNThhOC1hNmJiLTExMjhmYjA1ZmRiMQ==.bylines.0","typename":"Byline"}],"kicker":"","summary":"Ford’s chief executive is about to introduce an electric F-150 pickup truck that could determine whether the automaker can survive and thrive in an industry dominated by Tesla.","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNTg0YzA4ZmMtYzNkYS01ZjM2LWE3YjMtMDRlOTZhMGJhOWRi","typename":"Image"},"translations":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M2MGY5Mjg4LTUzZjktNThhOC1hNmJiLTExMjhmYjA1ZmRiMQ==.archiveProperties":{"lede":"","__typename":"ArticleArchiveProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M2MGY5Mjg4LTUzZjktNThhOC1hNmJiLTExMjhmYjA1ZmRiMQ==.headline":{"default":"Jim Farley Tries to Reinvent Ford and Catch Up to Elon Musk and Tesla","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M2MGY5Mjg4LTUzZjktNThhOC1hNmJiLTExMjhmYjA1ZmRiMQ==.bylines.0":{"renderedRepresentation":"By Neal E. Boudette","prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi80ZGVmNDgwZi0yMmZmLTU5NzUtYmQ2Zi1mOTI5Yjc2NzAyOGY=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi80ZGVmNDgwZi0yMmZmLTU5NzUtYmQ2Zi1mOTI5Yjc2NzAyOGY=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi80ZGVmNDgwZi0yMmZmLTU5NzUtYmQ2Zi1mOTI5Yjc2NzAyOGY=","displayName":"Neal E. Boudette","url":"","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx","typename":"Image"},"__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx","crops":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.4","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.5","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.6","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.7","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.8","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.9","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.10","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.11","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.12","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.13","typename":"ImageCrop"}],"__typename":"Image"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-articleLarge-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-articleLarge-v2.png","name":"articleLarge","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-popup-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-popup-v2.png","name":"popup","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-blog480-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-blog480-v2.png","name":"blog480","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-blog533-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-blog533-v2.png","name":"blog533","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-blog427-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-blog427-v2.png","name":"blog427","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-tmagSF-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-tmagSF-v2.png","name":"tmagSF","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-tmagArticle-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-tmagArticle-v2.png","name":"tmagArticle","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-slide-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-slide-v2.png","name":"slide","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-jumbo-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-jumbo-v2.png","name":"jumbo","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-superJumbo-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-superJumbo-v2.png","name":"superJumbo","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-blog225-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-blog225-v2.png","name":"blog225","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-master675-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-master675-v2.png","name":"master675","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-master495-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-master495-v2.png","name":"master495","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-master180-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-master180-v2.png","name":"master180","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-master315-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-master315-v2.png","name":"master315","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-master768-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-master768-v2.png","name":"master768","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-articleLarge-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-popup-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-blog480-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-blog533-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-blog427-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-tmagSF-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-tmagArticle-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-slide-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-jumbo-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-superJumbo-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-blog225-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-master675-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-master495-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-master180-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-master315-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-master768-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-thumbStandard-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-thumbStandard-v2.png","name":"thumbStandard","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-blogSmallThumb-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-blogSmallThumb-v2.png","name":"blogSmallThumb","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-thumbLarge-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-thumbLarge-v2.png","name":"thumbLarge","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-smallSquare168-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-smallSquare168-v2.png","name":"smallSquare168","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-smallSquare252-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-smallSquare252-v2.png","name":"smallSquare252","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-thumbStandard-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-blogSmallThumb-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-thumbLarge-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-smallSquare168-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-smallSquare252-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-square320-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-square320-v2.png","name":"square320","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-moth-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-moth-v2.png","name":"moth","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-filmstrip-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-filmstrip-v2.png","name":"filmstrip","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-square640-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-square640-v2.png","name":"square640","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-mediumSquare149-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-mediumSquare149-v2.png","name":"mediumSquare149","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-mediumSquareAt3X-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-mediumSquareAt3X-v2.png","name":"mediumSquareAt3X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-square320-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-moth-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-filmstrip-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-square640-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-mediumSquare149-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-mediumSquareAt3X-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-sfSpan-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-sfSpan-v2.png","name":"sfSpan","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-largeHorizontal375-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-largeHorizontal375-v2.png","name":"largeHorizontal375","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-largeHorizontalJumbo-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-largeHorizontalJumbo-v2.png","name":"largeHorizontalJumbo","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-horizontalMediumAt2X-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-horizontalMediumAt2X-v2.png","name":"horizontalMediumAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-sfSpan-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-largeHorizontal375-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-largeHorizontalJumbo-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-horizontalMediumAt2X-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-hpLarge-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-hpLarge-v2.png","name":"hpLarge","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-largeWidescreen573-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-largeWidescreen573-v2.png","name":"largeWidescreen573","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-largeWidescreen1050-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-largeWidescreen1050-v2.png","name":"largeWidescreen1050","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-hpLarge-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-largeWidescreen573-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-largeWidescreen1050-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-thumbWide-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-thumbWide-v2.png","name":"thumbWide","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoThumb-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-videoThumb-v2.png","name":"videoThumb","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoLarge-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-videoLarge-v2.png","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-mediumThreeByTwo210-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-mediumThreeByTwo210-v2.png","name":"mediumThreeByTwo210","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-mediumThreeByTwo225-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-mediumThreeByTwo225-v2.png","name":"mediumThreeByTwo225","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-mediumThreeByTwo440-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-mediumThreeByTwo440-v2.png","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-mediumThreeByTwo252-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-mediumThreeByTwo252-v2.png","name":"mediumThreeByTwo252","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-mediumThreeByTwo378-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-mediumThreeByTwo378-v2.png","name":"mediumThreeByTwo378","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-threeByTwoLargeAt2X-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-threeByTwoLargeAt2X-v2.png","name":"threeByTwoLargeAt2X","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-threeByTwoMediumAt2X-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-threeByTwoMediumAt2X-v2.png","name":"threeByTwoMediumAt2X","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-threeByTwoSmallAt2X-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-threeByTwoSmallAt2X-v2.png","name":"threeByTwoSmallAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.5":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-thumbWide-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoThumb-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoLarge-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-mediumThreeByTwo210-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-mediumThreeByTwo225-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-mediumThreeByTwo440-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-mediumThreeByTwo252-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-mediumThreeByTwo378-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-threeByTwoLargeAt2X-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-threeByTwoMediumAt2X-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-threeByTwoSmallAt2X-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-articleInline-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-articleInline-v2.png","name":"articleInline","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-hpSmall-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-hpSmall-v2.png","name":"hpSmall","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-blogSmallInline-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-blogSmallInline-v2.png","name":"blogSmallInline","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-mediumFlexible177-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-mediumFlexible177-v2.png","name":"mediumFlexible177","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.6":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-articleInline-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-hpSmall-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-blogSmallInline-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-mediumFlexible177-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSmall-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-videoSmall-v2.png","name":"videoSmall","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoHpMedium-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-videoHpMedium-v2.png","name":"videoHpMedium","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine600-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-videoSixteenByNine600-v2.png","name":"videoSixteenByNine600","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine540-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-videoSixteenByNine540-v2.png","name":"videoSixteenByNine540","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine495-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-videoSixteenByNine495-v2.png","name":"videoSixteenByNine495","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine390-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-videoSixteenByNine390-v2.png","name":"videoSixteenByNine390","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine1050-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-videoSixteenByNine1050-v2.png","name":"videoSixteenByNine1050","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine480-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-videoSixteenByNine480-v2.png","name":"videoSixteenByNine480","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine310-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-videoSixteenByNine310-v2.png","name":"videoSixteenByNine310","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine225-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-videoSixteenByNine225-v2.png","name":"videoSixteenByNine225","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine96-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-videoSixteenByNine96-v2.png","name":"videoSixteenByNine96","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine768-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-videoSixteenByNine768-v2.png","name":"videoSixteenByNine768","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine150-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-videoSixteenByNine150-v2.png","name":"videoSixteenByNine150","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNineJumbo1600-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-videoSixteenByNineJumbo1600-v2.png","name":"videoSixteenByNineJumbo1600","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.7":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSmall-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoHpMedium-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine600-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine540-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine495-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine390-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine1050-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine480-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine310-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine225-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine96-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine768-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNine150-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoSixteenByNineJumbo1600-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-miniMoth-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-miniMoth-v2.png","name":"miniMoth","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-windowsTile336H-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-windowsTile336H-v2.png","name":"windowsTile336H","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoFifteenBySeven1305-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-videoFifteenBySeven1305-v2.png","name":"videoFifteenBySeven1305","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.8":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-miniMoth-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-windowsTile336H-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-videoFifteenBySeven1305-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.9":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-facebookJumbo-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-facebookJumbo-v2.png","name":"facebookJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.10":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-facebookJumbo-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-watch308-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-watch308-v2.png","name":"watch308","__typename":"ImageRendition"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-watch268-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-watch268-v2.png","name":"watch268","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.11":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-watch308-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-watch268-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.12":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-mobileMasterAt3x-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F01\u002F20\u002Freader-center\u002Fauthor-neal-e-boudette\u002Fauthor-neal-e-boudette-mobileMasterAt3x-v2.png","name":"mobileMasterAt3x","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGIzMjQ2ZWUtY2VmMC01YTlkLTkzZjYtZWRhNmM5ZWM1YTAx.crops.13":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220120reader-centerauthor-neal-e-boudetteauthor-neal-e-boudette-mobileMasterAt3x-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNTg0YzA4ZmMtYzNkYS01ZjM2LWE3YjMtMDRlOTZhMGJhOWRi":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvNTg0YzA4ZmMtYzNkYS01ZjM2LWE3YjMtMDRlOTZhMGJhOWRi","crops({\"cropNames\":[\"THREE_BY_TWO\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNTg0YzA4ZmMtYzNkYS01ZjM2LWE3YjMtMDRlOTZhMGJhOWRi.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0","typename":"ImageCrop"}]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNTg0YzA4ZmMtYzNkYS01ZjM2LWE3YjMtMDRlOTZhMGJhOWRi.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0":{"name":"THREE_BY_TWO","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220418business00ford-farley0200ford-farley02-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418business00ford-farley0200ford-farley02-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418business00ford-farley0200ford-farley02-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418business00ford-farley0200ford-farley02-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418business00ford-farley0200ford-farley02-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418business00ford-farley0200ford-farley02-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418business00ford-farley0200ford-farley02-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418business00ford-farley0200ford-farley02-mediumThreeByTwo378.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418business00ford-farley0200ford-farley02-threeByTwoLargeAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418business00ford-farley0200ford-farley02-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418business00ford-farley0200ford-farley02-threeByTwoSmallAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220418business00ford-farley0200ford-farley02-thumbWide.jpg":{"width":190,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F00ford-farley02\u002F00ford-farley02-thumbWide.jpg","name":"thumbWide","height":126,"__typename":"ImageRendition"},"ImageRendition:images20220418business00ford-farley0200ford-farley02-videoThumb.jpg":{"width":75,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F00ford-farley02\u002F00ford-farley02-videoThumb.jpg","name":"videoThumb","height":50,"__typename":"ImageRendition"},"ImageRendition:images20220418business00ford-farley0200ford-farley02-videoLarge.jpg":{"width":768,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F00ford-farley02\u002F00ford-farley02-videoLarge.jpg","name":"videoLarge","height":507,"__typename":"ImageRendition"},"ImageRendition:images20220418business00ford-farley0200ford-farley02-mediumThreeByTwo210.jpg":{"width":210,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F00ford-farley02\u002F00ford-farley02-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","height":140,"__typename":"ImageRendition"},"ImageRendition:images20220418business00ford-farley0200ford-farley02-mediumThreeByTwo225.jpg":{"width":225,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F00ford-farley02\u002F00ford-farley02-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","height":150,"__typename":"ImageRendition"},"ImageRendition:images20220418business00ford-farley0200ford-farley02-mediumThreeByTwo440.jpg":{"width":440,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F00ford-farley02\u002F00ford-farley02-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","height":293,"__typename":"ImageRendition"},"ImageRendition:images20220418business00ford-farley0200ford-farley02-mediumThreeByTwo252.jpg":{"width":252,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F00ford-farley02\u002F00ford-farley02-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","height":168,"__typename":"ImageRendition"},"ImageRendition:images20220418business00ford-farley0200ford-farley02-mediumThreeByTwo378.jpg":{"width":378,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F00ford-farley02\u002F00ford-farley02-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","height":252,"__typename":"ImageRendition"},"ImageRendition:images20220418business00ford-farley0200ford-farley02-threeByTwoLargeAt2X.jpg":{"width":2667,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F00ford-farley02\u002F00ford-farley02-threeByTwoLargeAt2X.jpg","name":"threeByTwoLargeAt2X","height":1777,"__typename":"ImageRendition"},"ImageRendition:images20220418business00ford-farley0200ford-farley02-threeByTwoMediumAt2X.jpg":{"width":1500,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F00ford-farley02\u002F00ford-farley02-threeByTwoMediumAt2X.jpg","name":"threeByTwoMediumAt2X","height":999,"__typename":"ImageRendition"},"ImageRendition:images20220418business00ford-farley0200ford-farley02-threeByTwoSmallAt2X.jpg":{"width":600,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fbusiness\u002F00ford-farley02\u002F00ford-farley02-threeByTwoSmallAt2X.jpg","name":"threeByTwoSmallAt2X","height":400,"__typename":"ImageRendition"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.3":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M2MGY5Mjg4LTUzZjktNThhOC1hNmJiLTExMjhmYjA1ZmRiMQ==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzhhNzNlOTZkLTUwYTQtNTRhZC05NjM0LTBjODc5NDhlYzUxOQ==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzhhNzNlOTZkLTUwYTQtNTRhZC05NjM0LTBjODc5NDhlYzUxOQ==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F17\u002Fbusiness\u002Fdisney-politics-florida.html","firstPublished":"2022-04-17T07:00:13.000Z","typeOfMaterials":{"type":"json","json":["News"]},"archiveProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzhhNzNlOTZkLTUwYTQtNTRhZC05NjM0LTBjODc5NDhlYzUxOQ==.archiveProperties","typename":"ArticleArchiveProperties"},"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzhhNzNlOTZkLTUwYTQtNTRhZC05NjM0LTBjODc5NDhlYzUxOQ==.headline","typename":"CreativeWorkHeadline"},"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzhhNzNlOTZkLTUwYTQtNTRhZC05NjM0LTBjODc5NDhlYzUxOQ==.bylines.0","typename":"Byline"}],"kicker":"","summary":"The entertainment behemoth spent decades avoiding even the whiff of controversy. But it has increasingly been drawn into the partisan political fray.","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2ZkMmM2ZDgtOTQxMS01YjllLWEwODMtNjViNzljZWFjYzgw","typename":"Image"},"translations":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzhhNzNlOTZkLTUwYTQtNTRhZC05NjM0LTBjODc5NDhlYzUxOQ==.translations.0","typename":"ArticleTranslation"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzhhNzNlOTZkLTUwYTQtNTRhZC05NjM0LTBjODc5NDhlYzUxOQ==.archiveProperties":{"lede":"","__typename":"ArticleArchiveProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzhhNzNlOTZkLTUwYTQtNTRhZC05NjM0LTBjODc5NDhlYzUxOQ==.headline":{"default":"Disney, Built on Fairy Tales and Fantasy, Confronts the Real World","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzhhNzNlOTZkLTUwYTQtNTRhZC05NjM0LTBjODc5NDhlYzUxOQ==.bylines.0":{"renderedRepresentation":"By Brooks Barnes","prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9kNzJkMjgwMS04MTZjLTViYWItOTZkNS1mNWJjZDYwYzg0ZmY=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi9kNzJkMjgwMS04MTZjLTViYWItOTZkNS1mNWJjZDYwYzg0ZmY=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi9kNzJkMjgwMS04MTZjLTViYWItOTZkNS1mNWJjZDYwYzg0ZmY=","displayName":"Brooks Barnes","url":"","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj","typename":"Image"},"__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj","crops":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.4","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.5","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.6","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.7","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.8","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.9","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.10","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.11","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.12","typename":"ImageCrop"}],"__typename":"Image"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-articleLarge.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-articleLarge.jpg","name":"articleLarge","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-popup.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-popup.jpg","name":"popup","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-blog480.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-blog480.jpg","name":"blog480","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-blog533.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-blog533.jpg","name":"blog533","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-blog427.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-blog427.jpg","name":"blog427","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-tmagSF.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-tmagSF.jpg","name":"tmagSF","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-tmagArticle.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-tmagArticle.jpg","name":"tmagArticle","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-slide.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-slide.jpg","name":"slide","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-jumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-jumbo.jpg","name":"jumbo","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-superJumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-superJumbo.jpg","name":"superJumbo","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-blog225.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-blog225.jpg","name":"blog225","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-master675.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-master675.jpg","name":"master675","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-master495.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-master495.jpg","name":"master495","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-master180.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-master180.jpg","name":"master180","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-master315.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-master315.jpg","name":"master315","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-master768.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-master768.jpg","name":"master768","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-articleLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-popup.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-blog480.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-blog533.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-blog427.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-tmagSF.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-tmagArticle.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-slide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-jumbo.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-superJumbo.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-blog225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-master675.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-master495.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-master180.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-master315.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-master768.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-thumbStandard.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-thumbStandard.jpg","name":"thumbStandard","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-blogSmallThumb.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-blogSmallThumb.jpg","name":"blogSmallThumb","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-thumbLarge.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-thumbLarge.jpg","name":"thumbLarge","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-smallSquare168.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-smallSquare168.jpg","name":"smallSquare168","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-smallSquare252.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-smallSquare252.jpg","name":"smallSquare252","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-blogSmallThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-thumbLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-smallSquare168.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-smallSquare252.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-square320.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-square320.jpg","name":"square320","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-moth.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-moth.jpg","name":"moth","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-filmstrip.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-filmstrip.jpg","name":"filmstrip","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-square640.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-square640.jpg","name":"square640","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-mediumSquare149.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-mediumSquare149.jpg","name":"mediumSquare149","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-square320.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-moth.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-filmstrip.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-square640.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-mediumSquare149.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-sfSpan.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-sfSpan.jpg","name":"sfSpan","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-largeHorizontal375.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-largeHorizontal375.jpg","name":"largeHorizontal375","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-largeHorizontalJumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-largeHorizontalJumbo.jpg","name":"largeHorizontalJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-sfSpan.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-largeHorizontal375.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-largeHorizontalJumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-hpLarge.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-hpLarge.jpg","name":"hpLarge","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-largeWidescreen573.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-largeWidescreen573.jpg","name":"largeWidescreen573","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-hpLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-largeWidescreen573.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-thumbWide.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-thumbWide.jpg","name":"thumbWide","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoThumb.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-videoThumb.jpg","name":"videoThumb","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoLarge.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-videoLarge.jpg","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-mediumThreeByTwo210.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-mediumThreeByTwo225.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-mediumThreeByTwo440.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-mediumThreeByTwo252.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-mediumThreeByTwo378.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.5":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-mediumThreeByTwo378.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-articleInline.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-articleInline.jpg","name":"articleInline","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-hpSmall.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-hpSmall.jpg","name":"hpSmall","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-blogSmallInline.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-blogSmallInline.jpg","name":"blogSmallInline","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-mediumFlexible177.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-mediumFlexible177.jpg","name":"mediumFlexible177","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.6":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-articleInline.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-hpSmall.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-blogSmallInline.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-mediumFlexible177.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSmall.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-videoSmall.jpg","name":"videoSmall","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoHpMedium.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-videoHpMedium.jpg","name":"videoHpMedium","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNine600.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-videoSixteenByNine600.jpg","name":"videoSixteenByNine600","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNine540.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-videoSixteenByNine540.jpg","name":"videoSixteenByNine540","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNine495.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-videoSixteenByNine495.jpg","name":"videoSixteenByNine495","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNine390.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-videoSixteenByNine390.jpg","name":"videoSixteenByNine390","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNine480.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-videoSixteenByNine480.jpg","name":"videoSixteenByNine480","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNine310.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-videoSixteenByNine310.jpg","name":"videoSixteenByNine310","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNine225.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-videoSixteenByNine225.jpg","name":"videoSixteenByNine225","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNine96.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-videoSixteenByNine96.jpg","name":"videoSixteenByNine96","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNine768.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-videoSixteenByNine768.jpg","name":"videoSixteenByNine768","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNine150.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-videoSixteenByNine150.jpg","name":"videoSixteenByNine150","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNineJumbo1600.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-videoSixteenByNineJumbo1600.jpg","name":"videoSixteenByNineJumbo1600","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.7":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSmall.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoHpMedium.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNine600.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNine540.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNine495.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNine390.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNine480.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNine310.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNine225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNine96.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNine768.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNine150.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-videoSixteenByNineJumbo1600.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-miniMoth.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-miniMoth.jpg","name":"miniMoth","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-windowsTile336H.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-windowsTile336H.jpg","name":"windowsTile336H","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.8":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-miniMoth.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-windowsTile336H.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.9":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-facebookJumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-facebookJumbo.jpg","name":"facebookJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.10":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-facebookJumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-watch308.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-watch308.jpg","name":"watch308","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-watch268.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-brooks-barnes\u002Fauthor-brooks-barnes-watch268.jpg","name":"watch268","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.11":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-watch308.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-brooks-barnesauthor-brooks-barnes-watch268.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3NDVkZTAtOGViNC01OTk5LTkzOTUtZWE1Mjk1N2ZjNjJj.crops.12":{"renditions":[],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2ZkMmM2ZDgtOTQxMS01YjllLWEwODMtNjViNzljZWFjYzgw":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvM2ZkMmM2ZDgtOTQxMS01YjllLWEwODMtNjViNzljZWFjYzgw","crops({\"cropNames\":[\"THREE_BY_TWO\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2ZkMmM2ZDgtOTQxMS01YjllLWEwODMtNjViNzljZWFjYzgw.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0","typename":"ImageCrop"}]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2ZkMmM2ZDgtOTQxMS01YjllLWEwODMtNjViNzljZWFjYzgw.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0":{"name":"THREE_BY_TWO","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-mediumThreeByTwo378.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-threeByTwoLargeAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-threeByTwoSmallAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-thumbWide.jpg":{"width":190,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00disney-01\u002Fmerlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-thumbWide.jpg","name":"thumbWide","height":126,"__typename":"ImageRendition"},"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-videoThumb.jpg":{"width":75,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00disney-01\u002Fmerlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-videoThumb.jpg","name":"videoThumb","height":50,"__typename":"ImageRendition"},"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-videoLarge.jpg":{"width":768,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00disney-01\u002Fmerlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-videoLarge.jpg","name":"videoLarge","height":507,"__typename":"ImageRendition"},"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-mediumThreeByTwo210.jpg":{"width":210,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00disney-01\u002Fmerlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","height":140,"__typename":"ImageRendition"},"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-mediumThreeByTwo225.jpg":{"width":225,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00disney-01\u002Fmerlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","height":150,"__typename":"ImageRendition"},"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-mediumThreeByTwo440.jpg":{"width":440,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00disney-01\u002Fmerlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","height":293,"__typename":"ImageRendition"},"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-mediumThreeByTwo252.jpg":{"width":252,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00disney-01\u002Fmerlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","height":168,"__typename":"ImageRendition"},"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-mediumThreeByTwo378.jpg":{"width":378,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00disney-01\u002Fmerlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","height":252,"__typename":"ImageRendition"},"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-threeByTwoLargeAt2X.jpg":{"width":6364,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00disney-01\u002Fmerlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-threeByTwoLargeAt2X.jpg","name":"threeByTwoLargeAt2X","height":4243,"__typename":"ImageRendition"},"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-threeByTwoMediumAt2X.jpg":{"width":1500,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00disney-01\u002Fmerlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-threeByTwoMediumAt2X.jpg","name":"threeByTwoMediumAt2X","height":1000,"__typename":"ImageRendition"},"ImageRendition:images20220415business00disney-01merlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-threeByTwoSmallAt2X.jpg":{"width":600,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00disney-01\u002Fmerlin_172503768_97d8e176-7e3f-4ea0-8373-4d7385ba5202-threeByTwoSmallAt2X.jpg","name":"threeByTwoSmallAt2X","height":400,"__typename":"ImageRendition"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzhhNzNlOTZkLTUwYTQtNTRhZC05NjM0LTBjODc5NDhlYzUxOQ==.translations.0":{"url":"https:\u002F\u002Fwww.nytimes.com\u002Fes\u002F2022\u002F04\u002F18\u002Fespanol\u002Fdisney-polemica.html","linkText":"Read in Spanish","translatedLinkText":"Leer en español","language":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzhhNzNlOTZkLTUwYTQtNTRhZC05NjM0LTBjODc5NDhlYzUxOQ==.translations.0.language","typename":"Language"},"__typename":"ArticleTranslation"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzhhNzNlOTZkLTUwYTQtNTRhZC05NjM0LTBjODc5NDhlYzUxOQ==.translations.0.language":{"code":"es","__typename":"Language"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.4":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzhhNzNlOTZkLTUwYTQtNTRhZC05NjM0LTBjODc5NDhlYzUxOQ==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhN2IwNTQ4LWZiMGUtNTEwZS1hYTcyLTg3NDJlNThkODhlMw==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhN2IwNTQ4LWZiMGUtNTEwZS1hYTcyLTg3NDJlNThkODhlMw==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F16\u002Fbusiness\u002Frussia-debt-default.html","firstPublished":"2022-04-16T16:00:09.000Z","typeOfMaterials":{"type":"json","json":["News"]},"archiveProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhN2IwNTQ4LWZiMGUtNTEwZS1hYTcyLTg3NDJlNThkODhlMw==.archiveProperties","typename":"ArticleArchiveProperties"},"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhN2IwNTQ4LWZiMGUtNTEwZS1hYTcyLTg3NDJlNThkODhlMw==.headline","typename":"CreativeWorkHeadline"},"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhN2IwNTQ4LWZiMGUtNTEwZS1hYTcyLTg3NDJlNThkODhlMw==.bylines.0","typename":"Byline"}],"kicker":"","summary":"The ultimate arbiter of a sovereign default is an open question but markets may have the final word.","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2E4YzI4YWQtOTliYS01MDBlLWJkMWYtOTY4MWQ3MGQ5Yzg3","typename":"Image"},"translations":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhN2IwNTQ4LWZiMGUtNTEwZS1hYTcyLTg3NDJlNThkODhlMw==.archiveProperties":{"lede":"","__typename":"ArticleArchiveProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhN2IwNTQ4LWZiMGUtNTEwZS1hYTcyLTg3NDJlNThkODhlMw==.headline":{"default":"A Russian Default Is Looming. A Bitter Fight Is Likely to Follow.","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhN2IwNTQ4LWZiMGUtNTEwZS1hYTcyLTg3NDJlNThkODhlMw==.bylines.0":{"renderedRepresentation":"By Alan Rappeport","prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9mZGMzMmY0OS1iOTE0LTVjZjctYTFlMy03YzVlYWRlMWYwYWQ=","typename":"Person"}],"__typename":"Byline"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2E4YzI4YWQtOTliYS01MDBlLWJkMWYtOTY4MWQ3MGQ5Yzg3":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvN2E4YzI4YWQtOTliYS01MDBlLWJkMWYtOTY4MWQ3MGQ5Yzg3","crops({\"cropNames\":[\"THREE_BY_TWO\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2E4YzI4YWQtOTliYS01MDBlLWJkMWYtOTY4MWQ3MGQ5Yzg3.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0","typename":"ImageCrop"}]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2E4YzI4YWQtOTliYS01MDBlLWJkMWYtOTY4MWQ3MGQ5Yzg3.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0":{"name":"THREE_BY_TWO","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-mediumThreeByTwo378.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-threeByTwoLargeAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-threeByTwoSmallAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-thumbWide.jpg":{"width":190,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00dc-russia-debt-default01\u002F00dc-russia-debt-default01-thumbWide.jpg","name":"thumbWide","height":126,"__typename":"ImageRendition"},"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-videoThumb.jpg":{"width":75,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00dc-russia-debt-default01\u002F00dc-russia-debt-default01-videoThumb.jpg","name":"videoThumb","height":50,"__typename":"ImageRendition"},"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-videoLarge.jpg":{"width":768,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00dc-russia-debt-default01\u002F00dc-russia-debt-default01-videoLarge.jpg","name":"videoLarge","height":507,"__typename":"ImageRendition"},"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-mediumThreeByTwo210.jpg":{"width":210,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00dc-russia-debt-default01\u002F00dc-russia-debt-default01-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","height":140,"__typename":"ImageRendition"},"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-mediumThreeByTwo225.jpg":{"width":225,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00dc-russia-debt-default01\u002F00dc-russia-debt-default01-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","height":150,"__typename":"ImageRendition"},"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-mediumThreeByTwo440.jpg":{"width":440,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00dc-russia-debt-default01\u002F00dc-russia-debt-default01-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","height":293,"__typename":"ImageRendition"},"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-mediumThreeByTwo252.jpg":{"width":252,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00dc-russia-debt-default01\u002F00dc-russia-debt-default01-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","height":168,"__typename":"ImageRendition"},"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-mediumThreeByTwo378.jpg":{"width":378,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00dc-russia-debt-default01\u002F00dc-russia-debt-default01-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","height":252,"__typename":"ImageRendition"},"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-threeByTwoLargeAt2X.jpg":{"width":3160,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00dc-russia-debt-default01\u002F00dc-russia-debt-default01-threeByTwoLargeAt2X.jpg","name":"threeByTwoLargeAt2X","height":2107,"__typename":"ImageRendition"},"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-threeByTwoMediumAt2X.jpg":{"width":1500,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00dc-russia-debt-default01\u002F00dc-russia-debt-default01-threeByTwoMediumAt2X.jpg","name":"threeByTwoMediumAt2X","height":1000,"__typename":"ImageRendition"},"ImageRendition:images20220415business00dc-russia-debt-default0100dc-russia-debt-default01-threeByTwoSmallAt2X.jpg":{"width":600,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fbusiness\u002F00dc-russia-debt-default01\u002F00dc-russia-debt-default01-threeByTwoSmallAt2X.jpg","name":"threeByTwoSmallAt2X","height":400,"__typename":"ImageRendition"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.5":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhN2IwNTQ4LWZiMGUtNTEwZS1hYTcyLTg3NDJlNThkODhlMw==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2U1OTFlZjQyLWVkZWUtNTQ0Ni1hZDA2LWNkYTI5YTZhY2QxMw==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2U1OTFlZjQyLWVkZWUtNTQ0Ni1hZDA2LWNkYTI5YTZhY2QxMw==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F16\u002Fbusiness\u002Feconomy\u002Fhousing-market-interest-rates-prices.html","firstPublished":"2022-04-16T07:00:12.000Z","typeOfMaterials":{"type":"json","json":["News"]},"archiveProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2U1OTFlZjQyLWVkZWUtNTQ0Ni1hZDA2LWNkYTI5YTZhY2QxMw==.archiveProperties","typename":"ArticleArchiveProperties"},"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2U1OTFlZjQyLWVkZWUtNTQ0Ni1hZDA2LWNkYTI5YTZhY2QxMw==.headline","typename":"CreativeWorkHeadline"},"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2U1OTFlZjQyLWVkZWUtNTQ0Ni1hZDA2LWNkYTI5YTZhY2QxMw==.bylines.0","typename":"Byline"}],"kicker":"","summary":"Mortgage costs have jumped as the Federal Reserve has raised rates. With higher rates come fewer offers.","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmUxMmI0ODUtYzg1ZC01YThlLWFhOTgtN2UxZjljNDAzZTI3","typename":"Image"},"translations":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2U1OTFlZjQyLWVkZWUtNTQ0Ni1hZDA2LWNkYTI5YTZhY2QxMw==.archiveProperties":{"lede":"","__typename":"ArticleArchiveProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2U1OTFlZjQyLWVkZWUtNTQ0Ni1hZDA2LWNkYTI5YTZhY2QxMw==.headline":{"default":"The Sky-High Pandemic Housing Market Finds Gravity Does Exist","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2U1OTFlZjQyLWVkZWUtNTQ0Ni1hZDA2LWNkYTI5YTZhY2QxMw==.bylines.0":{"renderedRepresentation":"By Conor Dougherty and Jeanna Smialek","prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi82ZmZlNjQ3ZC0zMzg1LTUxNGItOTdlZS0zYTlkNGI2YWYzODE=","typename":"Person"},{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9jODkzYmY5YS05NDk0LTU3MmUtYjFlZi0zNDA1MjA1ZTAwNmM=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi82ZmZlNjQ3ZC0zMzg1LTUxNGItOTdlZS0zYTlkNGI2YWYzODE=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi82ZmZlNjQ3ZC0zMzg1LTUxNGItOTdlZS0zYTlkNGI2YWYzODE=","displayName":"Conor Dougherty","url":"","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm","typename":"Image"},"__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm","crops":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.4","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.5","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.6","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.7","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.8","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.9","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.10","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.11","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.12","typename":"ImageCrop"}],"__typename":"Image"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-articleLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-articleLarge.png","name":"articleLarge","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-popup.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-popup.png","name":"popup","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-blog480.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-blog480.png","name":"blog480","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-blog533.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-blog533.png","name":"blog533","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-blog427.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-blog427.png","name":"blog427","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-tmagSF.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-tmagSF.png","name":"tmagSF","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-tmagArticle.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-tmagArticle.png","name":"tmagArticle","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-slide.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-slide.png","name":"slide","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-jumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-jumbo.png","name":"jumbo","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-superJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-superJumbo.png","name":"superJumbo","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-blog225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-blog225.png","name":"blog225","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-master675.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-master675.png","name":"master675","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-master495.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-master495.png","name":"master495","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-master180.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-master180.png","name":"master180","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-master315.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-master315.png","name":"master315","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-master768.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-master768.png","name":"master768","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-articleLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-popup.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-blog480.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-blog533.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-blog427.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-tmagSF.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-tmagArticle.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-slide.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-jumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-superJumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-blog225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-master675.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-master495.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-master180.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-master315.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-master768.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-thumbStandard.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-thumbStandard.png","name":"thumbStandard","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-blogSmallThumb.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-blogSmallThumb.png","name":"blogSmallThumb","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-thumbLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-thumbLarge.png","name":"thumbLarge","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-smallSquare168.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-smallSquare168.png","name":"smallSquare168","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-smallSquare252.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-smallSquare252.png","name":"smallSquare252","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-thumbStandard.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-blogSmallThumb.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-thumbLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-smallSquare168.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-smallSquare252.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-square320.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-square320.png","name":"square320","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-moth.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-moth.png","name":"moth","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-filmstrip.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-filmstrip.png","name":"filmstrip","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-square640.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-square640.png","name":"square640","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-mediumSquare149.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-mediumSquare149.png","name":"mediumSquare149","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-square320.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-moth.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-filmstrip.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-square640.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-mediumSquare149.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-sfSpan.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-sfSpan.png","name":"sfSpan","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-largeHorizontal375.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-largeHorizontal375.png","name":"largeHorizontal375","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-largeHorizontalJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-largeHorizontalJumbo.png","name":"largeHorizontalJumbo","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-horizontalMediumAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-horizontalMediumAt2X.png","name":"horizontalMediumAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-sfSpan.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-largeHorizontal375.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-largeHorizontalJumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-horizontalMediumAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-hpLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-hpLarge.png","name":"hpLarge","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-largeWidescreen573.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-largeWidescreen573.png","name":"largeWidescreen573","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-hpLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-largeWidescreen573.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-thumbWide.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-thumbWide.png","name":"thumbWide","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoThumb.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-videoThumb.png","name":"videoThumb","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-videoLarge.png","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-mediumThreeByTwo210.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-mediumThreeByTwo210.png","name":"mediumThreeByTwo210","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-mediumThreeByTwo225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-mediumThreeByTwo225.png","name":"mediumThreeByTwo225","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-mediumThreeByTwo440.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-mediumThreeByTwo440.png","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-mediumThreeByTwo252.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-mediumThreeByTwo252.png","name":"mediumThreeByTwo252","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-mediumThreeByTwo378.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-mediumThreeByTwo378.png","name":"mediumThreeByTwo378","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-threeByTwoLargeAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-threeByTwoLargeAt2X.png","name":"threeByTwoLargeAt2X","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-threeByTwoMediumAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-threeByTwoMediumAt2X.png","name":"threeByTwoMediumAt2X","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-threeByTwoSmallAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-threeByTwoSmallAt2X.png","name":"threeByTwoSmallAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.5":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-thumbWide.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoThumb.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-mediumThreeByTwo210.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-mediumThreeByTwo225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-mediumThreeByTwo440.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-mediumThreeByTwo252.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-mediumThreeByTwo378.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-threeByTwoLargeAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-threeByTwoMediumAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-threeByTwoSmallAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-articleInline.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-articleInline.png","name":"articleInline","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-hpSmall.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-hpSmall.png","name":"hpSmall","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-blogSmallInline.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-blogSmallInline.png","name":"blogSmallInline","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-mediumFlexible177.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-mediumFlexible177.png","name":"mediumFlexible177","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.6":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-articleInline.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-hpSmall.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-blogSmallInline.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-mediumFlexible177.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSmall.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-videoSmall.png","name":"videoSmall","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoHpMedium.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-videoHpMedium.png","name":"videoHpMedium","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNine600.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-videoSixteenByNine600.png","name":"videoSixteenByNine600","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNine540.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-videoSixteenByNine540.png","name":"videoSixteenByNine540","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNine495.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-videoSixteenByNine495.png","name":"videoSixteenByNine495","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNine390.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-videoSixteenByNine390.png","name":"videoSixteenByNine390","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNine480.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-videoSixteenByNine480.png","name":"videoSixteenByNine480","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNine310.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-videoSixteenByNine310.png","name":"videoSixteenByNine310","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNine225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-videoSixteenByNine225.png","name":"videoSixteenByNine225","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNine96.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-videoSixteenByNine96.png","name":"videoSixteenByNine96","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNine768.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-videoSixteenByNine768.png","name":"videoSixteenByNine768","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNine150.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-videoSixteenByNine150.png","name":"videoSixteenByNine150","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNineJumbo1600.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-videoSixteenByNineJumbo1600.png","name":"videoSixteenByNineJumbo1600","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.7":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSmall.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoHpMedium.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNine600.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNine540.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNine495.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNine390.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNine480.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNine310.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNine225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNine96.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNine768.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNine150.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-videoSixteenByNineJumbo1600.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-miniMoth.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-miniMoth.png","name":"miniMoth","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-windowsTile336H.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-windowsTile336H.png","name":"windowsTile336H","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.8":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-miniMoth.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-windowsTile336H.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.9":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-facebookJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-facebookJumbo.png","name":"facebookJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.10":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-facebookJumbo.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-watch308.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-watch308.png","name":"watch308","__typename":"ImageRendition"},"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-watch268.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F27\u002Fmultimedia\u002Fauthor-conor-dougherty\u002Fauthor-conor-dougherty-watch268.png","name":"watch268","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.11":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-watch308.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180727multimediaauthor-conor-doughertyauthor-conor-dougherty-watch268.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzI0YTJiZTctYTNjNC01ZTFiLTk2YjEtOTcyZTYxZjIwMzFm.crops.12":{"renditions":[],"__typename":"ImageCrop"},"Person:UGVyc29uOm55dDovL3BlcnNvbi9jODkzYmY5YS05NDk0LTU3MmUtYjFlZi0zNDA1MjA1ZTAwNmM=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi9jODkzYmY5YS05NDk0LTU3MmUtYjFlZi0zNDA1MjA1ZTAwNmM=","displayName":"Jeanna Smialek","url":"","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1","typename":"Image"},"__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1","crops":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.4","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.5","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.6","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.7","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.8","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.9","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.10","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.11","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.12","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.13","typename":"ImageCrop"}],"__typename":"Image"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-articleLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-articleLarge.png","name":"articleLarge","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-popup.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-popup.png","name":"popup","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-blog480.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-blog480.png","name":"blog480","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-blog533.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-blog533.png","name":"blog533","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-blog427.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-blog427.png","name":"blog427","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-tmagSF.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-tmagSF.png","name":"tmagSF","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-tmagArticle.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-tmagArticle.png","name":"tmagArticle","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-slide.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-slide.png","name":"slide","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-jumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-jumbo.png","name":"jumbo","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-superJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-superJumbo.png","name":"superJumbo","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-blog225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-blog225.png","name":"blog225","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-master675.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-master675.png","name":"master675","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-master495.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-master495.png","name":"master495","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-master180.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-master180.png","name":"master180","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-master315.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-master315.png","name":"master315","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-master768.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-master768.png","name":"master768","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-articleLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-popup.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-blog480.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-blog533.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-blog427.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-tmagSF.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-tmagArticle.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-slide.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-jumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-superJumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-blog225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-master675.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-master495.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-master180.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-master315.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-master768.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-thumbStandard.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-thumbStandard.png","name":"thumbStandard","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-blogSmallThumb.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-blogSmallThumb.png","name":"blogSmallThumb","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-thumbLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-thumbLarge.png","name":"thumbLarge","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-smallSquare168.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-smallSquare168.png","name":"smallSquare168","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-smallSquare252.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-smallSquare252.png","name":"smallSquare252","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-thumbStandard.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-blogSmallThumb.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-thumbLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-smallSquare168.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-smallSquare252.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-square320.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-square320.png","name":"square320","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-moth.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-moth.png","name":"moth","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-filmstrip.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-filmstrip.png","name":"filmstrip","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-square640.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-square640.png","name":"square640","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-mediumSquare149.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-mediumSquare149.png","name":"mediumSquare149","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-mediumSquareAt3X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-mediumSquareAt3X.png","name":"mediumSquareAt3X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-square320.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-moth.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-filmstrip.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-square640.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-mediumSquare149.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-mediumSquareAt3X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-sfSpan.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-sfSpan.png","name":"sfSpan","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-largeHorizontal375.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-largeHorizontal375.png","name":"largeHorizontal375","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-largeHorizontalJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-largeHorizontalJumbo.png","name":"largeHorizontalJumbo","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-horizontalMediumAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-horizontalMediumAt2X.png","name":"horizontalMediumAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-sfSpan.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-largeHorizontal375.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-largeHorizontalJumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-horizontalMediumAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-hpLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-hpLarge.png","name":"hpLarge","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-largeWidescreen573.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-largeWidescreen573.png","name":"largeWidescreen573","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-largeWidescreen1050.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-largeWidescreen1050.png","name":"largeWidescreen1050","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-hpLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-largeWidescreen573.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-largeWidescreen1050.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-thumbWide.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-thumbWide.png","name":"thumbWide","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoThumb.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-videoThumb.png","name":"videoThumb","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-videoLarge.png","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-mediumThreeByTwo210.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-mediumThreeByTwo210.png","name":"mediumThreeByTwo210","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-mediumThreeByTwo225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-mediumThreeByTwo225.png","name":"mediumThreeByTwo225","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-mediumThreeByTwo440.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-mediumThreeByTwo440.png","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-mediumThreeByTwo252.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-mediumThreeByTwo252.png","name":"mediumThreeByTwo252","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-mediumThreeByTwo378.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-mediumThreeByTwo378.png","name":"mediumThreeByTwo378","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-threeByTwoLargeAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-threeByTwoLargeAt2X.png","name":"threeByTwoLargeAt2X","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-threeByTwoMediumAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-threeByTwoMediumAt2X.png","name":"threeByTwoMediumAt2X","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-threeByTwoSmallAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-threeByTwoSmallAt2X.png","name":"threeByTwoSmallAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.5":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-thumbWide.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoThumb.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-mediumThreeByTwo210.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-mediumThreeByTwo225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-mediumThreeByTwo440.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-mediumThreeByTwo252.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-mediumThreeByTwo378.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-threeByTwoLargeAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-threeByTwoMediumAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-threeByTwoSmallAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-articleInline.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-articleInline.png","name":"articleInline","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-hpSmall.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-hpSmall.png","name":"hpSmall","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-blogSmallInline.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-blogSmallInline.png","name":"blogSmallInline","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-mediumFlexible177.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-mediumFlexible177.png","name":"mediumFlexible177","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.6":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-articleInline.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-hpSmall.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-blogSmallInline.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-mediumFlexible177.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSmall.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-videoSmall.png","name":"videoSmall","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoHpMedium.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-videoHpMedium.png","name":"videoHpMedium","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine600.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-videoSixteenByNine600.png","name":"videoSixteenByNine600","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine540.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-videoSixteenByNine540.png","name":"videoSixteenByNine540","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine495.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-videoSixteenByNine495.png","name":"videoSixteenByNine495","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine390.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-videoSixteenByNine390.png","name":"videoSixteenByNine390","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine1050.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-videoSixteenByNine1050.png","name":"videoSixteenByNine1050","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine480.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-videoSixteenByNine480.png","name":"videoSixteenByNine480","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine310.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-videoSixteenByNine310.png","name":"videoSixteenByNine310","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-videoSixteenByNine225.png","name":"videoSixteenByNine225","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine96.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-videoSixteenByNine96.png","name":"videoSixteenByNine96","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine768.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-videoSixteenByNine768.png","name":"videoSixteenByNine768","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine150.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-videoSixteenByNine150.png","name":"videoSixteenByNine150","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNineJumbo1600.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-videoSixteenByNineJumbo1600.png","name":"videoSixteenByNineJumbo1600","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.7":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSmall.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoHpMedium.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine600.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine540.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine495.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine390.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine1050.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine480.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine310.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine96.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine768.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNine150.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoSixteenByNineJumbo1600.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-miniMoth.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-miniMoth.png","name":"miniMoth","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-windowsTile336H.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-windowsTile336H.png","name":"windowsTile336H","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoFifteenBySeven1305.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-videoFifteenBySeven1305.png","name":"videoFifteenBySeven1305","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.8":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-miniMoth.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-windowsTile336H.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-videoFifteenBySeven1305.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.9":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-facebookJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-facebookJumbo.png","name":"facebookJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.10":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-facebookJumbo.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-watch308.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-watch308.png","name":"watch308","__typename":"ImageRendition"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-watch268.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-watch268.png","name":"watch268","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.11":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-watch308.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-watch268.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.12":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-mobileMasterAt3x.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F03\u002Freader-center\u002Fauthor-jeanna-smialek\u002Fauthor-jeanna-smialek-mobileMasterAt3x.png","name":"mobileMasterAt3x","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMwYmQ2NjEtODNjMS01NGFiLWEwNDctY2VjNTZiYTFlN2Y1.crops.13":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200703reader-centerauthor-jeanna-smialekauthor-jeanna-smialek-mobileMasterAt3x.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmUxMmI0ODUtYzg1ZC01YThlLWFhOTgtN2UxZjljNDAzZTI3":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvYmUxMmI0ODUtYzg1ZC01YThlLWFhOTgtN2UxZjljNDAzZTI3","crops({\"cropNames\":[\"THREE_BY_TWO\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmUxMmI0ODUtYzg1ZC01YThlLWFhOTgtN2UxZjljNDAzZTI3.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0","typename":"ImageCrop"}]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmUxMmI0ODUtYzg1ZC01YThlLWFhOTgtN2UxZjljNDAzZTI3.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0":{"name":"THREE_BY_TWO","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-mediumThreeByTwo378.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-threeByTwoLargeAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-threeByTwoSmallAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-thumbWide.jpg":{"width":190,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fbusiness\u002F16mortgagerates-villa-01\u002Fmerlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-thumbWide.jpg","name":"thumbWide","height":126,"__typename":"ImageRendition"},"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-videoThumb.jpg":{"width":75,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fbusiness\u002F16mortgagerates-villa-01\u002Fmerlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-videoThumb.jpg","name":"videoThumb","height":50,"__typename":"ImageRendition"},"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-videoLarge.jpg":{"width":768,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fbusiness\u002F16mortgagerates-villa-01\u002Fmerlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-videoLarge.jpg","name":"videoLarge","height":507,"__typename":"ImageRendition"},"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-mediumThreeByTwo210.jpg":{"width":210,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fbusiness\u002F16mortgagerates-villa-01\u002Fmerlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","height":140,"__typename":"ImageRendition"},"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-mediumThreeByTwo225.jpg":{"width":225,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fbusiness\u002F16mortgagerates-villa-01\u002Fmerlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","height":150,"__typename":"ImageRendition"},"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-mediumThreeByTwo440.jpg":{"width":440,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fbusiness\u002F16mortgagerates-villa-01\u002Fmerlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","height":293,"__typename":"ImageRendition"},"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-mediumThreeByTwo252.jpg":{"width":252,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fbusiness\u002F16mortgagerates-villa-01\u002Fmerlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","height":168,"__typename":"ImageRendition"},"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-mediumThreeByTwo378.jpg":{"width":378,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fbusiness\u002F16mortgagerates-villa-01\u002Fmerlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","height":252,"__typename":"ImageRendition"},"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-threeByTwoLargeAt2X.jpg":{"width":3500,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fbusiness\u002F16mortgagerates-villa-01\u002Fmerlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-threeByTwoLargeAt2X.jpg","name":"threeByTwoLargeAt2X","height":2333,"__typename":"ImageRendition"},"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-threeByTwoMediumAt2X.jpg":{"width":1500,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fbusiness\u002F16mortgagerates-villa-01\u002Fmerlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-threeByTwoMediumAt2X.jpg","name":"threeByTwoMediumAt2X","height":1000,"__typename":"ImageRendition"},"ImageRendition:images20220416business16mortgagerates-villa-01merlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-threeByTwoSmallAt2X.jpg":{"width":600,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fbusiness\u002F16mortgagerates-villa-01\u002Fmerlin_205528434_7a024617-96c4-4312-ab02-906e28676e10-threeByTwoSmallAt2X.jpg","name":"threeByTwoSmallAt2X","height":400,"__typename":"ImageRendition"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.6":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2U1OTFlZjQyLWVkZWUtNTQ0Ni1hZDA2LWNkYTI5YTZhY2QxMw==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FlY2QwOTQyLTNkN2EtNTg1MC1hMDYwLTMxOWY0MzI3Y2U2ZA==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FlY2QwOTQyLTNkN2EtNTg1MC1hMDYwLTMxOWY0MzI3Y2U2ZA==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F15\u002Fbusiness\u002Feconomy\u002Fmichael-barr-federal-reserve.html","firstPublished":"2022-04-15T09:00:21.000Z","typeOfMaterials":{"type":"json","json":["News"]},"archiveProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FlY2QwOTQyLTNkN2EtNTg1MC1hMDYwLTMxOWY0MzI3Y2U2ZA==.archiveProperties","typename":"ArticleArchiveProperties"},"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FlY2QwOTQyLTNkN2EtNTg1MC1hMDYwLTMxOWY0MzI3Y2U2ZA==.headline","typename":"CreativeWorkHeadline"},"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FlY2QwOTQyLTNkN2EtNTg1MC1hMDYwLTMxOWY0MzI3Y2U2ZA==.bylines.0","typename":"Byline"}],"kicker":"","summary":"Mr. Barr faced pushback from progressives when his name was floated for a different position.","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzUzNmI3OTEtOTY2OS01NzJlLTkwZTktNTJhMmFiNmZlM2Vi","typename":"Image"},"translations":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FlY2QwOTQyLTNkN2EtNTg1MC1hMDYwLTMxOWY0MzI3Y2U2ZA==.archiveProperties":{"lede":"","__typename":"ArticleArchiveProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FlY2QwOTQyLTNkN2EtNTg1MC1hMDYwLTMxOWY0MzI3Y2U2ZA==.headline":{"default":"Biden to Nominate Michael Barr as Fed Vice Chair for Supervision","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FlY2QwOTQyLTNkN2EtNTg1MC1hMDYwLTMxOWY0MzI3Y2U2ZA==.bylines.0":{"renderedRepresentation":"By Jeanna Smialek","prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9jODkzYmY5YS05NDk0LTU3MmUtYjFlZi0zNDA1MjA1ZTAwNmM=","typename":"Person"}],"__typename":"Byline"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzUzNmI3OTEtOTY2OS01NzJlLTkwZTktNTJhMmFiNmZlM2Vi":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvNzUzNmI3OTEtOTY2OS01NzJlLTkwZTktNTJhMmFiNmZlM2Vi","crops({\"cropNames\":[\"THREE_BY_TWO\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzUzNmI3OTEtOTY2OS01NzJlLTkwZTktNTJhMmFiNmZlM2Vi.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0","typename":"ImageCrop"}]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzUzNmI3OTEtOTY2OS01NzJlLTkwZTktNTJhMmFiNmZlM2Vi.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0":{"name":"THREE_BY_TWO","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-mediumThreeByTwo378.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-threeByTwoLargeAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-threeByTwoSmallAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-thumbWide.jpg":{"width":190,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fmultimedia\u002F15economy-briefing-fed-supervision\u002F15economy-briefing-fed-supervision-thumbWide.jpg","name":"thumbWide","height":126,"__typename":"ImageRendition"},"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-videoThumb.jpg":{"width":75,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fmultimedia\u002F15economy-briefing-fed-supervision\u002F15economy-briefing-fed-supervision-videoThumb.jpg","name":"videoThumb","height":50,"__typename":"ImageRendition"},"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-videoLarge.jpg":{"width":768,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fmultimedia\u002F15economy-briefing-fed-supervision\u002F15economy-briefing-fed-supervision-videoLarge.jpg","name":"videoLarge","height":507,"__typename":"ImageRendition"},"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-mediumThreeByTwo210.jpg":{"width":210,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fmultimedia\u002F15economy-briefing-fed-supervision\u002F15economy-briefing-fed-supervision-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","height":140,"__typename":"ImageRendition"},"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-mediumThreeByTwo225.jpg":{"width":225,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fmultimedia\u002F15economy-briefing-fed-supervision\u002F15economy-briefing-fed-supervision-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","height":150,"__typename":"ImageRendition"},"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-mediumThreeByTwo440.jpg":{"width":440,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fmultimedia\u002F15economy-briefing-fed-supervision\u002F15economy-briefing-fed-supervision-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","height":293,"__typename":"ImageRendition"},"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-mediumThreeByTwo252.jpg":{"width":252,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fmultimedia\u002F15economy-briefing-fed-supervision\u002F15economy-briefing-fed-supervision-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","height":168,"__typename":"ImageRendition"},"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-mediumThreeByTwo378.jpg":{"width":378,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fmultimedia\u002F15economy-briefing-fed-supervision\u002F15economy-briefing-fed-supervision-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","height":252,"__typename":"ImageRendition"},"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-threeByTwoLargeAt2X.jpg":{"width":4096,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fmultimedia\u002F15economy-briefing-fed-supervision\u002F15economy-briefing-fed-supervision-threeByTwoLargeAt2X.jpg","name":"threeByTwoLargeAt2X","height":2730,"__typename":"ImageRendition"},"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-threeByTwoMediumAt2X.jpg":{"width":1500,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fmultimedia\u002F15economy-briefing-fed-supervision\u002F15economy-briefing-fed-supervision-threeByTwoMediumAt2X.jpg","name":"threeByTwoMediumAt2X","height":1000,"__typename":"ImageRendition"},"ImageRendition:images20220415multimedia15economy-briefing-fed-supervision15economy-briefing-fed-supervision-threeByTwoSmallAt2X.jpg":{"width":600,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fmultimedia\u002F15economy-briefing-fed-supervision\u002F15economy-briefing-fed-supervision-threeByTwoSmallAt2X.jpg","name":"threeByTwoSmallAt2X","height":400,"__typename":"ImageRendition"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.7":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FlY2QwOTQyLTNkN2EtNTg1MC1hMDYwLTMxOWY0MzI3Y2U2ZA==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2JlNGJmNjM5LWFiMDYtNTM0Ny1iYmEyLWJjNTFjZDlhOTY0MA==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2JlNGJmNjM5LWFiMDYtNTM0Ny1iYmEyLWJjNTFjZDlhOTY0MA==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F15\u002Fbusiness\u002Fenergy-environment\u002Ffuel-prices-travel-cost.html","firstPublished":"2022-04-15T07:00:12.000Z","typeOfMaterials":{"type":"json","json":["News"]},"archiveProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2JlNGJmNjM5LWFiMDYtNTM0Ny1iYmEyLWJjNTFjZDlhOTY0MA==.archiveProperties","typename":"ArticleArchiveProperties"},"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2JlNGJmNjM5LWFiMDYtNTM0Ny1iYmEyLWJjNTFjZDlhOTY0MA==.headline","typename":"CreativeWorkHeadline"},"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2JlNGJmNjM5LWFiMDYtNTM0Ny1iYmEyLWJjNTFjZDlhOTY0MA==.bylines.0","typename":"Byline"}],"kicker":"","summary":"Supplies are not keeping up with demand, and costs may go higher, experts say.","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2Y3ZmRlOTgtMDg3NC01N2JkLTkzN2QtNTZlM2ZjYTQ0NzMy","typename":"Image"},"translations":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2JlNGJmNjM5LWFiMDYtNTM0Ny1iYmEyLWJjNTFjZDlhOTY0MA==.archiveProperties":{"lede":"","__typename":"ArticleArchiveProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2JlNGJmNjM5LWFiMDYtNTM0Ny1iYmEyLWJjNTFjZDlhOTY0MA==.headline":{"default":"Fuel Prices Send Airfares Higher, but Travelers Seem Ready to Pay","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2JlNGJmNjM5LWFiMDYtNTM0Ny1iYmEyLWJjNTFjZDlhOTY0MA==.bylines.0":{"renderedRepresentation":"By Niraj Chokshi and Clifford Krauss","prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi83MDVmZDg2Zi1lNGM2LTU4MTQtOGI3My0zNjY2Yjc5YzIyZGU=","typename":"Person"},{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi81NmU5YjljNS0wNTRmLTUxY2UtYjM3OS1mNzFjMTBmNmVjMTI=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi83MDVmZDg2Zi1lNGM2LTU4MTQtOGI3My0zNjY2Yjc5YzIyZGU=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi83MDVmZDg2Zi1lNGM2LTU4MTQtOGI3My0zNjY2Yjc5YzIyZGU=","displayName":"Niraj Chokshi","url":"","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4","typename":"Image"},"__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4","crops":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.4","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.5","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.6","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.7","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.8","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.9","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.10","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.11","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.12","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.13","typename":"ImageCrop"}],"__typename":"Image"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-articleLarge-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-articleLarge-v3.png","name":"articleLarge","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-popup-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-popup-v3.png","name":"popup","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-blog480-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-blog480-v3.png","name":"blog480","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-blog533-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-blog533-v3.png","name":"blog533","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-blog427-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-blog427-v3.png","name":"blog427","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-tmagSF-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-tmagSF-v3.png","name":"tmagSF","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-tmagArticle-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-tmagArticle-v3.png","name":"tmagArticle","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-slide-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-slide-v3.png","name":"slide","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-jumbo-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-jumbo-v3.png","name":"jumbo","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-superJumbo-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-superJumbo-v3.png","name":"superJumbo","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-blog225-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-blog225-v3.png","name":"blog225","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-master675-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-master675-v3.png","name":"master675","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-master495-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-master495-v3.png","name":"master495","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-master180-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-master180-v3.png","name":"master180","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-master315-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-master315-v3.png","name":"master315","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-master768-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-master768-v3.png","name":"master768","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-articleLarge-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-popup-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-blog480-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-blog533-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-blog427-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-tmagSF-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-tmagArticle-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-slide-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-jumbo-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-superJumbo-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-blog225-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-master675-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-master495-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-master180-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-master315-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-master768-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-thumbStandard-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-thumbStandard-v3.png","name":"thumbStandard","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-blogSmallThumb-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-blogSmallThumb-v3.png","name":"blogSmallThumb","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-thumbLarge-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-thumbLarge-v3.png","name":"thumbLarge","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-smallSquare168-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-smallSquare168-v3.png","name":"smallSquare168","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-smallSquare252-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-smallSquare252-v3.png","name":"smallSquare252","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-thumbStandard-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-blogSmallThumb-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-thumbLarge-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-smallSquare168-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-smallSquare252-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-square320-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-square320-v3.png","name":"square320","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-moth-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-moth-v3.png","name":"moth","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-filmstrip-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-filmstrip-v3.png","name":"filmstrip","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-square640-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-square640-v3.png","name":"square640","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-mediumSquare149-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-mediumSquare149-v3.png","name":"mediumSquare149","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-mediumSquareAt3X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-mediumSquareAt3X-v3.png","name":"mediumSquareAt3X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-square320-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-moth-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-filmstrip-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-square640-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-mediumSquare149-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-mediumSquareAt3X-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-sfSpan-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-sfSpan-v3.png","name":"sfSpan","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-largeHorizontal375-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-largeHorizontal375-v3.png","name":"largeHorizontal375","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-largeHorizontalJumbo-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-largeHorizontalJumbo-v3.png","name":"largeHorizontalJumbo","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-horizontalMediumAt2X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-horizontalMediumAt2X-v3.png","name":"horizontalMediumAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-sfSpan-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-largeHorizontal375-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-largeHorizontalJumbo-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-horizontalMediumAt2X-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-hpLarge-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-hpLarge-v3.png","name":"hpLarge","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-largeWidescreen573-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-largeWidescreen573-v3.png","name":"largeWidescreen573","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-largeWidescreen1050-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-largeWidescreen1050-v3.png","name":"largeWidescreen1050","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-hpLarge-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-largeWidescreen573-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-largeWidescreen1050-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-thumbWide-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-thumbWide-v3.png","name":"thumbWide","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoThumb-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-videoThumb-v3.png","name":"videoThumb","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoLarge-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-videoLarge-v3.png","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-mediumThreeByTwo210-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-mediumThreeByTwo210-v3.png","name":"mediumThreeByTwo210","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-mediumThreeByTwo225-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-mediumThreeByTwo225-v3.png","name":"mediumThreeByTwo225","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-mediumThreeByTwo440-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-mediumThreeByTwo440-v3.png","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-mediumThreeByTwo252-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-mediumThreeByTwo252-v3.png","name":"mediumThreeByTwo252","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-mediumThreeByTwo378-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-mediumThreeByTwo378-v3.png","name":"mediumThreeByTwo378","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-threeByTwoLargeAt2X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-threeByTwoLargeAt2X-v3.png","name":"threeByTwoLargeAt2X","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-threeByTwoMediumAt2X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-threeByTwoMediumAt2X-v3.png","name":"threeByTwoMediumAt2X","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-threeByTwoSmallAt2X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-threeByTwoSmallAt2X-v3.png","name":"threeByTwoSmallAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.5":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-thumbWide-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoThumb-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoLarge-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-mediumThreeByTwo210-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-mediumThreeByTwo225-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-mediumThreeByTwo440-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-mediumThreeByTwo252-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-mediumThreeByTwo378-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-threeByTwoLargeAt2X-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-threeByTwoMediumAt2X-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-threeByTwoSmallAt2X-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-articleInline-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-articleInline-v3.png","name":"articleInline","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-hpSmall-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-hpSmall-v3.png","name":"hpSmall","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-blogSmallInline-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-blogSmallInline-v3.png","name":"blogSmallInline","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-mediumFlexible177-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-mediumFlexible177-v3.png","name":"mediumFlexible177","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.6":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-articleInline-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-hpSmall-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-blogSmallInline-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-mediumFlexible177-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSmall-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-videoSmall-v3.png","name":"videoSmall","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoHpMedium-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-videoHpMedium-v3.png","name":"videoHpMedium","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine600-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-videoSixteenByNine600-v3.png","name":"videoSixteenByNine600","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine540-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-videoSixteenByNine540-v3.png","name":"videoSixteenByNine540","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine495-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-videoSixteenByNine495-v3.png","name":"videoSixteenByNine495","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine390-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-videoSixteenByNine390-v3.png","name":"videoSixteenByNine390","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine1050-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-videoSixteenByNine1050-v3.png","name":"videoSixteenByNine1050","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine480-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-videoSixteenByNine480-v3.png","name":"videoSixteenByNine480","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine310-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-videoSixteenByNine310-v3.png","name":"videoSixteenByNine310","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine225-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-videoSixteenByNine225-v3.png","name":"videoSixteenByNine225","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine96-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-videoSixteenByNine96-v3.png","name":"videoSixteenByNine96","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine768-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-videoSixteenByNine768-v3.png","name":"videoSixteenByNine768","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine150-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-videoSixteenByNine150-v3.png","name":"videoSixteenByNine150","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNineJumbo1600-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-videoSixteenByNineJumbo1600-v3.png","name":"videoSixteenByNineJumbo1600","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.7":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSmall-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoHpMedium-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine600-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine540-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine495-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine390-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine1050-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine480-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine310-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine225-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine96-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine768-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNine150-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoSixteenByNineJumbo1600-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-miniMoth-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-miniMoth-v3.png","name":"miniMoth","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-windowsTile336H-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-windowsTile336H-v3.png","name":"windowsTile336H","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoFifteenBySeven1305-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-videoFifteenBySeven1305-v3.png","name":"videoFifteenBySeven1305","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.8":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-miniMoth-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-windowsTile336H-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-videoFifteenBySeven1305-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.9":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-facebookJumbo-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-facebookJumbo-v3.png","name":"facebookJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.10":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-facebookJumbo-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-watch308-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-watch308-v3.png","name":"watch308","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-watch268-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-watch268-v3.png","name":"watch268","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.11":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-watch308-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-watch268-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.12":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-mobileMasterAt3x-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-niraj-chokshi\u002Fauthor-niraj-chokshi-mobileMasterAt3x-v3.png","name":"mobileMasterAt3x","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzUwODJhZjEtNDU0OC01NWJkLWE1ZTktNGY4Y2M0MGJlZjE4.crops.13":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-niraj-chokshiauthor-niraj-chokshi-mobileMasterAt3x-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Person:UGVyc29uOm55dDovL3BlcnNvbi81NmU5YjljNS0wNTRmLTUxY2UtYjM3OS1mNzFjMTBmNmVjMTI=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi81NmU5YjljNS0wNTRmLTUxY2UtYjM3OS1mNzFjMTBmNmVjMTI=","displayName":"Clifford Krauss","url":"","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy","typename":"Image"},"__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy","crops":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.4","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.5","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.6","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.7","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.8","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.9","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.10","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.11","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.12","typename":"ImageCrop"}],"__typename":"Image"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-articleLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-articleLarge.png","name":"articleLarge","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-popup.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-popup.png","name":"popup","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-blog480.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-blog480.png","name":"blog480","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-blog533.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-blog533.png","name":"blog533","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-blog427.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-blog427.png","name":"blog427","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-tmagSF.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-tmagSF.png","name":"tmagSF","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-tmagArticle.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-tmagArticle.png","name":"tmagArticle","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-slide.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-slide.png","name":"slide","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-jumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-jumbo.png","name":"jumbo","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-superJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-superJumbo.png","name":"superJumbo","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-blog225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-blog225.png","name":"blog225","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-master675.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-master675.png","name":"master675","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-master495.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-master495.png","name":"master495","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-master180.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-master180.png","name":"master180","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-master315.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-master315.png","name":"master315","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-master768.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-master768.png","name":"master768","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-articleLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-popup.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-blog480.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-blog533.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-blog427.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-tmagSF.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-tmagArticle.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-slide.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-jumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-superJumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-blog225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-master675.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-master495.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-master180.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-master315.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-master768.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-thumbStandard.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-thumbStandard.png","name":"thumbStandard","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-blogSmallThumb.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-blogSmallThumb.png","name":"blogSmallThumb","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-thumbLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-thumbLarge.png","name":"thumbLarge","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-smallSquare168.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-smallSquare168.png","name":"smallSquare168","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-smallSquare252.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-smallSquare252.png","name":"smallSquare252","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-thumbStandard.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-blogSmallThumb.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-thumbLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-smallSquare168.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-smallSquare252.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-square320.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-square320.png","name":"square320","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-moth.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-moth.png","name":"moth","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-filmstrip.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-filmstrip.png","name":"filmstrip","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-square640.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-square640.png","name":"square640","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-mediumSquare149.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-mediumSquare149.png","name":"mediumSquare149","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-square320.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-moth.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-filmstrip.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-square640.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-mediumSquare149.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-sfSpan.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-sfSpan.png","name":"sfSpan","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-largeHorizontal375.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-largeHorizontal375.png","name":"largeHorizontal375","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-largeHorizontalJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-largeHorizontalJumbo.png","name":"largeHorizontalJumbo","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-horizontalMediumAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-horizontalMediumAt2X.png","name":"horizontalMediumAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-sfSpan.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-largeHorizontal375.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-largeHorizontalJumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-horizontalMediumAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-hpLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-hpLarge.png","name":"hpLarge","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-largeWidescreen573.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-largeWidescreen573.png","name":"largeWidescreen573","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-largeWidescreen1050.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-largeWidescreen1050.png","name":"largeWidescreen1050","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-hpLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-largeWidescreen573.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-largeWidescreen1050.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-thumbWide.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-thumbWide.png","name":"thumbWide","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoThumb.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-videoThumb.png","name":"videoThumb","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-videoLarge.png","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-mediumThreeByTwo210.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-mediumThreeByTwo210.png","name":"mediumThreeByTwo210","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-mediumThreeByTwo225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-mediumThreeByTwo225.png","name":"mediumThreeByTwo225","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-mediumThreeByTwo440.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-mediumThreeByTwo440.png","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-mediumThreeByTwo252.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-mediumThreeByTwo252.png","name":"mediumThreeByTwo252","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-mediumThreeByTwo378.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-mediumThreeByTwo378.png","name":"mediumThreeByTwo378","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-threeByTwoLargeAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-threeByTwoLargeAt2X.png","name":"threeByTwoLargeAt2X","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-threeByTwoMediumAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-threeByTwoMediumAt2X.png","name":"threeByTwoMediumAt2X","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-threeByTwoSmallAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-threeByTwoSmallAt2X.png","name":"threeByTwoSmallAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.5":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-thumbWide.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoThumb.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-mediumThreeByTwo210.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-mediumThreeByTwo225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-mediumThreeByTwo440.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-mediumThreeByTwo252.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-mediumThreeByTwo378.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-threeByTwoLargeAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-threeByTwoMediumAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-threeByTwoSmallAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-articleInline.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-articleInline.png","name":"articleInline","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-hpSmall.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-hpSmall.png","name":"hpSmall","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-blogSmallInline.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-blogSmallInline.png","name":"blogSmallInline","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-mediumFlexible177.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-mediumFlexible177.png","name":"mediumFlexible177","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.6":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-articleInline.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-hpSmall.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-blogSmallInline.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-mediumFlexible177.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSmall.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-videoSmall.png","name":"videoSmall","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoHpMedium.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-videoHpMedium.png","name":"videoHpMedium","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine600.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-videoSixteenByNine600.png","name":"videoSixteenByNine600","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine540.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-videoSixteenByNine540.png","name":"videoSixteenByNine540","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine495.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-videoSixteenByNine495.png","name":"videoSixteenByNine495","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine390.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-videoSixteenByNine390.png","name":"videoSixteenByNine390","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine1050.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-videoSixteenByNine1050.png","name":"videoSixteenByNine1050","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine480.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-videoSixteenByNine480.png","name":"videoSixteenByNine480","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine310.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-videoSixteenByNine310.png","name":"videoSixteenByNine310","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-videoSixteenByNine225.png","name":"videoSixteenByNine225","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine96.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-videoSixteenByNine96.png","name":"videoSixteenByNine96","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine768.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-videoSixteenByNine768.png","name":"videoSixteenByNine768","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine150.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-videoSixteenByNine150.png","name":"videoSixteenByNine150","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNineJumbo1600.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-videoSixteenByNineJumbo1600.png","name":"videoSixteenByNineJumbo1600","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.7":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSmall.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoHpMedium.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine600.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine540.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine495.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine390.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine1050.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine480.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine310.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine96.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine768.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNine150.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoSixteenByNineJumbo1600.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-miniMoth.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-miniMoth.png","name":"miniMoth","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-windowsTile336H.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-windowsTile336H.png","name":"windowsTile336H","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoFifteenBySeven1305.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-videoFifteenBySeven1305.png","name":"videoFifteenBySeven1305","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.8":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-miniMoth.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-windowsTile336H.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-videoFifteenBySeven1305.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.9":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-facebookJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-facebookJumbo.png","name":"facebookJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.10":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-facebookJumbo.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-watch308.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-watch308.png","name":"watch308","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-watch268.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-clifford-krauss\u002Fauthor-clifford-krauss-watch268.png","name":"watch268","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.11":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-watch308.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-clifford-kraussauthor-clifford-krauss-watch268.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzJhOGMwOGMtM2Q1Zi01MDVkLTg2ZmQtMTU2NDUzZWZlZTQy.crops.12":{"renditions":[],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2Y3ZmRlOTgtMDg3NC01N2JkLTkzN2QtNTZlM2ZjYTQ0NzMy":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvM2Y3ZmRlOTgtMDg3NC01N2JkLTkzN2QtNTZlM2ZjYTQ0NzMy","crops({\"cropNames\":[\"THREE_BY_TWO\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2Y3ZmRlOTgtMDg3NC01N2JkLTkzN2QtNTZlM2ZjYTQ0NzMy.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0","typename":"ImageCrop"}]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2Y3ZmRlOTgtMDg3NC01N2JkLTkzN2QtNTZlM2ZjYTQ0NzMy.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0":{"name":"THREE_BY_TWO","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-thumbWide-v3.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-videoThumb-v3.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-videoLarge-v3.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-mediumThreeByTwo210-v3.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-mediumThreeByTwo225-v3.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-mediumThreeByTwo440-v3.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-mediumThreeByTwo252-v3.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-mediumThreeByTwo378-v3.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-threeByTwoLargeAt2X-v3.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-threeByTwoMediumAt2X-v3.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-threeByTwoSmallAt2X-v3.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-thumbWide-v3.jpg":{"width":190,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F14\u002Fbusiness\u002F14jet-fuel01\u002F14jet-fuel01-thumbWide-v3.jpg","name":"thumbWide","height":126,"__typename":"ImageRendition"},"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-videoThumb-v3.jpg":{"width":75,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F14\u002Fbusiness\u002F14jet-fuel01\u002F14jet-fuel01-videoThumb-v3.jpg","name":"videoThumb","height":50,"__typename":"ImageRendition"},"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-videoLarge-v3.jpg":{"width":768,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F14\u002Fbusiness\u002F14jet-fuel01\u002F14jet-fuel01-videoLarge-v3.jpg","name":"videoLarge","height":507,"__typename":"ImageRendition"},"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-mediumThreeByTwo210-v3.jpg":{"width":210,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F14\u002Fbusiness\u002F14jet-fuel01\u002F14jet-fuel01-mediumThreeByTwo210-v3.jpg","name":"mediumThreeByTwo210","height":140,"__typename":"ImageRendition"},"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-mediumThreeByTwo225-v3.jpg":{"width":225,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F14\u002Fbusiness\u002F14jet-fuel01\u002F14jet-fuel01-mediumThreeByTwo225-v3.jpg","name":"mediumThreeByTwo225","height":150,"__typename":"ImageRendition"},"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-mediumThreeByTwo440-v3.jpg":{"width":440,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F14\u002Fbusiness\u002F14jet-fuel01\u002F14jet-fuel01-mediumThreeByTwo440-v3.jpg","name":"mediumThreeByTwo440","height":293,"__typename":"ImageRendition"},"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-mediumThreeByTwo252-v3.jpg":{"width":252,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F14\u002Fbusiness\u002F14jet-fuel01\u002F14jet-fuel01-mediumThreeByTwo252-v3.jpg","name":"mediumThreeByTwo252","height":168,"__typename":"ImageRendition"},"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-mediumThreeByTwo378-v3.jpg":{"width":378,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F14\u002Fbusiness\u002F14jet-fuel01\u002F14jet-fuel01-mediumThreeByTwo378-v3.jpg","name":"mediumThreeByTwo378","height":252,"__typename":"ImageRendition"},"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-threeByTwoLargeAt2X-v3.jpg":{"width":4090,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F14\u002Fbusiness\u002F14jet-fuel01\u002F14jet-fuel01-threeByTwoLargeAt2X-v3.jpg","name":"threeByTwoLargeAt2X","height":2726,"__typename":"ImageRendition"},"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-threeByTwoMediumAt2X-v3.jpg":{"width":1500,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F14\u002Fbusiness\u002F14jet-fuel01\u002F14jet-fuel01-threeByTwoMediumAt2X-v3.jpg","name":"threeByTwoMediumAt2X","height":1000,"__typename":"ImageRendition"},"ImageRendition:images20220414business14jet-fuel0114jet-fuel01-threeByTwoSmallAt2X-v3.jpg":{"width":600,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F14\u002Fbusiness\u002F14jet-fuel01\u002F14jet-fuel01-threeByTwoSmallAt2X-v3.jpg","name":"threeByTwoSmallAt2X","height":400,"__typename":"ImageRendition"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.8":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2JlNGJmNjM5LWFiMDYtNTM0Ny1iYmEyLWJjNTFjZDlhOTY0MA==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NkNjk3M2YwLThhMmItNTlhNi04MzlmLTA5MjkyYmM2ZGUyNA==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NkNjk3M2YwLThhMmItNTlhNi04MzlmLTA5MjkyYmM2ZGUyNA==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F14\u002Ftechnology\u002Fgopuff-delivery.html","firstPublished":"2022-04-14T09:00:23.000Z","typeOfMaterials":{"type":"json","json":["News"]},"archiveProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NkNjk3M2YwLThhMmItNTlhNi04MzlmLTA5MjkyYmM2ZGUyNA==.archiveProperties","typename":"ArticleArchiveProperties"},"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NkNjk3M2YwLThhMmItNTlhNi04MzlmLTA5MjkyYmM2ZGUyNA==.headline","typename":"CreativeWorkHeadline"},"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NkNjk3M2YwLThhMmItNTlhNi04MzlmLTA5MjkyYmM2ZGUyNA==.bylines.0","typename":"Byline"}],"kicker":"","summary":"The $15 billion rapid-delivery start-up decided to do business differently from rivals like Instacart. A changing environment is testing its model.","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzI0OGFiODYtMjk3OC01ZjgzLTg3ODctN2M1YjA1ZjlkN2Vm","typename":"Image"},"translations":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NkNjk3M2YwLThhMmItNTlhNi04MzlmLTA5MjkyYmM2ZGUyNA==.archiveProperties":{"lede":"","__typename":"ArticleArchiveProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NkNjk3M2YwLThhMmItNTlhNi04MzlmLTA5MjkyYmM2ZGUyNA==.headline":{"default":"Gopuff Does Deliveries in 30 Minutes or Less. It’s Also Buying Time for Itself.","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NkNjk3M2YwLThhMmItNTlhNi04MzlmLTA5MjkyYmM2ZGUyNA==.bylines.0":{"renderedRepresentation":"By Erin Woo","prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi85YjNhNDhlOS05NDA2LTVmN2EtYWFmNS1jOWRmMGUxY2EyYjY=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi85YjNhNDhlOS05NDA2LTVmN2EtYWFmNS1jOWRmMGUxY2EyYjY=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi85YjNhNDhlOS05NDA2LTVmN2EtYWFmNS1jOWRmMGUxY2EyYjY=","displayName":"Erin Woo","url":"","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0","typename":"Image"},"__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0","crops":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.4","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.5","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.6","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.7","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.8","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.9","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.10","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.11","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.12","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.13","typename":"ImageCrop"}],"__typename":"Image"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-articleLarge-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-articleLarge-v3.png","name":"articleLarge","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-popup-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-popup-v3.png","name":"popup","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-blog480-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-blog480-v3.png","name":"blog480","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-blog533-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-blog533-v3.png","name":"blog533","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-blog427-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-blog427-v3.png","name":"blog427","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-tmagSF-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-tmagSF-v3.png","name":"tmagSF","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-tmagArticle-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-tmagArticle-v3.png","name":"tmagArticle","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-slide-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-slide-v3.png","name":"slide","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-jumbo-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-jumbo-v3.png","name":"jumbo","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-superJumbo-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-superJumbo-v3.png","name":"superJumbo","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-blog225-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-blog225-v3.png","name":"blog225","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-master675-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-master675-v3.png","name":"master675","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-master495-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-master495-v3.png","name":"master495","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-master180-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-master180-v3.png","name":"master180","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-master315-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-master315-v3.png","name":"master315","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-master768-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-master768-v3.png","name":"master768","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-articleLarge-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-popup-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-blog480-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-blog533-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-blog427-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-tmagSF-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-tmagArticle-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-slide-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-jumbo-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-superJumbo-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-blog225-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-master675-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-master495-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-master180-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-master315-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-master768-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-thumbStandard-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-thumbStandard-v3.png","name":"thumbStandard","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-blogSmallThumb-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-blogSmallThumb-v3.png","name":"blogSmallThumb","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-thumbLarge-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-thumbLarge-v3.png","name":"thumbLarge","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-smallSquare168-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-smallSquare168-v3.png","name":"smallSquare168","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-smallSquare252-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-smallSquare252-v3.png","name":"smallSquare252","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-thumbStandard-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-blogSmallThumb-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-thumbLarge-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-smallSquare168-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-smallSquare252-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-square320-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-square320-v3.png","name":"square320","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-moth-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-moth-v3.png","name":"moth","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-filmstrip-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-filmstrip-v3.png","name":"filmstrip","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-square640-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-square640-v3.png","name":"square640","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-mediumSquare149-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-mediumSquare149-v3.png","name":"mediumSquare149","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-mediumSquareAt3X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-mediumSquareAt3X-v3.png","name":"mediumSquareAt3X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-square320-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-moth-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-filmstrip-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-square640-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-mediumSquare149-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-mediumSquareAt3X-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-sfSpan-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-sfSpan-v3.png","name":"sfSpan","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-largeHorizontal375-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-largeHorizontal375-v3.png","name":"largeHorizontal375","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-largeHorizontalJumbo-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-largeHorizontalJumbo-v3.png","name":"largeHorizontalJumbo","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-horizontalMediumAt2X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-horizontalMediumAt2X-v3.png","name":"horizontalMediumAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-sfSpan-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-largeHorizontal375-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-largeHorizontalJumbo-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-horizontalMediumAt2X-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-hpLarge-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-hpLarge-v3.png","name":"hpLarge","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-largeWidescreen573-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-largeWidescreen573-v3.png","name":"largeWidescreen573","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-largeWidescreen1050-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-largeWidescreen1050-v3.png","name":"largeWidescreen1050","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-hpLarge-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-largeWidescreen573-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-largeWidescreen1050-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-thumbWide-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-thumbWide-v3.png","name":"thumbWide","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoThumb-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-videoThumb-v3.png","name":"videoThumb","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoLarge-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-videoLarge-v3.png","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-mediumThreeByTwo210-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-mediumThreeByTwo210-v3.png","name":"mediumThreeByTwo210","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-mediumThreeByTwo225-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-mediumThreeByTwo225-v3.png","name":"mediumThreeByTwo225","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-mediumThreeByTwo440-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-mediumThreeByTwo440-v3.png","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-mediumThreeByTwo252-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-mediumThreeByTwo252-v3.png","name":"mediumThreeByTwo252","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-mediumThreeByTwo378-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-mediumThreeByTwo378-v3.png","name":"mediumThreeByTwo378","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-threeByTwoLargeAt2X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-threeByTwoLargeAt2X-v3.png","name":"threeByTwoLargeAt2X","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-threeByTwoMediumAt2X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-threeByTwoMediumAt2X-v3.png","name":"threeByTwoMediumAt2X","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-threeByTwoSmallAt2X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-threeByTwoSmallAt2X-v3.png","name":"threeByTwoSmallAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.5":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-thumbWide-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoThumb-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoLarge-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-mediumThreeByTwo210-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-mediumThreeByTwo225-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-mediumThreeByTwo440-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-mediumThreeByTwo252-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-mediumThreeByTwo378-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-threeByTwoLargeAt2X-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-threeByTwoMediumAt2X-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-threeByTwoSmallAt2X-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-articleInline-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-articleInline-v3.png","name":"articleInline","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-hpSmall-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-hpSmall-v3.png","name":"hpSmall","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-blogSmallInline-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-blogSmallInline-v3.png","name":"blogSmallInline","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-mediumFlexible177-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-mediumFlexible177-v3.png","name":"mediumFlexible177","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.6":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-articleInline-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-hpSmall-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-blogSmallInline-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-mediumFlexible177-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSmall-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-videoSmall-v3.png","name":"videoSmall","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoHpMedium-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-videoHpMedium-v3.png","name":"videoHpMedium","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine600-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-videoSixteenByNine600-v3.png","name":"videoSixteenByNine600","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine540-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-videoSixteenByNine540-v3.png","name":"videoSixteenByNine540","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine495-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-videoSixteenByNine495-v3.png","name":"videoSixteenByNine495","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine390-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-videoSixteenByNine390-v3.png","name":"videoSixteenByNine390","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine1050-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-videoSixteenByNine1050-v3.png","name":"videoSixteenByNine1050","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine480-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-videoSixteenByNine480-v3.png","name":"videoSixteenByNine480","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine310-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-videoSixteenByNine310-v3.png","name":"videoSixteenByNine310","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine225-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-videoSixteenByNine225-v3.png","name":"videoSixteenByNine225","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine96-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-videoSixteenByNine96-v3.png","name":"videoSixteenByNine96","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine768-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-videoSixteenByNine768-v3.png","name":"videoSixteenByNine768","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine150-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-videoSixteenByNine150-v3.png","name":"videoSixteenByNine150","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNineJumbo1600-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-videoSixteenByNineJumbo1600-v3.png","name":"videoSixteenByNineJumbo1600","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.7":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSmall-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoHpMedium-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine600-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine540-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine495-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine390-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine1050-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine480-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine310-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine225-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine96-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine768-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNine150-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoSixteenByNineJumbo1600-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-miniMoth-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-miniMoth-v3.png","name":"miniMoth","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-windowsTile336H-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-windowsTile336H-v3.png","name":"windowsTile336H","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoFifteenBySeven1305-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-videoFifteenBySeven1305-v3.png","name":"videoFifteenBySeven1305","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.8":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-miniMoth-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-windowsTile336H-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-videoFifteenBySeven1305-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.9":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-facebookJumbo-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-facebookJumbo-v3.png","name":"facebookJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.10":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-facebookJumbo-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-watch308-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-watch308-v3.png","name":"watch308","__typename":"ImageRendition"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-watch268-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-watch268-v3.png","name":"watch268","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.11":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-watch308-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-watch268-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.12":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-mobileMasterAt3x-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F08\u002F26\u002Fbusiness\u002Fauthor-erin-woo\u002Fauthor-erin-woo-mobileMasterAt3x-v3.png","name":"mobileMasterAt3x","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2NjN2ZjNTEtYmUzZi01YTA3LTgwN2ItZDFhZmVkMTEwOTk0.crops.13":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20210826businessauthor-erin-wooauthor-erin-woo-mobileMasterAt3x-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzI0OGFiODYtMjk3OC01ZjgzLTg3ODctN2M1YjA1ZjlkN2Vm":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvYzI0OGFiODYtMjk3OC01ZjgzLTg3ODctN2M1YjA1ZjlkN2Vm","crops({\"cropNames\":[\"THREE_BY_TWO\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzI0OGFiODYtMjk3OC01ZjgzLTg3ODctN2M1YjA1ZjlkN2Vm.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0","typename":"ImageCrop"}]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzI0OGFiODYtMjk3OC01ZjgzLTg3ODctN2M1YjA1ZjlkN2Vm.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0":{"name":"THREE_BY_TWO","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-mediumThreeByTwo378.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-threeByTwoLargeAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-threeByTwoSmallAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-thumbWide.jpg":{"width":190,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F06\u002Fbusiness\u002F00gopuff1\u002Fmerlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-thumbWide.jpg","name":"thumbWide","height":126,"__typename":"ImageRendition"},"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-videoThumb.jpg":{"width":75,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F06\u002Fbusiness\u002F00gopuff1\u002Fmerlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-videoThumb.jpg","name":"videoThumb","height":50,"__typename":"ImageRendition"},"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-videoLarge.jpg":{"width":768,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F06\u002Fbusiness\u002F00gopuff1\u002Fmerlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-videoLarge.jpg","name":"videoLarge","height":507,"__typename":"ImageRendition"},"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-mediumThreeByTwo210.jpg":{"width":210,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F06\u002Fbusiness\u002F00gopuff1\u002Fmerlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","height":140,"__typename":"ImageRendition"},"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-mediumThreeByTwo225.jpg":{"width":225,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F06\u002Fbusiness\u002F00gopuff1\u002Fmerlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","height":150,"__typename":"ImageRendition"},"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-mediumThreeByTwo440.jpg":{"width":440,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F06\u002Fbusiness\u002F00gopuff1\u002Fmerlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","height":293,"__typename":"ImageRendition"},"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-mediumThreeByTwo252.jpg":{"width":252,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F06\u002Fbusiness\u002F00gopuff1\u002Fmerlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","height":168,"__typename":"ImageRendition"},"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-mediumThreeByTwo378.jpg":{"width":378,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F06\u002Fbusiness\u002F00gopuff1\u002Fmerlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","height":252,"__typename":"ImageRendition"},"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-threeByTwoLargeAt2X.jpg":{"width":4000,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F06\u002Fbusiness\u002F00gopuff1\u002Fmerlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-threeByTwoLargeAt2X.jpg","name":"threeByTwoLargeAt2X","height":2667,"__typename":"ImageRendition"},"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-threeByTwoMediumAt2X.jpg":{"width":1500,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F06\u002Fbusiness\u002F00gopuff1\u002Fmerlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-threeByTwoMediumAt2X.jpg","name":"threeByTwoMediumAt2X","height":1000,"__typename":"ImageRendition"},"ImageRendition:images20220406business00gopuff1merlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-threeByTwoSmallAt2X.jpg":{"width":600,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F06\u002Fbusiness\u002F00gopuff1\u002Fmerlin_205033665_10261900-f83e-4a0c-9123-2e837a3357f9-threeByTwoSmallAt2X.jpg","name":"threeByTwoSmallAt2X","height":400,"__typename":"ImageRendition"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.9":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NkNjk3M2YwLThhMmItNTlhNi04MzlmLTA5MjkyYmM2ZGUyNA==","typename":"Article"},"__typename":"AssetsEdge"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.highlights({\"first\":20}).pageInfo":{"hasNextPage":false,"hasPreviousPage":false,"startCursor":null,"endCursor":null,"__typename":"PageInfo"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.highlights({\"first\":20})":{"pageInfo":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==.highlights({\"first\":20}).pageInfo","typename":"PageInfo"},"__typename":"AssetsConnection","edges":[]},"ROOT_QUERY":{"workOrLocation({\"id\":\"\u002Fsection\u002Fbusiness\u002Feconomy\"})":{"type":"id","generated":false,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==","typename":"LegacyCollection"}}},"config":{"gqlUrlClient":"https:\u002F\u002Fsamizdat-graphql.nytimes.com\u002Fgraphql\u002Fv2","gqlRequestHeaders":{"nyt-app-type":"project-vi","nyt-app-version":"0.0.5","nyt-token":"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs+\u002FoUCTBmD\u002FcLdmcecrnBMHiU\u002FpxQCn2DDyaPKUOXxi4p0uUSZQzsuq1pJ1m5z1i0YGPd1U1OeGHAChWtqoxC7bFMCXcwnE1oyui9G1uobgpm1GdhtwkR7ta7akVTcsF8zxiXx7DNXIPd2nIJFH83rmkZueKrC4JVaNzjvD+Z03piLn5bHWU6+w+rA+kyJtGgZNTXKyPh6EC6o5N+rknNMG5+CdTq35p8f99WjFawSvYgP9V64kgckbTbtdJ6YhVP58TnuYgr12urtwnIqWP9KSJ1e5vmgf3tunMqWNm6+AnsqNj8mCLdCuc5cEB74CwUeQcP2HQQmbCddBy2y0mEwIDAQAB"},"gqlFetchTimeout":4000,"disablePersistedQueries":false,"fastlyHeaders":{},"initialDeviceType":"desktop","fastlyAbraConfig":{},"internalPreviewConfig":{"meter":undefined,"swg":undefined},"serviceWorkerFile":"service-worker-test-1650475080620.js"},"ssrQuery":{},"initialLocation":{"pathname":"\u002Finternational\u002Fsection\u002Fbusiness\u002Feconomy","search":""}};
!function(e){function a(a){for(var r,o,n=a[0],i=a[1],s=a[2],b=0,l=[];b<n.length;b++)o=n[b],Object.prototype.hasOwnProperty.call(d,o)&&d[o]&&l.push(d[o][0]),d[o]=0;for(r in i)Object.prototype.hasOwnProperty.call(i,r)&&(e[r]=i[r]);for(f&&f(a);l.length;)l.shift()();return t.push.apply(t,s||[]),c()}function c(){for(var e,a=0;a<t.length;a++){for(var c=t[a],r=!0,n=1;n<c.length;n++){var i=c[n];0!==d[i]&&(r=!1)}r&&(t.splice(a--,1),e=o(o.s=c[0]))}return e}var r={},d={84:0},t=[];function o(a){if(r[a])return r[a].exports;var c=r[a]={i:a,l:!1,exports:{}};return e[a].call(c.exports,c,c.exports,o),c.l=!0,c.exports}o.e=function(e){var a=[],c=d[e];if(0!==c)if(c)a.push(c[2]);else{var r=new Promise((function(a,r){c=d[e]=[a,r]}));a.push(c[2]=r);var t,n=document.createElement("script");n.charset="utf-8",n.timeout=120,o.nc&&n.setAttribute("nonce",o.nc),n.src=function(e){return o.p+""+({1:"vendors~answerpage~audio~bestsellers~byline~capsule~collections~explainer~home~hubpage~liveblog~mark~58f33aa8",2:"vendors~audio~byline~capsule~clientSideCapsule~collections~explainer~liveblog~paidpost~slideshow~sto~a2187976",3:"vendors~audio~capsule~card~clientSideCapsule~collections~explainer~home~liveblog~paidpost~story~tren~0ac42215",4:"answerpage~bestsellers~card~hubpage~markets~privacy~reviews~search~timeswire~trending~weddings",5:"answerpage~bestsellers~hubpage~markets~reviews~your-list",6:"freeaccess~getstarted~recirculation~welcomeBannerRecirculationBlock~welcomesubscriber",7:"vendors~emailsignup~newsletter~newsletters~recirculation",8:"freeaccess~getstarted~welcomesubscriber",9:"getstarted~postLoginInterrupter~welcomesubscriber",10:"vendors~byline~timeswire~your-list",11:"coderedeem~freeaccess",12:"explainerRecirculation~liveRecirculation",13:"livePostHeader~liveRecirculation",14:"newsletter~newsletters",15:"vendors~clientSideCapsule~home",16:"vendors~commentsForm~weddings",17:"NotificationToggle",18:"activationBlock",19:"additionalPlaylists",21:"answerpage",22:"ask",23:"audio",24:"audioblock",25:"bestsellers",26:"blank",27:"byline",28:"canadaHamburgerNavData",29:"canadaSiteIndexData",30:"capsule",31:"card",32:"clientSideCapsule",33:"coderedeem",34:"collections",35:"comments",36:"commentsForm",37:"datasubjectrequest",38:"datasubjectrequestverification",39:"dealbook",40:"defaultHamburgerNavData",41:"defaultSiteIndexData",42:"desktopNav",43:"emailsignup",44:"episodefooter",45:"explainer",46:"explainerPostHeader",47:"explainerRecirculation",48:"foo",49:"footerBlock",50:"freeaccess",51:"getstarted",52:"headerfullbleedhorizontal",53:"headerfullbleedvertical",54:"headerlivebriefingvi",55:"home",56:"hubpage",59:"internationalHamburgerNavData",60:"internationalSiteIndexData",61:"lens",62:"livePostHeader",63:"liveRecirculation",64:"liveblog",66:"markets",67:"mortgagecalculator",68:"newsletter",69:"newsletters",70:"opinion",71:"paidpost",72:"phone-number-input",73:"postLoginInterrupter",74:"privacy",75:"producernotes",76:"recirculation",77:"refer",78:"related-coverage-chunk",79:"reviewheader",80:"reviews",85:"search",86:"siteIndexContent",87:"sitemap",88:"slideshow",89:"slideshowinline",90:"stickyfilljs",91:"story",92:"surveywithdrawconsent",93:"timeswire",94:"trending",95:"upshot",98:"vendors~ask",99:"vendors~audioblock",100:"vendors~card",101:"vendors~episodefooter",102:"vendors~footerBlock",103:"vendors~headerlivebriefingvi",104:"vendors~livePostHeader",105:"vendors~mortgagecalculator",106:"vendors~phone-number-input",107:"vendors~producernotes",108:"vendors~recirculation",109:"vendors~reviewheader",110:"vendors~search",111:"vendors~slideshow",112:"vendors~slideshowinline",113:"vendors~videoblock",114:"vendors~weddings",115:"vendors~well",116:"video",117:"videoblock",118:"weddings",119:"welcomeBannerRecirculationBlock",120:"welcomesubscriber",121:"well",122:"world-cup-2019",123:"your-list"}[e]||e)+"-"+{1:"b557b7c4c18a8dc1b80d",2:"e3f089a627764c56e473",3:"d200ab0916f6e87d55fd",4:"b0b86f0f9f3062f43f21",5:"3686b59dfb321c715bc5",6:"6bf973520d2f47a2868c",7:"e04070080e704a9ce8b6",8:"de92cb0c2c77eebaae2d",9:"a291c7cefb0a179557ae",10:"3f44c444b8f4c145dc81",11:"83322cd33a5c926389a0",12:"6ad118ddf23aec0b23fd",13:"4cd8951d4c2bf0c4e7d2",14:"d887f3a3f13619a065cf",15:"5e0ae82736025b1547f7",16:"5dbbfc94789a78666367",17:"55426c668b44c8765921",18:"d84283eed398a89ae3b4",19:"9815531a8c4bd8e6bf88",21:"c13eaedbac7b8ab6aa59",22:"dc8afe8c5011447cb013",23:"56b3e79603d2c7c42517",24:"cc711b4c7b285734e0d4",25:"40b1ea2e52f41c77316b",26:"d2eea6350f02b350f813",27:"aaf76d78bc667dcfbe9f",28:"8a65dc76164f45dc1ad1",29:"2eabc61552e4e41ecc17",30:"5985cc3acfe55d75d4d1",31:"b08acf4cf35bfa3859e0",32:"39d528b763203d66dd7e",33:"29a4f072803bebb8d6a4",34:"c944c7ca1d288ad130f6",35:"d4109be247cbe5cf1a57",36:"8c38be429e8f177e1191",37:"69f63ff2a8f44f0dba7c",38:"34e63c0d1e57786735b5",39:"c35360725778b6d70278",40:"351988a5935c73ab3140",41:"18152e66172d502214e8",42:"8e9278c9d70822a013a3",43:"5ca9d53eeccce00317a8",44:"26f2f7e54c568f9b8a5f",45:"85e9cd28a9db3d07493a",46:"9094300debbd19741b8a",47:"cb30696e0842843798b9",48:"b4ecbedcb7c09dda2512",49:"a2d8eaced77d514818ed",50:"4d069a5d759ccd5a5a19",51:"0361c4031d895eed6729",52:"d04c007a3394938a1ba0",53:"adfc9977aabbb541b16c",54:"7441f97088e8b840dd0d",55:"f954ee96e74681566181",56:"00bfd767896d3518934a",59:"1f092b7638753868afa1",60:"5c5fedc043752dfd5346",61:"d89ebf4d13762fce3272",62:"54190ba79c9df963e047",63:"ec0b923961ed5e6a46d0",64:"67e638d86459d165070d",66:"f23f56965172837a2437",67:"6d5b9b1477dfa8ff02af",68:"6fb957d7684dc977265b",69:"4e1b0df97b6a18ab6238",70:"e96d135144eb7d21b18b",71:"d7d06e1917b28ae32db9",72:"1b28ee1f310c03ecfc64",73:"da077b71b092ef198168",74:"926c9c94c89fc8f43de7",75:"53c78ed2c602f7110819",76:"b7156937257457d75628",77:"53cf769873ea874f1344",78:"df9e8c92882de59f70cc",79:"dfed611e96c6b6656fc0",80:"57e6a28a46265614ce03",85:"bcf5ca6626fa2baa5c59",86:"d5a8468aace816a9ace8",87:"140226aa9cf0e4bca555",88:"f275930c8821595839c3",89:"d41f327236983a3d4d41",90:"6ce2b60c6b332110493b",91:"993002c0930e126957a4",92:"5407684f02a878b8b704",93:"b36b257872cbdff9384f",94:"8bf7dbb34e5de3c3e6f1",95:"02c1753a00c56ff988ae",98:"9917b0f07abe3d3245dc",99:"69c38c8260f6486a1dcb",100:"8a9c3703059a9c3a08bb",101:"d73c0f3cd0bbe1ee4be0",102:"da78e6d21ee93729ef86",103:"79be73384fafe1c27d71",104:"085d2935a17a992cfa8a",105:"a131ae9dbe581d7e0292",106:"50b0610e75d438546482",107:"1217c59ce471a7461947",108:"d9af1a724f8c9e2a2478",109:"fba3b86f9d60a1064f4a",110:"e40264fe9fcc6e178a4c",111:"7d7c99a271f2fb91bf39",112:"4a839e22fdfc400aab21",113:"7be13e51ca2d793468c4",114:"f943e8578b5d008c59ca",115:"1230ef72910c62878ad0",116:"535a8c00125d64e3593a",117:"7a4e398392d2ec02b96f",118:"4d0aad1cf36a77dbec8b",119:"06258acbaf3a68297e56",120:"242f6b310f300f87f3c9",121:"279266e7e5087b1829b8",122:"e049c2d9378606750a50",123:"9c4a80f337794d71f3d4"}[e]+".js"}(e);var i=new Error;t=function(a){n.onerror=n.onload=null,clearTimeout(s);var c=d[e];if(0!==c){if(c){var r=a&&("load"===a.type?"missing":a.type),t=a&&a.target&&a.target.src;i.message="Loading chunk "+e+" failed.\n("+r+": "+t+")",i.name="ChunkLoadError",i.type=r,i.request=t,c[1](i)}d[e]=void 0}};var s=setTimeout((function(){t({type:"timeout",target:n})}),12e4);n.onerror=n.onload=t,document.head.appendChild(n)}return Promise.all(a)},o.m=e,o.c=r,o.d=function(e,a,c){o.o(e,a)||Object.defineProperty(e,a,{enumerable:!0,get:c})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(e,a){if(1&a&&(e=o(e)),8&a)return e;if(4&a&&"object"==typeof e&&e&&e.__esModule)return e;var c=Object.create(null);if(o.r(c),Object.defineProperty(c,"default",{enumerable:!0,value:e}),2&a&&"string"!=typeof e)for(var r in e)o.d(c,r,function(a){return e[a]}.bind(null,r));return c},o.n=function(e){var a=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(a,"a",a),a},o.o=function(e,a){return Object.prototype.hasOwnProperty.call(e,a)},o.p="/vi-assets/static-assets/",o.oe=function(e){throw console.error(e),e};var n=window.webpackJsonp=window.webpackJsonp||[],i=n.push.bind(n);n.push=a,n=n.slice();for(var s=0;s<n.length;s++)a(n[s]);var f=i;c()}([]);
//# sourceMappingURL=runtime~main-b7d6d4cba8aa37f2c2cc.js.map
(function () { var _f=function(){try{var e=["first-paint","first-contentful-paint","userBtnRender","appRenderTime"];new window.PerformanceObserver(function(r){for(var n=r.getEntries(),a=0;a<n.length;a+=1){var t=n[a];if(e.indexOf(t.name)>-1){var i={};i[t.name]=Math.round(t.duration||t.startTime),(window.dataLayer=window.dataLayer||[]).push({event:"performance",pageview:{performance:i}})}}}).observe({entryTypes:["mark","measure","paint"]})}catch(e){}};;_f.apply(null, []); })();(function () { var _f=function(){!function(){if(1===Math.floor(20*Math.random())&&(!window.BOOMR||!window.BOOMR.version&&!window.BOOMR.snippetExecuted)){window.BOOMR=window.BOOMR||{},window.BOOMR.snippetStart=(new Date).getTime(),window.BOOMR.snippetExecuted=!0,window.BOOMR.snippetVersion=14,window.BOOMR.url="https://s.go-mpulse.net/boomerang/ATH8A-MAMN8-XPXCH-N5KAX-8D239";var e=(document.currentScript||document.getElementsByTagName("script")[0]).parentNode,n=!1,t=document.createElement("link");t.relList&&"function"==typeof t.relList.supports&&t.relList.supports("preload")&&"as"in t?(window.BOOMR.snippetMethod="p",t.href=window.BOOMR.url,t.rel="preload",t.as="script",t.addEventListener("load",function(){if(!n){var t=document.createElement("script");t.id="boomr-scr-as",t.src=window.BOOMR.url,t.async=!0,e.appendChild(t),n=!0}}),t.addEventListener("error",function(){o(!0)}),setTimeout(function(){n||o(!0)},3e3),BOOMR_lstart=(new Date).getTime(),e.appendChild(t)):o(!1),window.addEventListener?window.addEventListener("load",i,!1):window.attachEvent&&window.attachEvent("onload",i)}function o(t){n=!0;var o,i,d,a,r=document,s=window;if(window.BOOMR.snippetMethod=t?"if":"i",i=function(e,n){var t=r.createElement("script");t.id=n||"boomr-if-as",t.src=window.BOOMR.url,BOOMR_lstart=(new Date).getTime(),(e=e||r.body).appendChild(t)},!window.addEventListener&&window.attachEvent&&navigator.userAgent.match(/MSIE [67]./))return window.BOOMR.snippetMethod="s",void i(e,"boomr-async");(d=document.createElement("IFRAME")).src="about:blank",d.title="",d.role="presentation",d.loading="eager",(a=(d.frameElement||d).style).width=0,a.height=0,a.border=0,a.display="none",e.appendChild(d);try{s=d.contentWindow,r=s.document.open()}catch(e){o=document.domain,d.src="javascript:var d=document.open();d.domain='"+o+"';void 0;",s=d.contentWindow,r=s.document.open()}o?(r._boomrl=function(){this.domain=o,i()},r.write("<body onload='document._boomrl();'>")):(s._boomrl=function(){i()},s.addEventListener?s.addEventListener("load",s._boomrl,!1):s.attachEvent&&s.attachEvent("onload",s._boomrl)),r.close()}function i(e){window.BOOMR_onload=e&&e.timeStamp||(new Date).getTime()}}()};;_f.apply(null, []); })();
(function(w, l) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
})(window, 'dataLayer');
# Import regex package
import re
# Find all words in the URL and print several
tokens = re.findall('\w+',content)
tokens[:20]
['Economy', 'The', 'New', 'York', 'Times', 'International', 'Sections', 'SEARCH', 'Skip', 'to', 'content', 'Skip', 'to', 'site', 'index', 'Economy', 'Log', 'in', 'Today', 's']
# Import RegexpTokenizer from nltk.tokenize
from nltk.tokenize import RegexpTokenizer
# Create tokenizer
tokenizer = RegexpTokenizer('\w+')
# Create tokens
tokens = tokenizer.tokenize(content)
tokens[:20]
['Economy', 'The', 'New', 'York', 'Times', 'International', 'Sections', 'SEARCH', 'Skip', 'to', 'content', 'Skip', 'to', 'site', 'index', 'Economy', 'Log', 'in', 'Today', 's']
# Initialize new list
words = []
# Loop through list tokens and make lower case
for word in tokens:
words.append(word.lower())
# Print several items from list as sanity check
words[:8]
['economy', 'the', 'new', 'york', 'times', 'international', 'sections', 'search']
# Import nltk
import nltk
nltk.download('stopwords')
# Get English stopwords and print some of them
sw = nltk.corpus.stopwords.words('english')
sw[:20]
[nltk_data] Downloading package stopwords to /root/nltk_data... [nltk_data] Package stopwords is already up-to-date!
['i', 'me', 'my', 'myself', 'we', 'our', 'ours', 'ourselves', 'you', "you're", "you've", "you'll", "you'd", 'your', 'yours', 'yourself', 'yourselves', 'he', 'him', 'his']
# Initialize new list
words_ns = []
# Add to words_ns all words that are in words but not in sw
for word in words:
if word not in sw:
words_ns.append(word)
# Print several list items as sanity check
words_ns[:5]
['economy', 'new', 'york', 'times', 'international']
#Import datavis libraries
import matplotlib.pyplot as plt
import seaborn as sns
# Figures inline and set visualization style
%matplotlib inline
sns.set()
# Create freq dist and plot
freqdist1 = nltk.FreqDist(words_ns)
freqdist1.plot(25)
import pandas as pd
df = pd.DataFrame(words_ns)
df.to_csv('file3.csv')
Link-4: Medical
url = 'https://www.nytimes.com/international/section/health'
# Import `requests`
import requests
# Make the request and check object type
r = requests.get(url)
type(r)
requests.models.Response
requests.models.Response
requests.models.Response
# Extract HTML from Response object and print
html = r.text
print(html)
<!DOCTYPE html>
<html lang="en" xmlns:og="http://opengraphprotocol.org/schema/">
<head>
<meta charset="utf-8" />
<title data-rh="true">Health - The New York Times International</title>
<meta data-rh="true" property="og:description" content="The latest news on health and medicine, covid, vaccines, global health, mental health, Obamacare, health insurance, Medicare, Medicaid, opioids, cancer, heart disease and other topics."/><meta data-rh="true" name="description" content="The latest news on health and medicine, covid, vaccines, global health, mental health, Obamacare, health insurance, Medicare, Medicaid, opioids, cancer, heart disease and other topics."/><meta data-rh="true" property="twitter:description" name="description" content="The latest news on health and medicine, covid, vaccines, global health, mental health, Obamacare, health insurance, Medicare, Medicaid, opioids, cancer, heart disease and other topics."/><meta data-rh="true" property="og:title" content="Health"/><meta data-rh="true" property="twitter:title" content="Health"/><meta data-rh="true" property="og:image" content="https://static01.nyt.com/newsgraphics/images/icons/defaultPromoCrop.png"/><meta data-rh="true" property="twitter:image" content="https://static01.nyt.com/newsgraphics/images/icons/defaultPromoCrop.png"/><meta data-rh="true" property="og:url" content="https://www.nytimes.com/international/section/health"/><meta data-rh="true" property="twitter:url" content="https://www.nytimes.com/international/section/health"/><meta data-rh="true" property="og:type" content="article"/> <link data-rh="true" rel="alternate" type="application/rss+xml" title="RSS" href="https://www.nytimes.com/svc/collections/v1/publish/https://www.nytimes.com/international/section/health/rss.xml"/><link data-rh="true" rel="canonical" href="https://www.nytimes.com/international/section/health"/><link data-rh="true" rel="alternate" href="https://www.nytimes.com/section/health" hrefLang="x-default"/><link data-rh="true" rel="alternate" href="https://www.nytimes.com/section/health" hrefLang="en-US"/><link data-rh="true" rel="alternate" href="https://www.nytimes.com/ca/section/health" hrefLang="en-CA"/><link data-rh="true" rel="alternate" href="https://www.nytimes.com/international/section/health" hrefLang="en"/><link data-rh="true" rel="alternate" href="https://www.nytimes.com/international/section/health" hrefLang="en-GB"/><link data-rh="true" rel="alternate" href="https://www.nytimes.com/international/section/health" hrefLang="en-AU"/> <script data-rh="true" type="application/ld+json">{"@context":"http://schema.org","@type":"CollectionPage","description":"The latest news on health and medicine, covid, vaccines, global health, mental health, Obamacare, health insurance, Medicare, Medicaid, opioids, cancer, heart disease and other topics.","url":"https://www.nytimes.com/international/section/health","inLanguage":"en","name":"Health","mainEntity":{"@context":"http://schema.org","@type":"ItemList","itemListElement":[{"@context":"http://schema.org","@type":"ListItem","url":"https://www.nytimes.com/2022/04/20/health/time-restricted-diets.html","position":1},{"@context":"http://schema.org","@type":"ListItem","url":"https://www.nytimes.com/2022/04/20/health/pgta-ivf-pregnancy-test.html","position":2},{"@context":"http://schema.org","@type":"ListItem","url":"https://www.nytimes.com/2022/04/18/health/alzheimers-cassava-simufilam.html","position":3},{"@context":"http://schema.org","@type":"ListItem","url":"https://www.nytimes.com/2022/04/19/health/omicron-unvaccinated-children.html","position":4},{"@context":"http://schema.org","@type":"ListItem","url":"https://www.nytimes.com/2022/04/16/health/global-covid-deaths-who-india.html","position":5},{"@context":"http://schema.org","@type":"ListItem","url":"https://www.nytimes.com/2022/04/19/health/covid-travel-masks-regulation.html","position":6},{"@context":"http://schema.org","@type":"ListItem","url":"https://www.nytimes.com/2022/04/19/health/death-records-africa-electronic-autopsy.html","position":7},{"@context":"http://schema.org","@type":"ListItem","url":"https://www.nytimes.com/2022/04/14/health/covid-cases-tracking.html","position":8},{"@context":"http://schema.org","@type":"ListItem","url":"https://www.nytimes.com/2022/04/15/health/covid-breath-test-fda.html","position":9},{"@context":"http://schema.org","@type":"ListItem","url":"https://www.nytimes.com/article/mask-mandates-guidelines.html","position":10},{"@context":"http://schema.org","@type":"ListItem","url":"https://www.nytimes.com/2022/04/19/well/live/return-to-office-tips.html","position":11},{"@context":"http://schema.org","@type":"ListItem","url":"https://www.nytimes.com/interactive/2022/04/12/well/family/covid-deaths-parents-grandparents.html","position":12},{"@context":"http://schema.org","@type":"ListItem","url":"https://www.nytimes.com/2022/04/18/well/move/foot-health-pandemic.html","position":13},{"@context":"http://schema.org","@type":"ListItem","url":"https://www.nytimes.com/2022/04/15/well/move/peloton-workouts-at-home.html","position":14},{"@context":"http://schema.org","@type":"ListItem","url":"https://www.nytimes.com/2022/04/19/us/covid-masks-planes.html","position":15},{"@context":"http://schema.org","@type":"ListItem","url":"https://www.nytimes.com/2022/04/18/health/covid-mink-michigan.html","position":16},{"@context":"http://schema.org","@type":"ListItem","url":"https://www.nytimes.com/2022/04/21/style/design-careers-reshaped-by-pandemic.html","position":17}],"numberOfItems":17},"publisher":{"@id":"https://www.nytimes.com/#publisher"},"copyrightHolder":{"@id":"https://www.nytimes.com/#publisher"},"sourceOrganization":{"@id":"https://www.nytimes.com/#publisher"},"copyrightYear":2022}</script><script data-rh="true" type="application/ld+json">{"@context":"http://schema.org","@type":"NewsMediaOrganization","name":"The New York Times","logo":{"@context":"http://schema.org","@type":"ImageObject","url":"https://static01.nyt.com/images/misc/NYT_logo_rss_250x40.png","height":40,"width":250},"url":"https://www.nytimes.com/","@id":"https://www.nytimes.com/#publisher","diversityPolicy":"https://www.nytco.com/diversity-and-inclusion-at-the-new-york-times/","ethicsPolicy":"https://www.nytco.com/who-we-are/culture/standards-and-ethics/","masthead":"https://www.nytimes.com/interactive/2020/09/08/admin/the-new-york-times-masthead.html","foundingDate":"1851-09-18","sameAs":"https://en.wikipedia.org/wiki/The_New_York_Times"}</script><script data-rh="true" type="application/ld+json">{"@context":"http://schema.org","@type":"BreadcrumbList","itemListElement":[{"@context":"http://schema.org","@type":"ListItem","name":"The New York Times International","position":1,"item":"https://www.nytimes.com/international"},{"@context":"http://schema.org","@type":"ListItem","name":"Health","position":2,"item":"https://www.nytimes.com/international/section/health"}]}</script>
<meta data-rh="true" id="applicationName" name="applicationName" content="collection"/><meta data-rh="true" name="nyt-collection:identifier" content="health"/><meta data-rh="true" name="CN" content="health"/><meta data-rh="true" name="nyt-collection:type" content="sectioncollection"/><meta data-rh="true" name="CT" content="sectionfront"/><meta data-rh="true" name="nyt-collection:display-name" content="Health"/><meta data-rh="true" name="nyt-collection:tagline" content=""/><meta data-rh="true" name="nyt-collection:promotional-image" content=""/><meta data-rh="true" name="PT" content="collection"/><meta data-rh="true" name="asset_id" content="100000004047831"/><meta data-rh="true" name="slug" content="health"/><meta data-rh="true" name="news_keywords" content="Health"/><meta data-rh="true" name="keywords" content="Health"/><meta data-rh="true" property="collection:section" content="Health"/><meta data-rh="true" property="collection:parentsection" content="Health"/><meta data-rh="true" property="collection:author" content=""/><meta data-rh="true" name="pdate" content="20151210"/><meta data-rh="true" name="utime" content="20220420133855"/><meta data-rh="true" name="ptime" content="20151210104825"/><meta data-rh="true" name="nyt-collection:url" content="https://www.nytimes.com/international/section/health"/><meta data-rh="true" name="nyt-collection:uri" content="/international/section/health"/><meta data-rh="true" property="fb:app_id" content="9869919170"/><meta data-rh="true" property="collection:language" content="en"/><meta data-rh="true" name="twitter:card" content="summary_large_image"/><meta data-rh="true" name="twitter:site" content="@nytimes"/><meta data-rh="true" name="color-scheme" content="dark light"/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="fb:app_id" content="9869919170" />
<meta name="twitter:site" content="@nytimes" />
<meta name="slack-app-id" content="A0121HXPPTQ" />
<script>
const override = (new URL(window.location)).searchParams.get('sentryOverride');
if (override || Math.floor(Math.random() * 100) <= 1) {
document.write('<script src="https://js.sentry-cdn.com/7bc8bccf5c254286a99b11c68f6bf4ce.min.js" crossorigin="anonymous">' + '<' + '/script>');
}
</script>
<script>
if (window.Sentry) {
window.Sentry.onLoad(function() {
window.Sentry.init({
maxBreadcrumbs: 30,
release: '12809ae4d39fc0d2fa32e10611092624601c913d',
environment: 'prd',
beforeSend: function(e, v) {
if (/amazon-adsystem|ads-us|ampproject|amp4ads|pubads|2mdn|chartbeat|gsi|bk_addPageCtx|yimg|BOOMR|boomerang/.test(v.originalException && v.originalException.stack || '')) return null;
return e;
}
});
});
}
</script>
<link data-rh="true" rel="shortcut icon" href="/vi-assets/static-assets/favicon-d2483f10ef688e6f89e23806b9700298.ico"/><link data-rh="true" rel="apple-touch-icon" href="/vi-assets/static-assets/apple-touch-icon-28865b72953380a40aa43318108876cb.png"/><link data-rh="true" rel="apple-touch-icon-precomposed" sizes="144×144" href="/vi-assets/static-assets/ios-ipad-144x144-28865b72953380a40aa43318108876cb.png"/><link data-rh="true" rel="apple-touch-icon-precomposed" sizes="114×114" href="/vi-assets/static-assets/ios-iphone-114x144-080e7ec6514fdc62bcbb7966d9b257d2.png"/><link data-rh="true" rel="apple-touch-icon-precomposed" href="/vi-assets/static-assets/ios-default-homescreen-57x57-43808a4cd5333b648057a01624d84960.png"/>
<link href="https://g1.nyt.com/fonts/css/web-fonts.0c7fbab8a4c39fe1f6b4449146a6ab8d3fe942a3.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="/vi-assets/static-assets/global-a390e9d7a067927dd253742a2f0124d4.css" />
<style>[data-timezone] { display: none }</style>
<style data-lights-css="1dv1kvn nuvmzp 1k0lris 9e9ivx hnzl8o 6n7j50 1kj7lfb 10m9xeu 1fe7a5q 1f8er69 10488qs 1e1s8k7 15uy5yv jq1cx6 1baulvz 79elbk 1ly73wi rfqw0c 1ffjgkm 172h6t9 15cbhtu m70j1g 1xonkmu 1n7hynb ye6x8s 1cp3ece 1l4spti ulz9xo l57rop nm3jss 10wtrbd me3p27 9voj2j xta2bx 1pagwdx 3q005l 1jhow8c wm4t3d 13mho3u g6hk37 14aj3sn ahe4g0 qo6pn fzvsed 123u7tk tkwi90 nhjhh0 12bivf2 htw48t fozwf3 1ho5u4o 13o0c9t a7htku 10698na 1tag3rd ui9rw0 1r0gz1j 1o0kkht 1bvtpon 1xdhyk6 13o4bnb rq4mmj j4n4z0 zz1s19 1fnb9ct 15h4p1b 1ta8iz9 1j21atc fmiefx 1hk7r2m 7a1pgi 1l4mleb 1u1077h nfcc9b 1126fso 1fbiiks psuupz 1ckwy97 1pfdu6b 1iovbfw 13a7bdu 17x4u1i 8msx5b 1j9dxys 1echdzn 1nqbnmb 1lc2l26 10wkyv7 oxle51 1mn4oms 15p45cc 19x0jxb 1qtg4z6 47f75k 9s7qe8 2aieq6 1qhmxx1 1epgb9g 6p3lz8 4svvz1 1vlzjyd gfgt40 11jjg gjijuv 1fwiylb aqbich 1bt5hvg b8r11n f9p5k6 s7sl7h 1dydysp 1ag53q4 1ovcl9x jkrs50 1s1laau 17h6mv0 zk12ih x9pcp0 1uu6dhy k4k3gl 5sdog9 1cn8d5g 1xis0cg 1njlzxq xei2dc bs3opg 1v4upt6 1vqa1t9 zxrpne 1sp2miq name 5j8bii duration delay timing-function">@-webkit-keyframes animation-5j8bii{from{opacity:0;}to{opacity:1;}}@keyframes animation-5j8bii{from{opacity:0;}to{opacity:1;}}.css-1dv1kvn{border:0;-webkit-clip:rect(0 0 0 0);clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}.css-nuvmzp{font-size:14.25px;font-family:nyt-franklin,helvetica,arial,sans-serif;font-weight:700;text-transform:uppercase;-webkit-letter-spacing:0.7px;-moz-letter-spacing:0.7px;-ms-letter-spacing:0.7px;letter-spacing:0.7px;line-height:19px;}.css-nuvmzp:hover{-webkit-text-decoration:underline;text-decoration:underline;}.css-1k0lris{color:#326891;height:12px;margin-left:8px;padding-left:8px;}.css-9e9ivx{display:none;font-size:10px;margin-left:auto;text-transform:uppercase;}.hasLinks .css-9e9ivx{display:block;}@media (min-width:740px){.hasLinks .css-9e9ivx{margin:none;position:absolute;right:20px;}}@media (min-width:1024px){.hasLinks .css-9e9ivx{display:none;}}.css-hnzl8o{display:inline-block;font-size:12px;-webkit-transition:color 0.6s ease;transition:color 0.6s ease;color:#121212;}.css-hnzl8o:hover{color:#666;}.css-6n7j50{display:inline;}.css-1kj7lfb{display:none;}@media (min-width:1024px){.css-1kj7lfb{display:inline-block;margin-right:7px;}}.css-10m9xeu{display:block;width:16px;height:16px;}.css-1fe7a5q{display:inline-block;height:16px;vertical-align:sub;width:16px;}.css-1f8er69{border:0;-webkit-clip:rect(0 0 0 0);clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;border-radius:3px;cursor:pointer;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-transition:ease 0.6s;transition:ease 0.6s;white-space:nowrap;vertical-align:middle;background-color:transparent;color:#000;font-size:11px;line-height:11px;font-weight:700;-webkit-letter-spacing:0.02em;-moz-letter-spacing:0.02em;-ms-letter-spacing:0.02em;letter-spacing:0.02em;padding:11px 12px 8px;background:#fff;display:inline-block;left:44px;text-transform:uppercase;-webkit-transition:none;transition:none;}.css-1f8er69:active,.css-1f8er69:focus{-webkit-clip:auto;clip:auto;overflow:visible;width:auto;height:auto;}.css-1f8er69::-moz-focus-inner{padding:0;border:0;}.css-1f8er69:-moz-focusring{outline:1px dotted;}.css-1f8er69:disabled,.css-1f8er69.disabled{opacity:0.5;cursor:default;}.css-1f8er69:active,.css-1f8er69.active{background-color:#f7f7f7;}@media (min-width:740px){.css-1f8er69:hover{background-color:#f7f7f7;}}.css-1f8er69:focus{margin-top:3px;padding:8px 8px 6px;}@media (min-width:1024px){.css-1f8er69{left:112px;}}.css-10488qs{display:none;}@media (min-width:1024px){.css-10488qs{display:inline-block;position:relative;}}.css-1e1s8k7{font-size:11px;text-align:center;padding-bottom:25px;}@media (min-width:1024px){.css-1e1s8k7{padding:0 3% 9px;}}.css-1e1s8k7.dockVisible{padding-bottom:45px;}@media (min-width:1024px){.css-1e1s8k7.dockVisible{padding:0 3% 45px;}}@media (min-width:1150px){.css-1e1s8k7{margin:0 auto;max-width:1200px;}}.NYTApp .css-1e1s8k7{display:none;}@media print{.css-1e1s8k7{display:none;}}.css-15uy5yv{border-top:1px solid #ebebeb;padding-top:9px;}.css-jq1cx6{color:#666;font-family:nyt-franklin,helvetica,arial,sans-serif;padding:10px 0;-webkit-text-decoration:none;text-decoration:none;white-space:nowrap;}.css-jq1cx6:hover{-webkit-text-decoration:underline;text-decoration:underline;}.css-1baulvz{display:inline-block;}.css-79elbk{position:relative;}.css-1ly73wi{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;-webkit-clip:rect(0 0 0 0);clip:rect(0 0 0 0);overflow:hidden;}.css-rfqw0c{text-align:center;height:100%;display:block;}.css-1ffjgkm{top:0;position:-webkit-sticky;position:sticky;background-color:white;z-index:902;}@media print{.css-1ffjgkm{display:none;}}@media (min-width:740px){.css-172h6t9{display:none;}}.css-15cbhtu::before,.css-15cbhtu::after{display:table;clear:both;content:'';line-height:0;}.css-m70j1g{font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-letter-spacing:0.029375em;-moz-letter-spacing:0.029375em;-ms-letter-spacing:0.029375em;letter-spacing:0.029375em;text-transform:uppercase;font-size:11px;line-height:14px;font-weight:300;}@media (min-width:740px){.css-m70j1g{font-size:11px;line-height:11px;font-weight:500;}}.css-m70j1g a{color:#000;font-size:16px;font-weight:300;}.css-1xonkmu .highlighted{background:#f8f8d4;padding:2px;}.css-1n7hynb{text-transform:uppercase;}.css-1n7hynb span{text-transform:lowercase;}.css-ye6x8s{border-top:1px solid #e2e2e2;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:20px;padding-top:21px;}.css-ye6x8s:nth-of-type(1){border-top:0 none;padding-top:0;}.css-1cp3ece{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;max-width:800px;width:100%;}@media (min-width:600px){.css-1cp3ece{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;max-width:840px;}}.css-1l4spti{margin-bottom:2px;-webkit-order:0;-ms-flex-order:0;order:0;width:100%;}@media (min-width:600px){.css-1l4spti{margin-bottom:0;-webkit-order:2;-ms-flex-order:2;order:2;}}.css-1l4spti > a:hover{cursor:pointer;}.css-1l4spti > a:hover h2{-webkit-text-decoration:underline;text-decoration:underline;}.css-ulz9xo{float:right;margin:0 0 10px 10px;width:150px;}@media (min-width:600px){.css-ulz9xo{margin:0 0 0 40px;}}@media (min-width:1024px){.css-ulz9xo{width:205px;}}.css-l57rop{padding-bottom:10px;}.css-nm3jss{font-weight:400;-webkit-text-decoration:none;text-decoration:none;}.css-nm3jss:hover{display:inline-block;-webkit-text-decoration:underline;text-decoration:underline;}.css-nm3jss.well,.css-nm3jss.business{font-weight:300;}.css-10wtrbd{box-sizing:border-box;padding-right:0;width:100%;}.css-me3p27{-webkit-flex:none;-ms-flex:none;flex:none;}.css-9voj2j{display:none;}@media (min-width:740px){.css-9voj2j{display:inline;}}.css-9voj2j span{text-transform:uppercase;}.css-xta2bx{border-top:1px solid #e2e2e2;padding-top:21px;padding-bottom:19px;}.css-xta2bx:nth-child(1){padding-top:0;border-top:0 none;}@media (min-width:765px){.css-xta2bx{border:none;border-right:1px solid #e2e2e2;box-sizing:content-box;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin-top:15px;padding:0 15px 15px;width:30.4%;}.css-xta2bx:nth-child(1){border-right:0 none;border-bottom:1px solid #e2e2e2;margin-top:0;padding-left:0;padding-right:0;padding-bottom:15px;width:100%;}.css-xta2bx:nth-child(2){padding-left:0;}.css-xta2bx:nth-child(4){border:0 none;padding-right:0;}}@media (min-width:1020px){.css-xta2bx{margin-top:20px;padding:0 20px 20px;}.css-xta2bx:nth-child(1){padding-bottom:4px;}}@media (min-width:765px){.css-1pagwdx{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}.css-3q005l{display:inline-block;height:16px;line-height:0;margin-right:7px;opacity:0.55;position:relative;-webkit-transition:opacity 0.2s linear;transition:opacity 0.2s linear;vertical-align:text-bottom;width:16px;}.css-1jhow8c{display:none;left:13px;position:absolute;top:0;}@media (min-width:740px){.css-1jhow8c{left:45px;top:9px;}}.css-wm4t3d{position:relative;}@media (min-width:740px){.css-wm4t3d{min-width:125px;}}.css-13mho3u{margin-bottom:22px;position:relative;}@media (min-width:1024px){.css-13mho3u{float:left;margin-right:30px;width:65%;}}@media (min-width:1150px){.css-13mho3u{margin-right:60px;}}@media (min-width:1280px){.css-13mho3u{width:70%;}}@media (min-width:1024px){.css-g6hk37{margin-bottom:100px;float:right;width:300px;}}.css-14aj3sn{border-top:1px dotted #999;margin-bottom:30px;margin-left:auto;margin-right:auto;padding-top:12px;}@media (min-width:740px){.css-14aj3sn{width:585px;}}@media (min-width:1024px){.css-14aj3sn{width:300px;}}.css-14aj3sn:first-of-type{border-top:none;margin-top:67px;padding-top:0;}@media (min-width:600px){.css-14aj3sn:first-of-type{margin-top:92px;}}@media (min-width:1024px){.css-14aj3sn:first-of-type{border-top:1px dotted #999;margin-top:0;padding-top:12px;}}.css-14aj3sn:last-child{margin-bottom:0;}@media (min-width:1024px){.css-ahe4g0{position:relative;border-bottom:none;}}@media (min-width:1024px){.css-ahe4g0{margin:0 auto;padding:0 3%;}}@media (min-width:1150px){.css-ahe4g0{margin:auto;padding:0 3%;max-width:1200px;}}.css-qo6pn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:space-around;-webkit-justify-content:space-around;-ms-flex-pack:space-around;justify-content:space-around;left:10px;position:absolute;}@media (min-width:1024px){.css-qo6pn{left:0;}}@media print{.css-qo6pn{display:none;}}.css-fzvsed{border-radius:3px;cursor:pointer;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-transition:ease 0.6s;transition:ease 0.6s;white-space:nowrap;vertical-align:middle;background-color:transparent;color:#000;font-size:11px;line-height:11px;font-weight:700;-webkit-letter-spacing:0.02em;-moz-letter-spacing:0.02em;-ms-letter-spacing:0.02em;letter-spacing:0.02em;padding:11px 12px 8px;border:0;padding:8px 9px;text-transform:uppercase;}.css-fzvsed.hidden{opacity:0;visibility:hidden;}.css-fzvsed.hidden:focus{opacity:1;}.css-fzvsed::-moz-focus-inner{padding:0;border:0;}.css-fzvsed:-moz-focusring{outline:1px dotted;}.css-fzvsed:disabled,.css-fzvsed.disabled{opacity:0.5;cursor:default;}.css-fzvsed:active,.css-fzvsed.active{background-color:#f7f7f7;}@media (min-width:740px){.css-fzvsed:hover{background-color:#f7f7f7;}}@media (min-width:1024px){.css-fzvsed{display:none;}}.css-123u7tk{border-radius:3px;cursor:pointer;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-transition:ease 0.6s;transition:ease 0.6s;white-space:nowrap;vertical-align:middle;background-color:#fff;border:1px solid #ebebeb;color:#333;font-size:11px;line-height:11px;font-weight:500;-webkit-letter-spacing:0.02em;-moz-letter-spacing:0.02em;-ms-letter-spacing:0.02em;letter-spacing:0.02em;padding:11px 12px 8px;text-transform:uppercase;display:none;padding:8px 9px 9px;}.css-123u7tk::-moz-focus-inner{padding:0;border:0;}.css-123u7tk:-moz-focusring{outline:1px dotted;}.css-123u7tk:disabled,.css-123u7tk.disabled{opacity:0.5;cursor:default;}.css-123u7tk:active,.css-123u7tk.active{background-color:#f7f7f7;}@media (min-width:740px){.css-123u7tk:hover{background-color:#f7f7f7;}}@media (min-width:1024px){.css-123u7tk{border:0;display:inline-block;margin-right:8px;}}.css-tkwi90{border-radius:3px;cursor:pointer;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-transition:ease 0.6s;transition:ease 0.6s;white-space:nowrap;vertical-align:middle;background-color:transparent;color:#000;font-size:11px;line-height:11px;font-weight:700;-webkit-letter-spacing:0.02em;-moz-letter-spacing:0.02em;-ms-letter-spacing:0.02em;letter-spacing:0.02em;padding:11px 12px 8px;border:0;}.css-tkwi90::-moz-focus-inner{padding:0;border:0;}.css-tkwi90:-moz-focusring{outline:1px dotted;}.css-tkwi90:disabled,.css-tkwi90.disabled{opacity:0.5;cursor:default;}.css-tkwi90:active,.css-tkwi90.active{background-color:#f7f7f7;}@media (min-width:740px){.css-tkwi90:hover{background-color:#f7f7f7;}}.css-tkwi90.activeSearchButton{background-color:#f7f7f7;}@media (min-width:1024px){.css-tkwi90{padding:8px 9px 9px;}}.css-nhjhh0{display:block;width:189px;height:26px;margin:5px auto 0;}@media (min-width:740px){.css-nhjhh0{width:225px;height:31px;margin:4px auto 0;}}@media (min-width:1024px){.css-nhjhh0{width:195px;height:26px;margin:6px auto 0;}}.css-12bivf2{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:space-around;-webkit-justify-content:space-around;-ms-flex-pack:space-around;justify-content:space-around;position:absolute;right:10px;top:9px;}@media (min-width:1024px){.css-12bivf2{top:4px;right:0;}}@media print{.css-12bivf2{display:none;}}.css-htw48t{border-radius:3px;cursor:pointer;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-transition:ease 0.6s;transition:ease 0.6s;white-space:nowrap;vertical-align:middle;background-color:#567b95;border:1px solid #326891;color:#fff;font-size:11px;line-height:11px;font-weight:700;-webkit-letter-spacing:0.05em;-moz-letter-spacing:0.05em;-ms-letter-spacing:0.05em;letter-spacing:0.05em;padding:11px 12px 8px;text-transform:uppercase;display:inline-block;}.css-htw48t::-moz-focus-inner{padding:0;border:0;}.css-htw48t:-moz-focusring{outline:1px dotted;}.css-htw48t:disabled,.css-htw48t.disabled{opacity:0.5;cursor:default;}@media (min-width:740px){.css-htw48t:hover{background-color:#326891;}}@media (min-width:1024px){.css-htw48t{padding:11px 12px 8px;height:11px;color:#fff !important;}}.css-htw48t:hover{border:1px solid #326891;}.css-fozwf3{border-radius:3px;cursor:pointer;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-transition:ease 0.6s;transition:ease 0.6s;white-space:nowrap;vertical-align:middle;background-color:transparent;color:#000;font-size:11px;line-height:11px;font-weight:700;-webkit-letter-spacing:0.02em;-moz-letter-spacing:0.02em;-ms-letter-spacing:0.02em;letter-spacing:0.02em;padding:11px 12px 8px;border:0;display:block;padding:7px 9px 9px;}.css-fozwf3.hidden{opacity:0;visibility:hidden;}.css-fozwf3.hidden:focus{opacity:1;}.css-fozwf3::-moz-focus-inner{padding:0;border:0;}.css-fozwf3:-moz-focusring{outline:1px dotted;}.css-fozwf3:disabled,.css-fozwf3.disabled{opacity:0.5;cursor:default;}.css-fozwf3:active,.css-fozwf3.active{background-color:#f7f7f7;}@media (min-width:740px){.css-fozwf3:hover{background-color:#f7f7f7;}}@media (min-width:740px){.css-fozwf3{border:none;line-height:13px;padding:9px 9px 12px;}}@media (min-width:1024px){.css-fozwf3{display:none;}}.css-1ho5u4o{list-style:none;margin:0 0 15px;padding:0;}@media (min-width:600px){.css-1ho5u4o{display:inline-block;}}.css-13o0c9t{list-style:none;line-height:8px;margin:0 0 35px;padding:0;}@media (min-width:600px){.css-13o0c9t{display:inline-block;}}.css-a7htku{display:inline-block;line-height:20px;padding:0 10px;}.css-a7htku:first-child{border-left:none;}.css-a7htku.desktop{display:none;}@media (min-width:740px){.css-a7htku.smartphone{display:none;}.css-a7htku.desktop{display:inline-block;}.css-a7htku.mobileOnly{display:none;}}.css-10698na{text-align:center;}@media (min-width:740px){.css-10698na{padding-top:0;}}@media print{.css-10698na a[href]::after{content:'';}.css-10698na svg{fill:black;}}.css-1tag3rd{font-size:10px;padding:11px 0 10px;text-transform:uppercase;width:100%;color:#999;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-letter-spacing:0.5px;-moz-letter-spacing:0.5px;-ms-letter-spacing:0.5px;letter-spacing:0.5px;text-align:center;}.css-ui9rw0{background:#fff;border-bottom:1px solid #e2e2e2;height:36px;padding:8px 15px 3px;position:relative;}@media (min-width:740px){.css-ui9rw0{background:#fff;padding:10px 15px 6px;}}@media (min-width:1024px){.css-ui9rw0{background:transparent;border-bottom:0;padding:4px 15px 2px;}}@media (min-width:1024px){.css-ui9rw0{margin:0 auto;max-width:1605px;}}.css-1r0gz1j{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:11px;-webkit-box-pack:space-around;-webkit-justify-content:space-around;-ms-flex-pack:space-around;justify-content:space-around;padding:13px 20px 12px;}@media (min-width:740px){.css-1r0gz1j{position:relative;}}@media (min-width:1024px){.css-1r0gz1j{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border:none;padding:0;height:0;-webkit-transform:translateY(38px);-ms-transform:translateY(38px);transform:translateY(38px);-webkit-align-items:flex-end;-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end;}}@media print{.css-1r0gz1j{display:none;}}.css-1o0kkht{color:#121212;font-size:0.6875rem;font-family:nyt-franklin,helvetica,arial,sans-serif;display:none;width:auto;font-weight:700;}@media (min-width:740px){.css-1o0kkht{text-align:center;width:100%;}}@media (min-width:1024px){.css-1o0kkht{font-size:12px;width:auto;margin-bottom:5px;}}.css-1bvtpon{display:none;}.css-13o4bnb{color:#666;font-family:nyt-imperial,georgia,'times new roman',times,serif;margin:10px 20px 0;text-align:left;}.css-13o4bnb a{color:#326891;-webkit-text-decoration:none;text-decoration:none;}.css-13o4bnb a:hover,.css-13o4bnb a:focus{-webkit-text-decoration:underline;text-decoration:underline;}@media (min-width:600px){.css-13o4bnb{margin-left:0;}}.sizeSmall .css-13o4bnb{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:calc(50% - 15px);margin:auto 0 15px 15px;}@media (min-width:600px){.sizeSmall .css-13o4bnb{width:260px;margin-left:15px;}}@media (min-width:740px){.sizeSmall .css-13o4bnb{margin-left:15px;}}@media (min-width:1440px){.sizeSmall .css-13o4bnb{width:330px;margin-left:15px;}}@media (max-width:600px){.sizeSmall .css-13o4bnb{margin:auto 0 0 15px;}}.sizeSmall.sizeSmallNoCaption .css-13o4bnb{margin-left:auto;margin-right:auto;margin-top:10px;}.sizeMedium .css-13o4bnb{max-width:900px;}.sizeMedium.layoutVertical.verticalVideo .css-13o4bnb{margin-left:0;margin-right:0;}.sizeLarge .css-13o4bnb{max-width:none;}@media (min-width:600px){.sizeLarge .css-13o4bnb{margin-left:20px;}}@media (min-width:740px){.sizeLarge .css-13o4bnb{margin-left:20px;max-width:900px;}}@media (min-width:1024px){.sizeLarge .css-13o4bnb{margin-left:0;max-width:720px;}}@media (min-width:1440px){.sizeLarge .css-13o4bnb{margin-left:0;max-width:900px;}}@media (min-width:740px){.sizeLarge.layoutVertical .css-13o4bnb{margin-left:0;}}.sizeFull .css-13o4bnb{margin-left:20px;}@media (min-width:600px){.sizeFull .css-13o4bnb{max-width:900px;}}@media (min-width:740px){.sizeFull .css-13o4bnb{max-width:900px;}}@media (min-width:1440px){.sizeFull .css-13o4bnb{max-width:900px;}}@media print{.css-13o4bnb{display:none;}}.css-rq4mmj{height:auto;width:100%;width:100%;vertical-align:top;}.css-rq4mmj img{width:100%;vertical-align:top;}:root{--color-background-elevated:hsla(0,0%,100%,1);--color-background-primary:hsla(0,0%,100%,1);--color-background-quaternary:hsla(0,0%,78.04%,1);--color-background-secondary:hsla(0,0%,97.26%,1);--color-background-tertiary:hsla(0,0%,92.16%,1);--color-background-inversePrimary:hsla(0,0%,7.06%,1);--color-background-inverseSecondary:hsla(0,0%,21.18%,1);--color-background-overlay:hsla(0,0%,7.06%,0.58);--color-content-primary:hsla(0,0%,7.06%,1);--color-content-quaternary:hsla(0,0%,44.71%,1);--color-content-quintary:hsla(0,0%,54.51%,1);--color-content-secondary:hsla(0,0%,21.18%,1);--color-content-tertiary:hsla(0,0%,35.3%,1);--color-content-inversePrimary:hsla(0,0%,100%,1);--color-overlay-black:hsla(0,0%,0%,1);--color-signal-breaking:hsla(352.72,98.1%,41.18%,1);--color-signal-developing:hsla(20.19,91.67%,47.06%,1);--color-signal-editorial:hsla(205.9,48.72%,38.24%,1);--color-signal-highlight:hsla(215.28,72.23%,50.59%,1);--color-signal-negative:hsla(354.29,98.83%,33.34%,1);--color-signal-positive:hsla(126.98,53.09%,31.77%,1);--color-stroke-primary:hsla(0,0%,7.06%,1);--color-stroke-quaternary:hsla(0,0%,87.46%,1);--color-stroke-secondary:hsla(0,0%,54.51%,1);--color-stroke-tertiary:hsla(0,0%,78.04%,1);--color-stroke-inversePrimary:hsla(0,0%,100%,1);--color-static-white:hsla(0,0%,100%,1);--color-static-gray100:hsla(0,0%,0%,1);}@media (prefers-color-scheme:dark){:root.NYTApp{--color-background-elevated:hsla(0,0%,16.48%,1);--color-background-primary:hsla(0,0%,7.06%,1);--color-background-quaternary:hsla(0,0%,35.3%,1);--color-background-secondary:hsla(0,0%,11.77%,1);--color-background-tertiary:hsla(0,0%,21.18%,1);--color-background-inversePrimary:hsla(0,0%,100%,1);--color-background-inverseSecondary:hsla(0,0%,87.46%,1);--color-background-overlay:hsla(0,0%,100%,0.58);--color-content-primary:hsla(0,0%,100%,1);--color-content-quaternary:hsla(0,0%,63.93%,1);--color-content-quintary:hsla(0,0%,54.51%,1);--color-content-secondary:hsla(0,0%,87.46%,1);--color-content-tertiary:hsla(0,0%,73.34%,1);--color-content-inversePrimary:hsla(0,0%,7.06%,1);--color-overlay-black:hsla(0,0%,0%,1);--color-signal-breaking:hsla(354.7,71.02%,59.42%,1);--color-signal-developing:hsla(20.23,91.76%,61.97%,1);--color-signal-editorial:hsla(206.06,40.87%,63.53%,1);--color-signal-highlight:hsla(215.28,72.23%,50.59%,1);--color-signal-negative:hsla(356.29,72.91%,69.61%,1);--color-signal-positive:hsla(112.41,31.23%,50.4%,1);--color-stroke-primary:hsla(0,0%,100%,1);--color-stroke-quaternary:hsla(0,0%,25.89%,1);--color-stroke-secondary:hsla(0,0%,54.51%,1);--color-stroke-tertiary:hsla(0,0%,35.3%,1);--color-stroke-inversePrimary:hsla(0,0%,7.06%,1);--color-static-white:hsla(0,0%,100%,1);--color-static-gray100:hsla(0,0%,0%,1);}}body{color:var(--color-content-primary,#121212);background:var(--color-background-primary,#FFFFFF);}.css-zz1s19{opacity:1;visibility:visible;-webkit-animation-name:animation-5j8bii;animation-name:animation-5j8bii;-webkit-animation-duration:300ms;animation-duration:300ms;-webkit-animation-delay:0ms;animation-delay:0ms;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}@media (min-width:740px){.css-zz1s19{border-bottom:1px solid #e2e2e2;}}@media print{.css-zz1s19{display:none;}}.css-1fnb9ct{display:none;}@media (min-width:1024px){.css-1fnb9ct{display:block;position:absolute;left:105px;line-height:19px;top:11px;}}.css-15h4p1b{margin:15px 0 0;min-width:300px;width:auto;overflow:hidden;}@media (min-width:740px){.css-15h4p1b{margin:15px auto 0;}}.css-1ta8iz9{margin-left:25px;margin-right:25px;}.css-1ta8iz9::before,.css-1ta8iz9::after{display:table;clear:both;content:'';line-height:0;}@media (min-width:740px){.css-1ta8iz9{margin-top:2px;}}@media (min-width:1280px){.css-1ta8iz9{margin-left:auto;margin-right:auto;max-width:1200px;}}.css-1j21atc{margin-bottom:15px;position:relative;}.css-fmiefx{min-height:25px;}@media (min-width:740px){.css-fmiefx{min-height:30px;}}.css-fmiefx::before,.css-fmiefx::after{display:table;clear:both;content:'';line-height:0;}@media (min-width:740px){.css-fmiefx{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;margin-bottom:0;}}.css-1hk7r2m{margin-top:5px;padding-bottom:0;}@media (min-width:740px){.css-1hk7r2m{margin-top:0;}}@media (min-width:740px){.css-1hk7r2m{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:auto;margin-right:0;}}.css-7a1pgi{display:none !important;visibility:hidden;}@media print{.css-7a1pgi{display:none;}}.css-1l4mleb{display:none !important;display:none;display:none;width:100%;color:#999;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-letter-spacing:0.5px;-moz-letter-spacing:0.5px;-ms-letter-spacing:0.5px;letter-spacing:0.5px;text-align:center;}@media (min-width:765px){.css-1l4mleb{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;padding-right:3px;color:#999;}}@media (min-width:765px){.css-1l4mleb{font-size:11px;line-height:11px;}}.css-1u1077h{margin-top:10px;margin:10px 0 0;}@media (min-width:740px){.css-1u1077h{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin:4px 0;}}.css-nfcc9b{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}@media (min-width:740px){.css-1126fso{-webkit-flex:1 75%;-ms-flex:1 75%;flex:1 75%;}}.css-1fbiiks{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}@media (min-width:740px){.css-1fbiiks{-webkit-flex-direction:unset;-ms-flex-direction:unset;flex-direction:unset;}}.css-psuupz{margin-left:25px;margin-right:25px;}@media (min-width:1150px){.css-psuupz{width:calc(100% - 50px);max-width:1200px;margin-left:auto;margin-right:auto;}}@media (min-width:1024px){.css-psuupz{margin-top:35px;}}@media (min-width:1280px){.css-psuupz{margin-left:auto;margin-right:auto;max-width:1200px;}}.css-1ckwy97{border-bottom:1px solid #ccc;border-top:2px solid #000;list-style-type:none;margin:0;padding:0;position:relative;}.css-1ckwy97::before,.css-1ckwy97::after{display:table;clear:both;content:'';line-height:0;}@media (min-width:740px){.css-1ckwy97{padding-bottom:0;padding-left:15px;padding-right:15px;padding-top:0;}}.css-1pfdu6b{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;float:left;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:14px;font-weight:700;line-height:20px;margin-left:15px;position:relative;}@media (min-width:740px){.css-1pfdu6b{border:1px solid transparent;font-size:17px;line-height:23px;margin:0 15px -8px;top:-7px;}}.css-1pfdu6b:first-child{margin-left:0;}.css-1pfdu6b a{display:block;padding:5px 0;color:#999;-webkit-text-decoration:none;text-decoration:none;}@media (min-width:740px){.css-1pfdu6b a{display:block;padding:13px 30px 8px;-webkit-text-decoration:none;text-decoration:none;-webkit-transition:olor 0.2s linear;transition:olor 0.2s linear;}}.css-1pfdu6b a:hover{color:#000;}.css-1pfdu6b.search{min-width:160px;max-width:500px;}.css-1pfdu6b.search a:hover .css-3q005l{opacity:1;}.css-1pfdu6b.active{margin-left:15px;}@media (min-width:740px){.css-1pfdu6b.active{background-color:#fff;border:1px solid #ccc;border-bottom:1px solid #fff;border-top-left-radius:3px;border-top-right-radius:3px;box-shadow:0 -2px 5px rgba(0,0,0,0.05);margin-left:0;margin-right:0;}}.css-1pfdu6b.active a{color:#333;}@media (min-width:740px){.css-1pfdu6b.active a{padding-left:45px;padding-right:45px;}}.css-1pfdu6b.active.search{min-width:270px;max-width:300px;}.css-1pfdu6b.active.search a .css-3q005l{opacity:1;}@media (min-width:740px){.css-1pfdu6b.active.search a .css-3q005l{left:-30px;}}.css-1pfdu6b.active.search .css-1jhow8c{display:block;}.css-1pfdu6b.active.search .css-6n7j50{display:none;}@media (min-width:740px){.css-1pfdu6b.active.search{min-width:160px;max-width:500px;}}@media (min-width:1150px){.css-1pfdu6b.active.search{max-width:785px;}}.css-1pfdu6b.active:first-child{margin-left:0;}.css-1iovbfw{font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:1rem;font-weight:700;line-height:20px;color:white;}@media (min-width:740px){.css-1iovbfw{font-size:17px;line-height:23px;}}.css-13a7bdu{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:transparent;border:none;border-radius:0;box-shadow:none;height:30px;padding:0 10px;max-width:225px;min-width:80px;width:80px;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:1rem;font-weight:700;line-height:20px;}@media (min-width:740px){.css-13a7bdu{font-size:17px;line-height:23px;max-width:425px;}}@media (min-width:1150px){.css-13a7bdu{max-width:710px;}}.css-13a7bdu::-webkit-input-placeholder{color:#e2e2e2;-webkit-letter-spacing:0;-moz-letter-spacing:0;-ms-letter-spacing:0;letter-spacing:0;}.css-13a7bdu:-moz-placeholder{color:#e2e2e2;-webkit-letter-spacing:0;-moz-letter-spacing:0;-ms-letter-spacing:0;letter-spacing:0;}.css-13a7bdu::-moz-placeholder{color:#e2e2e2;-webkit-letter-spacing:0;-moz-letter-spacing:0;-ms-letter-spacing:0;letter-spacing:0;}.css-13a7bdu:-ms-input-placeholder{color:#e2e2e2;-webkit-letter-spacing:0;-moz-letter-spacing:0;-ms-letter-spacing:0;letter-spacing:0;}@media (min-width:740px){.css-13a7bdu{font-size:17px;line-height:23px;}}.css-17x4u1i{background-clip:padding-box;background-color:transparent;border:none;border-radius:50%;font-family:nyt-franklin,helvetica,arial,sans-serif;height:30px;padding:0;position:relative;top:-1px;left:-10px;-webkit-transition:background-color 0.2s ease-in;transition:background-color 0.2s ease-in;width:30px;display:none;}.css-17x4u1i .icon::before,.css-17x4u1i .icon::after{background-color:#999;content:'';display:block;height:2px;left:10px;position:absolute;top:15px;width:11px;}.css-17x4u1i .icon::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}.css-17x4u1i .icon::after{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);}.css-17x4u1i:hover{background-color:transparent;}.css-17x4u1i:hover .icon::before,.css-17x4u1i:hover .icon::after{background-color:#666;}.css-8msx5b{min-height:460px;padding-top:15px;}.css-8msx5b::before,.css-8msx5b::after{display:table;clear:both;content:'';line-height:0;}@media (min-width:740px){.css-8msx5b{padding-top:30px;}}.css-8msx5b:focus{outline:none;}.css-1j9dxys{color:#000;font-feature-settings:'kern';margin-bottom:8px;max-width:470px;font-family:nyt-cheltenham,georgia,'times new roman',times,serif;font-weight:400;font-size:17px;line-height:20px;}@media (min-width:740px){.css-1j9dxys{font-size:23px;line-height:25px;}}.css-1j9dxys .highlighted{font-weight:700;}.css-1echdzn{color:#333;font-family:nyt-imperial,georgia,'times new roman',times,serif;font-weight:400;font-size:13px;line-height:18px;}@media (min-width:740px){.css-1echdzn{font-size:14px;line-height:20px;}}.css-1echdzn .highlighted{font-weight:700;}.css-1nqbnmb{display:none;margin:11px 0 4px;color:#999;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:11px;font-weight:500;line-height:12px;}@media (min-width:765px){.css-1nqbnmb{display:inline-block;}}.css-1lc2l26{-webkit-order:0;-ms-flex-order:0;order:0;color:#999;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:11px;font-weight:400;line-height:13px;}@media (min-width:600px){.css-1lc2l26{min-width:125px;-webkit-order:1;-ms-flex-order:1;order:1;}}@media (min-width:740px){.css-1lc2l26{margin:8px 0 7px;}}.css-10wkyv7{display:none;background-color:#f7f7f7;border-top:1px solid #e2e2e2;padding-bottom:30px;visibility:hidden;}@media print{.css-10wkyv7{display:none;}}@media (min-width:740px){.css-10wkyv7{border-bottom:1px solid #f3f3f3;border-top:1px solid #f3f3f3;margin-top:40px;margin-bottom:40px;}}@media (min-width:1024px){.css-10wkyv7{display:block;margin-top:0;padding-bottom:0;max-width:300px;text-align:center;}}.css-oxle51{display:none;background-color:#f7f7f7;border-top:1px solid #e2e2e2;padding-bottom:30px;visibility:hidden;}@media print{.css-oxle51{display:none;}}@media (min-width:740px){.css-oxle51{border-bottom:1px solid #f3f3f3;border-top:1px solid #f3f3f3;margin-top:40px;margin-bottom:40px;}}@media (min-width:1024px){.css-oxle51{display:block;margin-top:0;padding-bottom:0;max-width:300px;text-align:center;}}.css-1mn4oms{padding-top:20px;background-color:#f7f7f7;border-top:1px solid #e2e2e2;padding-bottom:30px;visibility:hidden;}@media print{.css-1mn4oms{display:none;}}@media (min-width:740px){.css-1mn4oms{border-bottom:1px solid #f3f3f3;border-top:1px solid #f3f3f3;margin-top:40px;margin-bottom:40px;}}@media (min-width:740px){.css-1mn4oms{display:block;min-height:90px;}}.css-15p45cc{display:none;background-color:#f7f7f7;border-top:1px solid #e2e2e2;padding-bottom:30px;padding-bottom:0;visibility:hidden;}@media print{.css-15p45cc{display:none;}}@media (min-width:740px){.css-15p45cc{border-bottom:1px solid #f3f3f3;border-top:1px solid #f3f3f3;margin-top:40px;margin-bottom:40px;}}@media (min-width:740px){.css-15p45cc{display:block;margin-bottom:0;margin-top:0;padding:20px 0;min-height:90px;}}.css-19x0jxb{display:none !important;font-size:10px;padding:11px 0 10px;text-transform:uppercase;width:100%;color:#999;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-letter-spacing:0.5px;-moz-letter-spacing:0.5px;-ms-letter-spacing:0.5px;letter-spacing:0.5px;text-align:center;}.css-1qtg4z6{display:inline-block;font-style:normal;line-height:0;vertical-align:middle;background-image:url(/vi-assets/static-assets/icon-twitter-20x20-fullcolor-2b3b15cf7ffad73aea500d7ccdc0d807.svg);height:20px;width:20px;}.css-47f75k{color:#000;text-transform:uppercase;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:11px;font-weight:700;line-height:18px;margin-bottom:6px;text-transform:uppercase;}.css-47f75k a{color:#000;}.css-9s7qe8{color:#999;-webkit-text-decoration:none;text-decoration:none;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:15px;font-weight:500;line-height:15px;}.css-9s7qe8 span{display:inline-block;margin-left:8px;}.css-2aieq6{color:#121212;-webkit-flex:1 75%;-ms-flex:1 75%;flex:1 75%;font-feature-settings:'kern';margin-top:10px;font-family:nyt-karnak,georgia,'times new roman',times,serif;font-weight:900;-webkit-font-smoothing:antialiased;font-size:32px;line-height:32px;margin-bottom:-3px;margin-top:11px;}@media (min-width:740px){.css-2aieq6{font-size:38px;line-height:38px;margin-top:5px;}}@media (min-width:1024px){.css-2aieq6{font-size:44px;line-height:44px;margin-bottom:-6px;margin-top:6px;}}.css-1qhmxx1{display:block;padding-top:0;margin-top:10px;border-top:1px solid #e2e2e2;}.css-1epgb9g{background:linear-gradient(to right,rgba(255,255,255,1),rgba(255,255,255,0));list-style-type:none;position:relative;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:inline-block;margin:0 -4px 0 0;padding:9px 0 9px;}@media (min-width:740px){.css-1epgb9g{margin:0;}}@media (min-width:1024px){.css-1epgb9g{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}@media (min-width:1024px){.css-1epgb9g{padding:9px 0 7px;}}.css-6p3lz8{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-right:none;color:#333;cursor:pointer;display:inline-block;margin:0;font-family:nyt-franklin,helvetica,arial,sans-serif;font-weight:400;text-transform:uppercase;white-space:nowrap;font-size:13px;line-height:13px;padding-left:10px;}.css-6p3lz8:first-child{padding-left:0;}.css-6p3lz8::after{border-right:1px solid #ccc;content:'';display:inline-block;}.css-6p3lz8:last-of-type::after{border-right:none;padding-right:0;}@media (min-width:740px){.css-6p3lz8{font-size:11px;line-height:11px;}}@media (min-width:1024px){.css-6p3lz8{padding-left:8px;}}.css-6p3lz8::after{vertical-align:-3px;height:16px;padding-right:10px;}@media (min-width:740px){.css-6p3lz8::after{height:11px;}}@media (min-width:1024px){.css-6p3lz8::after{padding-right:8px;}}.css-4svvz1{margin-top:0;margin-bottom:25px;}@media (min-width:765px){.css-4svvz1{margin-bottom:35px;}}.css-1vlzjyd{padding-top:29px;margin-left:25px;margin-right:25px;border-top:2px solid #000;}@media (min-width:1150px){.css-1vlzjyd{width:calc(100% - 50px);max-width:1200px;margin-left:auto;margin-right:auto;}}.css-1vlzjyd >:first-child{border-top:0 none;padding-top:0;}.css-1vlzjyd > .e6secmu0:first-of-type:last-of-type .eb97p613:last-child{padding-bottom:55px;border-bottom:0 none;}.css-1vlzjyd > .ebvx18p0:last-of-type .eb97p613:last-child{padding-bottom:55px;border-bottom:0 none;}.css-gfgt40:last-child{padding-bottom:0;}.css-gfgt40 a{-webkit-text-decoration:none;text-decoration:none;}@media (min-width:1280px){.css-gfgt40{max-width:1200px;}}.css-11jjg{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0;padding:0;}.css-gjijuv{box-sizing:border-box;padding-right:0;width:100%;}@media (min-width:765px){.css-gjijuv{padding-bottom:15px;padding-right:30px;width:35%;}}@media (min-width:1020px){.css-gjijuv{width:34.5%;}}.css-1fwiylb{float:none;margin-left:0;margin-bottom:5px;position:relative;width:100%;float:none;margin-left:0;width:100%;}@media (min-width:740px){.css-1fwiylb{margin-bottom:15px;}}.css-1fwiylb img{width:100%;vertical-align:top;}@media (min-width:765px){.css-1fwiylb{margin-bottom:0;-webkit-order:2;-ms-flex-order:2;order:2;width:66%;}}@media (min-width:1020px){.css-1fwiylb{width:65%;}}@media (min-width:1280px){.css-1fwiylb{width:66%;}}.css-aqbich{text-align:right;}.css-1bt5hvg{font-size:0.625rem;display:inline-block;font-weight:500;line-height:0.75rem;margin-top:2px;color:#b3b3b3;font-family:nyt-franklin,helvetica,arial,sans-serif;text-transform:uppercase;}@media (min-width:765px){.css-1bt5hvg{display:inline-block;}}.css-b8r11n{clear:left;font-feature-settings:'kern';margin-bottom:7px;font-family:nyt-cheltenham,georgia,'times new roman',times,serif;font-size:1.625rem;font-weight:200;line-height:1.75rem;}.css-b8r11n a:hover{-webkit-text-decoration:underline;text-decoration:underline;}@media (min-width:740px){.css-b8r11n{clear:none;}}@media (min-width:765px){.css-b8r11n{font-size:30px;line-height:36px;}}@media (min-width:1020px){.css-b8r11n{font-size:36px;line-height:40px;}}@media (min-width:1280px){.css-b8r11n{font-size:42px;line-height:44px;}}@media (min-width:1280px){.css-b8r11n{margin-bottom:15px;}}.css-f9p5k6{margin-bottom:0;font-family:nyt-imperial,georgia,'times new roman',times,serif;font-size:0.9375rem;font-weight:500;line-height:1.375rem;}@media (min-width:765px){.css-f9p5k6{font-size:13px;line-height:20px;}}@media (min-width:1020px){.css-f9p5k6{font-size:16px;line-height:23px;}}@media (min-width:1280px){.css-f9p5k6{font-size:16px;line-height:23px;}}.css-s7sl7h{color:#999;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:0.6875rem;font-weight:500;line-height:0.75rem;margin-top:5px;}@media (min-width:1280px){.css-s7sl7h{margin-top:21px;}}.css-1dydysp{background-color:#999;border-radius:1px;-webkit-flex:none;-ms-flex:none;flex:none;height:2px;width:2px;display:none;margin:4px 5px 0;}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.css-1dydysp{margin-top:6px;}}@media (min-width:740px){.css-1dydysp{display:inline-block;}}.css-1ag53q4{float:none;margin-left:0;margin-bottom:5px;position:relative;width:100%;float:none;margin-left:0;width:100%;}@media (min-width:740px){.css-1ag53q4{margin-bottom:15px;}}.css-1ag53q4 img{width:100%;vertical-align:top;}.css-1ovcl9x{font-size:0.625rem;display:inline-block;font-weight:500;line-height:0.75rem;margin-top:2px;color:#b3b3b3;font-family:nyt-franklin,helvetica,arial,sans-serif;text-transform:uppercase;}.css-jkrs50{clear:left;font-feature-settings:'kern';margin-bottom:7px;font-family:nyt-cheltenham,georgia,'times new roman',times,serif;font-size:1.625rem;font-weight:200;line-height:1.75rem;}.css-jkrs50 a:hover{-webkit-text-decoration:underline;text-decoration:underline;}@media (min-width:740px){.css-jkrs50{clear:none;}}@media (min-width:765px){.css-jkrs50{font-size:22px;line-height:26px;}}@media (min-width:1020px){.css-jkrs50{font-size:26px;line-height:30px;}}@media (min-width:1280px){.css-jkrs50{font-size:28px;line-height:32px;}}.css-1s1laau{margin-bottom:0;font-family:nyt-imperial,georgia,'times new roman',times,serif;font-size:0.9375rem;font-weight:500;line-height:1.375rem;}@media (min-width:765px){.css-1s1laau{font-size:14px;line-height:20px;}}@media (min-width:1020px){.css-1s1laau{font-size:15px;line-height:22px;}}@media (min-width:1280px){.css-1s1laau{font-size:15px;line-height:22px;}}.css-17h6mv0{color:#999;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:0.6875rem;font-weight:500;line-height:0.75rem;margin-top:5px;}.css-zk12ih{padding-top:46px;border-top:1px solid #e2e2e2;}.css-zk12ih:last-child{padding-bottom:0;}.css-zk12ih a{-webkit-text-decoration:none;text-decoration:none;}@media (min-width:1280px){.css-zk12ih{max-width:1200px;}}@media (min-width:765px){.css-zk12ih{padding-top:29px;margin-top:30px;}}.css-x9pcp0{border-top:1px solid #e2e2e2;padding-top:38px;padding-bottom:19px;border-top:1px solid #e2e2e2;box-sizing:content-box;width:100%;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}.css-x9pcp0:first-child{border-top:0 none;padding-top:0;}.css-x9pcp0:last-child{padding-bottom:30px;border-bottom:1px solid #e2e2e2;}@media (min-width:765px){.css-x9pcp0{padding-top:0;padding-bottom:0;}.css-x9pcp0:last-child{padding-bottom:19px;border-bottom:0 none;}}.css-x9pcp0:first-child{padding-left:0;}.css-x9pcp0:last-child{border-right:0 none;padding-right:0;}@media (min-width:765px){.css-x9pcp0{width:16%;padding:0 15px;border-top:0 none;border-right:1px solid #e2e2e2;}}@media (min-width:1020px){.css-x9pcp0:first-child{padding-left:0;}.css-x9pcp0:last-child{padding-right:0;}}@media (min-width:1280px){.css-x9pcp0{padding:0 20px;}}.css-x9pcp0 div{bottom:35px;}@media (min-width:600px){.css-x9pcp0 div{bottom:35px;}}@media (min-width:765px){.css-x9pcp0 div{bottom:10px;}}@media (min-width:1020px){.css-x9pcp0 div{bottom:10px;}}.css-1uu6dhy{color:#333;display:block;float:left;text-transform:uppercase;width:48%;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:0.6875rem;font-weight:500;line-height:0.75rem;margin-bottom:3px;-webkit-letter-spacing:0.05em;-moz-letter-spacing:0.05em;-ms-letter-spacing:0.05em;letter-spacing:0.05em;margin-top:-15px;}@media (min-width:740px){.css-1uu6dhy{float:none;width:100%;}}@media (min-width:765px){.css-1uu6dhy{margin-bottom:5px;}}.css-k4k3gl{float:none;margin-left:0;margin-bottom:5px;position:relative;width:100%;float:right;width:48%;margin-left:8px;margin-bottom:5px;}@media (min-width:740px){.css-k4k3gl{margin-bottom:15px;}}.css-k4k3gl img{width:100%;vertical-align:top;}@media (min-width:740px){.css-k4k3gl{float:none;width:100%;margin-left:0;margin-bottom:15px;}}.css-5sdog9{font-size:0.625rem;display:inline-block;font-weight:500;line-height:0.75rem;margin-top:2px;color:#b3b3b3;font-family:nyt-franklin,helvetica,arial,sans-serif;text-transform:uppercase;display:block;}@media (min-width:765px){.css-5sdog9{display:none;}}.css-1cn8d5g{clear:left;font-feature-settings:'kern';margin-bottom:7px;font-family:nyt-cheltenham,georgia,'times new roman',times,serif;font-size:1.625rem;font-weight:200;line-height:1.75rem;}.css-1cn8d5g a:hover{-webkit-text-decoration:underline;text-decoration:underline;}@media (min-width:740px){.css-1cn8d5g{clear:none;}}@media (min-width:740px){.css-1cn8d5g{font-weight:500;font-size:16px;line-height:18px;}}.css-1xis0cg{margin-bottom:0;font-family:nyt-imperial,georgia,'times new roman',times,serif;font-size:0.9375rem;font-weight:500;line-height:1.375rem;display:block;font-size:0.9375rem;line-height:1.375rem;}@media (min-width:765px){.css-1xis0cg{display:none;font-size:0.75rem;line-height:1rem;}}@media (min-width:1020px){.css-1xis0cg{font-size:0.8125rem;line-height:1.1875rem;}}.css-1njlzxq{color:#999;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:0.6875rem;font-weight:500;line-height:0.75rem;margin-top:5px;display:block;}@media (min-width:765px){.css-1njlzxq{display:none;}}.css-xei2dc{border-top:1px solid #e2e2e2;padding-top:21px;padding-bottom:19px;border-top:1px solid #e2e2e2;box-sizing:content-box;width:100%;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}.css-xei2dc:first-child{border-top:0 none;padding-top:0;}.css-xei2dc:last-child{padding-bottom:30px;border-bottom:1px solid #e2e2e2;}@media (min-width:765px){.css-xei2dc{padding-top:0;padding-bottom:0;}.css-xei2dc:last-child{padding-bottom:19px;border-bottom:0 none;}}.css-xei2dc:first-child{padding-left:0;}.css-xei2dc:last-child{border-right:0 none;padding-right:0;}@media (min-width:765px){.css-xei2dc{width:16%;padding:0 15px;border-top:0 none;border-right:1px solid #e2e2e2;}}@media (min-width:1020px){.css-xei2dc:first-child{padding-left:0;}.css-xei2dc:last-child{padding-right:0;}}@media (min-width:1280px){.css-xei2dc{padding:0 20px;}}.css-xei2dc div{bottom:35px;}@media (min-width:600px){.css-xei2dc div{bottom:35px;}}@media (min-width:765px){.css-xei2dc div{bottom:10px;}}@media (min-width:1020px){.css-xei2dc div{bottom:10px;}}.css-bs3opg{margin-top:30px;margin-left:25px;margin-right:25px;padding-top:0;border-top:1px solid #000;}.css-bs3opg:last-child{padding-bottom:0;}.css-bs3opg a{-webkit-text-decoration:none;text-decoration:none;}@media (min-width:1280px){.css-bs3opg{max-width:1200px;}}@media (min-width:1280px){.css-bs3opg{max-width:1200px;margin-left:auto;margin-right:auto;}}.css-bs3opg:first-of-type{margin-top:0;}.css-1v4upt6{margin-bottom:15px;margin-top:7px;position:relative;}@media (min-width:1020px){.css-1v4upt6{margin-bottom:30px;}}.css-1vqa1t9{color:#000;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.25rem;}.css-zxrpne{bottom:0;color:#326891;display:none;right:0;position:absolute;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:0.75rem;font-weight:400;line-height:0.875rem;}@media (min-width:740px){.css-zxrpne{display:block;}}.css-1sp2miq{display:inline-block;font-style:normal;line-height:0;vertical-align:middle;background-image:url(/vi-assets/static-assets/icon-facebook-20x20-fullcolor-010e67a050dbd8eb9de81b431dd81daf.svg);height:20px;width:20px;}</style>
<script type="text/javascript">
// 31.534kB
window.viHeadScriptSize = 31.534;
window.NYTD = {};
window.vi = window.vi || {};
window.vi.pageType = { type: '', edge: 'vi-collection'};
(function () { var _f=function(i){window.vi=window.vi||{},window.vi.env=Object.freeze(i),window.hybrid=!1};;_f.apply(null, [{"JKIDD_PATH":"https://a.nytimes.com/svc/nyt/data-layer","ET2_URL":"https://a.et.nytimes.com","ALS_URL":"https://als-svc.nytimes.com","WEDDINGS_PATH":"https://content.api.nytimes.com","GDPR_PATH":"https://us-central1-nyt-dsra-prd.cloudfunctions.net/datagov-dsr-formhandler","RECAPTCHA_SITEKEY":"6LevSGcUAAAAAF-7fVZF05VTRiXvBDAY4vBSPaTF","ABRA_ET_URL":"//et.nytimes.com","NODE_ENV":"production","EXPERIMENTAL_ROUTE_PREFIX":"","ENVIRONMENT":"prd","RELEASE":"12809ae4d39fc0d2fa32e10611092624601c913d","RELEASE_TAG":"v2478","AUTH_HOST":"https://myaccount.nytimes.com","SWG_PUBLICATION_ID":"nytimes.com","GQL_FETCH_TIMEOUT":"4000","GOOGLE_CLIENT_ID":"1005640118348-amh5tgkq641oru4fbhr3psm3gt2tcc94.apps.googleusercontent.com","STORY_SURROGATE_CONTROL":"max-age=300, stale-if-error=259200, stale-while-revalidate=259200"}]); })();;(function () { var _f=function(){var e=window;e.initWebview=function(e){var i=document.documentElement;if(e.OS){var t=e.OS.toUpperCase();i.classList.add(t)}e.BaseFontSize&&(i.dataset.baseFontSize=e.BaseFontSize)};var i=e.navigator.userAgent.toLowerCase();/iphone|ipod|ipad/.test(i)||void 0===e.config||e.initWebview(e.config)};;_f.apply(null, []); })();;
!function(c,t){var s,p,d,u,g,l=[],
_="object"==typeof c.navigator&&"string"==typeof c.navigator.userAgent&&/iP(ad|hone|od)/.test(
c.navigator.userAgent),f="object"==typeof c.navigator&&c.navigator.sendBeacon,
y=f?_?"xhr_ios":"beacon":"xhr";function v(){var t,e,n=c.crypto||c.msCrypto;if(n)e=n.getRandomValues(
new Uint8Array(18));else for(e=[];e.length<18;)e.push(256*Math.random()^255&(t=t||+new Date)),
t=Math.floor(t/256);return btoa(String.fromCharCode.apply(String,e)).replace(/\+/g,"-").replace(
/\//g,"_")}if(c.nyt_et)try{console.warn("et2 snippet should only load once per page")}catch(t
){}else c.nyt_et=function(){var t,e,n,i,r={pv_id:"",ctx_id:"",intra:!1},o=arguments;function a(r){
l.length&&(function(t,e,n){if("beacon"===y||f&&r)return c.navigator.sendBeacon(t,e)
;var i="undefined"!=typeof XMLHttpRequest?new XMLHttpRequest:new ActiveXObject("Microsoft.XMLHTTP")
;i.open("POST",t),i.withCredentials=!0,i.setRequestHeader("Accept","*/*"),
"string"==typeof e?i.setRequestHeader("Content-Type","text/plain;charset=UTF-8"
):"[object Blob]"==={}.toString.call(e)&&e.type&&i.setRequestHeader("Content-Type",e.type);try{
i.send(e)}catch(t){}}(s+"track",JSON.stringify(l)),l.length=0,clearTimeout(g),g=null)}if(
"string"==typeof o[0]&&/init/.test(o[0])&&(r=function(t,e){var n="",i="",r=!1;if(
"string"==typeof t&&"init"==t&&"object"==typeof e&&("boolean"==typeof e.intranet&&1==e.intranet&&(
r="true"),"string"==typeof e.pv_id_override&&"string"==typeof e.ctx_id_override))if(
24<=e.pv_id_override.length&&24<=e.ctx_id_override.length)n=e.pv_id_override,
i=e.ctx_id_override;else try{console.warn("override id(s) must be >= 24 chars long")}catch(t){}
return{pv_id:n,ctx_id:i,intra:r}}(o[0],o[3]),d=r.pv_id||v(),"init"==o[0]&&!p)){if(p=r.ctx_id||v(),
"string"!=typeof o[1]||!/^http/.test(o[1]))throw new Error("init must include an et host url");if(
s=String(o[1]).replace(/([^\/])$/,"$1/"),"string"!=typeof o[2])throw new Error(
"init must include a source app name");u=o[2]}o[o.length-1]&&"object"==typeof o[o.length-1]&&(
t=o[o.length-1]),t||/init/.test(o[0])?t&&!t.subject&&console.warn(
"event data {} must include a subject"):console.warn(
"when invoked without 'init' or 'pageinit', nyt_et() must include a event data"),s&&t&&t.subject&&(
e=t.subject,delete t.subject,i="page_exit"==e||"ob_click"==(t.eventData||{}).type,
n="page"==e||"page_soft"==e?d:v(),l.push({context_id:p,pageview_id:d,event_id:n,client_lib:"v1.1.4",
sourceApp:u,intranet:r.intra?1:void 0,subject:e,how:i&&_&&f?"beacon_ios":y,client_ts:+new Date,
data:JSON.parse(JSON.stringify(t))}),"send"==o[0]||n==d||i?a(i):g||(g=setTimeout(a,5500)))},
c.nyt_et.get_pageview_id=function(){return d},c.nyt_et.get_context_id=function(){return p},
c.nyt_et.get_host=function(){return s}}(window);
;
(function initWebUnifiedTracking(root) {
var _root;
root = root || (typeof window !== 'undefined' ? window : undefined);
var UnifiedTracking = ((_root = root) === null || _root === void 0 ? void 0 : _root.UnifiedTracking) || {};
UnifiedTracking.context = 'web';
if (!root) {
return UnifiedTracking;
}
root.UnifiedTracking = UnifiedTracking;
UnifiedTracking.sendAnalytic = function sendAnalytic(eventName, dataBlob) {
root.dataLayer = root.dataLayer || [];
if (Array.isArray(root.dataLayer)) {
// Don't use a spread operator here for babel reasons
dataBlob.event = dataBlob.event || eventName;
root.dataLayer.push(dataBlob);
}
return Promise.resolve({
success: true
});
};
return UnifiedTracking;
})(window);
;!function(r){var n,t;r=r||self,n=r.Abra,(t=r.Abra=function(){"use strict";var r=Array.isArray,n=function(r,n,t){var e=r(t,n),u=e[0],o=e[1];if(null==u||""===u)return n;for(var i=String(u).split("."),a=0;a<i.length&&(n=n[i[a]]);a++);return null==n&&(n=o),null!=n?n:null},t=function(r,n,t){return r(t,n).reduce((function(r,n){return parseFloat(r)+parseFloat(n)}),0)},e=function(r,n,t){var e=r(t,n);return e[0]/e[1]},u=function(r,n,t){var e=r(t,n);return e[0]%e[1]},o=function(r,n,t){return r(t,n).reduce((function(r,n){return parseFloat(r)*parseFloat(n)}),1)},i=function(r,n,t){var e=r(t,n),u=e[0],o=e[1];return void 0===o?-u:u-o};function a(n){return!(r(n)&&0===n.length||!n)}var f=function(r,n,t){for(var e,u=0;u<t.length;u++)if(!a(e=r(t[u],n)))return e;return e},c=function(r,n,t){var e;for(e=0;e<t.length-1;e+=2)if(a(r(t[e],n)))return r(t[e+1],n);return t.length===e+1?r(t[e],n):null},l=function(r,n,t){return!a(r(t,n)[0])},v=function(r,n,t){for(var e,u=0;u<t.length;u++)if(a(e=r(t[u],n)))return e;return e},d=function(r,n,t){var e=r(t,n);return e[0]===e[1]},s=function(r,n,t){var e=r(t,n);return e[0]!==e[1]},h=function(r,n,t){var e=r(t,n),u=e[0],o=e[1];return!(!o||void 0===o.indexOf)&&-1!==o.indexOf(u)},g=function(r,n,t){var e=r(t,n);return e[0]>e[1]},p=function(r,n,t){var e=r(t,n);return e[0]>=e[1]},b=function(r,n,t){var e=r(t,n),u=e[0],o=e[1],i=e[2];return void 0===i?u<o:u<o&&o<i},w=function(r,n,t){var e=r(t,n),u=e[0],o=e[1],i=e[2];return void 0===i?u<=o:u<=o&&o<=i},y=function(r,n,t){var e=t[0],u=t[1],o=t.slice(2),i=r(e,n);if(!i)return null;if(0===o.length)return null;if(1===o.length)return r(o[0],n);if(4294967295===o[0])return r(o[1],n);for(var a=function(r){var n,t,e,u,o,i=[],a=[t=1732584193,e=4023233417,~t,~e,3285377520],f=[],c=unescape(encodeURI(r))+"\x80",l=c.length;for(f[r=--l/4+2|15]=8*l;~l;)f[l>>2]|=c.charCodeAt(l)<<8*~l--;for(n=l=0;n<r;n+=16){for(t=a;l<80;t=[t[4]+(i[l]=l<16?~~f[n+l]:2*c|c<0)+1518500249+[e&u|~e&o,c=341275144+(e^u^o),882459459+(e&u|e&o|u&o),c+1535694389][l++/5>>2]+((c=t[0])<<5|c>>>27),c,e<<30|e>>>2,u,o])c=i[l-3]^i[l-8]^i[l-14]^i[l-16],e=t[1],u=t[2],o=t[3];for(l=5;l;)a[--l]+=t[l]}return a[0]>>>0}(i+" "+r(u,n));o.length>1;){var f=o.splice(0,2),c=f[0],l=f[1];if(a<=r(c,n))return r(l,n)}return 0===o.length?null:r(o[0],n)},k=function(r,n,t){var e=t[0],u=t[1],o=r(e,n);return null==o?null:new RegExp(u).test(o)};return function(a,m,O,A){void 0===a&&(a={}),void 0===m&&(m={}),void 0===O&&(O={}),void 0===A&&(A=!1);var j=function(){var r={},n=function(n){if(n)for(var t,e=decodeURIComponent(n[1]),u=/(?:^|,)([^,=]+)=([^,]*)/g;t=u.exec(e);){var o=t,i=o[1],a=o[2];r[i]=a||null}};n(document.cookie.match(/(?:^|;) *abra-overrides=([^;]+)/)),n(window.location.search.match(/(?:\?|&)abra-overrides=([^&]+)/));var t=/(?:^|;) *abra-nuke=true(?:;|$)/.test(document.cookie)||/(?:\?|&)abra-nuke=true(?:&|$)/.test(window.location.search);return[r,t]}(),x=j[0],E=j[1];Object.keys(O).forEach((function(r){x[r]=O[r]}));var F,C=A||E,R=(F={var:n,if:c,"===":d,"!==":s,and:f,or:v,"!":l,">":g,">=":p,"<":b,"<=":w,"+":t,"-":i,"*":o,"/":e,"%":u,in:h,abtest_partition:y,regex_match:k,ref:function(r,n,t){var e=r(t,n)[0];return U(e)}},function n(t,e){if(e||(e={}),r(t))return t.map((function(r){return n(r,e)}));if(!function(n){return"object"==typeof n&&null!==n&&!r(n)&&1===Object.keys(n).length}(t))return t;var u=function(r){return Object.keys(r)[0]}(t),o=t[u];r(o)||(o=[o]);var i=F[u];if(!i)throw new Error("Unrecognized operation "+u);return i(n,e,o)}),U=function(r){if(!r)return null;var n=x[r];if(void 0===n){if(!C){if(Object.prototype.hasOwnProperty.call(x,r))throw new Error("circular logic");x[r]=void 0,n=R(a[r],m)}void 0===n&&(n=null),x[r]=n}return n};return U}}()).noConflict=function(){return r.Abra=n,t}}(this);
;(function () { var NYTD="undefined"!=typeof window&&window.NYTD?window.NYTD:{};function setupTimeZone(){var e='[data-timezone][data-timezone~="'+(new Date).getHours()+'"] { display: block }',n=document.createElement("style");n.innerHTML=e,document.head.appendChild(n)}function getUserAgent(){return window.navigator.userAgent||window.navigator.vendor||window.opera||""}function userAgentIndicatesNYTApp(e){return-1!==e.indexOf("nytios")||-1!==e.indexOf("nyt_android")}function userAgentIndicatesXWordsApp(e){return-1!==e.indexOf("nyt_xwords_ios")||-1!==e.indexOf("Crosswords")}function userAgentIndicatesAndroid(e){return-1!==e.indexOf("nyt_android")||-1!==e.indexOf("Crosswords")}function userAgentIndicatesiOS(e){return-1!==e.indexOf("nytios")||-1!==e.indexOf("nyt_xwords_ios")}function addNYTAppClass(){var e=getUserAgent(),n=userAgentIndicatesNYTApp(e),t=userAgentIndicatesXWordsApp(e),d=userAgentIndicatesAndroid(e),i=userAgentIndicatesiOS(e);(d||i)&&(n||t)&&(document.documentElement.classList.add("NYTApp"),document.documentElement.classList.add(i?"IOS":"ANDROID"))}function addNYTPageTypeClass(){var e=window.vi.pageType.edge;e&&document.documentElement.classList.add("nytapp-"+e)}function setupPageViewId(){NYTD.PageViewId={},NYTD.PageViewId.update=function(){return"undefined"!=typeof nyt_et&&"function"==typeof window.nyt_et.get_pageview_id?(window.nyt_et("pageinit"),NYTD.PageViewId.current=window.nyt_et.get_pageview_id()):NYTD.PageViewId.current="xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(e){var n=16*Math.random()|0;return("x"===e?n:3&n|8).toString(16)}),NYTD.PageViewId.current}}var _f=function(e){e=e||{};try{document.domain="nytimes.com"}catch(e){}window.swgUserInfoXhrObject=new XMLHttpRequest,setupPageViewId(),setupTimeZone(),addNYTAppClass(),addNYTPageTypeClass(),window.nyt_et&&"function"==typeof window.nyt_et&&window.nyt_et("init",vi.env.ET2_URL,"nyt-vi",{subject:"page",canonicalUrl:(document.querySelector("link[rel=canonical]")||{}).href,articleId:(document.querySelector("meta[name=articleid]")||{}).content,nyt_uri:(document.querySelector("meta[name=nyt_uri]")||{}).content,pubpEventId:(document.querySelector("meta[name=pubp_event_id]")||{}).content,url:location.href,referrer:document.referrer||void 0,client_tz_offset:(new Date).getTimezoneOffset(),fastly_headers:e.fastlyHeaders||{}}),"undefined"!=typeof nyt_et&&"function"==typeof window.nyt_et.get_pageview_id?NYTD.PageViewId.current=window.nyt_et.get_pageview_id():NYTD.PageViewId.update()};;_f.apply(null, [{"gqlUrlClient":"https://samizdat-graphql.nytimes.com/graphql/v2","gqlRequestHeaders":{"nyt-app-type":"project-vi","nyt-app-version":"0.0.5","nyt-token":"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs+/oUCTBmD/cLdmcecrnBMHiU/pxQCn2DDyaPKUOXxi4p0uUSZQzsuq1pJ1m5z1i0YGPd1U1OeGHAChWtqoxC7bFMCXcwnE1oyui9G1uobgpm1GdhtwkR7ta7akVTcsF8zxiXx7DNXIPd2nIJFH83rmkZueKrC4JVaNzjvD+Z03piLn5bHWU6+w+rA+kyJtGgZNTXKyPh6EC6o5N+rknNMG5+CdTq35p8f99WjFawSvYgP9V64kgckbTbtdJ6YhVP58TnuYgr12urtwnIqWP9KSJ1e5vmgf3tunMqWNm6+AnsqNj8mCLdCuc5cEB74CwUeQcP2HQQmbCddBy2y0mEwIDAQAB"},"gqlFetchTimeout":4000,"disablePersistedQueries":false,"fastlyHeaders":{},"initialDeviceType":"desktop","fastlyAbraConfig":{},"internalPreviewConfig":{},"serviceWorkerFile":"service-worker-test-1650475080620.js"}]); })();;(function () { var NYTD="undefined"!=typeof window&&window.NYTD?window.NYTD:{};var _f=function(a){window.Abra&&"function"==typeof window.Abra&&(NYTD.Abra=function(t){var r=(t.document.cookie.match(/(?:^|;) *nyt-a=([^;]*)/)||[])[1],n=[];t.dataLayer=t.dataLayer||[],l.config=a.abraConfig||{},l.reportedAllocations={},l.reportedExposures={};var e=a.shouldBypassAbraContextAlloc,o=(a.abraURL||"").match(/current[/]([a-zA-Z-]+).json/i);l.integration=o&&o.length>1?o[1]:"";try{l.version=t.Abra(l.config)(".ver")}catch(a){l.version=0}var i=l.config,c={agent_id:r},s=t.Abra(i,c);function l(a){return l.getAbraSync(a).variant}return l.getAbraSync=function(a){var t=l.reportedAllocations[a];if(void 0!==t)return{variant:t,allocated:!0};var r=null,n=!1;try{r=s(a),n=!0}catch(a){}return{variant:r,allocated:n}},l.reportExposure=function(a){var r=l.getAbraSync(a).variant;void 0!==l.reportedExposures[a]&&r===l.reportedExposures[a]||(l.reportedExposures[a]=r,t.dataLayer.push({event:"ab-expose",abtest:{test:a,variant:r||"0",config_ver:l.version,integration:l.integration}}))},l.alloc=function(){Object.keys(l.config).filter(function(a){return!a.includes(".")}).forEach(function(a){var t=l.getAbraSync(a);t.allocated&&(l.reportedAllocations[a]=t.variant,n.push({test:a,variant:t.variant}))}),t.dataLayer.push({event:"ab-alloc",abtest:{batch:n}}),e&&(l.allAllocations=n)},l.alloc(),l}(this))};;_f.apply(null, [{"abraConfig":{".ver":9221,"UXF_cookingstory_0521":{"abtest_partition":[{"var":"agent_id"},"UXF_cookingstory_0521",2147483647,"0_Control",4294967295,"1_cookpromo"]},"STYLN_remove_relatedlinks":{"abtest_partition":[{"var":"agent_id"},"STYLN_remove_relatedlinks",4252017622,"0_control_STYLN_remove_relatedlinks",4294967295,"1_remove_relatedlinks"]},"STYLN_pharmacy_components":{"abtest_partition":[{"var":"agent_id"},"STYLN_pharmacy_components",4080218930,"show",4123168603,"hide",4294967295,"show"]},"STYLN_more_in_storylines_recirc":{"abtest_partition":[{"var":"agent_id"},"STYLN_more_in_storylines_recirc",42949672,"0_control",85899345,"1_variant"]},"STYLN_live_updates":{"abtest_partition":[{"var":"agent_id"},"STYLN_live_updates",214748364,"0_control",429496729,"2_live_updates",4294967295,"1_live_updates"]},"STYLN_live_transition_alerts":{"abtest_partition":[{"var":"agent_id"},"STYLN_live_transition_alerts",4294967295,"1_show"]},"STYLN_live_polling_push":{"abtest_partition":[{"var":"agent_id"},"STYLN_live_polling_push",214748364,"0_hide",4294967295,"1_show"]},"STYLN_live_olympics_push":{"abtest_partition":[{"var":"agent_id"},"STYLN_live_olympics_push",214748364,"0_hide",4294967295,"1_show"]},"STYLN_live_noreaster_alerts":{"abtest_partition":[{"var":"agent_id"},"STYLN_live_noreaster_alerts",214748364,"0_hide",4294967295,"1_show"]},"STYLN_live_newupdates":{"abtest_partition":[{"var":"agent_id"},"STYLN_live_newupdates",214748364,"control",4294967295,"variant"]},"STYLN_live_messaging":{"abtest_partition":[{"var":"agent_id"},"STYLN_live_messaging",214748364,"0_Control",4294967295,"1_signup"]},"STYLN_live_derek_chauvin_trial_alerts":{"if":[{"and":[{"===":[{"ref":"STYLN_pharmacy_components"},"show"]}]},{"abtest_partition":[{"var":"agent_id"},"STYLN_live_derek_chauvin_trial_alerts",214748364,"0_hide",4294967295,"1_show"]}]},"STYLN_live_chat":{"abtest_partition":[{"var":"agent_id"},"STYLN_live_chat",21474835,"1_use_sse",408021892,"0_Control",429496729,"1_use_sse"]},"STYLN_live_barrett_hearings_alerts":{"abtest_partition":[{"var":"agent_id"},"STYLN_live_barrett_hearings_alerts",214748364,"0_hide",2147483647,"1_show",2362232012,"0_hide",4294967295,"1_show"]},"STYLN_liveblog_email":{"abtest_partition":[{"var":"agent_id"},"STYLN_liveblog_email",2147483647,"0_control",4294967295,"1_signup"]},"STYLN_lb_pinned_video":{"abtest_partition":[{"var":"agent_id"},"STYLN_lb_pinned_video",4294967295,"1_pin"]},"STYLN_lb_newposts":{"abtest_partition":[{"var":"agent_id"},"STYLN_lb_newposts",4080218930,"0_control",4294967295,"1_lb_newposts"]},"STYLN_election_2020_alerts":{"abtest_partition":[{"var":"agent_id"},"STYLN_election_2020_alerts",214748364,"0_hide",4294967295,"1_show"]},"STYLN_daily_question_block":{"abtest_partition":[{"var":"agent_id"},"STYLN_daily_question_block",644245093,"0_control",1288490188,"1_variant"]},"styln-trending-primary-asset":{"abtest_partition":[{"var":"agent_id"},"styln-trending-primary-asset",2147483647,"0_Control",4294967295,"1_Show"]},"styln-top-links2":{"if":[{"and":[{"!":{"in":[{"ref":"STYLN_pharmacy_components"},["hide"]]}}]},{"abtest_partition":[{"var":"agent_id"},"styln-top-links2",2147483647,"0_hide",4294967295,"1_show"]}]},"styln-primary-assets-block":{"abtest_partition":[{"var":"agent_id"},"styln-primary-assets-block",1073741823,"0_Control",4294967295,"1_Show"]},"styln-music-guide":{"if":[{"and":[{"===":[{"ref":"STYLN_pharmacy_components"},"show"]}]},{"abtest_partition":[{"var":"agent_id"},"styln-music-guide",2147483647,"0_Control",4294967295,"1_Show"]}]},"styln-menu-homepage-link":{"abtest_partition":[{"var":"agent_id"},"styln-menu-homepage-link",4294967295,"1_Show"]},"styln-amy-chua":{"if":[{"and":[{"===":[{"ref":"STYLN_pharmacy_components"},"show"]}]},{"abtest_partition":[{"var":"agent_id"},"styln-amy-chua",2147483647,"0_Control",4294967295,"1_Show"]}]},"STORY_topical_recirc":{"abtest_partition":[{"var":"agent_id"},"STORY_topical_recirc",2147483647,"0_control",4294967295,"1_variant"]},"SJ_welcome_subscriber_app_copy_test_0122":{"if":[{"and":[{"===":[{"var":"user_type"},"sub"]}]},{"abtest_partition":[{"var":"regi_id"},"SJ_welcome_subscriber_app_copy_test_0122",858993458,"0_control",4294967295,"0_control"]}]},"SJ_welcomeBanner_0222":{"if":[{"and":[{"===":[{"ref":"SJ_app_dl_in_product_0322"},null]}]},{"abtest_partition":[{"var":"regi_id"},"SJ_welcomeBanner_0222",536870911,"0_Control",1073741823,null,1610612735,"1_Skip_No_Banner",2147483647,null,2684354559,"2_Skip_Top_Ad_Banner",3221225471,null,3758096383,"3_Skip_Recirc_Banner",4294967295,null]}]},"SJ_TP_deprecate_0222":{"abtest_partition":[{"var":"agent_id"},"SJ_TP_deprecate_0222",4294967295,"0_control"]},"SJ_step_order_0322":{"if":[{"and":[{"===":[{"var":"user_type"},"sub"]}]},{"abtest_partition":[{"var":"regi_id"},"SJ_step_order_0322",21474835,"0_control",42949672,"1_app_download_step_first",322122546,"0_control",601295420,"1_app_download_step_first",622770257,"0_control",644245093,"1_app_download_step_first",665719930,"0_control",687194766,"1_app_download_step_first",708669603,"0_control",730144439,"1_app_download_step_first",751619276,"0_control",773094112,"1_app_download_step_first",794568949,"0_control",816043785,"1_app_download_step_first",837518622,"0_control",858993458,"1_app_download_step_first",880468295,"0_control",901943131,"1_app_download_step_first",923417968,"0_control",944892804,"1_app_download_step_first",966367641,"0_control",987842477,"1_app_download_step_first",1009317314,"0_control",1030792150,"1_app_download_step_first",1052266987,"0_control",1073741823,"1_app_download_step_first",1095216659,"0_control",1116691496,"1_app_download_step_first",1138166332,"0_control",1159641169,"1_app_download_step_first",1181116005,"0_control",1202590842,"1_app_download_step_first",1224065678,"0_control",1245540515,"1_app_download_step_first",1267015351,"0_control",1288490188,"1_app_download_step_first",1309965024,"0_control",1331439861,"1_app_download_step_first",1352914697,"0_control",1374389534,"1_app_download_step_first",1395864370,"0_control",1417339207,"1_app_download_step_first",1438814043,"0_control",1460288880,"1_app_download_step_first",1481763716,"0_control",1503238553,"1_app_download_step_first",1524713389,"0_control",1546188226,"1_app_download_step_first",1567663062,"0_control",1589137899,"1_app_download_step_first",1610612735,"0_control",1632087571,"1_app_download_step_first",1653562408,"0_control",1675037244,"1_app_download_step_first",1696512081,"0_control",1717986917,"1_app_download_step_first"]}]},"SJ_newsletter_list_01_0222":{"abtest_partition":[{"var":"regi_id"},"SJ_newsletter_list_01_0222",1073741823,"0_control",4294967295,"0_control"]},"SEARCH_FACET_DROPDOWN":{"abtest_partition":[{"var":"agent_id"},"SEARCH_FACET_DROPDOWN",2147483647,"0_FACET_MULTI_SELECT",4294967295,"1_DYNAMIC_FACET_SELECT"]},"SA_Referral_iframe_0520":{"abtest_partition":[{"var":"agent_id"},"SA_Referral_iframe_0520",4294967295,"1_useiframe"]},"SA_live_onboarding_01_1221":{"abtest_partition":[{"var":"regi_id"},"SA_live_onboarding_01_1221",858993458,"0_control",4294967295,"0_control"]},"SA_get_started_now_01_0921":{"abtest_partition":[{"var":"regi_id"},"SA_get_started_now_01_0921",858993458,"0_control",4294967295,"0_control"]},"SA_get_started_later_01_0621":{"abtest_partition":[{"var":"regi_id"},"SA_get_started_later_01_0621",2147483647,"0_control",3435973836,"0_control",4294967295,"0_control"]},"SA_breadth_step_01_0421":{"abtest_partition":[{"var":"regi_id"},"SA_breadth_step_01_0421",2147483647,"0_control",4294967295,"0_control"]},"SA_app_step_01_0521":{"abtest_partition":[{"var":"regi_id"},"SA_app_step_01_0521",4294967295,"0_control"]},"ON_User_State_API":{"abtest_partition":[{"var":"agent_id"},"ON_User_State_API",4294967295,"1_user_state"]},"ON_testIgnoreMe_0902":{"if":[{"and":[{"!":{"in":[{"var":"user_type"},["sub"]]}}]},{"abtest_partition":[{"var":"regi_id"},"ON_testIgnoreMe_0902",2147483647,"0_Control",4294967295,"1_variant"]}]},"ON_regibundle_throttle_0921":{"abtest_partition":[{"var":"agent_id"},"ON_regibundle_throttle_0921",429496729,"0_control",4294967295,"1_bau"]},"ON_MAPS_audience_split":{"abtest_partition":[{"var":"agent_id"},"ON_MAPS_audience_split",2147483647,"0_onboarding",4294967295,"1_maps"]},"ON_app_dl_mweb_hp_regi_final":{"if":[{"and":[{"!":{"in":[{"var":"user_type"},["sub"]]}}]},{"abtest_partition":[{"var":"regi_id"},"ON_app_dl_mweb_hp_regi_final",214748364,"0_control",4294967295,"0_control"]}]},"ON_app_dl_mweb_hp_dummy":{"if":[{"and":[{"!":{"in":[{"var":"user_type"},["sub"]]}}]},{"abtest_partition":[{"var":"regi_id"},"ON_app_dl_mweb_hp_dummy",1073741823,"0_control",2147483647,"1_dock_std",3221225471,"2_dock_exp",4294967295,"3_custom_dock"]}]},"MKT_welcome_ad_stp_1120":{"abtest_partition":[{"var":"agent_id"},"MKT_welcome_ad_stp_1120",2147483647,"0_control",4294967295,"1_welcome_stp"]},"MKT_segops_regi_bundle_login_test":{"abtest_partition":[{"var":"agent_id"},"MKT_segops_regi_bundle_login_test",4294967295,"1_login"]},"MKT_not_ready_to_sub_survey":{"abtest_partition":[{"var":"agent_id"},"MKT_not_ready_to_sub_survey",4123168603,"0_control",4294967295,"1_survey"]},"MKT_dfp_hd_paywall_zip":{"abtest_partition":[{"var":"agent_id"},"MKT_dfp_hd_paywall_zip",2147483647,"0_control",4294967295,"1_zip"]},"MKT_CKGiftLPTest_creativeredesign":{"abtest_partition":[{"var":"agent_id"},"MKT_CKGiftLPTest_creativeredesign",1431942095,"0_control",2863454695,"1_ck_gift_shortlp",4294967295,"2_ck_gift_longlp"]},"MAPS_subonly_cards_gs_092021":{"if":[{"and":[{"===":[{"var":"user_type"},"sub"]}]},{"abtest_partition":[{"var":"agent_id"},"MAPS_subonly_cards_gs_092021",1073741823,"2_subandfree",4294967295,"2_subandfree"]}]},"MAPS_foryou_optin_0421":{"if":[{"and":[{"in":[{"var":"user_type"},["regi"]]},{"===":[{"ref":"ON_MAPS_audience_split"},"1_maps"]}]},{"abtest_partition":[{"var":"agent_id"},"MAPS_foryou_optin_0421",1431942095,"0_control",2863454695,"1_interests",4294967295,"2_auto_optin"]}]},"MAPS_cwv_email_signup_dock_0322":{"if":[{"and":[{"===":[{"var":"user_type"},"sub"]}]},{"abtest_partition":[{"var":"regi_id"},"MAPS_cwv_email_signup_dock_0322",1460288880,"0_control",2877628087,"1_dock_simple",4294967295,"2_dock_descriptive"]}]},"InvolChurn_CopyUpdate":{"abtest_partition":[{"var":"agent_id"},"InvolChurn_CopyUpdate",2147483647,"0_control",4294967295,"1_concisemessage"]},"DFP_Prebid_priority_0322":{"abtest_partition":[{"var":"agent_id"},"DFP_Prebid_Priority_0322",429496729,"0_Control",858993458,"1_Sponsorship",4294967295,"2_Sponsorship"]},"dfp_messaging_flexframe_ctr":{"abtest_partition":[{"var":"agent_id"},"dfp_messaging_flexframe_ctr",322122546,"2_noheadnosummary",644245093,"1_msgInv_noCTA",4294967295,"0_control"]},"DFP_EngMetrics":{"abtest_partition":[{"var":"agent_id"},"DFP_EngMetrics",42949672,"0_control",85899345,"1_hover"]},"dfp_disp_incr":{"abtest_partition":[{"var":"agent_id"},"dfp_disp_incr",429496729,"0_control",4294967295,"1_test"]},"DFP_blockDetect_0221":{"abtest_partition":[{"var":"agent_id"},"DFP_blockDetect_0221",1073741823,"1_network_detection",4294967295,null]},"DFP_amzn":{"abtest_partition":[{"var":"agent_id"},"DFP_amzn",42949672,"0_control",429642757,"0_control",472540891,"1_amzn_fast_fetch",515490564,"2_adslot_priority",901994671,"2_adslot_priority",944892804,"3_no_mnet"]},"DFP_als_home":{"abtest_partition":[{"var":"agent_id"},"DFP_als_home",4294967295,"1_als"]},"DFP_als":{"abtest_partition":[{"var":"agent_id"},"DFP_als",4294967295,"1_als"]},"dfp_adslot4v2":{"abtest_partition":[{"var":"agent_id"},"dfp_adslot4v2",4294967295,"1_external"]},"DATAGOV_banner_202110":{"abtest_partition":[{"var":"agent_id"},"DATAGOV_banner_202110",3435973836,"0_Control",4294967295,"1_RejectAll"]},"APP_2021H1_SLS":{"if":[{"and":[{"===":[{"var":"user_type"},"sub"]}]},{"abtest_partition":[{"var":"regi_id"},"APP_2021H1_SLS",1159641169,"1_share",1932735282,"1_share",4294967295,"1_share"]}]},"ACCT_MastheadUserModal":{"abtest_partition":[{"var":"regi_id"},"ACCT_MastheadUserModal",1431942095,"0_control",2863454695,"1_drawerDesign",4294967295,"2_drawerDesignAccountIA"]}},"abraURL":"https://a1.nyt.com/abra-config/current/vi-prd.json","shouldBypassAbraContextAlloc":false}]); })();;(function () { var _f=function(e){var r=function(){var r=e.url;try{r+=window.location.search.slice(1).split("&").reduce(function(e,r){return"ip-override"===r.split("=")[0]?"?"+r:e},"")}catch(e){console.warn(e)}var n=new XMLHttpRequest;for(var t in n.withCredentials=!0,n.open("POST",r,!0),n.setRequestHeader("Content-Type","application/json"),e.headers)n.setRequestHeader(t,e.headers[t]);return n.send(e.body),n};window.userXhrObject=r(),window.userXhrRefresh=function(){return window.userXhrObject=r(),window.userXhrObject}};;_f.apply(null, [{"url":"https://samizdat-graphql.nytimes.com/graphql/v2","body":"{\"operationName\":\"UserQuery\",\"variables\":{},\"query\":\" query UserQuery { user { __typename profile { displayName email } userInfo { regiId entitlements demographics { emailSubscriptions wat } } subscriptionDetails { bundleType graceStartDate graceEndDate isFreeTrial hasQueuedSub startDate endDate status hasActiveEntitlements entitlements billingSource promotionTierType subscriptionName } } } \"}","headers":{"nyt-app-type":"project-vi","nyt-app-version":"0.0.5","nyt-token":"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs+/oUCTBmD/cLdmcecrnBMHiU/pxQCn2DDyaPKUOXxi4p0uUSZQzsuq1pJ1m5z1i0YGPd1U1OeGHAChWtqoxC7bFMCXcwnE1oyui9G1uobgpm1GdhtwkR7ta7akVTcsF8zxiXx7DNXIPd2nIJFH83rmkZueKrC4JVaNzjvD+Z03piLn5bHWU6+w+rA+kyJtGgZNTXKyPh6EC6o5N+rknNMG5+CdTq35p8f99WjFawSvYgP9V64kgckbTbtdJ6YhVP58TnuYgr12urtwnIqWP9KSJ1e5vmgf3tunMqWNm6+AnsqNj8mCLdCuc5cEB74CwUeQcP2HQQmbCddBy2y0mEwIDAQAB"}}]); })();;(function () { var registry=window._interactiveRegistry={};function getId(t){for(;(t=t.parentElement)&&!t.matches("[data-sourceid].interactive-body"););return t?t.getAttribute("data-sourceid"):null}window.registerInteractive=function(t){var e={_subs:{cleanup:[],remount:[]},id:t,on:function(t,r){return this._subs[t].push(r),e}};registry[t]=e},window.getInteractiveBridge=function(t){var e="string"==typeof t?t:getId(t);return registry[e]}; })();;(function () { function swgDataLayer(e){return!!window.dataLayer&&((window.dataLayer=window.dataLayer||[]).push({event:"impression",module:e}),!0)}function checkSwgOptOut(){if(!window.localStorage)return!1;var e=window.localStorage.getItem("nyt-swgOptOut");if(!e)return!1;var t=parseInt(e,10);return((new Date).getTime()-t)/864e5<1||(window.localStorage.removeItem("nyt-swgOptOut"),!1)}function swgDeferredAccount(e,t){return e.completeDeferredAccountCreation({entitlements:t,consent:!1}).then(function(e){var t=vi.env.AUTH_HOST+"/svc/account/auth/v1/swg-dal-web",n=e.purchaseData.raw.data?e.purchaseData.raw.data:e.purchaseData.raw,o=JSON.parse(n),a={package_name:o.packageName,product_id:o.productId,purchase_token:o.purchaseToken,google_id_token:e.userData.idToken,google_user_email:e.userData.email,google_user_id:e.userData.id,google_user_name:e.userData.name},r=new XMLHttpRequest;r.withCredentials=!0,r.open("POST",t,!0),r.setRequestHeader("Content-Type","application/json"),r.send(JSON.stringify(a)),r.onload=function(){200===r.status?(swgDataLayer({name:"swg",context:"Deferred",label:"Seamless Signin",region:"swg-modal"}),e.complete().then(function(){window.location.reload(!0)})):(e.complete(),window.location=encodeURI(vi.env.AUTH_HOST+"/get-started/swg-link?redirect="+encodeURIComponent(window.location.href)))}}).catch(function(){return!!window.localStorage&&(!window.localStorage.getItem("nyt-swgOptOut")&&(window.localStorage.setItem("nyt-swgOptOut",(new Date).getTime()),!0))}),!0}function hasLogoutCookie(){var e=document.cookie.match("(^|;) ?nyt-auth-action=([^;]*)(;|$)")||null;return e&&"logout"===e[2]}function loginWithGoogle(){return"undefined"!=typeof window&&(-1===document.cookie.indexOf("NYT-S")&&(!0!==checkSwgOptOut()&&(!!window.SWG&&((window.SWG=window.SWG||[]).push(function(e){return e.init(vi.env.SWG_PUBLICATION_ID),!0!==hasLogoutCookie()&&(e.getEntitlements().then(function(t){if(void 0===t||!t.raw)return!1;window.SwGEntitlement=!0;var n={entitlements_token:t.raw};return window.swgUserInfoXhrObject.withCredentials=!0,window.swgUserInfoXhrObject.open("POST",vi.env.AUTH_HOST+"/svc/account/auth/v1/login-swg-web",!0),window.swgUserInfoXhrObject.setRequestHeader("Content-Type","application/json"),window.swgUserInfoXhrObject.send(JSON.stringify(n)),window.swgUserInfoXhrObject.onload=function(){switch(window.swgUserInfoXhrObject.status){case 200:return swgDataLayer({name:"swg",context:"Seamless",label:"Seamless Signin",region:"login"}),window.location.reload(!0),!0;case 412:return swgDeferredAccount(e,t);default:return!1}},t}).catch(function(){return!1}),!0)}),!0))))}var _f=function(){if(window.swgUserInfoXhrObject.checkSwgResponse=!1,window.SwGEntitlement=!1,-1===document.cookie.indexOf("NYT-S")){var e=document.createElement("script");e.src="https://news.google.com/swg/js/v1/swg.js",e.setAttribute("subscriptions-control","manual"),e.setAttribute("async",!0),e.onload=function(){loginWithGoogle()},document.getElementsByTagName("head")[0].appendChild(e)}};;_f.apply(null, [{"gqlUrlClient":"https://samizdat-graphql.nytimes.com/graphql/v2","gqlRequestHeaders":{"nyt-app-type":"project-vi","nyt-app-version":"0.0.5","nyt-token":"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs+/oUCTBmD/cLdmcecrnBMHiU/pxQCn2DDyaPKUOXxi4p0uUSZQzsuq1pJ1m5z1i0YGPd1U1OeGHAChWtqoxC7bFMCXcwnE1oyui9G1uobgpm1GdhtwkR7ta7akVTcsF8zxiXx7DNXIPd2nIJFH83rmkZueKrC4JVaNzjvD+Z03piLn5bHWU6+w+rA+kyJtGgZNTXKyPh6EC6o5N+rknNMG5+CdTq35p8f99WjFawSvYgP9V64kgckbTbtdJ6YhVP58TnuYgr12urtwnIqWP9KSJ1e5vmgf3tunMqWNm6+AnsqNj8mCLdCuc5cEB74CwUeQcP2HQQmbCddBy2y0mEwIDAQAB"},"gqlFetchTimeout":4000,"disablePersistedQueries":false,"fastlyHeaders":{},"initialDeviceType":"desktop","fastlyAbraConfig":{},"internalPreviewConfig":{},"serviceWorkerFile":"service-worker-test-1650475080620.js"}]); })();;(function () { var _f=function(){"function"!=typeof window.onInitNativeAds&&(window.onInitNativeAds=function(){})};;_f.apply(null, []); })();
</script>
<script>!function(e){function t(t){for(var n,a,i=t[0],l=t[1],f=t[2],c=0,s=[];c<i.length;c++)a=i[c],Object.prototype.hasOwnProperty.call(o,a)&&o[a]&&s.push(o[a][0]),o[a]=0;for(n in l)Object.prototype.hasOwnProperty.call(l,n)&&(e[n]=l[n]);for(p&&p(t);s.length;)s.shift()();return u.push.apply(u,f||[]),r()}function r(){for(var e,t=0;t<u.length;t++){for(var r=u[t],n=!0,i=1;i<r.length;i++){var l=r[i];0!==o[l]&&(n=!1)}n&&(u.splice(t--,1),e=a(a.s=r[0]))}return e}var n={},o={81:0},u=[];function a(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,a),r.l=!0,r.exports}a.m=e,a.c=n,a.d=function(e,t,r){a.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,t){if(1&t&&(e=a(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(a.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)a.d(r,n,function(t){return e[t]}.bind(null,n));return r},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,"a",t),t},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.p="/vi-assets/static-assets/";var i=window.webpackJsonp=window.webpackJsonp||[],l=i.push.bind(i);i.push=t,i=i.slice();for(var f=0;f<i.length;f++)t(i[f]);var p=l;r()}([]);
//# sourceMappingURL=runtime~adslot-13b13379461edef6029c.js.map</script>
<script async src="/vi-assets/static-assets/adslot-8ee53c8db5b6dfbf9c8b.js"></script>
<script data-rh="true" >
(function () { var _f=function(){const n="1_block";window.adClientUtils={hasActiveToggle:function(o){return i=o,(window&&window.NYTD&&window.NYTD.Abra?window.NYTD.Abra(i):"")!==n;var i}}};;_f.apply(null, []); })();
(function () { var _f=function(n){try{if(!(s=n,!!(window&&window.adClientUtils&&window.adClientUtils.hasActiveToggle)&&window.adClientUtils.hasActiveToggle(s)))return;if(void 0===e)var e=function(n){var e=document.cookie.match(new RegExp(n+"=([^;]+)"));if(e)return e[1]};!function(){var n=e("nyt-purr");if(!n||"s"!==n.substring(10,11)){var t=document.createElement("script");t.async="async",t.src="//securepubads.g.doubleclick.net/tag/js/gpt.js",document.head.appendChild(t)}}();var t=e("nyt-purr"),i=i||{};i.cmd=i.cmd||[],t&&"n"===t.substring(10,11)&&i.cmd.push(function(){i.pubads().setRequestNonPersonalizedAds(1)})}catch(n){console.log(n)}var s};;_f.apply(null, ["dfp_collections_toggle"]); })();
(function () { var _f=function(){var t,e,o=50,n=50;function i(t){if(!document.getElementById("3pCheckIframeId")){if(t||(t=1),!document.body){if(t>o)return;return t+=1,setTimeout(i.bind(null,t),n)}var e,a,r;e="https://static01.nyt.com/ads/tpc-check.html",a=document.body,(r=document.createElement("iframe")).src=e,r.id="3pCheckIframeId",r.style="display:none;",r.height=0,r.width=0,a.insertBefore(r,a.firstChild)}}function a(t){if("https://static01.nyt.com"===t.origin)try{"3PCookieSupported"===t.data&&googletag.cmd.push(function(){googletag.pubads().setTargeting("cookie","true")}),"3PCookieNotSupported"===t.data&&googletag.cmd.push(function(){googletag.pubads().setTargeting("cookie","false")})}catch(t){}}function r(){if(function(){if(Object.prototype.toString.call(window.HTMLElement).indexOf("Constructor")>0)return!0;if("[object SafariRemoteNotification]"===(!window.safari||safari.pushNotification).toString())return!0;try{return window.localStorage&&/Safari/.test(window.navigator.userAgent)}catch(t){return!1}}()){try{window.openDatabase(null,null,null,null)}catch(e){return t(),!0}try{localStorage.length?e():(localStorage.x=1,localStorage.removeItem("x"),e())}catch(o){navigator.cookieEnabled?t():e()}return!0}}!function(){try{googletag.cmd.push(function(){googletag.pubads().setTargeting("cookie","unknown")})}catch(t){}}(),t=function(){try{googletag.cmd.push(function(){googletag.pubads().setTargeting("cookie","private")})}catch(t){}}||function(){},e=function(){window.addEventListener("message",a,!1),i(0)}||function(){},function(){if(window.webkitRequestFileSystem)return window.webkitRequestFileSystem(window.TEMPORARY,1,e,t),!0}()||r()||function(){if(!window.indexedDB&&(window.PointerEvent||window.MSPointerEvent))return t(),!0}()||e()};;_f.apply(null, ["dfp_collections_toggle"]); })();
</script><script data-rh="true" id="als-svc">(function () { var _f=function(e,t,a){var n;if(!(n=a,!!(window&&window.adClientUtils&&window.adClientUtils.hasActiveToggle)&&window.adClientUtils.hasActiveToggle(n)))return;!function(e){window&&window.NYTD&&window.NYTD.Abra&&window.NYTD.Abra.reportExposure(e)}(a);let i=()=>{var e=new Date,t=e.getFullYear();return e.getMonth()<9&&(t+="0"),t+=e.getMonth()+1,e.getDate()<10&&(t+="0"),t+=e.getDate(),e.getHours()<10&&(t+="0"),t+=e.getHours(),e.getMinutes()<10&&(t+="0"),t+=e.getMinutes(),e.getSeconds()<10&&(t+="0"),t+e.getSeconds()};window.googletag=window.googletag||{},googletag.cmd=googletag.cmd||[];let o=new URLSearchParams(location.search).get("alice_rules_test");var l,s=new XMLHttpRequest,r=window.vi.env.ALS_URL,d=document.querySelector('[name="nyt_uri"]');if(t)l="uri="+(g=t);else if("/"===location.pathname){var g=encodeURIComponent("https://www.nytimes.com/pages/index.html");l="uri="+g}else if(void 0===d||""===d||null===d){var c=e||location.protocol+"//"+location.hostname+location.pathname;l="url="+encodeURIComponent(c)}else{g=encodeURIComponent(d.content);l="uri="+g}var u=document.querySelector('[name="template"]'),w=document.querySelector('[name="prop"]'),m=document.querySelector('[name="plat"]'),p=null==u||null==u.content?"":u.content,_=null==w||null==w.content?"nyt":w.content,b=null==m||null==m.content?"web":m.content;window.innerWidth<740&&(_="mnyt",b="mweb");var v=window.localStorage.getItem("als_test_clientside"),f=null;window.googletag.cmd.push(function(){var e=v&&0!==v.length?v:"empty_empty_empty_empty_empty_"+i(),t=f||e;googletag.pubads().setTargeting("als_test_clientside",t)});var y=window.localStorage.getItem("mktg"),h=null;window.googletag.cmd.push(function(){var e=h||y;e&&googletag.pubads().setTargeting("mktg",e)});var U,L=window.localStorage.getItem("bt");window.googletag.cmd.push(function(){var e=U||L;e&&googletag.pubads().setTargeting("bt",e)});var T=window.localStorage.getItem("sub"),S=null;window.googletag.cmd.push(function(){var e=S||T;e&&googletag.pubads().setTargeting("sub",e)}),l=null==o?l:l+"&alice_rules_test="+o,s.open("GET",r+"/als?"+l+"&typ="+p+"&prop="+_+"&plat="+b,!0),s.withCredentials=!0,s.send(),s.onerror=function(){var e="reqfailed_reqfailed_reqfailed_reqfailed_reqfailed_"+i();f=e,window.googletag.cmd.push(function(){googletag.pubads().setTargeting("als_test_clientside",e)});var t={event:"impression",module:{name:"alice-timing",context:"script-load",label:"alice-error-reqfail-"+l}};(window.dataLayer=window.dataLayer||[]).push(t)},s.onreadystatechange=function(){if(4===s.readyState)if(200===s.status){var e=JSON.parse(s.responseText);f=e.als_test_clientside&&0!==e.als_test_clientside.length?e.als_test_clientside:"bou_bou_bou_bou_bou_"+i(),void 0!==e.User&&(void 0!==e.User.mktg&&(h=e.User.mktg,window.localStorage.setItem("mktg",e.User.mktg)),void 0!==e.User.bt&&(U=e.User.bt,window.localStorage.setItem("bt",e.User.bt)),void 0!==e.User.sub&&(S=e.User.sub,window.localStorage.setItem("sub",e.User.sub))),window.googletag.cmd.push(function(){if(e.als_test_clientside&&0!==e.als_test_clientside.length)googletag.pubads().setTargeting("als_test_clientside",e.als_test_clientside),window.localStorage.setItem("als_test_clientside","ls-"+e.als_test_clientside);else{var t=void 0===e.als_test_clientside?"undefined_undefined_undefined_undefined_undefined_"+i():"blank_blank_blank_blank_blank_"+i();googletag.pubads().setTargeting("als_test_clientside",t);var a={event:"impression",module:{name:"alice-timing",context:"script-load",label:"alice-error-test-client-undefined"}};(window.dataLayer=window.dataLayer||[]).push(a)}if(void 0!==e.User){if(h)googletag.pubads().setTargeting("mktg",h);else{a={event:"impression",module:{name:"alice-timing",context:"script-load",label:"alice-error-mktg-undefined"}};(window.dataLayer=window.dataLayer||[]).push(a)}if(void 0!==U)googletag.pubads().setTargeting("bt",U);else{a={event:"impression",module:{name:"alice-timing",context:"script-load",label:"alice-error-bt-undefined"}};(window.dataLayer=window.dataLayer||[]).push(a)}if(S)googletag.pubads().setTargeting("sub",S);else{a={event:"impression",module:{name:"alice-timing",context:"script-load",label:"alice-error-sub-undefined"}};(window.dataLayer=window.dataLayer||[]).push(a)}(e.User.lucidC1||e.User.lucidC2||e.User.lucidC3||e.User.lucidC4||e.User.lucidC5)&&dataLayer.push({event:"lucidtest",c1_val:e.User.lucidC1,c2_val:e.User.lucidC2,c3_val:e.User.lucidC3,c4_val:e.User.lucidC4,c5_val:e.User.lucidC5})}else{a={event:"impression",module:{name:"alice-timing",context:"script-load",label:"alice-error-user-undefined"}};(window.dataLayer=window.dataLayer||[]).push(a)}if(void 0!==e.Asset)for(var n in e.Asset){var o=e.Asset[n];if(o)googletag.pubads().setTargeting(n,o);else{a={event:"impression",module:{name:"alice-timing",context:"script-load",label:"alice-error-"+n+"-undefined"}};(window.dataLayer=window.dataLayer||[]).push(a)}}else{a={event:"impression",module:{name:"alice-timing",context:"script-load",label:"alice-error-asset-undefined"}};(window.dataLayer=window.dataLayer||[]).push(a)}})}else{s.responseText.substring(0,40);var t="error_error_"+s.status+"_error_error_"+i();window.googletag.cmd.push(function(){googletag.pubads().setTargeting("als_test_clientside",t)});var a={event:"impression",module:{name:"alice-timing",context:"script-load",label:"alice-error-ajaxreq-"+s.status+"-"+l}};(window.dataLayer=window.dataLayer||[]).push(a)}}};;_f.apply(null, [null,"nyt://legacycollection/41df3c04-b4f1-5d86-aa55-a700046bbb86","als_toggle"]); })();</script><script data-rh="true" id="adslot-config">(function() {
var AdSlot4=function(){"use strict";function i(){return window.AdSlot4=window.AdSlot4||{},window.AdSlot4.cmd=window.AdSlot4.cmd||[],window.AdSlot4}function n(){return!("undefined"==typeof window||!window.document||!window.document.createElement)}function t(e){return-1!==document.cookie.indexOf(e)}function o(e){var n={PURR_AcceptableTrackers:0,PURR_AdConfiguration:5,PURR_DataSaleOptOutUI:2,PURR_DataProcessingConsentUI:3,PURR_AcceptableTrackers_v2:4,PURR_AdConfiguration_v2:5,PURR_DataProcessingPreferenceUI:6,PURR_DataSaleOptOutUI_v2:7,PURR_CaliforniaNoticesUI:8,PURR_EmailMarketingOptInUI:9,PURR_DeleteIPAddress:10,PURR_AdConfiguration_v3:11},t=function(e){e=("; "+document.cookie).split("; "+e+"=");return 2===e.length?e.pop().split(";").shift():null}(e),o={};return Object.keys(n).forEach(function(e){o[e]=function(e,n){n=new RegExp("^.{"+n+"}(.)"),n=e.match(n);return(null==n?void 0:n[1])||""}(t,n[e])}),d.forEach(function(n){Object.keys(n.valueMapping).forEach(function(e){n.valueMapping[e]===o[n.name]&&(o[n.name]=e)})}),o}function a(){var e;try{return function(){if("undefined"==typeof window)return!1;var e=window.navigator.userAgent||window.navigator.vendor,n=-1!==e.indexOf("nyt_android"),t=-1!==e.indexOf("nytios"),o=-1!==e.indexOf("nyt_xwords_ios"),e=-1!==e.indexOf("Crosswords");return n||t||o||e}()?null!==(e=null===window||void 0===window?void 0:window.config)&&void 0!==e&&e.PurrDirectives?window.config.PurrDirectives:t("override-purr")?o("override-purr"):r({},c):t("nyt-purr")?o("nyt-purr"):r({},c)}catch(e){return console.warn("can’t get directives from cookie or config",e),r({},c)}}var r=function(){return(r=Object.assign||function(e){for(var n,t=1,o=arguments.length;t<o;t++)for(var i in n=arguments[t])Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i]);return e}).apply(this,arguments)},d=[{name:"PURR_AcceptableTrackers",valueMapping:{controllers:"c",processors:"p"}},{name:"PURR_AdConfiguration",valueMapping:{full:"f",npa:"n","adluce-socrates":"s"}},{name:"PURR_DataSaleOptOutUI",valueMapping:{hide:"h",show:"s"}},{name:"PURR_DataProcessingConsentUI",valueMapping:{hide:"h",show:"s"}},{name:"PURR_AcceptableTrackers_v2",valueMapping:{controllers:"c",processors:"p",essentials:"e"}},{name:"PURR_AdConfiguration_v2",valueMapping:{full:"f",rdp:"r",npa:"n",adluce:"a","adluce-socrates":"s"}},{name:"PURR_DataProcessingPreferenceUI",valueMapping:{hide:"h","allow-opt-out":"o","allow-opt-in":"i","allow-opt-in-or-out":"a"}},{name:"PURR_DataSaleOptOutUI_v2",valueMapping:{hide:"h",show:"s","show-opted-out":"o"}},{name:"PURR_CaliforniaNoticesUI",valueMapping:{hide:"h",show:"s"}},{name:"PURR_EmailMarketingOptInUI",valueMapping:{checked:"c",unchecked:"u"}},{name:"PURR_DeleteIPAddress",valueMapping:{delete:"d",keep:"k"}},{name:"PURR_AdConfiguration_v3",valueMapping:{full:"f",rdp:"r",npa:"n",ltd:"l","adluce-socrates":"s"}}],c={PURR_DataSaleOptOutUI:"hide",PURR_DataSaleOptOutUI_v2:"hide",PURR_CaliforniaNoticesUI:"hide",PURR_DataProcessingConsentUI:"hide",PURR_DataProcessingPreferenceUI:"hide",PURR_AcceptableTrackers_v2:"controllers",PURR_AcceptableTrackers:"controllers",PURR_AdConfiguration_v2:"full",PURR_AdConfiguration:"full",PURR_EmailMarketingOptInUI:"checked",PURR_DeleteIPAddress:"delete",PURR_AdConfiguration_v3:"full"};function e(){return"full"===(e={},n()&&(e=a().PURR_AdConfiguration_v3||a().PURR_AdConfiguration_v2),e);var e}function s(){return!(!!n()&&null!==window.navigator.userAgent.match(/nyt[-_]?(?:ios|android)/i))&&e()}function u(e,n,t){var o=document.getElementsByTagName("head")[0],i=document.createElement("script");n&&(i.onload=n),t&&(i.onerror=t),i.src=e,i.async=!0,o.appendChild(i)}function l(){i().cmd.push(function(){var e="".concat("GeoEdge"," failed to load");i().events.publish({name:h,value:{message:e}})})}function p(){return!window.grumi&&(u("//rumcdn.geoedge.be/b3960cc6-bfd2-4adc-910c-6e917e8a6a0e/grumi-ip.js",null,l),window.grumi={key:"b3960cc6-bfd2-4adc-910c-6e917e8a6a0e",cfg:{advs:v}})}function m(){var e;window.apstag||(e="".concat(b," not loading properly"),console.warn(e))}function f(){i().cmd.push(function(){var e="".concat(b," failed to load");i().events.publish({name:U,value:{type:b,message:e}})})}function w(){window.apstag&&window.apstag.setDisplayBids&&function(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:window;return e.googletag=e.googletag||{},e.googletag.cmd=e.googletag.cmd||[],e.googletag}().cmd.push(window.apstag.setDisplayBids())}function g(e){return!(!window.apstag||!window.apstag.fetchBids)&&(window.apstag.fetchBids({slots:e},w()),!0)}var v={32074718:!0,4792640386:!0,21966278:!0,4558311760:!0,4552626466:!0,4400775978:!0,39318518:!0,4874174581:!0,33597638:!0,38636678:!0,38637278:!0,33597998:!0,33613118:!0},h="script_loader_error",b="A9",_=[[300,250],[728,90],[970,90],[970,250]],R="large",y="medium",P="small",U="BidderError",A="AdEmpty",k="AdBlockOn",x="AdDefined",I="AdRefreshed";function D(e,n){var t;return(e=[].concat((t=n,[].concat(e).slice().sort(function(e,n){return n[0]-e[0]}).find(function(e){return!Number.isNaN(e[0])&&e[0]<t}))).pop())&&e.length?e:null}function C(i){return function(){var e,n=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{},t=n.sizes,o=void 0===t?[]:t,t=n.truePosition,n=n.id,o=D(o,window.innerWidth);if(o){o=(e=o,Array.isArray(e)?_.filter(function(n){return e.some(function(e){return e[0]===n[0]&&e[1]===n[1]})}):(console.warn("filterSizes() did not receive an array"),[])),o=[{slotID:t||n,slotName:"".concat(t||n,"_").concat(i,"_web"),sizes:o}];return g(o),!0}return!1}}function O(e,n,t){return n in e?Object.defineProperty(e,n,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[n]=t,e}function z(t,o){return T.map(function(e){var n=e.id,e=e.sizes;return{slotID:n,slotName:"".concat(n,"_").concat(o,"_web"),sizes:(e=e)[t]||e[P]}})}function S(n,t){i().cmd.push(function(){var e;n&&g(z(740<(e=window.innerWidth)?R:600<e?y:P,t)),i().events.subscribe({name:x,scope:"all",callback:C(t)})})}function M(e,n,t){(function(){var e,t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:"apstag",o=1<arguments.length&&void 0!==arguments[1]?arguments[1]:window;return o[t]||(e=function(e,n){return o[t]._Q.push([e,n])},o[t]={_Q:[],init:function(){e("i",arguments)},fetchBids:function(){e("f",arguments)},setDisplayBids:function(){},targetingKeys:function(){return[]}}),o[t]})("apstag",window).init({pubID:"3030",adServer:"googletag",params:{si_section:n}}),S(e,t)}function E(e,n){var t,o={openx:V,rubicon:N,medianet:F}[e];switch(n.includes("mid")?"mid":n){case"top":t=o.top;break;case"mid":t=o.mid;break;case"bottom":t=o.bottom;break;default:t=o.default}return t}function j(e){var n;switch(e){case"livebl":n="hp";break;case"int":n="art";break;case"coll":n="sf";break;default:n=e}return n in B||(n="default"),n}var T=[{id:"dfp-ad-top",sizes:(O(te={},R,[[728,90],[970,90],[970,250]]),O(te,y,[[728,90],[300,250]]),O(te,P,[[300,250],[300,420]]),te)},{id:"top",sizes:(O(ne={},R,[[728,90],[970,90],[970,250]]),O(ne,y,[[728,90],[300,250]]),O(ne,P,[[300,250],[300,420]]),ne)}],B={art:{id:["top","story-ad-1","story-ad-2","story-ad-3","story-ad-4","story-ad-5","story-ad-6","bottom"],pos:["top","mid1","mid2","mid3","mid4","mid5","mid6","bottom"]},hp:{id:["dfp-ad-top","dfp-ad-mid1","dfp-ad-mid2","dfp-ad-mid3","dfp-ad-bottom"],pos:["top","mid1","mid2","mid3","bottom"]},ss:{id:["right-0","right-1","right-2","right-3"],pos:["mid1","mid1","mid1","mid1"],size:{small:[[300,250]],medium:[[300,250]],large:[[300,250]]}},sf:{id:["top","mid1","mid2"],pos:["top","mid1","mid2"]},default:{id:["top","mid1","mid2"],pos:["top","mid1","mid2"],size:{small:[[300,250],[300,420]],medium:[[728,90]],large:[[728,90],[970,90],[970,250]]}}},N={top:2088370,mid:2088372,bottom:2088374,default:2088376},V={top:544112060,mid:544112063,bottom:544112062,default:544112065},F={top:684296214,mid:190706820,bottom:932254072,default:153468583};function q(o,e){var i=j(e);return B[i].pos.reduce(function(e,n,t){t={code:B[i].id[t],mediaTypes:{banner:{sizeConfig:[{minViewPort:[970,0],sizes:(B[i].size?B[i]:B.default).size.large},{minViewPort:[728,0],sizes:(B[i].size?B[i]:B.default).size.medium},{minViewPort:[0,0],sizes:(B[i].size?B[i]:B.default).size.small}]}},bids:(t=n,[{bidder:"appnexus",params:{member:3661,invCode:"nyt_".concat(n=o,"_").concat(t)}},{bidder:"medianet",params:{cid:"8CU4WQK98",crid:E("medianet",t)}},{bidder:"rubicon",params:{accountId:12330,siteId:378266,inventory:{invCode:["nyt_".concat(n,"_").concat(t)]},zoneId:E("rubicon",t)}},{bidder:"openx",params:{unit:E("openx",t),delDomain:"nytimes-d.openx.net",customParams:{invCode:"nyt_".concat(n,"_").concat(t)}}},{bidder:"triplelift",params:{inventoryCode:function(e){e=e.includes("top")||e.includes("bottom")?e:"mid";return"NYTimes_728x90_970_".concat(e="bottom"===e?"bot":e,"_PB")}(t)}}])};return e.push(t),e},[])}function G(t){window.pbjs&&window.pbjs.initAdserverSet||(window.pbjs.initAdserverSet=!0,i().cmd.push(function(){i().events.subscribe({name:"AdDefined",scope:"all",callback:function(n){window.googletag.cmd.push(function(){var e;(e=j(e=t),B[e].id).includes(n.id)&&window.pbjs.setTargetingForGPTAsync([n.id])})}})}))}function H(t,e,n){function o(e,n){window.pbjs.initAdserverSet=!1,t.requestBids({bidsBackHandler:function(){G(e)},timeout:n})}i().cmd.push(function(){t.que.push(function(){t.addAdUnits(q(e,n)),o(n,1e4),i().events.subscribe({name:I,scope:"all",callback:function(){o(n,800)}})})})}function Y(o,i){return function(){var e,n,t;window.pbjs||console.log("prebid did not load"),e=o,n=i,(t=window.googletag||{}).cmd=t.cmd||[],(t=window.pbjs||{}).que=t.que||[],t.setConfig({priceGranularity:{buckets:[{max:10,increment:.05},{max:20,increment:.1},{max:50,increment:.5},{max:101,increment:1}]}}),H(t,e,n)}}function Q(){i().cmd.push(function(){var e="".concat("PreBid"," failed to load");i().events.publish({name:U,value:{type:"PreBid",message:e}})})}function W(){try{var e=((n=document.createElement("div")).innerHTML=" ",n.className="ad adsbox pub_300x250 pub_300x250m pub_728x90 text-ad textAd text_ad ad-server",n.style="width: 1px !important; height: 1px !important; position: absolute !important; left: -10000px !important; top: -1000px !important;",document.body.prepend(n),document.getElementsByClassName("ad adsbox")[0]),n=!(!(n=e)||0!==n.offsetHeight&&0!==n.clientHeight)||function(e){if(void 0!==window.getComputedStyle){e=window.getComputedStyle(e,null);if(e&&("none"===e.getPropertyValue("display")||"hidden"===e.getPropertyValue("visibility")))return!0}return!1}(e);return e=e,document.body.removeChild(e),n}catch(e){console.error("ad class check failed",e)}var n;return!1}function Z(){return!(window&&window.AdSlot&&window.AdSlot.AdSlotReady)||(!(window&&window.googletag&&window.googletag.apiReady)||W())}function K(){var e=window&&window.nyt_et&&window.nyt_et.get_host&&window.nyt_et.get_host();return e?fetch("".concat(e,"/.status"),{credentials:"include",headers:{accept:"*/*","content-type":"text/plain;charset=UTF-8"},mode:"no-cors"}).then(function(){return{success:!0}}).catch(function(e){return console.error("et track blocked",e),{success:!1}}):Promise.resolve({success:!1})}function L(e,n,t){var o=(i="nyt-a",(document&&document.cookie&&document.cookie.match&&(i=document.cookie.match(new RegExp("".concat(i,"=([^;]+)"))))?i[1]:"")||null),i=!!(window&&window.matchMedia&&window.matchMedia("(max-width: 739px)").matches);return"".concat("https://a-reporting.nytimes.com/report.jpg","?mobile=").concat(i,"&block=").concat(t,"&aid=").concat(o,"&pvid=").concat(e,"&et=").concat(n)}function J(e,n,t){return!!(window&&window.NYTD&&window.NYTD.Abra&&"1_network_detection"===window.NYTD.Abra("DFP_blockDetect_0221"))&&((new Image).src=L(e,n,t),!0)}function X(e,n){n&&i().cmd.push(function(){var e=i();e.events&&e.events.publish({name:A,value:{type:k}})});var t=!1;return K().then(function(){t=(0<arguments.length&&void 0!==arguments[0]?arguments[0]:{success:!1}).success}).catch(function(){}).finally(function(){J(e,t,n)})}function $(e){var n;window.addEventListener("load",(n=e,function(){X(n,Z())}))}var ee,ne,te=function(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{};if(ee)return!1;var n=e.loadAmazon,t=void 0===n||n,o=e.loadPrebid,i=void 0===o||o,a=e.setFastFetch,r=void 0!==a&&a,d=e.loadGeoEdge,c=void 0===d||d,n=e.section,o=void 0===n?"none":n,a=e.pageViewId,d=void 0===a?"":a,n=e.pageType,a=void 0===n?"":n;return e=document.referrer||"",!(n=/([a-zA-Z0-9_\-.]+)(@|%40)([a-zA-Z0-9_\-.]+).([a-zA-Z]{2,5})/).test(e)&&!n.test(window.location.href)&&(s()&&(a=new RegExp(/art/).test(a)?"art":a,c&&p(),t&&(c=r,t=o,r=a,window.apstag||(u("//c.amazon-adsystem.com/aax2/apstag.js",m,f),M(c,t,r))),i&&(o=o,a=a,window.pbjs||u("https://www.nytimes.com/ads/prebid6.8.0.js",Y(o,a),Q))),$(d),ee=!0)};return(ne=i()).loadScripts=ne.loadScripts||te,window.AdSlot4=ne}();
(function () { var _f=function(e={}){const o=window&&window.AdSlot4;try{const{adToggleMap:i,pageType:t,section:n,isSectionHbEligible:d,setFastFetch:w}=e,a=Object.keys(i).reduce((e,o)=>{const t=i[o]||"";return e[o]=function(e){return!!(window&&window.adClientUtils&&window.adClientUtils.hasActiveToggle)&&window.adClientUtils.hasActiveToggle(e)}(t),e},{}),{amazon:c,geoedge:s}=a,l=c&&d;"function"==typeof o.loadScripts&&o.loadScripts({loadAmazon:l,loadPrebid:d,setFastFetch:w,section:n,pageType:t,pageViewId:window&&window.NYTD&&window.NYTD.PageViewId&&window.NYTD.PageViewId.current?window.NYTD.PageViewId.current:"",loadGeoEdge:s})}catch(e){console.error(e)}};;_f.apply(null, [{"adToggleMap":{"amazon":"amazon_collections_toggle","medianet":"medianet_collections_toggle","dfp":"dfp_collections_toggle","geoedge":"geoedge_toggle"},"pageType":"sf","section":"health","isSectionHbEligible":true,"setFastFetch":false}]); })();
(function () { var _f=function(t={}){window.AdSlot4=window.AdSlot4||{},window.AdSlot4.cmd=window.AdSlot4.cmd||[],window.AdSlot4.clientRequirements={mergeObjects:function(t,...e){return e.reduce(function(t,e){return Object.entries(e).reduce(function(t,[e,n]){return t[e]&&null==n?t:Object.assign({},t,{[e]:n})},t)},t)},isFunction:function(t){return"[object Function]"===Object.prototype.toString.call(t)},getAbraVariant:function(t){if(!(window.NYTD&&window.NYTD.Abra&&window.NYTD.Abra.getAbraSync&&this.isFunction(window.NYTD.Abra.getAbraSync)))return void console.warn("Abra does not exist or is not a function");const e=window.NYTD.Abra.getAbraSync(t);return e&&e.variant},shouldHaltDFP:function(t){return"1_block"===this.getAbraVariant(t)},getSov:function(t={}){return t.sov=t.sov||(Math.floor(4*Math.random())+1).toString(),{sov:t.sov}},getPageViewId:function(t){return{page_view_id:t&&t.current}},getUserData:function(t="{}"){try{const e=JSON.parse(t).data;return e&&e.user}catch(t){console.warn("userinfo data unavailable")}},getEm:function(t){return t&&t.length?{em:t.toString().toLowerCase()}:{}},getWat:function(t){return t?{wat:t.toLowerCase()}:{}},getDemographics:function(t){return this.mergeObjects(this.getEm(t&&t.emailSubscriptions),this.getWat(t&&t.wat))},isValidDfpVariant:function(t){return t.toLowerCase().indexOf("dfp")>-1||t.indexOf("redbird")>-1},joinArgumentsForVariant:function(){if(arguments.length)return[].slice.call(arguments).join("_").toLowerCase()},reduceAbraConfigKeysToDfpVariants:function(t=[],e=""){const n=this.getAbraVariant(e),i=this.joinArgumentsForVariant(e,n);return n&&i?t.concat(i):t},getDFPTestNames:function(t={}){if(!t)return[];const e=this.isValidDfpVariant;return Object.keys(t).filter(function(t){return e(t)})},getAbraDfpVariants:function(t={}){this.isValidDfpVariant;let e="";if(t.config){e=this.getDFPTestNames(t.config).reduce(this.reduceAbraConfigKeysToDfpVariants,[])}return{abra_dfp:e}},isMobile:function(t){const e=t.matchMedia("(max-width: 739px)");return e&&e.matches},isManualRefresh:function(t={}){return!(!t.navigation||1!==t.navigation.type)},getAltLangFromPathname:function(t=""){return 0===t.indexOf("/es/")?"es":""},getAdTargetingProperty:function(t=!1,e=""){let n=t?"m":"";return{prop:(n+=e)+"nyt"}},getAdTargetingPlatform:function(t=!1){return{plat:(t?"m":"")+"web"}},getAdTargetingEdition:function(t=""){return t.length?{edn:t}:{}},getAdTargetingVersion:function(t=!1){return{ver:(t?"m":"")+"vi"}},getAdTargetingHome:function(t,e,n){let i={},o={};return"hp"===t&&(i=e?{topRef:e}:{},o=n?{refresh:"manual"}:{}),this.mergeObjects(i,o)},getAdTargeting:function(t={},e={}){const n=this.isMobile(window),i=this.getAltLangFromPathname(window.location.pathname),o=this.isManualRefresh(performance);return this.mergeObjects(t,this.getDemographics(e),this.getAdTargetingProperty(n,i),this.getAdTargetingPlatform(n),this.getAdTargetingEdition(i),this.getAdTargetingVersion(n),this.getAdTargetingHome(t.typ,document.referrer,o),this.getAbraDfpVariants(window.NYTD.Abra),this.getSov(window),this.getPageViewId(window.NYTD.PageViewId))},init:function(t){window.AdSlot4.init&&this.isFunction(window.AdSlot4.init)?window.AdSlot4.init&&window.AdSlot4.init(t):console.warn("AdSlot4.init does not exist or is not a function")},reportExposure:function(t){window.NYTD.Abra&&this.isFunction(window.NYTD.Abra.reportExposure)?window.NYTD.Abra.reportExposure(t):console.warn("Abra.reportExposure does not exist or is not a function")},generateConfig:function(t={},e={},n={}){const i=n&&n.userInfo&&n.userInfo.demographics;return this.mergeObjects(t,e,{adTargeting:this.getAdTargeting(e.adTargeting,i),haltDFP:this.shouldHaltDFP(e.dfpToggleName||t.dfpToggleName)})}};for(let t in window.AdSlot4.clientRequirements)window.AdSlot4.clientRequirements[t]=window.AdSlot4.clientRequirements[t].bind(window.AdSlot4.clientRequirements);const e={adUnitPath:"/29390238/nyt/homepage",offset:400,hideTopAd:AdSlot4.clientRequirements.isMobile(window),lockdownAds:!1,sizeMapping:{top:[[970,["fluid",[728,90],[970,90],[970,250],[1605,300]]],[728,["fluid",[728,90],[1605,300]]],[0,[]]],fp1:[[0,[[195,250],[215,270]]]],fp2:[[0,[[195,250],[215,270]]]],fp3:[[0,[[195,250],[215,270]]]],feat1:[[0,["fluid"]]],feat2:[[0,["fluid"]]],feat3:[[0,["fluid"]]],feat4:[[0,["fluid"]]],mktg:[[1020,[300,250]],[0,[]]],pencil:[[728,[[336,46]],[0,[]]]],pp_edpick:[[0,["fluid"]]],pp_morein:[[0,["fluid"],[210,218]]],ribbon:[[0,["fluid"]]],sponsor:[[765,[150,50]],[0,[320,25]]],supplemental:[[1020,[[300,250],[300,600]]],[0,[]]],chat:[[0,[[300,250],[300,420]]]],column:[[0,[[300,250],[300,420]]]],default:[[970,["fluid",[728,90],[970,90],[970,250],[1605,300]]],[728,["fluid",[728,90],[300,250],[1605,300]]],[0,["fluid",[300,250],[300,420]]]]},adTargeting:{},haltDFP:!1,dfpToggleName:t.dfpToggleName||"dfp_home_toggle",lazyApi:t.lazyApi||{}};window.AdSlot4.cmd.push(function(){const n=window.AdSlot4.clientRequirements,i=n.getUserData(window&&window.userXhrObject&&window.userXhrObject.responseText),o=n.generateConfig(e,t,i);n.init(o),n.reportExposure("dfp_adslot4v2")})};;_f.apply(null, [{"adTargeting":{"edn":"us","test":"projectvi","ver":"vi","typ":"sf","vp":"small","als_test":"1650540082636","prop":"mnyt","plat":"mweb","brandsensitive":"false","artlen":"short","ledemedsz":"none","template":"legacycollection","section":"health","si_section":"health","id":"100000004047831","gscat":"neg_citi_aa,gs_health,neg_capitalone,neg_mastercard,neg_fcli,neg_bofa,neg_mtb,gs_health_misc,neg_chanel,gs_finance_insurance,neg_rolex,gs_finance,neg_rms,neg_debeer,neg_gg1,neg_google,neg_aramco,neg_virus,gs_health_specialities,gs_travel,neg_cme,neg_ms_safe,gv_safe,gs_t","is_viral":"low"},"adUnitPath":"/29390238/nyt/health/sectionfront","dfpToggleName":"dfp_collections_toggle"}]); })();
})();
</script>
</head>
<body>
<div id="app"><div><div class="NYTAppHideMasthead css-zz1s19 e1m0pzr40"><header class="css-ahe4g0 e1m0pzr41"><section class="css-ui9rw0 e1m0pzr42"><div class="css-qo6pn ea180rp0"><div class="css-6n7j50"><button aria-haspopup="true" aria-expanded="false" aria-label="Sections Navigation & Search" class="ea180rp1 css-fzvsed" data-testid="nav-button" type="button"><svg class="css-1fe7a5q" viewBox="0 0 16 16"><rect x="1" y="3" fill="#333" width="14" height="2"></rect><rect x="1" y="7" fill="#333" width="14" height="2"></rect><rect x="1" y="11" fill="#333" width="14" height="2"></rect></svg></button></div><button id="desktop-sections-button" data-testid="desktop-section-button" aria-label="Sections Navigation" class="css-123u7tk ea180rp2"><span class="css-1dv1kvn">Sections</span><svg class="css-1fe7a5q" viewBox="0 0 16 16"><rect x="1" y="3" fill="#333" width="14" height="2"></rect><rect x="1" y="7" fill="#333" width="14" height="2"></rect><rect x="1" y="11" fill="#333" width="14" height="2"></rect></svg></button><div class="css-10488qs"><button class="css-tkwi90 e1iflr850" data-test-id="search-button"><span class="css-1dv1kvn">SEARCH</span><svg class="css-1fe7a5q" viewBox="0 0 16 16"><path fill="#333" d="M11.3,9.2C11.7,8.4,12,7.5,12,6.5C12,3.5,9.5,1,6.5,1S1,3.5,1,6.5S3.5,12,6.5,12c1,0,1.9-0.3,2.7-0.7l3.3,3.3c0.3,0.3,0.7,0.4,1.1,0.4s0.8-0.1,1.1-0.4c0.6-0.6,0.6-1.5,0-2.1L11.3,9.2zM6.5,10.3c-2.1,0-3.8-1.7-3.8-3.8c0-2.1,1.7-3.8,3.8-3.8c2.1,0,3.8,1.7,3.8,3.8C10.3,8.6,8.6,10.3,6.5,10.3z"></path></svg></button></div><a class="css-1f8er69" href="#site-content">Skip to content</a><a class="css-1f8er69" href="#site-index">Skip to site index</a></div><div id="masthead-section-label" class="css-1fnb9ct ek6sfxi0"><a href="https://www.nytimes.com/international/section/health" class="css-nuvmzp">Health</a></div><div class="css-10698na ell52qj0"><a data-testid="masthead-mobile-logo" aria-label="New York Times Logo. Click to visit the homepage" class="css-nhjhh0 ell52qj1" href="/"><svg viewBox="0 0 184 25" fill="#000"><path d="M13.8 2.9c0-2-1.9-2.5-3.4-2.5v.3c.9 0 1.6.3 1.6 1 0 .4-.3 1-1.2 1-.7 0-2.2-.4-3.3-.8C6.2 1.4 5 1 4 1 2 1 .6 2.5.6 4.2c0 1.5 1.1 2 1.5 2.2l.1-.2c-.2-.2-.5-.4-.5-1 0-.4.4-1.1 1.4-1.1.9 0 2.1.4 3.7.9 1.4.4 2.9.7 3.7.8v3.1L9 10.2v.1l1.5 1.3v4.3c-.8.5-1.7.6-2.5.6-1.5 0-2.8-.4-3.9-1.6l4.1-2V6l-5 2.2C3.6 6.9 4.7 6 5.8 5.4l-.1-.3c-3 .8-5.7 3.6-5.7 7 0 4 3.3 7 7 7 4 0 6.6-3.2 6.6-6.5h-.2c-.6 1.3-1.5 2.5-2.6 3.1v-4.1l1.6-1.3v-.1l-1.6-1.3V5.8c1.5 0 3-1 3-2.9zm-8.7 11l-1.2.6c-.7-.9-1.1-2.1-1.1-3.8 0-.7 0-1.5.2-2.1l2.1-.9v6.2zm10.6 2.3l-1.3 1 .2.2.6-.5 2.2 2 3-2-.1-.2-.8.5-1-1V9.4l.8-.6 1.7 1.4v6.1c0 3.8-.8 4.4-2.5 5v.3c2.8.1 5.4-.8 5.4-5.7V9.3l.9-.7-.2-.2-.8.6-2.5-2.1L18.5 9V.8h-.2l-3.5 2.4v.2c.4.2 1 .4 1 1.5l-.1 11.3zM34 15.1L31.5 17 29 15v-1.2l4.7-3.2v-.1l-2.4-3.6-5.2 2.8v6.6l-1 .8.2.2.9-.7 3.4 2.5 4.5-3.6-.1-.4zm-5-1.7V8.5l.2-.1 2.2 3.5-2.4 1.5zM53.1 2c0-.3-.1-.6-.2-.9h-.2c-.3.8-.7 1.2-1.7 1.2-.9 0-1.5-.5-1.9-.9l-2.9 3.3.2.2 1-.9c.6.5 1.1.9 2.5 1v8.3L44 3.2c-.5-.8-1.2-1.9-2.6-1.9-1.6 0-3 1.4-2.8 3.6h.3c.1-.6.4-1.3 1.1-1.3.5 0 1 .5 1.3 1v3.3c-1.8 0-3 .8-3 2.3 0 .8.4 2 1.6 2.3v-.2c-.2-.2-.3-.4-.3-.7 0-.5.4-.9 1.1-.9h.5v4.2c-2.1 0-3.8 1.2-3.8 3.2 0 1.9 1.6 2.8 3.4 2.7v-.2c-1.1-.1-1.6-.6-1.6-1.3 0-.9.6-1.3 1.4-1.3.8 0 1.5.5 2 1.1l2.9-3.2-.2-.2-.7.8c-1.1-1-1.7-1.3-3-1.5V5l8 14h.6V5c1.5-.1 2.9-1.3 2.9-3zm7.3 13.1L57.9 17l-2.5-2v-1.2l4.7-3.2v-.1l-2.4-3.6-5.2 2.8v6.6l-1 .8.2.2.9-.7 3.4 2.5 4.5-3.6-.1-.4zm-5-1.7V8.5l.2-.1 2.2 3.5-2.4 1.5zM76.7 8l-.7.5-1.9-1.6-2.2 2 .9.9v7.5l-2.4-1.5V9.6l.8-.5-2.3-2.2-2.2 2 .9.9V17l-.3.2-2.1-1.5v-6c0-1.4-.7-1.8-1.5-2.3-.7-.5-1.1-.8-1.1-1.5 0-.6.6-.9.9-1.1v-.2c-.8 0-2.9.8-2.9 2.7 0 1 .5 1.4 1 1.9s1 .9 1 1.8v5.8l-1.1.8.2.2 1-.8 2.3 2 2.5-1.7 2.8 1.7 5.3-3.1V9.2l1.3-1-.2-.2zm18.6-5.5l-1 .9-2.2-2-3.3 2.4V1.6h-.3l.1 16.2c-.3 0-1.2-.2-1.9-.4l-.2-13.5c0-1-.7-2.4-2.5-2.4s-3 1.4-3 2.8h.3c.1-.6.4-1.1 1-1.1s1.1.4 1.1 1.7v3.9c-1.8.1-2.9 1.1-2.9 2.4 0 .8.4 2 1.6 2V13c-.4-.2-.5-.5-.5-.7 0-.6.5-.8 1.3-.8h.4v6.2c-1.5.5-2.1 1.6-2.1 2.8 0 1.7 1.3 2.9 3.3 2.9 1.4 0 2.6-.2 3.8-.5 1-.2 2.3-.5 2.9-.5.8 0 1.1.4 1.1.9 0 .7-.3 1-.7 1.1v.2c1.6-.3 2.6-1.3 2.6-2.8s-1.5-2.4-3.1-2.4c-.8 0-2.5.3-3.7.5-1.4.3-2.8.5-3.2.5-.7 0-1.5-.3-1.5-1.3 0-.8.7-1.5 2.4-1.5.9 0 2 .1 3.1.4 1.2.3 2.3.6 3.3.6 1.5 0 2.8-.5 2.8-2.6V3.7l1.2-1-.2-.2zm-4.1 6.1c-.3.3-.7.6-1.2.6s-1-.3-1.2-.6V4.2l1-.7 1.4 1.3v3.8zm0 3c-.2-.2-.7-.5-1.2-.5s-1 .3-1.2.5V9c.2.2.7.5 1.2.5s1-.3 1.2-.5v2.6zm0 4.7c0 .8-.5 1.6-1.6 1.6h-.8V12c.2-.2.7-.5 1.2-.5s.9.3 1.2.5v4.3zm13.7-7.1l-3.2-2.3-4.9 2.8v6.5l-1 .8.1.2.8-.6 3.2 2.4 5-3V9.2zm-5.4 6.3V8.3l2.5 1.8v7.1l-2.5-1.7zm14.9-8.4h-.2c-.3.2-.6.4-.9.4-.4 0-.9-.2-1.1-.5h-.2l-1.7 1.9-1.7-1.9-3 2 .1.2.8-.5 1 1.1v6.3l-1.3 1 .2.2.6-.5 2.4 2 3.1-2.1-.1-.2-.9.5-1.2-1V9c.5.5 1.1 1 1.8 1 1.4.1 2.2-1.3 2.3-2.9zm12 9.6L123 19l-4.6-7 3.3-5.1h.2c.4.4 1 .8 1.7.8s1.2-.4 1.5-.8h.2c-.1 2-1.5 3.2-2.5 3.2s-1.5-.5-2.1-.8l-.3.5 5 7.4 1-.6v.1zm-11-.5l-1.3 1 .2.2.6-.5 2.2 2 3-2-.2-.2-.8.5-1-1V.8h-.1l-3.6 2.4v.2c.4.2 1 .3 1 1.5v11.3zM143 2.9c0-2-1.9-2.5-3.4-2.5v.3c.9 0 1.6.3 1.6 1 0 .4-.3 1-1.2 1-.7 0-2.2-.4-3.3-.8-1.3-.4-2.5-.8-3.5-.8-2 0-3.4 1.5-3.4 3.2 0 1.5 1.1 2 1.5 2.2l.1-.2c-.3-.2-.6-.4-.6-1 0-.4.4-1.1 1.4-1.1.9 0 2.1.4 3.7.9 1.4.4 2.9.7 3.7.8V9l-1.5 1.3v.1l1.5 1.3V16c-.8.5-1.7.6-2.5.6-1.5 0-2.8-.4-3.9-1.6l4.1-2V6l-5 2.2c.5-1.3 1.6-2.2 2.6-2.9l-.1-.2c-3 .8-5.7 3.5-5.7 6.9 0 4 3.3 7 7 7 4 0 6.6-3.2 6.6-6.5h-.2c-.6 1.3-1.5 2.5-2.6 3.1v-4.1l1.6-1.3v-.1L140 8.8v-3c1.5 0 3-1 3-2.9zm-8.7 11l-1.2.6c-.7-.9-1.1-2.1-1.1-3.8 0-.7.1-1.5.3-2.1l2.1-.9-.1 6.2zm12.2-12h-.1l-2 1.7v.1l1.7 1.9h.2l2-1.7v-.1l-1.8-1.9zm3 14.8l-.8.5-1-1V9.3l1-.7-.2-.2-.7.6-1.8-2.1-2.9 2 .2.3.7-.5.9 1.1v6.5l-1.3 1 .1.2.7-.5 2.2 2 3-2-.1-.3zm16.7-.1l-.7.5-1.1-1V9.3l1-.8-.2-.2-.8.7-2.3-2.1-3 2.1-2.3-2.1L154 9l-1.8-2.1-2.9 2 .1.3.7-.5 1 1.1v6.5l-.8.8 2.3 1.9 2.2-2-.9-.9V9.3l.9-.6 1.5 1.4v6l-.8.8 2.3 1.9 2.2-2-.9-.9V9.3l.8-.5 1.6 1.4v6l-.7.7 2.3 2.1 3.1-2.1v-.3zm8.7-1.5l-2.5 1.9-2.5-2v-1.2l4.7-3.2v-.1l-2.4-3.6-5.2 2.8v6.8l3.5 2.5 4.5-3.6-.1-.3zm-5-1.7V8.5l.2-.1 2.2 3.5-2.4 1.5zm14.1-.9l-1.9-1.5c1.3-1.1 1.8-2.6 1.8-3.6v-.6h-.2c-.2.5-.6 1-1.4 1-.8 0-1.3-.4-1.8-1L176 9.3v3.6l1.7 1.3c-1.7 1.5-2 2.5-2 3.3 0 1 .5 1.7 1.3 2l.1-.2c-.2-.2-.4-.3-.4-.8 0-.3.4-.8 1.2-.8 1 0 1.6.7 1.9 1l4.3-2.6v-3.6h-.1zm-1.1-3c-.7 1.2-2.2 2.4-3.1 3l-1.1-.9V8.1c.4 1 1.5 1.8 2.6 1.8.7 0 1.1-.1 1.6-.4zm-1.7 8c-.5-1.1-1.7-1.9-2.9-1.9-.3 0-1.1 0-1.9.5.5-.8 1.8-2.2 3.5-3.2l1.2 1 .1 3.6z"></path></svg></a></div><div class="css-12bivf2 e1j3jvdr1"><a href="https://myaccount.nytimes.com/auth/login?response_type=cookie&client_id=vi&redirect_uri=https%3A%2F%2Fwww.nytimes.com%2Fsubscription%2Fmultiproduct%2Flp8KQUS.html%3FcampaignId%3D7JFJX&asset=masthead" class="css-1kj7lfb"><span class="css-htw48t e1j3jvdr0">Log in</span></a><div class="css-6n7j50"><button aria-haspopup="true" aria-expanded="false" aria-label="Account" class="e1j3jvdr4 css-fozwf3" data-testid="user-settings-button" type="button"><svg class="css-10m9xeu" viewBox="0 0 16 16" fill="#333"><path d="M8,10c-2.5,0-7,1.1-7,3.5V16h14v-2.5C15,11.1,10.5,10,8,10z"></path><circle cx="8" cy="4" r="4"></circle></svg></button></div></div></section><section id="masthead-bar-one" class="hasLinks css-1r0gz1j e1pjtsj63"><div><div class="css-1o0kkht e1pjtsj60"></div><div class="css-1bvtpon e1pjtsj62"><a href="https://www.nytimes.com/section/todayspaper" class="css-hnzl8o">Today’s Paper</a></div></div><div class="css-9e9ivx"><a href="https://myaccount.nytimes.com/auth/login?response_type=cookie&client_id=vi&redirect_uri=https%3A%2F%2Fwww.nytimes.com%2Fsubscription%2Fmultiproduct%2Flp8KQUS.html%3FcampaignId%3D7JFJX&asset=masthead" data-testid="login-link" class="css-1k0lris"></a></div></section></header></div></div><div aria-hidden="false"><main id="site-content"><div class="css-1ffjgkm"></div><div id="top-wrapper" type="top" class="css-15p45cc en616590"><div id="top-slug" class="css-19x0jxb en616591" hidden=""><p>Advertisement</p></div><a href="#after-top" class="css-1ly73wi">Continue reading the main story</a><div class="ad top-wrapper css-rfqw0c" style="min-height:90px"><div id="top" class="place-ad" data-position="top" data-size-key="top"></div></div><div id="after-top"></div></div><section id="collection-health" class="css-15h4p1b ewz6inz0"><header class="css-1ta8iz9 e1j8vip00"><div class="css-1j21atc e1j8vip01"><div class="css-fmiefx e1j8vip02"><div class="css-1hk7r2m ex7j2380"><div id="sponsor-wrapper" type="sponsor" hidden="" class="css-7a1pgi en616590"><div id="sponsor-slug" class="css-1l4mleb en616591" hidden=""><p>Supported by</p></div><a href="#after-sponsor" class="css-1ly73wi">Continue reading the main story</a><div class="ad sponsor-wrapper css-rfqw0c" id="sponsor" style="text-align:left"></div><div id="after-sponsor"></div></div></div></div><div class="css-nfcc9b e1j8vip03"><div class="css-1126fso e1j8vip05"><div class="css-1fbiiks e1j8vip06"><h1 class="css-2aieq6 e16wpn5v0" data-component-name="collection-header">Health</h1><div class="follow-button-placeholder" data-collection-id=""></div></div></div></div></div><nav class="css-1qhmxx1 e1evmsrw0"><ol class="css-1epgb9g e1evmsrw1"><li class="css-6p3lz8 e1evmsrw2"><a class="css-nm3jss" href="/international/section/health/policy">Health Policy</a></li><li class="css-6p3lz8 e1evmsrw2"><a class="css-nm3jss" href="/column/global-health">Global Health</a></li><li class="css-6p3lz8 e1evmsrw2"><a class="css-nm3jss" href="/column/the-new-old-age">The New Old Age</a></li><li class="css-6p3lz8 e1evmsrw2"><a class="css-nm3jss" href="/international/section/science">Science</a></li><li class="css-6p3lz8 e1evmsrw2"><a class="css-nm3jss" href="/international/section/well">Well</a></li><li class="css-6p3lz8 e1evmsrw2"><a href="/news-event/coronavirus" class="css-nm3jss">Coronavirus Outbreak</a></li></ol></nav></header><div class="css-4svvz1 eb97p610"><section id="collection-highlights-container" class="css-1vlzjyd ebvx18p1"><div class="template-1 css-gfgt40 eb97p611"><h2 class="css-1dv1kvn">Highlights</h2><ol class="css-11jjg eb97p612"><li class="css-xta2bx"><article class="css-1pagwdx"><figure class="photo css-1fwiylb e759ksq0" aria-label="media" role="group"><span class="css-1dv1kvn">Photo</span><a data-rref="" href="/2022/04/20/health/time-restricted-diets.html"><img src="https://static01.nyt.com/images/2022/04/20/science/20diet/20diet-jumbo.jpg" srcSet="https://static01.nyt.com/images/2022/04/20/science/20diet/20diet-jumbo.jpg 1024w, https://static01.nyt.com/images/2022/04/20/science/20diet/20diet-videoLarge.jpg 768w, https://static01.nyt.com/images/2022/04/20/science/20diet/20diet-mediumThreeByTwo440.jpg 440w" alt="The new study is not the first to test time-restricted eating, but previous studies often were smaller, of shorter duration and without control groups."/></a><figcaption class="css-aqbich e759ksq1"><span class="css-1bt5hvg e759ksq2"><span class="css-1dv1kvn">Credit</span>D. Hurst/Alamy</span></figcaption></figure><div class="css-gjijuv"><h2 class="css-b8r11n e27kk5e0"><a data-rref="" href="/2022/04/20/health/time-restricted-diets.html">Scientists Find No Benefit to Time-Restricted Eating</a></h2><p class="css-f9p5k6 e27kk5e1">In a yearlong study, participants who confined meals to certain hours lost no more weight than those who ate at any time.</p><p class="css-s7sl7h e1hr934v2"><span class="css-me3p27"></span><span class="css-1dydysp e1hr934v3"></span><span class="css-9voj2j">By<!-- --> <span class="css-1baulvz last-byline" itemProp="name">Gina Kolata</span></span></p></div></article></li><li class="css-xta2bx"><article><figure class="photo css-1ag53q4 e759ksq0" aria-label="media" role="group"><span class="css-1dv1kvn">Photo</span><a data-rref="" href="/2022/04/20/health/pgta-ivf-pregnancy-test.html"><img src="https://static01.nyt.com/images/2022/04/19/science/00-ivf-genetic-test1/00-ivf-genetic-test1-videoLarge.jpg" srcSet="https://static01.nyt.com/images/2022/04/19/science/00-ivf-genetic-test1/00-ivf-genetic-test1-videoLarge.jpg 768w, https://static01.nyt.com/images/2022/04/19/science/00-ivf-genetic-test1/00-ivf-genetic-test1-mediumThreeByTwo440.jpg 440w" alt="Anna Dahlquist, her husband, Brian, and their baby son. “I was 39 when I made his embryo,” Ms. Dahlquist said. “And I was 46 when I became pregnant with him.”"/></a><figcaption class="css-aqbich e759ksq1"><span class="css-1ovcl9x e759ksq2"><span class="css-1dv1kvn">Credit</span>Grant Hindsley for The New York Times</span></figcaption></figure><div class="css-10wtrbd"><h2 class="css-jkrs50 e27kk5e2"><a data-rref="" href="/2022/04/20/health/pgta-ivf-pregnancy-test.html">Study Raises Questions About Popular Genetic Test for ‘Abnormal’ Embryos</a></h2><p class="css-1s1laau e27kk5e3">The test leads people undergoing in vitro fertilization to discard thousands of embryos each year. The new research found implanting some “abnormal” embryos resulted in healthy live births.</p><p class="css-17h6mv0 e1hr934v2"><span class="css-me3p27"></span><span class="css-1dydysp e1hr934v3"></span><span class="css-9voj2j">By<!-- --> <span class="css-1baulvz last-byline" itemProp="name">Azeen Ghorayshi</span></span></p></div></article></li><li class="css-xta2bx"><article><figure class="photo css-1ag53q4 e759ksq0" aria-label="media" role="group"><span class="css-1dv1kvn">Photo</span><a data-rref="" href="/2022/04/18/health/alzheimers-cassava-simufilam.html"><img src="https://static01.nyt.com/images/2022/04/18/science/18cassava/18cassava-videoLarge.jpg" srcSet="https://static01.nyt.com/images/2022/04/18/science/18cassava/18cassava-videoLarge.jpg 768w, https://static01.nyt.com/images/2022/04/18/science/18cassava/18cassava-mediumThreeByTwo440.jpg 440w" alt=""/></a><figcaption class="css-aqbich e759ksq1"><span class="css-1ovcl9x e759ksq2"><span class="css-1dv1kvn">Credit</span>Ilana Panich-Linsman for The New York Times</span></figcaption></figure><div class="css-10wtrbd"><h2 class="css-jkrs50 e27kk5e2"><a data-rref="" href="/2022/04/18/health/alzheimers-cassava-simufilam.html">Scientists Question Data Behind an Experimental Alzheimer’s Drug</a></h2><p class="css-1s1laau e27kk5e3">Studies linked to Cassava Sciences, once a stock market favorite, have been retracted or challenged by medical journals.</p><p class="css-17h6mv0 e1hr934v2"><span class="css-me3p27"></span><span class="css-1dydysp e1hr934v3"></span><span class="css-9voj2j">By<!-- --> <span class="css-1baulvz last-byline" itemProp="name">Apoorva Mandavilli</span></span></p></div></article></li><li class="css-xta2bx"><article><figure class="photo css-1ag53q4 e759ksq0" aria-label="media" role="group"><span class="css-1dv1kvn">Photo</span><a data-rref="" href="/2022/04/19/health/omicron-unvaccinated-children.html"><img src="https://static01.nyt.com/images/2022/04/19/science/19virus-children/19virus-children-videoLarge.jpg" srcSet="https://static01.nyt.com/images/2022/04/19/science/19virus-children/19virus-children-videoLarge.jpg 768w, https://static01.nyt.com/images/2022/04/19/science/19virus-children/19virus-children-mediumThreeByTwo440.jpg 440w" alt="Vaccinations at Ted Watkins Memorial Park in Los Angeles in January. Overall, only about a third of children from 5 to 11 have gotten at least one vaccine dose, the lowest rate of any age group."/></a><figcaption class="css-aqbich e759ksq1"><span class="css-1ovcl9x e759ksq2"><span class="css-1dv1kvn">Credit</span>Allison Zaucha for The New York Times</span></figcaption></figure><div class="css-10wtrbd"><h2 class="css-jkrs50 e27kk5e2"><a data-rref="" href="/2022/04/19/health/omicron-unvaccinated-children.html">Omicron Was More Severe for Unvaccinated Children in 5-to-11 Age Group, Study Shows</a></h2><p class="css-1s1laau e27kk5e3">Black children who had not been immunized made up about a third of those hospitalized during the winter surge.</p><p class="css-17h6mv0 e1hr934v2"><span class="css-me3p27"></span><span class="css-1dydysp e1hr934v3"></span><span class="css-9voj2j">By<!-- --> <span class="css-1baulvz last-byline" itemProp="name">Benjamin Mueller</span></span></p></div></article></li></ol></div><div class="css-1xdhyk6 ebvx18p0"><div class="css-zk12ih e6secmu0"><ol class="css-11jjg eb97p612"><li class="css-x9pcp0 eb97p613"><article class="css-15cbhtu"><h3 class="css-1uu6dhy e1hr934v0">Global Health</h3><figure class="photo css-k4k3gl e759ksq0" aria-label="media" role="group"><span class="css-1dv1kvn">Photo</span><a data-rref="" href="/2022/04/16/health/global-covid-deaths-who-india.html"><img src="https://static01.nyt.com/images/2022/04/15/science/15virus-WHO-deaths1/merlin_186952887_7c274e00-bde5-46af-bbd2-9798332b2ade-videoLarge.jpg" srcSet="https://static01.nyt.com/images/2022/04/15/science/15virus-WHO-deaths1/15virus-WHO-deaths1-thumbLarge.jpg 150w, https://static01.nyt.com/images/2022/04/15/science/15virus-WHO-deaths1/merlin_186952887_7c274e00-bde5-46af-bbd2-9798332b2ade-videoLarge.jpg 768w, https://static01.nyt.com/images/2022/04/15/science/15virus-WHO-deaths1/merlin_186952887_7c274e00-bde5-46af-bbd2-9798332b2ade-mediumThreeByTwo225.jpg 225w, https://static01.nyt.com/images/2022/04/15/science/15virus-WHO-deaths1/merlin_186952887_7c274e00-bde5-46af-bbd2-9798332b2ade-mediumThreeByTwo440.jpg 440w, https://static01.nyt.com/images/2022/04/15/science/15virus-WHO-deaths1/merlin_186952887_7c274e00-bde5-46af-bbd2-9798332b2ade-hpSmall.jpg 163w" alt="A mass cremation in New Delhi during a devastating Covid surge in April 2021."/></a><figcaption class="css-aqbich e759ksq1"><span class="css-5sdog9 e759ksq2"><span class="css-1dv1kvn">Credit</span>Atul Loke for The New York Times</span></figcaption></figure><div class="css-10wtrbd"><h2 class="css-1cn8d5g e1y0a3kv0"><a href="/2022/04/16/health/global-covid-deaths-who-india.html">India Is Stalling the W.H.O.’s Efforts to Make Global Covid Death Toll Public</a></h2><p class="css-1xis0cg e1y0a3kv1">The agency has calculated that 15 million people have died as a result of the pandemic, far more than earlier estimates, but has yet to release those numbers.</p><p class="css-1njlzxq e1hr934v2"><span class="css-me3p27"></span><span class="css-1dydysp e1hr934v3"></span><span class="css-9voj2j">By<!-- --> <span class="css-1baulvz" itemProp="name">Stephanie Nolen</span> and <span class="css-1baulvz last-byline" itemProp="name">Karan Deep Singh</span></span></p></div></article></li><li class="css-xei2dc eb97p613"><article class="css-15cbhtu"><figure class="photo css-k4k3gl e759ksq0" aria-label="media" role="group"><span class="css-1dv1kvn">Photo</span><a data-rref="" href="/2022/04/19/health/covid-travel-masks-regulation.html"><img src="https://static01.nyt.com/images/2022/04/19/science/19virus-masks1/19virus-masks1-videoLarge.jpg" srcSet="https://static01.nyt.com/images/2022/04/19/science/19virus-masks1/19virus-masks1-thumbLarge.jpg 150w, https://static01.nyt.com/images/2022/04/19/science/19virus-masks1/19virus-masks1-videoLarge.jpg 768w, https://static01.nyt.com/images/2022/04/19/science/19virus-masks1/19virus-masks1-mediumThreeByTwo225.jpg 225w, https://static01.nyt.com/images/2022/04/19/science/19virus-masks1/19virus-masks1-mediumThreeByTwo440.jpg 440w, https://static01.nyt.com/images/2022/04/19/science/19virus-masks1/19virus-masks1-hpSmall.jpg 163w" alt="Kennedy Airport in New York on Tuesday after mask requirements were lifted on public transport."/></a><figcaption class="css-aqbich e759ksq1"><span class="css-5sdog9 e759ksq2"><span class="css-1dv1kvn">Credit</span>Gabby Jones for The New York Times</span></figcaption></figure><div class="css-10wtrbd"><h2 class="css-1cn8d5g e1y0a3kv0"><a href="/2022/04/19/health/covid-travel-masks-regulation.html">Concerns Rise as Passenger Masks Fall</a></h2><p class="css-1xis0cg e1y0a3kv1">Health experts expressed dismay at a judge’s ruling that struck down the C.D.C. mask mandate for planes, trains and buses.</p><p class="css-1njlzxq e1hr934v2"><span class="css-me3p27"></span><span class="css-1dydysp e1hr934v3"></span><span class="css-9voj2j">By<!-- --> <span class="css-1baulvz last-byline" itemProp="name">Roni Caryn Rabin</span></span></p></div></article></li><li class="css-x9pcp0 eb97p613"><article class="css-15cbhtu"><h3 class="css-1uu6dhy e1hr934v0">Global Health</h3><figure class="photo css-k4k3gl e759ksq0" aria-label="media" role="group"><span class="css-1dv1kvn">Photo</span><a data-rref="" href="/2022/04/19/health/death-records-africa-electronic-autopsy.html"><img src="https://static01.nyt.com/images/2022/04/19/science/00sci-sierra-leone-death1/merlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-videoLarge.jpg" srcSet="https://static01.nyt.com/images/2022/04/19/science/00sci-sierra-leone-death1/merlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-thumbLarge.jpg 150w, https://static01.nyt.com/images/2022/04/19/science/00sci-sierra-leone-death1/merlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-videoLarge.jpg 768w, https://static01.nyt.com/images/2022/04/19/science/00sci-sierra-leone-death1/merlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-mediumThreeByTwo225.jpg 225w, https://static01.nyt.com/images/2022/04/19/science/00sci-sierra-leone-death1/merlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-mediumThreeByTwo440.jpg 440w, https://static01.nyt.com/images/2022/04/19/science/00sci-sierra-leone-death1/merlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-hpSmall.jpg 163w" alt="In northern Sierra Leone, Isata Kaitongi, top right, interviewed people in the village of Mabin to gather cause-of-death statistics."/></a><figcaption class="css-aqbich e759ksq1"><span class="css-5sdog9 e759ksq2"><span class="css-1dv1kvn">Credit</span>Finbarr O'Reilly for The New York Times</span></figcaption></figure><div class="css-10wtrbd"><h2 class="css-1cn8d5g e1y0a3kv0"><a href="/2022/04/19/health/death-records-africa-electronic-autopsy.html">A Door-to-Door Effort to Find Out Who Died Helps Low-Income Countries Aid the Living</a></h2><p class="css-1xis0cg e1y0a3kv1">Many developing countries don’t keep official death records. A novel effort uses “electronic autopsies” to count deaths, and record their cause.</p><p class="css-1njlzxq e1hr934v2"><span class="css-me3p27"></span><span class="css-1dydysp e1hr934v3"></span><span class="css-9voj2j">By<!-- --> <span class="css-1baulvz" itemProp="name">Stephanie Nolen</span> and <span class="css-1baulvz last-byline" itemProp="name">Finbarr O’Reilly</span></span></p></div></article></li><li class="css-xei2dc eb97p613"><article class="css-15cbhtu"><figure class="photo css-k4k3gl e759ksq0" aria-label="media" role="group"><span class="css-1dv1kvn">Photo</span><a data-rref="" href="/2022/04/14/health/covid-cases-tracking.html"><img src="https://static01.nyt.com/images/2022/04/13/climate/00virus-case-counts1/00virus-case-counts1-videoLarge.jpg" srcSet="https://static01.nyt.com/images/2022/04/13/climate/00virus-case-counts1/00virus-case-counts1-thumbLarge.jpg 150w, https://static01.nyt.com/images/2022/04/13/climate/00virus-case-counts1/00virus-case-counts1-videoLarge.jpg 768w, https://static01.nyt.com/images/2022/04/13/climate/00virus-case-counts1/00virus-case-counts1-mediumThreeByTwo225.jpg 225w, https://static01.nyt.com/images/2022/04/13/climate/00virus-case-counts1/00virus-case-counts1-mediumThreeByTwo440.jpg 440w, https://static01.nyt.com/images/2022/04/13/climate/00virus-case-counts1/00virus-case-counts1-hpSmall.jpg 163w" alt="At-home Covid antigen tests being handed out in Los Angeles this year."/></a><figcaption class="css-aqbich e759ksq1"><span class="css-5sdog9 e759ksq2"><span class="css-1dv1kvn">Credit</span>Etienne Laurent/EPA, via Shutterstock</span></figcaption></figure><div class="css-10wtrbd"><h2 class="css-1cn8d5g e1y0a3kv0"><a href="/2022/04/14/health/covid-cases-tracking.html">Many Virus Cases Go Uncounted. Are There Better Ways to Track the Pandemic?</a></h2><p class="css-1xis0cg e1y0a3kv1">An increasing reliance on at-home testing and the closings of mass testing sites are making official case counts less reliable, scientists say.</p><p class="css-1njlzxq e1hr934v2"><span class="css-me3p27"></span><span class="css-1dydysp e1hr934v3"></span><span class="css-9voj2j">By<!-- --> <span class="css-1baulvz last-byline" itemProp="name">Emily Anthes</span></span></p></div></article></li><li class="css-xei2dc eb97p613"><article class="css-15cbhtu"><figure class="photo css-k4k3gl e759ksq0" aria-label="media" role="group"><span class="css-1dv1kvn">Photo</span><a data-rref="" href="/2022/04/15/health/covid-breath-test-fda.html"><img src="https://static01.nyt.com/images/2022/04/15/science/15virus-breath-test/15virus-breath-test-videoLarge.jpg" srcSet="https://static01.nyt.com/images/2022/04/15/science/15virus-breath-test/15virus-breath-test-thumbLarge.jpg 150w, https://static01.nyt.com/images/2022/04/15/science/15virus-breath-test/15virus-breath-test-videoLarge.jpg 768w, https://static01.nyt.com/images/2022/04/15/science/15virus-breath-test/15virus-breath-test-mediumThreeByTwo225.jpg 225w, https://static01.nyt.com/images/2022/04/15/science/15virus-breath-test/15virus-breath-test-mediumThreeByTwo440.jpg 440w, https://static01.nyt.com/images/2022/04/15/science/15virus-breath-test/15virus-breath-test-hpSmall.jpg 163w" alt="The first U.S. breathalyzer test to detect the coronavirus was authorized by the F.D.A. The InspectIR device analyzed chemical compounds exhaled by a person breathing through a cardboard straw. "/></a><figcaption class="css-aqbich e759ksq1"><span class="css-5sdog9 e759ksq2"><span class="css-1dv1kvn">Credit</span>via InspectIR Systems</span></figcaption></figure><div class="css-10wtrbd"><h2 class="css-1cn8d5g e1y0a3kv0"><a href="/2022/04/15/health/covid-breath-test-fda.html">A New Covid Breath Test Holds Promise, but Wide Use May Still Be Far Off</a></h2><p class="css-1xis0cg e1y0a3kv1">The F.D.A. authorized a breath-based test made by a small Texas company, which said it hoped that mobile sites could use the device.</p><p class="css-1njlzxq e1hr934v2"><span class="css-me3p27"></span><span class="css-1dydysp e1hr934v3"></span><span class="css-9voj2j">By<!-- --> <span class="css-1baulvz last-byline" itemProp="name">Emily Anthes</span></span></p></div></article></li></ol></div></div></section><div id="mid1-wrapper" type="rank" class="css-1mn4oms en616590"><div id="mid1-slug" class="css-1tag3rd en616591"><p>Advertisement</p></div><a href="#after-mid1" class="css-1ly73wi">Continue reading the main story</a><div class="ad mid1-wrapper css-rfqw0c" id="mid1"></div><div id="after-mid1"></div></div><section class="5-band css-bs3opg e13cq0nn0"><header class="css-1v4upt6 exvouy0"><h2 class="css-1vqa1t9 exvouy1"><a href="/section/well">From Well<svg viewBox="0 0 5.6 9.5" width="5.6" height="9.5" xml:space="preserve" xmlns="http://www.w3.org/1999/xlink" x="0px" y="0px" style="fill:currentcolor;margin-left:6px;position:relative" class="css-172h6t9"><path d="M5.6,4.2L1.8,0L0,1.3l3.1,3.5L0,8.3l1.8,1.2l3.8-4.1V4.2z"></path></svg></a></h2><a class="css-zxrpne exvouy2" href="/section/well">More in From Well ›</a></header><ol class="layout-span css-11jjg eb97p612"><li class="css-xei2dc eb97p613"><article class="css-15cbhtu"><figure class="photo css-k4k3gl e759ksq0" aria-label="media" role="group"><span class="css-1dv1kvn">Photo</span><a data-rref="" href="/article/mask-mandates-guidelines.html"><img src="https://static01.nyt.com/images/2022/03/01/well/00well-masks-opener/00well-masks-opener-videoLarge.jpg" srcSet="https://static01.nyt.com/images/2022/03/01/well/00well-masks-opener/00well-masks-opener-thumbLarge.jpg 150w, https://static01.nyt.com/images/2022/03/01/well/00well-masks-opener/00well-masks-opener-videoLarge.jpg 768w, https://static01.nyt.com/images/2022/03/01/well/00well-masks-opener/00well-masks-opener-mediumThreeByTwo225.jpg 225w, https://static01.nyt.com/images/2022/03/01/well/00well-masks-opener/00well-masks-opener-mediumThreeByTwo440.jpg 440w, https://static01.nyt.com/images/2022/03/01/well/00well-masks-opener/00well-masks-opener-hpSmall.jpg 163w" alt=""/></a><figcaption class="css-aqbich e759ksq1"><span class="css-5sdog9 e759ksq2"><span class="css-1dv1kvn">Credit</span>Tim Peacock</span></figcaption></figure><div class="css-10wtrbd"><h2 class="css-1cn8d5g e1y0a3kv0"><a href="/article/mask-mandates-guidelines.html">Should You Still Wear a Mask?</a></h2><p class="css-1xis0cg e1y0a3kv1">Experts weigh in on where, and when, you can safely take one off.</p><p class="css-1njlzxq e1hr934v2"><span class="css-me3p27"></span><span class="css-1dydysp e1hr934v3"></span><span class="css-9voj2j">By<!-- --> <span class="css-1baulvz" itemProp="name">Amelia Nierenberg</span> and <span class="css-1baulvz last-byline" itemProp="name">Illustrations by Tim Peacock</span></span></p></div></article></li><li class="css-xei2dc eb97p613"><article class="css-15cbhtu"><figure class="photo css-k4k3gl e759ksq0" aria-label="media" role="group"><span class="css-1dv1kvn">Photo</span><a data-rref="" href="/2022/04/19/well/live/return-to-office-tips.html"><img src="https://static01.nyt.com/images/2021/10/01/well/01WELL-RTO-ANNOYANCES---nosycubiclemate/01WELL-RTO-ANNOYANCES---nosycubiclemate-videoLarge.jpg" srcSet="https://static01.nyt.com/images/2021/10/01/well/01WELL-RTO-ANNOYANCES---nosycubiclemate/01WELL-RTO-ANNOYANCES---nosycubiclemate-thumbLarge.jpg 150w, https://static01.nyt.com/images/2021/10/01/well/01WELL-RTO-ANNOYANCES---nosycubiclemate/01WELL-RTO-ANNOYANCES---nosycubiclemate-videoLarge.jpg 768w, https://static01.nyt.com/images/2021/10/01/well/01WELL-RTO-ANNOYANCES---nosycubiclemate/01WELL-RTO-ANNOYANCES---nosycubiclemate-mediumThreeByTwo225.jpg 225w, https://static01.nyt.com/images/2021/10/01/well/01WELL-RTO-ANNOYANCES---nosycubiclemate/01WELL-RTO-ANNOYANCES---nosycubiclemate-mediumThreeByTwo440.jpg 440w, https://static01.nyt.com/images/2021/10/01/well/01WELL-RTO-ANNOYANCES---nosycubiclemate/01WELL-RTO-ANNOYANCES---nosycubiclemate-hpSmall.jpg 163w" alt=""/></a><figcaption class="css-aqbich e759ksq1"><span class="css-5sdog9 e759ksq2"><span class="css-1dv1kvn">Credit</span></span></figcaption></figure><div class="css-10wtrbd"><h2 class="css-1cn8d5g e1y0a3kv0"><a href="/2022/04/19/well/live/return-to-office-tips.html">Your Office Is More Annoying Than You Remembered. Here’s How to Handle It.</a></h2><p class="css-1xis0cg e1y0a3kv1">The gossip, the loud talker and the nosy colleague are all manageable with the right mind-set.</p><p class="css-1njlzxq e1hr934v2"><span class="css-me3p27"></span><span class="css-1dydysp e1hr934v3"></span><span class="css-9voj2j">By<!-- --> <span class="css-1baulvz last-byline" itemProp="name">Jancee Dunn</span></span></p></div></article></li><li class="css-xei2dc eb97p613"><article class="css-15cbhtu"><figure class="photo css-k4k3gl e759ksq0" aria-label="media" role="group"><span class="css-1dv1kvn">Photo</span><a href="/interactive/2022/04/12/well/family/covid-deaths-parents-grandparents.html" data-rref=""><img src="https://static01.nyt.com/images/2022/04/24/well/24grandparents-covid5/24grandparents-covid5-videoLarge-v5.jpg" srcSet="https://static01.nyt.com/images/2022/04/24/well/24grandparents-covid5/24grandparents-covid5-thumbLarge-v4.jpg 150w, https://static01.nyt.com/images/2022/04/24/well/24grandparents-covid5/24grandparents-covid5-videoLarge-v5.jpg 768w, https://static01.nyt.com/images/2022/04/24/well/24grandparents-covid5/24grandparents-covid5-mediumThreeByTwo225-v5.jpg 225w, https://static01.nyt.com/images/2022/04/24/well/24grandparents-covid5/24grandparents-covid5-mediumThreeByTwo440-v5.jpg 440w, https://static01.nyt.com/images/2022/04/24/well/24grandparents-covid5/24grandparents-covid5-hpSmall-v3.jpg 163w" alt=""/></a><figcaption class="css-aqbich e759ksq1"><span class="css-5sdog9 e759ksq2"><span class="css-1dv1kvn">Credit</span>Todd Heisler/The New York Times</span></figcaption></figure><div class="css-10wtrbd"><h2 class="css-1cn8d5g e1y0a3kv0"><a href="/interactive/2022/04/12/well/family/covid-deaths-parents-grandparents.html">As Families Grieve, Grandparents Step Up</a></h2><p class="css-1xis0cg e1y0a3kv1">As many as 200,000 U.S. children have lost a parent to Covid. Their grandparents are taking them in and helping them heal, all while coping with their own grief.</p><p class="css-1njlzxq e1hr934v2"><span class="css-me3p27"></span><span class="css-1dydysp e1hr934v3"></span><span class="css-9voj2j">By<!-- --> <span class="css-1baulvz last-byline" itemProp="name">Paula Span</span></span></p></div></article></li><li class="css-xei2dc eb97p613"><article class="css-15cbhtu"><figure class="photo css-k4k3gl e759ksq0" aria-label="media" role="group"><span class="css-1dv1kvn">Photo</span><a data-rref="" href="/2022/04/18/well/move/foot-health-pandemic.html"><img src="https://static01.nyt.com/images/2022/04/13/well/WELL-FOOT-HEALTH2/merlin_205397268_1bc7b0a2-71ef-48ef-b2c3-f42631b39354-videoLarge.jpg" srcSet="https://static01.nyt.com/images/2022/04/13/well/WELL-FOOT-HEALTH2/WELL-FOOT-HEALTH2-thumbLarge.jpg 150w, https://static01.nyt.com/images/2022/04/13/well/WELL-FOOT-HEALTH2/merlin_205397268_1bc7b0a2-71ef-48ef-b2c3-f42631b39354-videoLarge.jpg 768w, https://static01.nyt.com/images/2022/04/13/well/WELL-FOOT-HEALTH2/merlin_205397268_1bc7b0a2-71ef-48ef-b2c3-f42631b39354-mediumThreeByTwo225.jpg 225w, https://static01.nyt.com/images/2022/04/13/well/WELL-FOOT-HEALTH2/merlin_205397268_1bc7b0a2-71ef-48ef-b2c3-f42631b39354-mediumThreeByTwo440.jpg 440w, https://static01.nyt.com/images/2022/04/13/well/WELL-FOOT-HEALTH2/merlin_205397268_1bc7b0a2-71ef-48ef-b2c3-f42631b39354-hpSmall.jpg 163w" alt=""/></a><figcaption class="css-aqbich e759ksq1"><span class="css-5sdog9 e759ksq2"><span class="css-1dv1kvn">Credit</span>Amanda Jasnowski Pascual for The New York Times</span></figcaption></figure><div class="css-10wtrbd"><h2 class="css-1cn8d5g e1y0a3kv0"><a href="/2022/04/18/well/move/foot-health-pandemic.html">The Pandemic Has Been Hard on Our Feet</a></h2><p class="css-1xis0cg e1y0a3kv1">Here’s what’s plaguing them and how to avoid it.</p><p class="css-1njlzxq e1hr934v2"><span class="css-me3p27"></span><span class="css-1dydysp e1hr934v3"></span><span class="css-9voj2j">By<!-- --> <span class="css-1baulvz last-byline" itemProp="name">Mara Altman</span></span></p></div></article></li><li class="css-xei2dc eb97p613"><article class="css-15cbhtu"><figure class="photo css-k4k3gl e759ksq0" aria-label="media" role="group"><span class="css-1dv1kvn">Photo</span><a data-rref="" href="/2022/04/15/well/move/peloton-workouts-at-home.html"><img src="https://static01.nyt.com/images/2022/04/15/well/00well-peleton/00well-peleton-videoLarge.jpg" srcSet="https://static01.nyt.com/images/2022/04/15/well/00well-peleton/00well-peleton-thumbLarge.jpg 150w, https://static01.nyt.com/images/2022/04/15/well/00well-peleton/00well-peleton-videoLarge.jpg 768w, https://static01.nyt.com/images/2022/04/15/well/00well-peleton/00well-peleton-mediumThreeByTwo225.jpg 225w, https://static01.nyt.com/images/2022/04/15/well/00well-peleton/00well-peleton-mediumThreeByTwo440.jpg 440w, https://static01.nyt.com/images/2022/04/15/well/00well-peleton/00well-peleton-hpSmall.jpg 163w" alt=""/></a><figcaption class="css-aqbich e759ksq1"><span class="css-5sdog9 e759ksq2"><span class="css-1dv1kvn">Credit</span>Erik Carter</span></figcaption></figure><div class="css-10wtrbd"><h2 class="css-1cn8d5g e1y0a3kv0"><a href="/2022/04/15/well/move/peloton-workouts-at-home.html">Breaking Up With Peloton</a></h2><p class="css-1xis0cg e1y0a3kv1">The stationary bike’s convenience made it a pandemic winner, but some former fans are done working out at home.</p><p class="css-1njlzxq e1hr934v2"><span class="css-me3p27"></span><span class="css-1dydysp e1hr934v3"></span><span class="css-9voj2j">By<!-- --> <span class="css-1baulvz last-byline" itemProp="name">Holly Burns</span></span></p></div></article></li></ol></section><section class="5-band css-bs3opg e13cq0nn0"><header class="css-1v4upt6 exvouy0"><h2 class="css-1vqa1t9 exvouy1"><a href="/news-event/coronavirus">The Covid-19 Pandemic<svg viewBox="0 0 5.6 9.5" width="5.6" height="9.5" xml:space="preserve" xmlns="http://www.w3.org/1999/xlink" x="0px" y="0px" style="fill:currentcolor;margin-left:6px;position:relative" class="css-172h6t9"><path d="M5.6,4.2L1.8,0L0,1.3l3.1,3.5L0,8.3l1.8,1.2l3.8-4.1V4.2z"></path></svg></a></h2><a class="css-zxrpne exvouy2" href="/news-event/coronavirus">More in The Covid-19 Pandemic ›</a></header><ol class="layout-span css-11jjg eb97p612"><li class="css-xei2dc eb97p613"><article class="css-15cbhtu"><figure class="photo css-k4k3gl e759ksq0" aria-label="media" role="group"><span class="css-1dv1kvn">Photo</span><a data-rref="" href="/2022/04/19/us/covid-masks-planes.html"><img src="https://static01.nyt.com/images/2022/04/19/us/19virus-stateofthevirus-1/merlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-videoLarge.jpg" srcSet="https://static01.nyt.com/images/2022/04/19/us/19virus-stateofthevirus-1/merlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-thumbLarge.jpg 150w, https://static01.nyt.com/images/2022/04/19/us/19virus-stateofthevirus-1/merlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-videoLarge.jpg 768w, https://static01.nyt.com/images/2022/04/19/us/19virus-stateofthevirus-1/merlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-mediumThreeByTwo225.jpg 225w, https://static01.nyt.com/images/2022/04/19/us/19virus-stateofthevirus-1/merlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-mediumThreeByTwo440.jpg 440w, https://static01.nyt.com/images/2022/04/19/us/19virus-stateofthevirus-1/merlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-hpSmall.jpg 163w" alt="Passengers in Chicago on Tuesday, a day after a judge lifted a federal mask mandate on public transit."/></a><figcaption class="css-aqbich e759ksq1"><span class="css-5sdog9 e759ksq2"><span class="css-1dv1kvn">Credit</span>Jamie Kelter Davis for The New York Times</span></figcaption></figure><div class="css-10wtrbd"><h2 class="css-1cn8d5g e1y0a3kv0"><a href="/2022/04/19/us/covid-masks-planes.html">With Joy and Fear, Americans Watch Sweeping Mask Rules Vanish</a></h2><p class="css-1xis0cg e1y0a3kv1">Many travelers removed their masks after a judge struck down a federal mandate for public transit. Health experts voiced concern, but President Biden said it was now up to individuals.</p><p class="css-1njlzxq e1hr934v2"><span class="css-me3p27"></span><span class="css-1dydysp e1hr934v3"></span><span class="css-9voj2j">By<!-- --> <span class="css-1baulvz" itemProp="name">Jack Healy</span> and <span class="css-1baulvz last-byline" itemProp="name">Mitch Smith</span></span></p></div></article></li><li class="css-xei2dc eb97p613"><article class="css-15cbhtu"><figure class="photo css-k4k3gl e759ksq0" aria-label="media" role="group"><span class="css-1dv1kvn">Photo</span><a data-rref="" href="/article/mask-mandates-guidelines.html"><img src="https://static01.nyt.com/images/2022/03/01/well/00well-masks-opener/00well-masks-opener-videoLarge.jpg" srcSet="https://static01.nyt.com/images/2022/03/01/well/00well-masks-opener/00well-masks-opener-thumbLarge.jpg 150w, https://static01.nyt.com/images/2022/03/01/well/00well-masks-opener/00well-masks-opener-videoLarge.jpg 768w, https://static01.nyt.com/images/2022/03/01/well/00well-masks-opener/00well-masks-opener-mediumThreeByTwo225.jpg 225w, https://static01.nyt.com/images/2022/03/01/well/00well-masks-opener/00well-masks-opener-mediumThreeByTwo440.jpg 440w, https://static01.nyt.com/images/2022/03/01/well/00well-masks-opener/00well-masks-opener-hpSmall.jpg 163w" alt=""/></a><figcaption class="css-aqbich e759ksq1"><span class="css-5sdog9 e759ksq2"><span class="css-1dv1kvn">Credit</span>Tim Peacock</span></figcaption></figure><div class="css-10wtrbd"><h2 class="css-1cn8d5g e1y0a3kv0"><a href="/article/mask-mandates-guidelines.html">Should You Still Wear a Mask?</a></h2><p class="css-1xis0cg e1y0a3kv1">Experts weigh in on where, and when, you can safely take one off.</p><p class="css-1njlzxq e1hr934v2"><span class="css-me3p27"></span><span class="css-1dydysp e1hr934v3"></span><span class="css-9voj2j">By<!-- --> <span class="css-1baulvz" itemProp="name">Amelia Nierenberg</span> and <span class="css-1baulvz last-byline" itemProp="name">Illustrations by Tim Peacock</span></span></p></div></article></li><li class="css-xei2dc eb97p613"><article class="css-15cbhtu"><figure class="photo css-k4k3gl e759ksq0" aria-label="media" role="group"><span class="css-1dv1kvn">Photo</span><a data-rref="" href="/2022/04/19/health/omicron-unvaccinated-children.html"><img src="https://static01.nyt.com/images/2022/04/19/science/19virus-children/19virus-children-videoLarge.jpg" srcSet="https://static01.nyt.com/images/2022/04/19/science/19virus-children/19virus-children-thumbLarge.jpg 150w, https://static01.nyt.com/images/2022/04/19/science/19virus-children/19virus-children-videoLarge.jpg 768w, https://static01.nyt.com/images/2022/04/19/science/19virus-children/19virus-children-mediumThreeByTwo225.jpg 225w, https://static01.nyt.com/images/2022/04/19/science/19virus-children/19virus-children-mediumThreeByTwo440.jpg 440w, https://static01.nyt.com/images/2022/04/19/science/19virus-children/19virus-children-hpSmall.jpg 163w" alt="Vaccinations at Ted Watkins Memorial Park in Los Angeles in January. Overall, only about a third of children from 5 to 11 have gotten at least one vaccine dose, the lowest rate of any age group."/></a><figcaption class="css-aqbich e759ksq1"><span class="css-5sdog9 e759ksq2"><span class="css-1dv1kvn">Credit</span>Allison Zaucha for The New York Times</span></figcaption></figure><div class="css-10wtrbd"><h2 class="css-1cn8d5g e1y0a3kv0"><a href="/2022/04/19/health/omicron-unvaccinated-children.html">Omicron Was More Severe for Unvaccinated Children in 5-to-11 Age Group, Study Shows</a></h2><p class="css-1xis0cg e1y0a3kv1">Black children who had not been immunized made up about a third of those hospitalized during the winter surge.</p><p class="css-1njlzxq e1hr934v2"><span class="css-me3p27"></span><span class="css-1dydysp e1hr934v3"></span><span class="css-9voj2j">By<!-- --> <span class="css-1baulvz last-byline" itemProp="name">Benjamin Mueller</span></span></p></div></article></li><li class="css-xei2dc eb97p613"><article class="css-15cbhtu"><figure class="photo css-k4k3gl e759ksq0" aria-label="media" role="group"><span class="css-1dv1kvn">Photo</span><a data-rref="" href="/2022/04/18/health/covid-mink-michigan.html"><img src="https://static01.nyt.com/images/2022/04/18/science/18virus-mink/merlin_179710830_fa796d7e-6427-4b48-927e-270692dd04d9-videoLarge.jpg" srcSet="https://static01.nyt.com/images/2022/04/18/science/18virus-mink/18virus-mink-thumbLarge.jpg 150w, https://static01.nyt.com/images/2022/04/18/science/18virus-mink/merlin_179710830_fa796d7e-6427-4b48-927e-270692dd04d9-videoLarge.jpg 768w, https://static01.nyt.com/images/2022/04/18/science/18virus-mink/merlin_179710830_fa796d7e-6427-4b48-927e-270692dd04d9-mediumThreeByTwo225.jpg 225w, https://static01.nyt.com/images/2022/04/18/science/18virus-mink/merlin_179710830_fa796d7e-6427-4b48-927e-270692dd04d9-mediumThreeByTwo440.jpg 440w, https://static01.nyt.com/images/2022/04/18/science/18virus-mink/merlin_179710830_fa796d7e-6427-4b48-927e-270692dd04d9-hpSmall.jpg 163w" alt=""/></a><figcaption class="css-aqbich e759ksq1"><span class="css-5sdog9 e759ksq2"><span class="css-1dv1kvn">Credit</span>Ole Jensen/Getty Images</span></figcaption></figure><div class="css-10wtrbd"><h2 class="css-1cn8d5g e1y0a3kv0"><a href="/2022/04/18/health/covid-mink-michigan.html">Four Americans Were Infected With a Virus Variant Seen in Mink</a></h2><p class="css-1xis0cg e1y0a3kv1">The cluster is the first known instance of likely animal-to-human transmission in the United States.</p><p class="css-1njlzxq e1hr934v2"><span class="css-me3p27"></span><span class="css-1dydysp e1hr934v3"></span><span class="css-9voj2j">By<!-- --> <span class="css-1baulvz last-byline" itemProp="name">Emily Anthes</span></span></p></div></article></li><li class="css-xei2dc eb97p613"><article class="css-15cbhtu"><figure class="photo css-k4k3gl e759ksq0" aria-label="media" role="group"><span class="css-1dv1kvn">Photo</span><a data-rref="" href="/2022/04/21/style/design-careers-reshaped-by-pandemic.html"><img src="https://static01.nyt.com/images/2022/03/24/multimedia/24sp-design-leap-marc2/merlin_203730774_a8878eb6-9394-45e8-be5d-d3fbbe490e7a-videoLarge.jpg" srcSet="https://static01.nyt.com/images/2022/03/24/multimedia/24sp-design-leap-marc2/24sp-design-leap-marc2-thumbLarge.jpg 150w, https://static01.nyt.com/images/2022/03/24/multimedia/24sp-design-leap-marc2/merlin_203730774_a8878eb6-9394-45e8-be5d-d3fbbe490e7a-videoLarge.jpg 768w, https://static01.nyt.com/images/2022/03/24/multimedia/24sp-design-leap-marc2/merlin_203730774_a8878eb6-9394-45e8-be5d-d3fbbe490e7a-mediumThreeByTwo225.jpg 225w, https://static01.nyt.com/images/2022/03/24/multimedia/24sp-design-leap-marc2/merlin_203730774_a8878eb6-9394-45e8-be5d-d3fbbe490e7a-mediumThreeByTwo440.jpg 440w, https://static01.nyt.com/images/2022/03/24/multimedia/24sp-design-leap-marc2/merlin_203730774_a8878eb6-9394-45e8-be5d-d3fbbe490e7a-hpSmall.jpg 163w" alt="A 500-square-foot cabin in the western Catskills built by the architect and designer Marc Thorpe and his partner, Claire Pijoulat, a founder of WantedDesign. Their goal was to design houses that were less expensive to build and less energy dependent."/></a><figcaption class="css-aqbich e759ksq1"><span class="css-5sdog9 e759ksq2"><span class="css-1dv1kvn">Credit</span>Marco Petrini</span></figcaption></figure><div class="css-10wtrbd"><h2 class="css-1cn8d5g e1y0a3kv0"><a href="/2022/04/21/style/design-careers-reshaped-by-pandemic.html">The Upside of a Lockdown</a></h2><p class="css-1xis0cg e1y0a3kv1">How the pandemic reshaped the careers of design professionals in three different countries.</p><p class="css-1njlzxq e1hr934v2"><span class="css-me3p27"></span><span class="css-1dydysp e1hr934v3"></span><span class="css-9voj2j">By<!-- --> <span class="css-1baulvz last-byline" itemProp="name">Pilar Viladas</span></span></p></div></article></li></ol></section><div id="mid2-wrapper" type="rank" class="css-1mn4oms en616590"><div id="mid2-slug" class="css-1tag3rd en616591"><p>Advertisement</p></div><a href="#after-mid2" class="css-1ly73wi">Continue reading the main story</a><div class="ad mid2-wrapper css-rfqw0c" id="mid2"></div><div id="after-mid2"></div></div></div><div class="css-psuupz edr7tb70"><div class="css-15cbhtu"><nav class="tab-navigation"><ul role="tablist" class="css-1ckwy97 e5qpt130"><li class="active css-1pfdu6b etgabwq0" role="presentation"><a href="#stream-panel" aria-controls="stream-panel" aria-selected="true" data-id="latest" role="tab">Latest</a></li><li class="search css-1pfdu6b etgabwq0" role="presentation"><a role="tab" href="#stream-panel" aria-controls="stream-panel" data-id="search" aria-selected="false"><svg class="css-3q005l" viewBox="0 0 16 16"><path fill="#333" d="M11.3,9.2C11.7,8.4,12,7.5,12,6.5C12,3.5,9.5,1,6.5,1S1,3.5,1,6.5S3.5,12,6.5,12c1,0,1.9-0.3,2.7-0.7l3.3,3.3c0.3,0.3,0.7,0.4,1.1,0.4s0.8-0.1,1.1-0.4c0.6-0.6,0.6-1.5,0-2.1L11.3,9.2zM6.5,10.3c-2.1,0-3.8-1.7-3.8-3.8c0-2.1,1.7-3.8,3.8-3.8c2.1,0,3.8,1.7,3.8,3.8C10.3,8.6,8.6,10.3,6.5,10.3z"></path></svg><span class="css-6n7j50">Search</span><form class="css-1jhow8c" role="search"><div class="control"><div class="label-container css-1dv1kvn"><label id="search-tab-label" for="search-tab-input">Search</label></div><div class="css-wm4t3d"><input type="text" id="search-tab-input" class="css-13a7bdu ez4zr410" placeholder="Search" aria-labelledby="search-tab-label" size="8" autoComplete="off" value=""/><button id="search-clear-button" type="button" class="css-17x4u1i ez4zr411" tabindex="0" aria-describedby="clear-search-input"><i class="icon"></i><span id="clear-search-input" class="css-1dv1kvn">Clear this text input</span></button></div></div></form><span class="css-1iovbfw"></span></a></li></ul></nav><section id="stream-panel" class="css-8msx5b e5qpt131"><div class="css-13mho3u"><ol aria-live="off"><div data-testid="load-more-posts"></div><li class="css-ye6x8s"><div class="css-1cp3ece"><div class="css-1l4spti"><a href="/2022/04/20/health/aid-convoy-ukraine-deaths.html"><div class="css-79elbk"><figure class="css-ulz9xo" aria-label="media" role="group"><div class="css-79elbk"><img alt="" class="css-rq4mmj" src="https://static01.nyt.com/images/2022/04/20/world/20ukraine-blog-aid-convoy/20ukraine-blog-aid-convoy-thumbWide.jpg?quality=75&auto=webp&disable=upscale" srcSet="https://static01.nyt.com/images/2022/04/20/world/20ukraine-blog-aid-convoy/20ukraine-blog-aid-convoy-thumbWide.jpg?quality=100&auto=webp 190w,https://static01.nyt.com/images/2022/04/20/world/20ukraine-blog-aid-convoy/20ukraine-blog-aid-convoy-videoThumb.jpg?quality=100&auto=webp 75w,https://static01.nyt.com/images/2022/04/20/world/20ukraine-blog-aid-convoy/20ukraine-blog-aid-convoy-videoLarge.jpg?quality=100&auto=webp 768w,https://static01.nyt.com/images/2022/04/20/world/20ukraine-blog-aid-convoy/20ukraine-blog-aid-convoy-mediumThreeByTwo210.jpg?quality=100&auto=webp 210w,https://static01.nyt.com/images/2022/04/20/world/20ukraine-blog-aid-convoy/20ukraine-blog-aid-convoy-mediumThreeByTwo225.jpg?quality=100&auto=webp 225w,https://static01.nyt.com/images/2022/04/20/world/20ukraine-blog-aid-convoy/20ukraine-blog-aid-convoy-mediumThreeByTwo440.jpg?quality=100&auto=webp 440w,https://static01.nyt.com/images/2022/04/20/world/20ukraine-blog-aid-convoy/20ukraine-blog-aid-convoy-mediumThreeByTwo252.jpg?quality=100&auto=webp 252w,https://static01.nyt.com/images/2022/04/20/world/20ukraine-blog-aid-convoy/20ukraine-blog-aid-convoy-mediumThreeByTwo378.jpg?quality=100&auto=webp 378w,https://static01.nyt.com/images/2022/04/20/world/20ukraine-blog-aid-convoy/20ukraine-blog-aid-convoy-threeByTwoLargeAt2X.jpg?quality=100&auto=webp 1169w,https://static01.nyt.com/images/2022/04/20/world/20ukraine-blog-aid-convoy/20ukraine-blog-aid-convoy-threeByTwoMediumAt2X.jpg?quality=100&auto=webp 1169w,https://static01.nyt.com/images/2022/04/20/world/20ukraine-blog-aid-convoy/20ukraine-blog-aid-convoy-threeByTwoSmallAt2X.jpg?quality=100&auto=webp 600w" sizes="(max-width: 600px) 120px, (max-width: 1024px) 165px, 205px" decoding="async" width="1" height="1"/></div><figcaption class="css-13o4bnb e1maroi60"></figcaption></figure></div><h2 class="css-1j9dxys e15t083i0">Aid groups fight to deliver lifesaving supplies despite losing lives to Russian shelling.</h2><p class="css-1echdzn e15t083i1">Only one member of an aid convoy to Chernihiv, Ukraine, survived a shelling attack in March. But the convoy’s organizers have persisted through the dangers of the war.</p><div class="css-1nqbnmb e140qd2t0"><p class="css-1xonkmu">By <span class="css-1n7hynb">Apoorva Mandavilli</span></p></div></a></div><div class="css-1lc2l26 e15t083i3"></div></div></li><li class="css-ye6x8s"><div class="css-1cp3ece"><div class="css-1l4spti"><a href="/article/federal-mask-mandate-airport.html"><div class="css-79elbk"><figure class="css-ulz9xo" aria-label="media" role="group"><div class="css-79elbk"><img alt="" class="css-rq4mmj" src="https://static01.nyt.com/images/2022/04/20/travel/xxmask-explainer-1/xxmask-explainer-1-thumbWide.jpg?quality=75&auto=webp&disable=upscale" srcSet="https://static01.nyt.com/images/2022/04/20/travel/xxmask-explainer-1/xxmask-explainer-1-thumbWide.jpg?quality=100&auto=webp 190w,https://static01.nyt.com/images/2022/04/20/travel/xxmask-explainer-1/xxmask-explainer-1-videoThumb.jpg?quality=100&auto=webp 75w,https://static01.nyt.com/images/2022/04/20/travel/xxmask-explainer-1/xxmask-explainer-1-videoLarge.jpg?quality=100&auto=webp 768w,https://static01.nyt.com/images/2022/04/20/travel/xxmask-explainer-1/xxmask-explainer-1-mediumThreeByTwo210.jpg?quality=100&auto=webp 210w,https://static01.nyt.com/images/2022/04/20/travel/xxmask-explainer-1/xxmask-explainer-1-mediumThreeByTwo225.jpg?quality=100&auto=webp 225w,https://static01.nyt.com/images/2022/04/20/travel/xxmask-explainer-1/xxmask-explainer-1-mediumThreeByTwo440.jpg?quality=100&auto=webp 440w,https://static01.nyt.com/images/2022/04/20/travel/xxmask-explainer-1/xxmask-explainer-1-mediumThreeByTwo252.jpg?quality=100&auto=webp 252w,https://static01.nyt.com/images/2022/04/20/travel/xxmask-explainer-1/xxmask-explainer-1-mediumThreeByTwo378.jpg?quality=100&auto=webp 378w,https://static01.nyt.com/images/2022/04/20/travel/xxmask-explainer-1/xxmask-explainer-1-threeByTwoLargeAt2X.jpg?quality=100&auto=webp 3998w,https://static01.nyt.com/images/2022/04/20/travel/xxmask-explainer-1/xxmask-explainer-1-threeByTwoMediumAt2X.jpg?quality=100&auto=webp 1500w,https://static01.nyt.com/images/2022/04/20/travel/xxmask-explainer-1/xxmask-explainer-1-threeByTwoSmallAt2X.jpg?quality=100&auto=webp 600w" sizes="(max-width: 600px) 120px, (max-width: 1024px) 165px, 205px" decoding="async" width="1" height="1"/></div><figcaption class="css-13o4bnb e1maroi60"></figcaption></figure></div><h2 class="css-1j9dxys e15t083i0">Where Do Travelers Need to Wear Masks Now?</h2><p class="css-1echdzn e15t083i1">After a federal mask mandate was struck down on Monday, travelers are facing a patchwork of rules spanning air travel, trains, buses, cruise ships and ride-hailing services. Here’s what to know.</p><div class="css-1nqbnmb e140qd2t0"><p class="css-1xonkmu">By <span class="css-1n7hynb">Heather Murphy <span>and</span> Ceylan Yeginsu</span></p></div></a></div><div class="css-1lc2l26 e15t083i3"></div></div></li><li class="css-ye6x8s"><div class="css-1cp3ece"><div class="css-1l4spti"><a href="/2022/04/20/us/politics/cdc-transportation-mask-mandate.html"><div class="css-79elbk"><figure class="css-ulz9xo" aria-label="media" role="group"><div class="css-79elbk"><img alt="" class="css-rq4mmj" src="https://static01.nyt.com/images/2022/04/20/us/politics/20dc-cdc-1/merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-thumbWide.jpg?quality=75&auto=webp&disable=upscale" srcSet="https://static01.nyt.com/images/2022/04/20/us/politics/20dc-cdc-1/merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-thumbWide.jpg?quality=100&auto=webp 190w,https://static01.nyt.com/images/2022/04/20/us/politics/20dc-cdc-1/merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-videoThumb.jpg?quality=100&auto=webp 75w,https://static01.nyt.com/images/2022/04/20/us/politics/20dc-cdc-1/merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-videoLarge.jpg?quality=100&auto=webp 768w,https://static01.nyt.com/images/2022/04/20/us/politics/20dc-cdc-1/merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-mediumThreeByTwo210.jpg?quality=100&auto=webp 210w,https://static01.nyt.com/images/2022/04/20/us/politics/20dc-cdc-1/merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-mediumThreeByTwo225.jpg?quality=100&auto=webp 225w,https://static01.nyt.com/images/2022/04/20/us/politics/20dc-cdc-1/merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-mediumThreeByTwo440.jpg?quality=100&auto=webp 440w,https://static01.nyt.com/images/2022/04/20/us/politics/20dc-cdc-1/merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-mediumThreeByTwo252.jpg?quality=100&auto=webp 252w,https://static01.nyt.com/images/2022/04/20/us/politics/20dc-cdc-1/merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-mediumThreeByTwo378.jpg?quality=100&auto=webp 378w,https://static01.nyt.com/images/2022/04/20/us/politics/20dc-cdc-1/merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-threeByTwoLargeAt2X.jpg?quality=100&auto=webp 5568w,https://static01.nyt.com/images/2022/04/20/us/politics/20dc-cdc-1/merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-threeByTwoMediumAt2X.jpg?quality=100&auto=webp 1500w,https://static01.nyt.com/images/2022/04/20/us/politics/20dc-cdc-1/merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-threeByTwoSmallAt2X.jpg?quality=100&auto=webp 600w" sizes="(max-width: 600px) 120px, (max-width: 1024px) 165px, 205px" decoding="async" width="1" height="1"/></div><figcaption class="css-13o4bnb e1maroi60"></figcaption></figure></div><h2 class="css-1j9dxys e15t083i0">Justice Dept. Appeals to Reinstate Transportation Mask Mandate</h2><p class="css-1echdzn e15t083i1">The Centers for Disease Control and Prevention ruled the mandate “necessary,” but an appeal risks creating a precedent that could permanently constrain the agency.</p><div class="css-1nqbnmb e140qd2t0"><p class="css-1xonkmu">By <span class="css-1n7hynb">Sheryl Gay Stolberg</span></p></div></a></div><div class="css-1lc2l26 e15t083i3"></div></div></li><li class="css-ye6x8s"><div class="css-1cp3ece"><div class="css-1l4spti"><a href="/2022/04/20/health/time-restricted-diets.html"><div class="css-79elbk"><figure class="css-ulz9xo" aria-label="media" role="group"><div class="css-79elbk"><img alt="" class="css-rq4mmj" src="https://static01.nyt.com/images/2022/04/20/science/20diet/20diet-thumbWide.jpg?quality=75&auto=webp&disable=upscale" srcSet="https://static01.nyt.com/images/2022/04/20/science/20diet/20diet-thumbWide.jpg?quality=100&auto=webp 190w,https://static01.nyt.com/images/2022/04/20/science/20diet/20diet-videoThumb.jpg?quality=100&auto=webp 75w,https://static01.nyt.com/images/2022/04/20/science/20diet/20diet-videoLarge.jpg?quality=100&auto=webp 768w,https://static01.nyt.com/images/2022/04/20/science/20diet/20diet-mediumThreeByTwo210.jpg?quality=100&auto=webp 210w,https://static01.nyt.com/images/2022/04/20/science/20diet/20diet-mediumThreeByTwo225.jpg?quality=100&auto=webp 225w,https://static01.nyt.com/images/2022/04/20/science/20diet/20diet-mediumThreeByTwo440.jpg?quality=100&auto=webp 440w,https://static01.nyt.com/images/2022/04/20/science/20diet/20diet-mediumThreeByTwo252.jpg?quality=100&auto=webp 252w,https://static01.nyt.com/images/2022/04/20/science/20diet/20diet-mediumThreeByTwo378.jpg?quality=100&auto=webp 378w,https://static01.nyt.com/images/2022/04/20/science/20diet/20diet-threeByTwoLargeAt2X.jpg?quality=100&auto=webp 4687w,https://static01.nyt.com/images/2022/04/20/science/20diet/20diet-threeByTwoMediumAt2X.jpg?quality=100&auto=webp 1500w,https://static01.nyt.com/images/2022/04/20/science/20diet/20diet-threeByTwoSmallAt2X.jpg?quality=100&auto=webp 600w" sizes="(max-width: 600px) 120px, (max-width: 1024px) 165px, 205px" decoding="async" width="1" height="1"/></div><figcaption class="css-13o4bnb e1maroi60"></figcaption></figure></div><h2 class="css-1j9dxys e15t083i0">Scientists Find No Benefit to Time-Restricted Eating</h2><p class="css-1echdzn e15t083i1">In a yearlong study, participants who confined meals to certain hours lost no more weight than those who ate at any time.</p><div class="css-1nqbnmb e140qd2t0"><p class="css-1xonkmu">By <span class="css-1n7hynb">Gina Kolata</span></p></div></a></div><div class="css-1lc2l26 e15t083i3"></div></div></li><li class="css-ye6x8s"><div class="css-1cp3ece"><div class="css-1l4spti"><a href="/2022/04/20/upshot/prenatal-genetic-tests-warning.html"><div class="css-79elbk"><figure class="css-ulz9xo" aria-label="media" role="group"><div class="css-79elbk"><img alt="" class="css-rq4mmj" src="https://static01.nyt.com/images/2022/04/20/multimedia/00up-prenatal1/00up-prenatal1-thumbWide.jpg?quality=75&auto=webp&disable=upscale" srcSet="https://static01.nyt.com/images/2022/04/20/multimedia/00up-prenatal1/00up-prenatal1-thumbWide.jpg?quality=100&auto=webp 190w,https://static01.nyt.com/images/2022/04/20/multimedia/00up-prenatal1/00up-prenatal1-videoThumb.jpg?quality=100&auto=webp 75w,https://static01.nyt.com/images/2022/04/20/multimedia/00up-prenatal1/00up-prenatal1-videoLarge.jpg?quality=100&auto=webp 768w,https://static01.nyt.com/images/2022/04/20/multimedia/00up-prenatal1/00up-prenatal1-mediumThreeByTwo210.jpg?quality=100&auto=webp 210w,https://static01.nyt.com/images/2022/04/20/multimedia/00up-prenatal1/00up-prenatal1-mediumThreeByTwo225.jpg?quality=100&auto=webp 225w,https://static01.nyt.com/images/2022/04/20/multimedia/00up-prenatal1/00up-prenatal1-mediumThreeByTwo440.jpg?quality=100&auto=webp 440w,https://static01.nyt.com/images/2022/04/20/multimedia/00up-prenatal1/00up-prenatal1-mediumThreeByTwo252.jpg?quality=100&auto=webp 252w,https://static01.nyt.com/images/2022/04/20/multimedia/00up-prenatal1/00up-prenatal1-mediumThreeByTwo378.jpg?quality=100&auto=webp 378w,https://static01.nyt.com/images/2022/04/20/multimedia/00up-prenatal1/00up-prenatal1-threeByTwoLargeAt2X.jpg?quality=100&auto=webp 6000w,https://static01.nyt.com/images/2022/04/20/multimedia/00up-prenatal1/00up-prenatal1-threeByTwoMediumAt2X.jpg?quality=100&auto=webp 1500w,https://static01.nyt.com/images/2022/04/20/multimedia/00up-prenatal1/00up-prenatal1-threeByTwoSmallAt2X.jpg?quality=100&auto=webp 600w" sizes="(max-width: 600px) 120px, (max-width: 1024px) 165px, 205px" decoding="async" width="1" height="1"/></div><figcaption class="css-13o4bnb e1maroi60"></figcaption></figure></div><h2 class="css-1j9dxys e15t083i0">F.D.A. Warns Patients About Some Prenatal Genetic Tests</h2><p class="css-1echdzn e15t083i1">The agency cites concerns that some manufacturers’ claims about test performance “may not be supported with sound scientific evidence.”</p><div class="css-1nqbnmb e140qd2t0"><p class="css-1xonkmu">By <span class="css-1n7hynb">Aatish Bhatia</span></p></div></a></div><div class="css-1lc2l26 e15t083i3"></div></div></li><li class="css-ye6x8s"><div class="css-1cp3ece"><div class="css-1l4spti"><a href="/2022/04/20/well/eat/tiktok-gut-health.html"><div class="css-79elbk"><figure class="css-ulz9xo" aria-label="media" role="group"><div class="css-79elbk"><img alt="" class="css-rq4mmj" src="https://static01.nyt.com/images/2022/04/20/well/20Well-GutHacks/20Well-GutHacks-thumbWide.jpg?quality=75&auto=webp&disable=upscale" srcSet="https://static01.nyt.com/images/2022/04/20/well/20Well-GutHacks/20Well-GutHacks-thumbWide.jpg?quality=100&auto=webp 190w,https://static01.nyt.com/images/2022/04/20/well/20Well-GutHacks/20Well-GutHacks-videoThumb.jpg?quality=100&auto=webp 75w,https://static01.nyt.com/images/2022/04/20/well/20Well-GutHacks/20Well-GutHacks-videoLarge.jpg?quality=100&auto=webp 768w,https://static01.nyt.com/images/2022/04/20/well/20Well-GutHacks/20Well-GutHacks-mediumThreeByTwo210.jpg?quality=100&auto=webp 210w,https://static01.nyt.com/images/2022/04/20/well/20Well-GutHacks/20Well-GutHacks-mediumThreeByTwo225.jpg?quality=100&auto=webp 225w,https://static01.nyt.com/images/2022/04/20/well/20Well-GutHacks/20Well-GutHacks-mediumThreeByTwo440.jpg?quality=100&auto=webp 440w,https://static01.nyt.com/images/2022/04/20/well/20Well-GutHacks/20Well-GutHacks-mediumThreeByTwo252.jpg?quality=100&auto=webp 252w,https://static01.nyt.com/images/2022/04/20/well/20Well-GutHacks/20Well-GutHacks-mediumThreeByTwo378.jpg?quality=100&auto=webp 378w,https://static01.nyt.com/images/2022/04/20/well/20Well-GutHacks/20Well-GutHacks-threeByTwoLargeAt2X.jpg?quality=100&auto=webp 2048w,https://static01.nyt.com/images/2022/04/20/well/20Well-GutHacks/20Well-GutHacks-threeByTwoMediumAt2X.jpg?quality=100&auto=webp 1500w,https://static01.nyt.com/images/2022/04/20/well/20Well-GutHacks/20Well-GutHacks-threeByTwoSmallAt2X.jpg?quality=100&auto=webp 600w" sizes="(max-width: 600px) 120px, (max-width: 1024px) 165px, 205px" decoding="async" width="1" height="1"/></div><figcaption class="css-13o4bnb e1maroi60"></figcaption></figure></div><h2 class="css-1j9dxys e15t083i0">Why Is Gut Health Taking Over TikTok?</h2><p class="css-1echdzn e15t083i1">Despite what social media might have you believe, there is no overnight shortcut to better digestive health.</p><div class="css-1nqbnmb e140qd2t0"><p class="css-1xonkmu">By <span class="css-1n7hynb">Dani Blum</span></p></div></a></div><div class="css-1lc2l26 e15t083i3"></div></div></li><li class="css-ye6x8s"><div class="css-1cp3ece"><div class="css-1l4spti"><a href="/2022/04/19/us/politics/moderna-vaccine-beta-variant.html"><div class="css-79elbk"><figure class="css-ulz9xo" aria-label="media" role="group"><div class="css-79elbk"><img alt="" class="css-rq4mmj" src="https://static01.nyt.com/images/2022/04/19/us/politics/19dc-moderna3/19dc-moderna3-thumbWide.jpg?quality=75&auto=webp&disable=upscale" srcSet="https://static01.nyt.com/images/2022/04/19/us/politics/19dc-moderna3/19dc-moderna3-thumbWide.jpg?quality=100&auto=webp 190w,https://static01.nyt.com/images/2022/04/19/us/politics/19dc-moderna3/19dc-moderna3-videoThumb.jpg?quality=100&auto=webp 75w,https://static01.nyt.com/images/2022/04/19/us/politics/19dc-moderna3/19dc-moderna3-videoLarge.jpg?quality=100&auto=webp 768w,https://static01.nyt.com/images/2022/04/19/us/politics/19dc-moderna3/19dc-moderna3-mediumThreeByTwo210.jpg?quality=100&auto=webp 210w,https://static01.nyt.com/images/2022/04/19/us/politics/19dc-moderna3/19dc-moderna3-mediumThreeByTwo225.jpg?quality=100&auto=webp 225w,https://static01.nyt.com/images/2022/04/19/us/politics/19dc-moderna3/19dc-moderna3-mediumThreeByTwo440.jpg?quality=100&auto=webp 440w,https://static01.nyt.com/images/2022/04/19/us/politics/19dc-moderna3/19dc-moderna3-mediumThreeByTwo252.jpg?quality=100&auto=webp 252w,https://static01.nyt.com/images/2022/04/19/us/politics/19dc-moderna3/19dc-moderna3-mediumThreeByTwo378.jpg?quality=100&auto=webp 378w,https://static01.nyt.com/images/2022/04/19/us/politics/19dc-moderna3/19dc-moderna3-threeByTwoLargeAt2X.jpg?quality=100&auto=webp 3946w,https://static01.nyt.com/images/2022/04/19/us/politics/19dc-moderna3/19dc-moderna3-threeByTwoMediumAt2X.jpg?quality=100&auto=webp 1500w,https://static01.nyt.com/images/2022/04/19/us/politics/19dc-moderna3/19dc-moderna3-threeByTwoSmallAt2X.jpg?quality=100&auto=webp 600w" sizes="(max-width: 600px) 120px, (max-width: 1024px) 165px, 205px" decoding="async" width="1" height="1"/></div><figcaption class="css-13o4bnb e1maroi60"></figcaption></figure></div><h2 class="css-1j9dxys e15t083i0">Moderna says trial results suggest redesigned vaccines can better protect against variants.</h2><p class="css-1echdzn e15t083i1">Researchers combined Moderna’s existing vaccine with one designed to attack the Beta variant, and found it provided a stronger defense against several variants.</p><div class="css-1nqbnmb e140qd2t0"><p class="css-1xonkmu">By <span class="css-1n7hynb">Sharon LaFraniere</span></p></div></a></div><div class="css-1lc2l26 e15t083i3"></div></div></li><li class="css-ye6x8s"><div class="css-1cp3ece"><div class="css-1l4spti"><a href="/2022/04/19/magazine/mri-brain-activity-psychology.html"><div class="css-79elbk"><figure class="css-ulz9xo" aria-label="media" role="group"><div class="css-79elbk"><img alt="" class="css-rq4mmj" src="https://static01.nyt.com/images/2022/04/24/magazine/24mag-studiesshow_01/24mag-studiesshow_01-thumbWide.jpg?quality=75&auto=webp&disable=upscale" srcSet="https://static01.nyt.com/images/2022/04/24/magazine/24mag-studiesshow_01/24mag-studiesshow_01-thumbWide.jpg?quality=100&auto=webp 190w,https://static01.nyt.com/images/2022/04/24/magazine/24mag-studiesshow_01/24mag-studiesshow_01-videoThumb.jpg?quality=100&auto=webp 75w,https://static01.nyt.com/images/2022/04/24/magazine/24mag-studiesshow_01/24mag-studiesshow_01-videoLarge.jpg?quality=100&auto=webp 768w,https://static01.nyt.com/images/2022/04/24/magazine/24mag-studiesshow_01/24mag-studiesshow_01-mediumThreeByTwo210.jpg?quality=100&auto=webp 210w,https://static01.nyt.com/images/2022/04/24/magazine/24mag-studiesshow_01/24mag-studiesshow_01-mediumThreeByTwo225.jpg?quality=100&auto=webp 225w,https://static01.nyt.com/images/2022/04/24/magazine/24mag-studiesshow_01/24mag-studiesshow_01-mediumThreeByTwo440.jpg?quality=100&auto=webp 440w,https://static01.nyt.com/images/2022/04/24/magazine/24mag-studiesshow_01/24mag-studiesshow_01-mediumThreeByTwo252.jpg?quality=100&auto=webp 252w,https://static01.nyt.com/images/2022/04/24/magazine/24mag-studiesshow_01/24mag-studiesshow_01-mediumThreeByTwo378.jpg?quality=100&auto=webp 378w,https://static01.nyt.com/images/2022/04/24/magazine/24mag-studiesshow_01/24mag-studiesshow_01-threeByTwoLargeAt2X.jpg?quality=100&auto=webp 3432w,https://static01.nyt.com/images/2022/04/24/magazine/24mag-studiesshow_01/24mag-studiesshow_01-threeByTwoMediumAt2X.jpg?quality=100&auto=webp 1500w,https://static01.nyt.com/images/2022/04/24/magazine/24mag-studiesshow_01/24mag-studiesshow_01-threeByTwoSmallAt2X.jpg?quality=100&auto=webp 600w" sizes="(max-width: 600px) 120px, (max-width: 1024px) 165px, 205px" decoding="async" width="1" height="1"/></div><figcaption class="css-13o4bnb e1maroi60"></figcaption></figure></div><h3 class="css-1u1077h e1j1kurr0"><span class="css-m70j1g">Studies Show</span></h3><h2 class="css-1j9dxys e15t083i0">M.R.I.s Are Finding Connections Between Our Brain Activity and Psychology</h2><p class="css-1echdzn e15t083i1">How might we leverage knowing that a particular neurological feature makes someone more vulnerable to autism or Alzheimer’s or more likely to achieve academically?</p><div class="css-1nqbnmb e140qd2t0"><p class="css-1xonkmu">By <span class="css-1n7hynb">Kim Tingley</span></p></div></a></div><div class="css-1lc2l26 e15t083i3"></div></div></li><li class="css-ye6x8s"><div class="css-1cp3ece"><div class="css-1l4spti"><a href="/2022/04/17/us/second-covid-booster-60.html"><div class="css-79elbk"><figure class="css-ulz9xo" aria-label="media" role="group"><div class="css-79elbk"><img alt="" class="css-rq4mmj" src="https://static01.nyt.com/images/2022/04/17/multimedia/17xp-vaccine/17xp-vaccine-thumbWide.jpg?quality=75&auto=webp&disable=upscale" srcSet="https://static01.nyt.com/images/2022/04/17/multimedia/17xp-vaccine/17xp-vaccine-thumbWide.jpg?quality=100&auto=webp 190w,https://static01.nyt.com/images/2022/04/17/multimedia/17xp-vaccine/17xp-vaccine-videoThumb.jpg?quality=100&auto=webp 75w,https://static01.nyt.com/images/2022/04/17/multimedia/17xp-vaccine/17xp-vaccine-videoLarge.jpg?quality=100&auto=webp 768w,https://static01.nyt.com/images/2022/04/17/multimedia/17xp-vaccine/17xp-vaccine-mediumThreeByTwo210.jpg?quality=100&auto=webp 210w,https://static01.nyt.com/images/2022/04/17/multimedia/17xp-vaccine/17xp-vaccine-mediumThreeByTwo225.jpg?quality=100&auto=webp 225w,https://static01.nyt.com/images/2022/04/17/multimedia/17xp-vaccine/17xp-vaccine-mediumThreeByTwo440.jpg?quality=100&auto=webp 440w,https://static01.nyt.com/images/2022/04/17/multimedia/17xp-vaccine/17xp-vaccine-mediumThreeByTwo252.jpg?quality=100&auto=webp 252w,https://static01.nyt.com/images/2022/04/17/multimedia/17xp-vaccine/17xp-vaccine-mediumThreeByTwo378.jpg?quality=100&auto=webp 378w,https://static01.nyt.com/images/2022/04/17/multimedia/17xp-vaccine/17xp-vaccine-threeByTwoLargeAt2X.jpg?quality=100&auto=webp 4000w,https://static01.nyt.com/images/2022/04/17/multimedia/17xp-vaccine/17xp-vaccine-threeByTwoMediumAt2X.jpg?quality=100&auto=webp 1500w,https://static01.nyt.com/images/2022/04/17/multimedia/17xp-vaccine/17xp-vaccine-threeByTwoSmallAt2X.jpg?quality=100&auto=webp 600w" sizes="(max-width: 600px) 120px, (max-width: 1024px) 165px, 205px" decoding="async" width="1" height="1"/></div><figcaption class="css-13o4bnb e1maroi60"></figcaption></figure></div><h2 class="css-1j9dxys e15t083i0">Americans Over 60 Should Get Second Booster, Official Says</h2><p class="css-1echdzn e15t083i1">Citing data from Israel, the Biden administration’s Covid response coordinator said a second booster offered significant protection to older people.</p><div class="css-1nqbnmb e140qd2t0"><p class="css-1xonkmu">By <span class="css-1n7hynb">William Lamb</span></p></div></a></div><div class="css-1lc2l26 e15t083i3"></div></div></li><li class="css-ye6x8s"><div class="css-1cp3ece"><div class="css-1l4spti"><a href="/2022/04/17/us/office-birthday-party-lawsuit-kentucky.html"><div class="css-79elbk"><figure class="css-ulz9xo" aria-label="media" role="group"><div class="css-79elbk"><img alt="" class="css-rq4mmj" src="https://static01.nyt.com/images/2022/04/16/us/16xp-birthday1/16xp-birthday1-thumbWide.jpg?quality=75&auto=webp&disable=upscale" srcSet="https://static01.nyt.com/images/2022/04/16/us/16xp-birthday1/16xp-birthday1-thumbWide.jpg?quality=100&auto=webp 190w,https://static01.nyt.com/images/2022/04/16/us/16xp-birthday1/16xp-birthday1-videoThumb.jpg?quality=100&auto=webp 75w,https://static01.nyt.com/images/2022/04/16/us/16xp-birthday1/16xp-birthday1-videoLarge.jpg?quality=100&auto=webp 768w,https://static01.nyt.com/images/2022/04/16/us/16xp-birthday1/16xp-birthday1-mediumThreeByTwo210.jpg?quality=100&auto=webp 210w,https://static01.nyt.com/images/2022/04/16/us/16xp-birthday1/16xp-birthday1-mediumThreeByTwo225.jpg?quality=100&auto=webp 225w,https://static01.nyt.com/images/2022/04/16/us/16xp-birthday1/16xp-birthday1-mediumThreeByTwo440.jpg?quality=100&auto=webp 440w,https://static01.nyt.com/images/2022/04/16/us/16xp-birthday1/16xp-birthday1-mediumThreeByTwo252.jpg?quality=100&auto=webp 252w,https://static01.nyt.com/images/2022/04/16/us/16xp-birthday1/16xp-birthday1-mediumThreeByTwo378.jpg?quality=100&auto=webp 378w,https://static01.nyt.com/images/2022/04/16/us/16xp-birthday1/16xp-birthday1-threeByTwoLargeAt2X.jpg?quality=100&auto=webp 2608w,https://static01.nyt.com/images/2022/04/16/us/16xp-birthday1/16xp-birthday1-threeByTwoMediumAt2X.jpg?quality=100&auto=webp 1500w,https://static01.nyt.com/images/2022/04/16/us/16xp-birthday1/16xp-birthday1-threeByTwoSmallAt2X.jpg?quality=100&auto=webp 600w" sizes="(max-width: 600px) 120px, (max-width: 1024px) 165px, 205px" decoding="async" width="1" height="1"/></div><figcaption class="css-13o4bnb e1maroi60"></figcaption></figure></div><h2 class="css-1j9dxys e15t083i0">Jury Awards $450,000 to Man Fired Over Unwanted Office Birthday Party</h2><p class="css-1echdzn e15t083i1">The man asked a manager not to have a party because he had an anxiety disorder. What followed spiraled into a legal dispute over whether the man had a panic attack or a violent outburst.</p><div class="css-1nqbnmb e140qd2t0"><p class="css-1xonkmu">By <span class="css-1n7hynb">Amanda Holpuch</span></p></div></a></div><div class="css-1lc2l26 e15t083i3"></div></div></li></ol></div><div class="css-g6hk37 supplemental"><div id="mid3-wrapper" type="lede" class="css-10wkyv7 en616590"><div id="mid3-slug" class="css-1tag3rd en616591"><p>Advertisement</p></div><a href="#after-mid3" class="css-1ly73wi">Continue reading the main story</a><div class="ad mid3-wrapper css-rfqw0c" id="mid3" style="min-height:250px"></div><div id="after-mid3"></div></div><aside class="css-14aj3sn"><header class="module-header"><h2 class="css-47f75k e199n1pr0">Follow Us</h2></header><div class="module-body"><ul class="social-media-menu"><li class="css-l57rop"><a href="https://twitter.com/nythealth" class="css-9s7qe8 e5h2ety0"><i class="css-1qtg4z6"></i><span aria-hidden="true">@nythealth</span><span class="css-1dv1kvn">twitter<!-- --> page for <!-- -->@nythealth</span></a></li><li class="css-l57rop"><a href="https://www.facebook.com/NYTimesScience" class="css-9s7qe8 e5h2ety0"><i class="css-1sp2miq"></i><span aria-hidden="true">NYTimesScience</span><span class="css-1dv1kvn">facebook<!-- --> page for <!-- -->NYTimesScience</span></a></li><li class="css-l57rop"><a href="https://www.facebook.com/WellNYT" class="css-9s7qe8 e5h2ety0"><i class="css-1sp2miq"></i><span aria-hidden="true">WellNYT</span><span class="css-1dv1kvn">facebook<!-- --> page for <!-- -->WellNYT</span></a></li><li class="css-l57rop"><a href="https://twitter.com/nytimeswell" class="css-9s7qe8 e5h2ety0"><i class="css-1qtg4z6"></i><span aria-hidden="true">@nytimeswell</span><span class="css-1dv1kvn">twitter<!-- --> page for <!-- -->@nytimeswell</span></a></li></ul></div></aside><div id="mktg-wrapper" type="mktg" class="css-oxle51 en616590"><div id="mktg-slug" class="css-1tag3rd en616591"><p>Advertisement</p></div><a href="#after-mktg" class="css-1ly73wi">Continue reading the main story</a><div class="ad mktg-wrapper css-rfqw0c" id="mktg"></div><div id="after-mktg"></div></div></div></section></div></div><div><div style="border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;white-space:nowrap;padding:0;width:1px;position:absolute" role="log" aria-live="assertive"></div><div style="border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;white-space:nowrap;padding:0;width:1px;position:absolute" role="log" aria-live="assertive"></div><div style="border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;white-space:nowrap;padding:0;width:1px;position:absolute" role="log" aria-live="polite"></div><div style="border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;white-space:nowrap;padding:0;width:1px;position:absolute" role="log" aria-live="polite"></div></div></section></main><div></div><footer class="css-1e1s8k7" role="contentinfo"><nav data-testid="footer" class="css-15uy5yv"><h2 class="css-1dv1kvn">Site Information Navigation</h2><ul class="css-1ho5u4o edvi3so0"><li data-testid="copyright"><a class="css-jq1cx6" href="https://help.nytimes.com/hc/en-us/articles/115014792127-Copyright-notice">© <span>2022</span> <span>The New York Times Company</span></a></li></ul><ul class="css-13o0c9t edvi3so1"><li class="css-a7htku edvi3so2"><a data-testid="footer-link" class="css-jq1cx6" href="https://www.nytco.com/">NYTCo</a></li><li class="css-a7htku edvi3so2"><a data-testid="footer-link" class="css-jq1cx6" href="https://help.nytimes.com/hc/en-us/articles/115015385887-Contact-Us">Contact Us</a></li><li class="css-a7htku edvi3so2"><a data-testid="footer-link" class="css-jq1cx6" href="https://help.nytimes.com/hc/en-us/articles/115015727108-Accessibility">Accessibility</a></li><li class="css-a7htku edvi3so2"><a data-testid="footer-link" class="css-jq1cx6" href="https://www.nytco.com/careers/">Work with us</a></li><li class="css-a7htku edvi3so2"><a data-testid="footer-link" class="css-jq1cx6" href="https://nytmediakit.com/">Advertise</a></li><li class="css-a7htku edvi3so2"><a data-testid="footer-link" class="css-jq1cx6" href="https://www.tbrandstudio.com/">T Brand Studio</a></li><li class="css-a7htku edvi3so2"><a data-testid="footer-link" class="css-jq1cx6" href="https://www.nytimes.com/privacy/cookie-policy#how-do-i-manage-trackers">Your Ad Choices</a></li><li class="css-a7htku edvi3so2"><a data-testid="footer-link" class="css-jq1cx6" href="https://www.nytimes.com/privacy/privacy-policy">Privacy Policy</a></li><li class="css-a7htku edvi3so2"><a data-testid="footer-link" class="css-jq1cx6" href="https://help.nytimes.com/hc/en-us/articles/115014893428-Terms-of-service">Terms of Service</a></li><li class="css-a7htku edvi3so2"><a data-testid="footer-link" class="css-jq1cx6" href="https://help.nytimes.com/hc/en-us/articles/115014893968-Terms-of-sale">Terms of Sale</a></li><li class="css-a7htku edvi3so2"><a data-testid="footer-link" class="css-jq1cx6" href="/sitemap/">Site Map</a></li><li class="mobileOnly css-a7htku edvi3so2"><a data-testid="footer-link" class="css-jq1cx6" href="https://www.nytimes.com/ca/?action=click&region=Footer&pgtype=Homepage">Canada</a></li><li class="mobileOnly css-a7htku edvi3so2"><a data-testid="footer-link" class="css-jq1cx6" href="https://www.nytimes.com/international/?action=click&region=Footer&pgtype=Homepage">International</a></li><li class="css-a7htku edvi3so2"><a data-testid="footer-link" class="css-jq1cx6" href="https://help.nytimes.com/hc/en-us">Help</a></li><li class="css-a7htku edvi3so2"><a data-testid="footer-link" class="css-jq1cx6" href="https://www.nytimes.com/subscription?campaignId=37WXW">Subscriptions</a></li></ul></nav></footer></div></div>
<script>window.__preloadedData = {"initialState":{"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==":{"id":"TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==","collectionType":"SECTION","slug":"health","name":"Health","tone":"FEATURE","showPicture":false,"longDescription":"The latest news on health and medicine, covid, vaccines, global health, mental health, Obamacare, health insurance, Medicare, Medicaid, opioids, cancer, heart disease and other topics.","bylines":[],"section":{"type":"id","generated":false,"id":"Section:U2VjdGlvbjpueXQ6Ly9zZWN0aW9uLzlmOTQzMDE1LWE4OTktNTUwNS04NzMwLTZkMzBlZDg2MTUyMA==","typename":"Section"},"subsection":null,"advertisingProperties":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.advertisingProperties","typename":"CreativeWorkAdvertisingProperties"},"adTargetingParams({\"clientAdParams\":{\"edn\":\"us\",\"plat\":\"web\",\"prop\":\"nyt\"}})":[{"type":"id","generated":false,"id":"AdTargetingParam:als_test1650540082636","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:propnyt","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:platweb","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:ednus","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:brandsensitivefalse","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:per","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:org","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:geo","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:des","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:spon","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:auth","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:col","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:coll","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:artlenshort","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:ledemedsznone","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:gui","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:templatelegacycollection","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:typ","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:sectionhealth","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:si_sectionhealth","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:id100000004047831","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:trend","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:pt","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:gscatneg_citi_aa,gs_health,neg_capitalone,neg_mastercard,neg_fcli,neg_bofa,neg_mtb,gs_health_misc,neg_chanel,gs_finance_insurance,neg_rolex,gs_finance,neg_rms,neg_debeer,neg_gg1,neg_google,neg_aramco,neg_virus,gs_health_specialities,gs_travel,neg_cme,neg_ms_safe,gv_safe,gs_t","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:is_virallow","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:tt","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:mt","typename":"AdTargetingParam"}],"dfpTaxonomyException":"health\u002Fsectionfront","collectionsPage":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage","typename":"LegacyCollectionsPage"},"firstPublished":"2015-12-10T15:48:25.000Z","lastModified":"2022-04-20T17:38:55.479Z","sourceId":"100000004047831","url":"https:\u002F\u002Fwww.nytimes.com\u002Fsection\u002Fhealth","tagline":"","promotionalMedia":null,"__typename":"LegacyCollection","shortUrl":"https:\u002F\u002Fnyti.ms\u002F1NPcnEE","headline":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.headline","typename":"CreativeWorkHeadline"},"language":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.language","typename":"Language"},"summary":"","commentProperties":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.commentProperties","typename":"CreativeWorkCommentProperties"},"groupings":[{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.0","typename":"LegacyCollectionGrouping"},{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1","typename":"LegacyCollectionGrouping"}],"storylines":[],"uri":"nyt:\u002F\u002Flegacycollection\u002F41df3c04-b4f1-5d86-aa55-a700046bbb86","active":true,"socialMedia":[{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.socialMedia.0","typename":"ContactDetailsSocialMedia"},{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.socialMedia.1","typename":"ContactDetailsSocialMedia"},{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.socialMedia.2","typename":"ContactDetailsSocialMedia"},{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.socialMedia.3","typename":"ContactDetailsSocialMedia"}],"associatedAssets":[]},"Section:U2VjdGlvbjpueXQ6Ly9zZWN0aW9uLzlmOTQzMDE1LWE4OTktNTUwNS04NzMwLTZkMzBlZDg2MTUyMA==":{"id":"U2VjdGlvbjpueXQ6Ly9zZWN0aW9uLzlmOTQzMDE1LWE4OTktNTUwNS04NzMwLTZkMzBlZDg2MTUyMA==","name":"health","__typename":"Section","displayName":"Health","url":"https:\u002F\u002Fwww.nytimes.com\u002Fsection\u002Fhealth"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.advertisingProperties":{"sensitivity":"SHOW_ADS","sponsored":false,"__typename":"CreativeWorkAdvertisingProperties"},"AdTargetingParam:als_test1650540082636":{"key":"als_test","value":"1650540082636","__typename":"AdTargetingParam"},"AdTargetingParam:propnyt":{"key":"prop","value":"nyt","__typename":"AdTargetingParam"},"AdTargetingParam:platweb":{"key":"plat","value":"web","__typename":"AdTargetingParam"},"AdTargetingParam:ednus":{"key":"edn","value":"us","__typename":"AdTargetingParam"},"AdTargetingParam:brandsensitivefalse":{"key":"brandsensitive","value":"false","__typename":"AdTargetingParam"},"AdTargetingParam:per":{"key":"per","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:org":{"key":"org","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:geo":{"key":"geo","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:des":{"key":"des","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:spon":{"key":"spon","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:auth":{"key":"auth","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:col":{"key":"col","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:coll":{"key":"coll","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:artlenshort":{"key":"artlen","value":"short","__typename":"AdTargetingParam"},"AdTargetingParam:ledemedsznone":{"key":"ledemedsz","value":"none","__typename":"AdTargetingParam"},"AdTargetingParam:gui":{"key":"gui","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:templatelegacycollection":{"key":"template","value":"legacycollection","__typename":"AdTargetingParam"},"AdTargetingParam:typ":{"key":"typ","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:sectionhealth":{"key":"section","value":"health","__typename":"AdTargetingParam"},"AdTargetingParam:si_sectionhealth":{"key":"si_section","value":"health","__typename":"AdTargetingParam"},"AdTargetingParam:id100000004047831":{"key":"id","value":"100000004047831","__typename":"AdTargetingParam"},"AdTargetingParam:trend":{"key":"trend","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:pt":{"key":"pt","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:gscatneg_citi_aa,gs_health,neg_capitalone,neg_mastercard,neg_fcli,neg_bofa,neg_mtb,gs_health_misc,neg_chanel,gs_finance_insurance,neg_rolex,gs_finance,neg_rms,neg_debeer,neg_gg1,neg_google,neg_aramco,neg_virus,gs_health_specialities,gs_travel,neg_cme,neg_ms_safe,gv_safe,gs_t":{"key":"gscat","value":"neg_citi_aa,gs_health,neg_capitalone,neg_mastercard,neg_fcli,neg_bofa,neg_mtb,gs_health_misc,neg_chanel,gs_finance_insurance,neg_rolex,gs_finance,neg_rms,neg_debeer,neg_gg1,neg_google,neg_aramco,neg_virus,gs_health_specialities,gs_travel,neg_cme,neg_ms_safe,gv_safe,gs_t","__typename":"AdTargetingParam"},"AdTargetingParam:is_virallow":{"key":"is_viral","value":"low","__typename":"AdTargetingParam"},"AdTargetingParam:tt":{"key":"tt","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:mt":{"key":"mt","value":"","__typename":"AdTargetingParam"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.0":{"label":"From Well","overrides":"{\"template\":\"5-band\"}","template":"band","collection":{"type":"id","generated":false,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzExY2EzYWExLTU4ZTgtNTA5My1iYWQzLWEyYjUxYzAzZDMyMg==","typename":"LegacyCollection"},"stream":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.0.stream","typename":"AssetsConnection"},"__typename":"EmbeddedLegacyCollection"},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzExY2EzYWExLTU4ZTgtNTA5My1iYWQzLWEyYjUxYzAzZDMyMg==":{"collectionType":"SECTION","id":"TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzExY2EzYWExLTU4ZTgtNTA5My1iYWQzLWEyYjUxYzAzZDMyMg==","name":"Well","url":"https:\u002F\u002Fwww.nytimes.com\u002Fsection\u002Fwell","slug":"well","__typename":"LegacyCollection","lastMajorModification":"2022-04-19T12:36:25.848Z","headline":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzExY2EzYWExLTU4ZTgtNTA5My1iYWQzLWEyYjUxYzAzZDMyMg==.headline","typename":"CreativeWorkHeadline"},"displayProperties":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzExY2EzYWExLTU4ZTgtNTA5My1iYWQzLWEyYjUxYzAzZDMyMg==.displayProperties","typename":"CreativeWorkDisplayProperties"},"summary":"","kicker":"","column":null,"bylines":[],"promotionalMedia":null},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.0.stream.pageInfo":{"hasNextPage":false,"hasPreviousPage":false,"startCursor":"YXJyYXljb25uZWN0aW9uOjA=","endCursor":"YXJyYXljb25uZWN0aW9uOjQ=","__typename":"PageInfo"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.0.stream":{"pageInfo":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.0.stream.pageInfo","typename":"PageInfo"},"__typename":"AssetsConnection","edges":[{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.0.stream.edges.0","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.0.stream.edges.1","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.0.stream.edges.2","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.0.stream.edges.3","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.0.stream.edges.4","typename":"AssetsEdge"}]},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzc4MzBhMzQ0LTY1ZWEtNTIyMC1hYmEzLTZmZDZlNTEwMzc0NA==":{"id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzc4MzBhMzQ0LTY1ZWEtNTIyMC1hYmEzLTZmZDZlNTEwMzc0NA==","__typename":"Article","url":"https:\u002F\u002Fwww.nytimes.com\u002Farticle\u002Fmask-mandates-guidelines.html","lastMajorModification":"2022-04-19T21:22:43.202Z","summary":"Experts weigh in on where, and when, you can safely take one off.","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzc4MzBhMzQ0LTY1ZWEtNTIyMC1hYmEzLTZmZDZlNTEwMzc0NA==.headline","typename":"CreativeWorkHeadline"},"kicker":"","column":null,"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzc4MzBhMzQ0LTY1ZWEtNTIyMC1hYmEzLTZmZDZlNTEwMzc0NA==.bylines.0","typename":"Byline"}],"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzg5OWY4NTYtNTA5ZS01ZTU4LTg1NjItZTg1NzE3M2Y0OTY1","typename":"Image"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzc4MzBhMzQ0LTY1ZWEtNTIyMC1hYmEzLTZmZDZlNTEwMzc0NA==.headline":{"default":"Should You Still Wear a Mask?","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzc4MzBhMzQ0LTY1ZWEtNTIyMC1hYmEzLTZmZDZlNTEwMzc0NA==.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9hYjMxYzBmNy1kNWQ3LTU3NmEtODUzMi1hYjVhY2Y1MjlmZjE=","typename":"Person"},{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi82ZTlmM2ZiNi1lN2I4LTViNDEtYTllNC03ODE1OTQxMzlhODg=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi9hYjMxYzBmNy1kNWQ3LTU3NmEtODUzMi1hYjVhY2Y1MjlmZjE=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi9hYjMxYzBmNy1kNWQ3LTU3NmEtODUzMi1hYjVhY2Y1MjlmZjE=","displayName":"Amelia Nierenberg","__typename":"Person"},"Person:UGVyc29uOm55dDovL3BlcnNvbi82ZTlmM2ZiNi1lN2I4LTViNDEtYTllNC03ODE1OTQxMzlhODg=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi82ZTlmM2ZiNi1lN2I4LTViNDEtYTllNC03ODE1OTQxMzlhODg=","displayName":"Illustrations by Tim Peacock","__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzg5OWY4NTYtNTA5ZS01ZTU4LTg1NjItZTg1NzE3M2Y0OTY1":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvMzg5OWY4NTYtNTA5ZS01ZTU4LTg1NjItZTg1NzE3M2Y0OTY1","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzg5OWY4NTYtNTA5ZS01ZTU4LTg1NjItZTg1NzE3M2Y0OTY1.caption","typename":"TextOnlyDocumentBlock"},"credit":"Tim Peacock","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzg5OWY4NTYtNTA5ZS01ZTU4LTg1NjItZTg1NzE3M2Y0OTY1.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzg5OWY4NTYtNTA5ZS01ZTU4LTg1NjItZTg1NzE3M2Y0OTY1.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzg5OWY4NTYtNTA5ZS01ZTU4LTg1NjItZTg1NzE3M2Y0OTY1.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzg5OWY4NTYtNTA5ZS01ZTU4LTg1NjItZTg1NzE3M2Y0OTY1.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzg5OWY4NTYtNTA5ZS01ZTU4LTg1NjItZTg1NzE3M2Y0OTY1.caption":{"text":"","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20220301well00well-masks-opener00well-masks-opener-jumbo.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F01\u002Fwell\u002F00well-masks-opener\u002F00well-masks-opener-jumbo.jpg","width":1024,"height":682,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzg5OWY4NTYtNTA5ZS01ZTU4LTg1NjItZTg1NzE3M2Y0OTY1.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220301well00well-masks-opener00well-masks-opener-jumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220301well00well-masks-opener00well-masks-opener-thumbStandard.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F01\u002Fwell\u002F00well-masks-opener\u002F00well-masks-opener-thumbStandard.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20220301well00well-masks-opener00well-masks-opener-thumbLarge.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F01\u002Fwell\u002F00well-masks-opener\u002F00well-masks-opener-thumbLarge.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzg5OWY4NTYtNTA5ZS01ZTU4LTg1NjItZTg1NzE3M2Y0OTY1.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220301well00well-masks-opener00well-masks-opener-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220301well00well-masks-opener00well-masks-opener-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220301well00well-masks-opener00well-masks-opener-videoLarge.jpg":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F01\u002Fwell\u002F00well-masks-opener\u002F00well-masks-opener-videoLarge.jpg","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20220301well00well-masks-opener00well-masks-opener-mediumThreeByTwo225.jpg":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F01\u002Fwell\u002F00well-masks-opener\u002F00well-masks-opener-mediumThreeByTwo225.jpg","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20220301well00well-masks-opener00well-masks-opener-mediumThreeByTwo440.jpg":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F01\u002Fwell\u002F00well-masks-opener\u002F00well-masks-opener-mediumThreeByTwo440.jpg","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20220301well00well-masks-opener00well-masks-opener-threeByTwoMediumAt2X.jpg":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F01\u002Fwell\u002F00well-masks-opener\u002F00well-masks-opener-threeByTwoMediumAt2X.jpg","width":1500,"height":1000,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzg5OWY4NTYtNTA5ZS01ZTU4LTg1NjItZTg1NzE3M2Y0OTY1.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220301well00well-masks-opener00well-masks-opener-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220301well00well-masks-opener00well-masks-opener-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220301well00well-masks-opener00well-masks-opener-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220301well00well-masks-opener00well-masks-opener-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220301well00well-masks-opener00well-masks-opener-hpSmall.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F01\u002Fwell\u002F00well-masks-opener\u002F00well-masks-opener-hpSmall.jpg","width":163,"height":109,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzg5OWY4NTYtNTA5ZS01ZTU4LTg1NjItZTg1NzE3M2Y0OTY1.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220301well00well-masks-opener00well-masks-opener-hpSmall.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.0.stream.edges.0":{"node@filterEmpty":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzc4MzBhMzQ0LTY1ZWEtNTIyMC1hYmEzLTZmZDZlNTEwMzc0NA==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzQ3MzlkYTM2LTljNjQtNWUzZS1hYTg4LTEwMWQwOTNhN2Y0Nw==":{"id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzQ3MzlkYTM2LTljNjQtNWUzZS1hYTg4LTEwMWQwOTNhN2Y0Nw==","__typename":"Article","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F19\u002Fwell\u002Flive\u002Freturn-to-office-tips.html","lastMajorModification":"2022-04-20T13:43:24.681Z","summary":"The gossip, the loud talker and the nosy colleague are all manageable with the right mind-set.","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzQ3MzlkYTM2LTljNjQtNWUzZS1hYTg4LTEwMWQwOTNhN2Y0Nw==.headline","typename":"CreativeWorkHeadline"},"kicker":"","column":null,"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzQ3MzlkYTM2LTljNjQtNWUzZS1hYTg4LTEwMWQwOTNhN2Y0Nw==.bylines.0","typename":"Byline"}],"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDMyNThkM2QtZjRhNC01OGJmLWFkNzEtY2MxZTcxNGZhMDc0","typename":"Image"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzQ3MzlkYTM2LTljNjQtNWUzZS1hYTg4LTEwMWQwOTNhN2Y0Nw==.headline":{"default":"Your Office Is More Annoying Than You Remembered. Here’s How to Handle It.","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzQ3MzlkYTM2LTljNjQtNWUzZS1hYTg4LTEwMWQwOTNhN2Y0Nw==.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9lYmMwYTEwNy1lNWY1LTVmZDYtYTkxOS02ZDBlNGIyZTdhNzM=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi9lYmMwYTEwNy1lNWY1LTVmZDYtYTkxOS02ZDBlNGIyZTdhNzM=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi9lYmMwYTEwNy1lNWY1LTVmZDYtYTkxOS02ZDBlNGIyZTdhNzM=","displayName":"Jancee Dunn","__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDMyNThkM2QtZjRhNC01OGJmLWFkNzEtY2MxZTcxNGZhMDc0":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvZDMyNThkM2QtZjRhNC01OGJmLWFkNzEtY2MxZTcxNGZhMDc0","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDMyNThkM2QtZjRhNC01OGJmLWFkNzEtY2MxZTcxNGZhMDc0.caption","typename":"TextOnlyDocumentBlock"},"credit":"","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDMyNThkM2QtZjRhNC01OGJmLWFkNzEtY2MxZTcxNGZhMDc0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDMyNThkM2QtZjRhNC01OGJmLWFkNzEtY2MxZTcxNGZhMDc0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDMyNThkM2QtZjRhNC01OGJmLWFkNzEtY2MxZTcxNGZhMDc0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDMyNThkM2QtZjRhNC01OGJmLWFkNzEtY2MxZTcxNGZhMDc0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDMyNThkM2QtZjRhNC01OGJmLWFkNzEtY2MxZTcxNGZhMDc0.caption":{"text":"","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20211001well01WELL-RTO-ANNOYANCES---nosycubiclemate01WELL-RTO-ANNOYANCES---nosycubiclemate-jumbo.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F10\u002F01\u002Fwell\u002F01WELL-RTO-ANNOYANCES---nosycubiclemate\u002F01WELL-RTO-ANNOYANCES---nosycubiclemate-jumbo.jpg","width":1024,"height":630,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDMyNThkM2QtZjRhNC01OGJmLWFkNzEtY2MxZTcxNGZhMDc0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20211001well01WELL-RTO-ANNOYANCES---nosycubiclemate01WELL-RTO-ANNOYANCES---nosycubiclemate-jumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20211001well01WELL-RTO-ANNOYANCES---nosycubiclemate01WELL-RTO-ANNOYANCES---nosycubiclemate-thumbStandard.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F10\u002F01\u002Fwell\u002F01WELL-RTO-ANNOYANCES---nosycubiclemate\u002F01WELL-RTO-ANNOYANCES---nosycubiclemate-thumbStandard.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20211001well01WELL-RTO-ANNOYANCES---nosycubiclemate01WELL-RTO-ANNOYANCES---nosycubiclemate-thumbLarge.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F10\u002F01\u002Fwell\u002F01WELL-RTO-ANNOYANCES---nosycubiclemate\u002F01WELL-RTO-ANNOYANCES---nosycubiclemate-thumbLarge.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDMyNThkM2QtZjRhNC01OGJmLWFkNzEtY2MxZTcxNGZhMDc0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20211001well01WELL-RTO-ANNOYANCES---nosycubiclemate01WELL-RTO-ANNOYANCES---nosycubiclemate-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20211001well01WELL-RTO-ANNOYANCES---nosycubiclemate01WELL-RTO-ANNOYANCES---nosycubiclemate-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20211001well01WELL-RTO-ANNOYANCES---nosycubiclemate01WELL-RTO-ANNOYANCES---nosycubiclemate-videoLarge.jpg":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F10\u002F01\u002Fwell\u002F01WELL-RTO-ANNOYANCES---nosycubiclemate\u002F01WELL-RTO-ANNOYANCES---nosycubiclemate-videoLarge.jpg","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20211001well01WELL-RTO-ANNOYANCES---nosycubiclemate01WELL-RTO-ANNOYANCES---nosycubiclemate-mediumThreeByTwo225.jpg":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F10\u002F01\u002Fwell\u002F01WELL-RTO-ANNOYANCES---nosycubiclemate\u002F01WELL-RTO-ANNOYANCES---nosycubiclemate-mediumThreeByTwo225.jpg","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20211001well01WELL-RTO-ANNOYANCES---nosycubiclemate01WELL-RTO-ANNOYANCES---nosycubiclemate-mediumThreeByTwo440.jpg":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F10\u002F01\u002Fwell\u002F01WELL-RTO-ANNOYANCES---nosycubiclemate\u002F01WELL-RTO-ANNOYANCES---nosycubiclemate-mediumThreeByTwo440.jpg","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20211001well01WELL-RTO-ANNOYANCES---nosycubiclemate01WELL-RTO-ANNOYANCES---nosycubiclemate-threeByTwoMediumAt2X.jpg":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F10\u002F01\u002Fwell\u002F01WELL-RTO-ANNOYANCES---nosycubiclemate\u002F01WELL-RTO-ANNOYANCES---nosycubiclemate-threeByTwoMediumAt2X.jpg","width":1500,"height":1000,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDMyNThkM2QtZjRhNC01OGJmLWFkNzEtY2MxZTcxNGZhMDc0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20211001well01WELL-RTO-ANNOYANCES---nosycubiclemate01WELL-RTO-ANNOYANCES---nosycubiclemate-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20211001well01WELL-RTO-ANNOYANCES---nosycubiclemate01WELL-RTO-ANNOYANCES---nosycubiclemate-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20211001well01WELL-RTO-ANNOYANCES---nosycubiclemate01WELL-RTO-ANNOYANCES---nosycubiclemate-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20211001well01WELL-RTO-ANNOYANCES---nosycubiclemate01WELL-RTO-ANNOYANCES---nosycubiclemate-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20211001well01WELL-RTO-ANNOYANCES---nosycubiclemate01WELL-RTO-ANNOYANCES---nosycubiclemate-hpSmall.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F10\u002F01\u002Fwell\u002F01WELL-RTO-ANNOYANCES---nosycubiclemate\u002F01WELL-RTO-ANNOYANCES---nosycubiclemate-hpSmall.jpg","width":163,"height":100,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDMyNThkM2QtZjRhNC01OGJmLWFkNzEtY2MxZTcxNGZhMDc0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20211001well01WELL-RTO-ANNOYANCES---nosycubiclemate01WELL-RTO-ANNOYANCES---nosycubiclemate-hpSmall.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.0.stream.edges.1":{"node@filterEmpty":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzQ3MzlkYTM2LTljNjQtNWUzZS1hYTg4LTEwMWQwOTNhN2Y0Nw==","typename":"Article"},"__typename":"AssetsEdge"},"Interactive:SW50ZXJhY3RpdmU6bnl0Oi8vaW50ZXJhY3RpdmUvMDQ1NTE5YjEtMTZmNy01MTJkLTk0YTgtNTdmNzQ5ZDMwODkw":{"id":"SW50ZXJhY3RpdmU6bnl0Oi8vaW50ZXJhY3RpdmUvMDQ1NTE5YjEtMTZmNy01MTJkLTk0YTgtNTdmNzQ5ZDMwODkw","__typename":"Interactive","url":"https:\u002F\u002Fwww.nytimes.com\u002Finteractive\u002F2022\u002F04\u002F12\u002Fwell\u002Ffamily\u002Fcovid-deaths-parents-grandparents.html","lastMajorModification":"2022-04-21T07:21:00.748Z","summary":"As many as 200,000 U.S. children have lost a parent to Covid. Their grandparents are taking them in and helping them heal, all while coping with their own grief.","headline":{"type":"id","generated":true,"id":"$Interactive:SW50ZXJhY3RpdmU6bnl0Oi8vaW50ZXJhY3RpdmUvMDQ1NTE5YjEtMTZmNy01MTJkLTk0YTgtNTdmNzQ5ZDMwODkw.headline","typename":"CreativeWorkHeadline"},"kicker":"","column":null,"bylines":[{"type":"id","generated":true,"id":"Interactive:SW50ZXJhY3RpdmU6bnl0Oi8vaW50ZXJhY3RpdmUvMDQ1NTE5YjEtMTZmNy01MTJkLTk0YTgtNTdmNzQ5ZDMwODkw.bylines.0","typename":"Byline"}],"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2JjOTg2ZDItNDkyMy01ZmQyLTllNjQtYWQ1MTdjYzQ1ZWM2","typename":"Image"}},"$Interactive:SW50ZXJhY3RpdmU6bnl0Oi8vaW50ZXJhY3RpdmUvMDQ1NTE5YjEtMTZmNy01MTJkLTk0YTgtNTdmNzQ5ZDMwODkw.headline":{"default":"As Families Grieve, Grandparents Step Up","__typename":"CreativeWorkHeadline"},"Interactive:SW50ZXJhY3RpdmU6bnl0Oi8vaW50ZXJhY3RpdmUvMDQ1NTE5YjEtMTZmNy01MTJkLTk0YTgtNTdmNzQ5ZDMwODkw.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi84M2YxM2I4MC00Nzk0LTVhMDItOGZmNC01Yzk3ZDMxNTIzMWQ=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi84M2YxM2I4MC00Nzk0LTVhMDItOGZmNC01Yzk3ZDMxNTIzMWQ=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi84M2YxM2I4MC00Nzk0LTVhMDItOGZmNC01Yzk3ZDMxNTIzMWQ=","displayName":"Paula Span","__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2JjOTg2ZDItNDkyMy01ZmQyLTllNjQtYWQ1MTdjYzQ1ZWM2":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvN2JjOTg2ZDItNDkyMy01ZmQyLTllNjQtYWQ1MTdjYzQ1ZWM2","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2JjOTg2ZDItNDkyMy01ZmQyLTllNjQtYWQ1MTdjYzQ1ZWM2.caption","typename":"TextOnlyDocumentBlock"},"credit":"Todd Heisler\u002FThe New York Times","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2JjOTg2ZDItNDkyMy01ZmQyLTllNjQtYWQ1MTdjYzQ1ZWM2.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2JjOTg2ZDItNDkyMy01ZmQyLTllNjQtYWQ1MTdjYzQ1ZWM2.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2JjOTg2ZDItNDkyMy01ZmQyLTllNjQtYWQ1MTdjYzQ1ZWM2.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2JjOTg2ZDItNDkyMy01ZmQyLTllNjQtYWQ1MTdjYzQ1ZWM2.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2JjOTg2ZDItNDkyMy01ZmQyLTllNjQtYWQ1MTdjYzQ1ZWM2.caption":{"text":"","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20220424well24grandparents-covid524grandparents-covid5-jumbo-v3.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F24\u002Fwell\u002F24grandparents-covid5\u002F24grandparents-covid5-jumbo-v3.jpg","width":1024,"height":702,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2JjOTg2ZDItNDkyMy01ZmQyLTllNjQtYWQ1MTdjYzQ1ZWM2.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220424well24grandparents-covid524grandparents-covid5-jumbo-v3.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220424well24grandparents-covid524grandparents-covid5-thumbStandard-v4.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F24\u002Fwell\u002F24grandparents-covid5\u002F24grandparents-covid5-thumbStandard-v4.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20220424well24grandparents-covid524grandparents-covid5-thumbLarge-v4.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F24\u002Fwell\u002F24grandparents-covid5\u002F24grandparents-covid5-thumbLarge-v4.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2JjOTg2ZDItNDkyMy01ZmQyLTllNjQtYWQ1MTdjYzQ1ZWM2.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220424well24grandparents-covid524grandparents-covid5-thumbStandard-v4.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220424well24grandparents-covid524grandparents-covid5-thumbLarge-v4.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220424well24grandparents-covid524grandparents-covid5-videoLarge-v5.jpg":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F24\u002Fwell\u002F24grandparents-covid5\u002F24grandparents-covid5-videoLarge-v5.jpg","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20220424well24grandparents-covid524grandparents-covid5-mediumThreeByTwo225-v5.jpg":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F24\u002Fwell\u002F24grandparents-covid5\u002F24grandparents-covid5-mediumThreeByTwo225-v5.jpg","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20220424well24grandparents-covid524grandparents-covid5-mediumThreeByTwo440-v5.jpg":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F24\u002Fwell\u002F24grandparents-covid5\u002F24grandparents-covid5-mediumThreeByTwo440-v5.jpg","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20220424well24grandparents-covid524grandparents-covid5-threeByTwoMediumAt2X-v5.jpg":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F24\u002Fwell\u002F24grandparents-covid5\u002F24grandparents-covid5-threeByTwoMediumAt2X-v5.jpg","width":1500,"height":1000,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2JjOTg2ZDItNDkyMy01ZmQyLTllNjQtYWQ1MTdjYzQ1ZWM2.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220424well24grandparents-covid524grandparents-covid5-videoLarge-v5.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220424well24grandparents-covid524grandparents-covid5-mediumThreeByTwo225-v5.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220424well24grandparents-covid524grandparents-covid5-mediumThreeByTwo440-v5.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220424well24grandparents-covid524grandparents-covid5-threeByTwoMediumAt2X-v5.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220424well24grandparents-covid524grandparents-covid5-hpSmall-v3.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F24\u002Fwell\u002F24grandparents-covid5\u002F24grandparents-covid5-hpSmall-v3.jpg","width":163,"height":112,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2JjOTg2ZDItNDkyMy01ZmQyLTllNjQtYWQ1MTdjYzQ1ZWM2.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220424well24grandparents-covid524grandparents-covid5-hpSmall-v3.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.0.stream.edges.2":{"node@filterEmpty":{"type":"id","generated":false,"id":"Interactive:SW50ZXJhY3RpdmU6bnl0Oi8vaW50ZXJhY3RpdmUvMDQ1NTE5YjEtMTZmNy01MTJkLTk0YTgtNTdmNzQ5ZDMwODkw","typename":"Interactive"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NiZWNkZWRiLTRlMjQtNTcyNy05OWUzLWIxNTQ3ZDFhMTNhNQ==":{"id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NiZWNkZWRiLTRlMjQtNTcyNy05OWUzLWIxNTQ3ZDFhMTNhNQ==","__typename":"Article","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F18\u002Fwell\u002Fmove\u002Ffoot-health-pandemic.html","lastMajorModification":"2022-04-19T20:52:00.437Z","summary":"Here’s what’s plaguing them and how to avoid it.","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NiZWNkZWRiLTRlMjQtNTcyNy05OWUzLWIxNTQ3ZDFhMTNhNQ==.headline","typename":"CreativeWorkHeadline"},"kicker":"","column":null,"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NiZWNkZWRiLTRlMjQtNTcyNy05OWUzLWIxNTQ3ZDFhMTNhNQ==.bylines.0","typename":"Byline"}],"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjYxMmI1NmMtMmY3Ni01NTIwLWFjZTQtMzk3YWZjMzEzYjYy","typename":"Image"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NiZWNkZWRiLTRlMjQtNTcyNy05OWUzLWIxNTQ3ZDFhMTNhNQ==.headline":{"default":"The Pandemic Has Been Hard on Our Feet","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NiZWNkZWRiLTRlMjQtNTcyNy05OWUzLWIxNTQ3ZDFhMTNhNQ==.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi81OTE5NzllOS01NGQ4LTVmYTUtOWQxNi05ZWFkODk2ZjYzN2Q=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi81OTE5NzllOS01NGQ4LTVmYTUtOWQxNi05ZWFkODk2ZjYzN2Q=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi81OTE5NzllOS01NGQ4LTVmYTUtOWQxNi05ZWFkODk2ZjYzN2Q=","displayName":"Mara Altman","__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjYxMmI1NmMtMmY3Ni01NTIwLWFjZTQtMzk3YWZjMzEzYjYy":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvYjYxMmI1NmMtMmY3Ni01NTIwLWFjZTQtMzk3YWZjMzEzYjYy","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjYxMmI1NmMtMmY3Ni01NTIwLWFjZTQtMzk3YWZjMzEzYjYy.caption","typename":"TextOnlyDocumentBlock"},"credit":"Amanda Jasnowski Pascual for The New York Times","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjYxMmI1NmMtMmY3Ni01NTIwLWFjZTQtMzk3YWZjMzEzYjYy.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjYxMmI1NmMtMmY3Ni01NTIwLWFjZTQtMzk3YWZjMzEzYjYy.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjYxMmI1NmMtMmY3Ni01NTIwLWFjZTQtMzk3YWZjMzEzYjYy.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjYxMmI1NmMtMmY3Ni01NTIwLWFjZTQtMzk3YWZjMzEzYjYy.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjYxMmI1NmMtMmY3Ni01NTIwLWFjZTQtMzk3YWZjMzEzYjYy.caption":{"text":"","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20220413wellWELL-FOOT-HEALTH2merlin_205397268_1bc7b0a2-71ef-48ef-b2c3-f42631b39354-jumbo.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F13\u002Fwell\u002FWELL-FOOT-HEALTH2\u002Fmerlin_205397268_1bc7b0a2-71ef-48ef-b2c3-f42631b39354-jumbo.jpg","width":1024,"height":731,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjYxMmI1NmMtMmY3Ni01NTIwLWFjZTQtMzk3YWZjMzEzYjYy.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220413wellWELL-FOOT-HEALTH2merlin_205397268_1bc7b0a2-71ef-48ef-b2c3-f42631b39354-jumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220413wellWELL-FOOT-HEALTH2WELL-FOOT-HEALTH2-thumbStandard.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F13\u002Fwell\u002FWELL-FOOT-HEALTH2\u002FWELL-FOOT-HEALTH2-thumbStandard.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20220413wellWELL-FOOT-HEALTH2WELL-FOOT-HEALTH2-thumbLarge.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F13\u002Fwell\u002FWELL-FOOT-HEALTH2\u002FWELL-FOOT-HEALTH2-thumbLarge.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjYxMmI1NmMtMmY3Ni01NTIwLWFjZTQtMzk3YWZjMzEzYjYy.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220413wellWELL-FOOT-HEALTH2WELL-FOOT-HEALTH2-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220413wellWELL-FOOT-HEALTH2WELL-FOOT-HEALTH2-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220413wellWELL-FOOT-HEALTH2merlin_205397268_1bc7b0a2-71ef-48ef-b2c3-f42631b39354-videoLarge.jpg":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F13\u002Fwell\u002FWELL-FOOT-HEALTH2\u002Fmerlin_205397268_1bc7b0a2-71ef-48ef-b2c3-f42631b39354-videoLarge.jpg","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20220413wellWELL-FOOT-HEALTH2merlin_205397268_1bc7b0a2-71ef-48ef-b2c3-f42631b39354-mediumThreeByTwo225.jpg":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F13\u002Fwell\u002FWELL-FOOT-HEALTH2\u002Fmerlin_205397268_1bc7b0a2-71ef-48ef-b2c3-f42631b39354-mediumThreeByTwo225.jpg","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20220413wellWELL-FOOT-HEALTH2merlin_205397268_1bc7b0a2-71ef-48ef-b2c3-f42631b39354-mediumThreeByTwo440.jpg":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F13\u002Fwell\u002FWELL-FOOT-HEALTH2\u002Fmerlin_205397268_1bc7b0a2-71ef-48ef-b2c3-f42631b39354-mediumThreeByTwo440.jpg","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20220413wellWELL-FOOT-HEALTH2merlin_205397268_1bc7b0a2-71ef-48ef-b2c3-f42631b39354-threeByTwoMediumAt2X.jpg":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F13\u002Fwell\u002FWELL-FOOT-HEALTH2\u002Fmerlin_205397268_1bc7b0a2-71ef-48ef-b2c3-f42631b39354-threeByTwoMediumAt2X.jpg","width":1500,"height":1000,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjYxMmI1NmMtMmY3Ni01NTIwLWFjZTQtMzk3YWZjMzEzYjYy.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220413wellWELL-FOOT-HEALTH2merlin_205397268_1bc7b0a2-71ef-48ef-b2c3-f42631b39354-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220413wellWELL-FOOT-HEALTH2merlin_205397268_1bc7b0a2-71ef-48ef-b2c3-f42631b39354-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220413wellWELL-FOOT-HEALTH2merlin_205397268_1bc7b0a2-71ef-48ef-b2c3-f42631b39354-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220413wellWELL-FOOT-HEALTH2merlin_205397268_1bc7b0a2-71ef-48ef-b2c3-f42631b39354-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220413wellWELL-FOOT-HEALTH2merlin_205397268_1bc7b0a2-71ef-48ef-b2c3-f42631b39354-hpSmall.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F13\u002Fwell\u002FWELL-FOOT-HEALTH2\u002Fmerlin_205397268_1bc7b0a2-71ef-48ef-b2c3-f42631b39354-hpSmall.jpg","width":163,"height":116,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjYxMmI1NmMtMmY3Ni01NTIwLWFjZTQtMzk3YWZjMzEzYjYy.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220413wellWELL-FOOT-HEALTH2merlin_205397268_1bc7b0a2-71ef-48ef-b2c3-f42631b39354-hpSmall.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.0.stream.edges.3":{"node@filterEmpty":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NiZWNkZWRiLTRlMjQtNTcyNy05OWUzLWIxNTQ3ZDFhMTNhNQ==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FmOGZlNzU1LTYyYjktNWFlNy05ZTMxLWI5YzQyNGM2YWEwYQ==":{"id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FmOGZlNzU1LTYyYjktNWFlNy05ZTMxLWI5YzQyNGM2YWEwYQ==","__typename":"Article","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F15\u002Fwell\u002Fmove\u002Fpeloton-workouts-at-home.html","lastMajorModification":"2022-04-19T12:21:55.469Z","summary":"The stationary bike’s convenience made it a pandemic winner, but some former fans are done working out at home.","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FmOGZlNzU1LTYyYjktNWFlNy05ZTMxLWI5YzQyNGM2YWEwYQ==.headline","typename":"CreativeWorkHeadline"},"kicker":"","column":null,"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FmOGZlNzU1LTYyYjktNWFlNy05ZTMxLWI5YzQyNGM2YWEwYQ==.bylines.0","typename":"Byline"}],"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzkyN2M3YzktNmI5OC01MGJiLWEwMzgtZGYxNzE3YzQ3MWE1","typename":"Image"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FmOGZlNzU1LTYyYjktNWFlNy05ZTMxLWI5YzQyNGM2YWEwYQ==.headline":{"default":"Breaking Up With Peloton","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FmOGZlNzU1LTYyYjktNWFlNy05ZTMxLWI5YzQyNGM2YWEwYQ==.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi83NmQxOWM1Ny1mOTM1LTUzMzMtODZmYi05MDYzZmE4Y2IzMjc=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi83NmQxOWM1Ny1mOTM1LTUzMzMtODZmYi05MDYzZmE4Y2IzMjc=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi83NmQxOWM1Ny1mOTM1LTUzMzMtODZmYi05MDYzZmE4Y2IzMjc=","displayName":"Holly Burns","__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzkyN2M3YzktNmI5OC01MGJiLWEwMzgtZGYxNzE3YzQ3MWE1":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvYzkyN2M3YzktNmI5OC01MGJiLWEwMzgtZGYxNzE3YzQ3MWE1","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzkyN2M3YzktNmI5OC01MGJiLWEwMzgtZGYxNzE3YzQ3MWE1.caption","typename":"TextOnlyDocumentBlock"},"credit":"Erik Carter","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzkyN2M3YzktNmI5OC01MGJiLWEwMzgtZGYxNzE3YzQ3MWE1.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzkyN2M3YzktNmI5OC01MGJiLWEwMzgtZGYxNzE3YzQ3MWE1.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzkyN2M3YzktNmI5OC01MGJiLWEwMzgtZGYxNzE3YzQ3MWE1.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzkyN2M3YzktNmI5OC01MGJiLWEwMzgtZGYxNzE3YzQ3MWE1.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzkyN2M3YzktNmI5OC01MGJiLWEwMzgtZGYxNzE3YzQ3MWE1.caption":{"text":"","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20220415well00well-peleton00well-peleton-jumbo.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fwell\u002F00well-peleton\u002F00well-peleton-jumbo.jpg","width":1024,"height":683,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzkyN2M3YzktNmI5OC01MGJiLWEwMzgtZGYxNzE3YzQ3MWE1.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220415well00well-peleton00well-peleton-jumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220415well00well-peleton00well-peleton-thumbStandard.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fwell\u002F00well-peleton\u002F00well-peleton-thumbStandard.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20220415well00well-peleton00well-peleton-thumbLarge.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fwell\u002F00well-peleton\u002F00well-peleton-thumbLarge.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzkyN2M3YzktNmI5OC01MGJiLWEwMzgtZGYxNzE3YzQ3MWE1.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220415well00well-peleton00well-peleton-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415well00well-peleton00well-peleton-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220415well00well-peleton00well-peleton-videoLarge.jpg":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fwell\u002F00well-peleton\u002F00well-peleton-videoLarge.jpg","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20220415well00well-peleton00well-peleton-mediumThreeByTwo225.jpg":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fwell\u002F00well-peleton\u002F00well-peleton-mediumThreeByTwo225.jpg","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20220415well00well-peleton00well-peleton-mediumThreeByTwo440.jpg":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fwell\u002F00well-peleton\u002F00well-peleton-mediumThreeByTwo440.jpg","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20220415well00well-peleton00well-peleton-threeByTwoMediumAt2X.jpg":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fwell\u002F00well-peleton\u002F00well-peleton-threeByTwoMediumAt2X.jpg","width":1500,"height":1000,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzkyN2M3YzktNmI5OC01MGJiLWEwMzgtZGYxNzE3YzQ3MWE1.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220415well00well-peleton00well-peleton-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415well00well-peleton00well-peleton-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415well00well-peleton00well-peleton-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415well00well-peleton00well-peleton-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220415well00well-peleton00well-peleton-hpSmall.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fwell\u002F00well-peleton\u002F00well-peleton-hpSmall.jpg","width":163,"height":109,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzkyN2M3YzktNmI5OC01MGJiLWEwMzgtZGYxNzE3YzQ3MWE1.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220415well00well-peleton00well-peleton-hpSmall.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.0.stream.edges.4":{"node@filterEmpty":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FmOGZlNzU1LTYyYjktNWFlNy05ZTMxLWI5YzQyNGM2YWEwYQ==","typename":"Article"},"__typename":"AssetsEdge"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.1":{"label":"","overrides":"{\"template\":\"5-band\"}","template":"band","collection":{"type":"id","generated":false,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzg4OGRmYTlhLThjYjktNWVhOS04ZGY1LTk1MTY3OGJhYTYyZA==","typename":"LegacyCollection"},"stream":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.1.stream","typename":"AssetsConnection"},"__typename":"EmbeddedLegacyCollection"},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzg4OGRmYTlhLThjYjktNWVhOS04ZGY1LTk1MTY3OGJhYTYyZA==":{"collectionType":"NEWS_EVENT","id":"TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzg4OGRmYTlhLThjYjktNWVhOS04ZGY1LTk1MTY3OGJhYTYyZA==","name":"The Covid-19 Pandemic","url":"https:\u002F\u002Fwww.nytimes.com\u002Fnews-event\u002Fcoronavirus","slug":"coronavirus","__typename":"LegacyCollection","lastMajorModification":"2022-04-20T00:51:16.897Z","headline":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzg4OGRmYTlhLThjYjktNWVhOS04ZGY1LTk1MTY3OGJhYTYyZA==.headline","typename":"CreativeWorkHeadline"},"displayProperties":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzg4OGRmYTlhLThjYjktNWVhOS04ZGY1LTk1MTY3OGJhYTYyZA==.displayProperties","typename":"CreativeWorkDisplayProperties"},"summary":"","kicker":"","column":null,"bylines":[],"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTI3NWRmZjgtZjA5My01ODkyLTk3OWMtZjdjY2ViYTBjODk3","typename":"Image"}},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.1.stream.pageInfo":{"hasNextPage":false,"hasPreviousPage":false,"startCursor":"YXJyYXljb25uZWN0aW9uOjA=","endCursor":"YXJyYXljb25uZWN0aW9uOjQ=","__typename":"PageInfo"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.1.stream":{"pageInfo":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.1.stream.pageInfo","typename":"PageInfo"},"__typename":"AssetsConnection","edges":[{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.1.stream.edges.0","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.1.stream.edges.1","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.1.stream.edges.2","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.1.stream.edges.3","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.1.stream.edges.4","typename":"AssetsEdge"}]},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M2YjdmMWI0LWI3ZmMtNTFhNC1hYWEyLTY1ZjRmMjQ3MjllZg==":{"id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M2YjdmMWI0LWI3ZmMtNTFhNC1hYWEyLTY1ZjRmMjQ3MjllZg==","__typename":"Article","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F19\u002Fus\u002Fcovid-masks-planes.html","lastMajorModification":"2022-04-20T21:25:34.000Z","summary":"Many travelers removed their masks after a judge struck down a federal mandate for public transit. Health experts voiced concern, but President Biden said it was now up to individuals.","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M2YjdmMWI0LWI3ZmMtNTFhNC1hYWEyLTY1ZjRmMjQ3MjllZg==.headline","typename":"CreativeWorkHeadline"},"kicker":"","column":null,"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M2YjdmMWI0LWI3ZmMtNTFhNC1hYWEyLTY1ZjRmMjQ3MjllZg==.bylines.0","typename":"Byline"}],"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGZlNmYzYjYtNDRiYy01MzI3LTg5MzMtZTA0MGIzMDZjZmU0","typename":"Image"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M2YjdmMWI0LWI3ZmMtNTFhNC1hYWEyLTY1ZjRmMjQ3MjllZg==.headline":{"default":"With Joy and Fear, Americans Watch Sweeping Mask Rules Vanish","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M2YjdmMWI0LWI3ZmMtNTFhNC1hYWEyLTY1ZjRmMjQ3MjllZg==.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9hZmY0M2Y3Yi01NGYyLTU4ZDEtOWNjNy00NmZlZDY5OTkxNDg=","typename":"Person"},{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9lMTBkYTYxZC0xY2Q4LTU5ZGUtODczMi0zNmVhMDc2Y2NlZTQ=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi9hZmY0M2Y3Yi01NGYyLTU4ZDEtOWNjNy00NmZlZDY5OTkxNDg=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi9hZmY0M2Y3Yi01NGYyLTU4ZDEtOWNjNy00NmZlZDY5OTkxNDg=","displayName":"Jack Healy","__typename":"Person"},"Person:UGVyc29uOm55dDovL3BlcnNvbi9lMTBkYTYxZC0xY2Q4LTU5ZGUtODczMi0zNmVhMDc2Y2NlZTQ=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi9lMTBkYTYxZC0xY2Q4LTU5ZGUtODczMi0zNmVhMDc2Y2NlZTQ=","displayName":"Mitch Smith","__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGZlNmYzYjYtNDRiYy01MzI3LTg5MzMtZTA0MGIzMDZjZmU0":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvOGZlNmYzYjYtNDRiYy01MzI3LTg5MzMtZTA0MGIzMDZjZmU0","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGZlNmYzYjYtNDRiYy01MzI3LTg5MzMtZTA0MGIzMDZjZmU0.caption","typename":"TextOnlyDocumentBlock"},"credit":"Jamie Kelter Davis for The New York Times","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGZlNmYzYjYtNDRiYy01MzI3LTg5MzMtZTA0MGIzMDZjZmU0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGZlNmYzYjYtNDRiYy01MzI3LTg5MzMtZTA0MGIzMDZjZmU0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGZlNmYzYjYtNDRiYy01MzI3LTg5MzMtZTA0MGIzMDZjZmU0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGZlNmYzYjYtNDRiYy01MzI3LTg5MzMtZTA0MGIzMDZjZmU0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGZlNmYzYjYtNDRiYy01MzI3LTg5MzMtZTA0MGIzMDZjZmU0.caption":{"text":"Passengers in Chicago on Tuesday, a day after a judge lifted a federal mask mandate on public transit.","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20220419us19virus-stateofthevirus-1merlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-jumbo.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002F19virus-stateofthevirus-1\u002Fmerlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-jumbo.jpg","width":1024,"height":683,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGZlNmYzYjYtNDRiYy01MzI3LTg5MzMtZTA0MGIzMDZjZmU0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419us19virus-stateofthevirus-1merlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-jumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419us19virus-stateofthevirus-1merlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-thumbStandard.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002F19virus-stateofthevirus-1\u002Fmerlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-thumbStandard.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20220419us19virus-stateofthevirus-1merlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-thumbLarge.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002F19virus-stateofthevirus-1\u002Fmerlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-thumbLarge.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGZlNmYzYjYtNDRiYy01MzI3LTg5MzMtZTA0MGIzMDZjZmU0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419us19virus-stateofthevirus-1merlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419us19virus-stateofthevirus-1merlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419us19virus-stateofthevirus-1merlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-videoLarge.jpg":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002F19virus-stateofthevirus-1\u002Fmerlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-videoLarge.jpg","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20220419us19virus-stateofthevirus-1merlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-mediumThreeByTwo225.jpg":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002F19virus-stateofthevirus-1\u002Fmerlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-mediumThreeByTwo225.jpg","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20220419us19virus-stateofthevirus-1merlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-mediumThreeByTwo440.jpg":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002F19virus-stateofthevirus-1\u002Fmerlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-mediumThreeByTwo440.jpg","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20220419us19virus-stateofthevirus-1merlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-threeByTwoMediumAt2X.jpg":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002F19virus-stateofthevirus-1\u002Fmerlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-threeByTwoMediumAt2X.jpg","width":1500,"height":1000,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGZlNmYzYjYtNDRiYy01MzI3LTg5MzMtZTA0MGIzMDZjZmU0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419us19virus-stateofthevirus-1merlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419us19virus-stateofthevirus-1merlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419us19virus-stateofthevirus-1merlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419us19virus-stateofthevirus-1merlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419us19virus-stateofthevirus-1merlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-hpSmall.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002F19virus-stateofthevirus-1\u002Fmerlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-hpSmall.jpg","width":163,"height":109,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGZlNmYzYjYtNDRiYy01MzI3LTg5MzMtZTA0MGIzMDZjZmU0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419us19virus-stateofthevirus-1merlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-hpSmall.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.1.stream.edges.0":{"node@filterEmpty":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M2YjdmMWI0LWI3ZmMtNTFhNC1hYWEyLTY1ZjRmMjQ3MjllZg==","typename":"Article"},"__typename":"AssetsEdge"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.1.stream.edges.1":{"node@filterEmpty":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzc4MzBhMzQ0LTY1ZWEtNTIyMC1hYmEzLTZmZDZlNTEwMzc0NA==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzk3ODA2YzAyLWMzZGQtNTA5Yy05ZjNhLTk4OTg3MTNjYTU4ZA==":{"id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzk3ODA2YzAyLWMzZGQtNTA5Yy05ZjNhLTk4OTg3MTNjYTU4ZA==","__typename":"Article","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F19\u002Fhealth\u002Fomicron-unvaccinated-children.html","lastMajorModification":"2022-04-19T20:52:27.000Z","summary":"Black children who had not been immunized made up about a third of those hospitalized during the winter surge.","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzk3ODA2YzAyLWMzZGQtNTA5Yy05ZjNhLTk4OTg3MTNjYTU4ZA==.headline","typename":"CreativeWorkHeadline"},"kicker":"","column":null,"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzk3ODA2YzAyLWMzZGQtNTA5Yy05ZjNhLTk4OTg3MTNjYTU4ZA==.bylines.0","typename":"Byline"}],"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMDY0NTcxZmItYWMzMi01YzM4LWE4OTYtYmJmZjljMDU3NWY0","typename":"Image"},"displayProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzk3ODA2YzAyLWMzZGQtNTA5Yy05ZjNhLTk4OTg3MTNjYTU4ZA==.displayProperties","typename":"CreativeWorkDisplayProperties"},"printInformation":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzk3ODA2YzAyLWMzZGQtNTA5Yy05ZjNhLTk4OTg3MTNjYTU4ZA==.printInformation","typename":"PrintInformation"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzk3ODA2YzAyLWMzZGQtNTA5Yy05ZjNhLTk4OTg3MTNjYTU4ZA==.headline":{"default":"Omicron Was More Severe for Unvaccinated Children in 5-to-11 Age Group, Study Shows","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzk3ODA2YzAyLWMzZGQtNTA5Yy05ZjNhLTk4OTg3MTNjYTU4ZA==.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi81YWRmMjFkYS02MzJkLTU4NjEtYWZlMS1kM2I5NGQ0ZjZmMTk=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi81YWRmMjFkYS02MzJkLTU4NjEtYWZlMS1kM2I5NGQ0ZjZmMTk=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi81YWRmMjFkYS02MzJkLTU4NjEtYWZlMS1kM2I5NGQ0ZjZmMTk=","displayName":"Benjamin Mueller","__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMDY0NTcxZmItYWMzMi01YzM4LWE4OTYtYmJmZjljMDU3NWY0":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvMDY0NTcxZmItYWMzMi01YzM4LWE4OTYtYmJmZjljMDU3NWY0","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMDY0NTcxZmItYWMzMi01YzM4LWE4OTYtYmJmZjljMDU3NWY0.caption","typename":"TextOnlyDocumentBlock"},"credit":"Allison Zaucha for The New York Times","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMDY0NTcxZmItYWMzMi01YzM4LWE4OTYtYmJmZjljMDU3NWY0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMDY0NTcxZmItYWMzMi01YzM4LWE4OTYtYmJmZjljMDU3NWY0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMDY0NTcxZmItYWMzMi01YzM4LWE4OTYtYmJmZjljMDU3NWY0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMDY0NTcxZmItYWMzMi01YzM4LWE4OTYtYmJmZjljMDU3NWY0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMDY0NTcxZmItYWMzMi01YzM4LWE4OTYtYmJmZjljMDU3NWY0.caption":{"text":"Vaccinations at Ted Watkins Memorial Park in Los Angeles in January. Overall, only about a third of children from 5 to 11 have gotten at least one vaccine dose, the lowest rate of any age group.","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20220419science19virus-children19virus-children-jumbo.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F19virus-children\u002F19virus-children-jumbo.jpg","width":1024,"height":683,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMDY0NTcxZmItYWMzMi01YzM4LWE4OTYtYmJmZjljMDU3NWY0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419science19virus-children19virus-children-jumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419science19virus-children19virus-children-thumbStandard.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F19virus-children\u002F19virus-children-thumbStandard.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20220419science19virus-children19virus-children-thumbLarge.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F19virus-children\u002F19virus-children-thumbLarge.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMDY0NTcxZmItYWMzMi01YzM4LWE4OTYtYmJmZjljMDU3NWY0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419science19virus-children19virus-children-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419science19virus-children19virus-children-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419science19virus-children19virus-children-videoLarge.jpg":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F19virus-children\u002F19virus-children-videoLarge.jpg","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20220419science19virus-children19virus-children-mediumThreeByTwo225.jpg":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F19virus-children\u002F19virus-children-mediumThreeByTwo225.jpg","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20220419science19virus-children19virus-children-mediumThreeByTwo440.jpg":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F19virus-children\u002F19virus-children-mediumThreeByTwo440.jpg","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20220419science19virus-children19virus-children-threeByTwoMediumAt2X.jpg":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F19virus-children\u002F19virus-children-threeByTwoMediumAt2X.jpg","width":1500,"height":1000,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMDY0NTcxZmItYWMzMi01YzM4LWE4OTYtYmJmZjljMDU3NWY0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419science19virus-children19virus-children-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419science19virus-children19virus-children-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419science19virus-children19virus-children-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419science19virus-children19virus-children-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419science19virus-children19virus-children-hpSmall.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F19virus-children\u002F19virus-children-hpSmall.jpg","width":163,"height":105,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMDY0NTcxZmItYWMzMi01YzM4LWE4OTYtYmJmZjljMDU3NWY0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419science19virus-children19virus-children-hpSmall.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.1.stream.edges.2":{"node@filterEmpty":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzk3ODA2YzAyLWMzZGQtNTA5Yy05ZjNhLTk4OTg3MTNjYTU4ZA==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzMwYzNiYmFjLTZlY2EtNWIzYy1iNjQ5LTVhOTE4Y2MxNTNjZg==":{"id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzMwYzNiYmFjLTZlY2EtNWIzYy1iNjQ5LTVhOTE4Y2MxNTNjZg==","__typename":"Article","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F18\u002Fhealth\u002Fcovid-mink-michigan.html","lastMajorModification":"2022-04-18T23:19:10.000Z","summary":"The cluster is the first known instance of likely animal-to-human transmission in the United States.","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzMwYzNiYmFjLTZlY2EtNWIzYy1iNjQ5LTVhOTE4Y2MxNTNjZg==.headline","typename":"CreativeWorkHeadline"},"kicker":"","column":null,"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzMwYzNiYmFjLTZlY2EtNWIzYy1iNjQ5LTVhOTE4Y2MxNTNjZg==.bylines.0","typename":"Byline"}],"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzM1OTk1ZDEtZDk5OS01NzUwLTk1YmMtZjU0MmNmOGM5NTVm","typename":"Image"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzMwYzNiYmFjLTZlY2EtNWIzYy1iNjQ5LTVhOTE4Y2MxNTNjZg==.headline":{"default":"Four Americans Were Infected With a Virus Variant Seen in Mink","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzMwYzNiYmFjLTZlY2EtNWIzYy1iNjQ5LTVhOTE4Y2MxNTNjZg==.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi83NWVmNGU5ZS0yYmQxLTUzMGQtYTEwZC04ZDJiZTIyZmMxNjI=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi83NWVmNGU5ZS0yYmQxLTUzMGQtYTEwZC04ZDJiZTIyZmMxNjI=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi83NWVmNGU5ZS0yYmQxLTUzMGQtYTEwZC04ZDJiZTIyZmMxNjI=","displayName":"Emily Anthes","__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzM1OTk1ZDEtZDk5OS01NzUwLTk1YmMtZjU0MmNmOGM5NTVm":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvNzM1OTk1ZDEtZDk5OS01NzUwLTk1YmMtZjU0MmNmOGM5NTVm","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzM1OTk1ZDEtZDk5OS01NzUwLTk1YmMtZjU0MmNmOGM5NTVm.caption","typename":"TextOnlyDocumentBlock"},"credit":"Ole Jensen\u002FGetty Images","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzM1OTk1ZDEtZDk5OS01NzUwLTk1YmMtZjU0MmNmOGM5NTVm.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzM1OTk1ZDEtZDk5OS01NzUwLTk1YmMtZjU0MmNmOGM5NTVm.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzM1OTk1ZDEtZDk5OS01NzUwLTk1YmMtZjU0MmNmOGM5NTVm.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzM1OTk1ZDEtZDk5OS01NzUwLTk1YmMtZjU0MmNmOGM5NTVm.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzM1OTk1ZDEtZDk5OS01NzUwLTk1YmMtZjU0MmNmOGM5NTVm.caption":{"text":"","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20220418science18virus-minkmerlin_179710830_fa796d7e-6427-4b48-927e-270692dd04d9-jumbo.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fscience\u002F18virus-mink\u002Fmerlin_179710830_fa796d7e-6427-4b48-927e-270692dd04d9-jumbo.jpg","width":1024,"height":683,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzM1OTk1ZDEtZDk5OS01NzUwLTk1YmMtZjU0MmNmOGM5NTVm.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220418science18virus-minkmerlin_179710830_fa796d7e-6427-4b48-927e-270692dd04d9-jumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220418science18virus-mink18virus-mink-thumbStandard.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fscience\u002F18virus-mink\u002F18virus-mink-thumbStandard.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20220418science18virus-mink18virus-mink-thumbLarge.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fscience\u002F18virus-mink\u002F18virus-mink-thumbLarge.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzM1OTk1ZDEtZDk5OS01NzUwLTk1YmMtZjU0MmNmOGM5NTVm.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220418science18virus-mink18virus-mink-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418science18virus-mink18virus-mink-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220418science18virus-minkmerlin_179710830_fa796d7e-6427-4b48-927e-270692dd04d9-videoLarge.jpg":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fscience\u002F18virus-mink\u002Fmerlin_179710830_fa796d7e-6427-4b48-927e-270692dd04d9-videoLarge.jpg","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20220418science18virus-minkmerlin_179710830_fa796d7e-6427-4b48-927e-270692dd04d9-mediumThreeByTwo225.jpg":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fscience\u002F18virus-mink\u002Fmerlin_179710830_fa796d7e-6427-4b48-927e-270692dd04d9-mediumThreeByTwo225.jpg","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20220418science18virus-minkmerlin_179710830_fa796d7e-6427-4b48-927e-270692dd04d9-mediumThreeByTwo440.jpg":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fscience\u002F18virus-mink\u002Fmerlin_179710830_fa796d7e-6427-4b48-927e-270692dd04d9-mediumThreeByTwo440.jpg","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20220418science18virus-minkmerlin_179710830_fa796d7e-6427-4b48-927e-270692dd04d9-threeByTwoMediumAt2X.jpg":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fscience\u002F18virus-mink\u002Fmerlin_179710830_fa796d7e-6427-4b48-927e-270692dd04d9-threeByTwoMediumAt2X.jpg","width":1500,"height":1000,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzM1OTk1ZDEtZDk5OS01NzUwLTk1YmMtZjU0MmNmOGM5NTVm.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220418science18virus-minkmerlin_179710830_fa796d7e-6427-4b48-927e-270692dd04d9-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418science18virus-minkmerlin_179710830_fa796d7e-6427-4b48-927e-270692dd04d9-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418science18virus-minkmerlin_179710830_fa796d7e-6427-4b48-927e-270692dd04d9-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418science18virus-minkmerlin_179710830_fa796d7e-6427-4b48-927e-270692dd04d9-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220418science18virus-minkmerlin_179710830_fa796d7e-6427-4b48-927e-270692dd04d9-hpSmall.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fscience\u002F18virus-mink\u002Fmerlin_179710830_fa796d7e-6427-4b48-927e-270692dd04d9-hpSmall.jpg","width":163,"height":109,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzM1OTk1ZDEtZDk5OS01NzUwLTk1YmMtZjU0MmNmOGM5NTVm.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220418science18virus-minkmerlin_179710830_fa796d7e-6427-4b48-927e-270692dd04d9-hpSmall.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.1.stream.edges.3":{"node@filterEmpty":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzMwYzNiYmFjLTZlY2EtNWIzYy1iNjQ5LTVhOTE4Y2MxNTNjZg==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NmYjg1NjYzLWNmMmItNTRjYi1hMmEzLWI1ZGU0NDM5ZWI1OA==":{"id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NmYjg1NjYzLWNmMmItNTRjYi1hMmEzLWI1ZGU0NDM5ZWI1OA==","__typename":"Article","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F21\u002Fstyle\u002Fdesign-careers-reshaped-by-pandemic.html","lastMajorModification":"2022-04-21T11:07:46.913Z","summary":"How the pandemic reshaped the careers of design professionals in three different countries.","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NmYjg1NjYzLWNmMmItNTRjYi1hMmEzLWI1ZGU0NDM5ZWI1OA==.headline","typename":"CreativeWorkHeadline"},"kicker":"","column":null,"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NmYjg1NjYzLWNmMmItNTRjYi1hMmEzLWI1ZGU0NDM5ZWI1OA==.bylines.0","typename":"Byline"}],"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzE2YWViNjUtOTE2Mi01NDg4LWI5MWMtN2UwNDZlOTAxOWRh","typename":"Image"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NmYjg1NjYzLWNmMmItNTRjYi1hMmEzLWI1ZGU0NDM5ZWI1OA==.headline":{"default":"The Upside of a Lockdown","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NmYjg1NjYzLWNmMmItNTRjYi1hMmEzLWI1ZGU0NDM5ZWI1OA==.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi8wYTk1ZWQzNS1iMTNiLTU2Y2ItOWQ5MS0yYjAzZjg4YjNlNzM=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi8wYTk1ZWQzNS1iMTNiLTU2Y2ItOWQ5MS0yYjAzZjg4YjNlNzM=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi8wYTk1ZWQzNS1iMTNiLTU2Y2ItOWQ5MS0yYjAzZjg4YjNlNzM=","displayName":"Pilar Viladas","__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzE2YWViNjUtOTE2Mi01NDg4LWI5MWMtN2UwNDZlOTAxOWRh":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvNzE2YWViNjUtOTE2Mi01NDg4LWI5MWMtN2UwNDZlOTAxOWRh","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzE2YWViNjUtOTE2Mi01NDg4LWI5MWMtN2UwNDZlOTAxOWRh.caption","typename":"TextOnlyDocumentBlock"},"credit":"Marco Petrini","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzE2YWViNjUtOTE2Mi01NDg4LWI5MWMtN2UwNDZlOTAxOWRh.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzE2YWViNjUtOTE2Mi01NDg4LWI5MWMtN2UwNDZlOTAxOWRh.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzE2YWViNjUtOTE2Mi01NDg4LWI5MWMtN2UwNDZlOTAxOWRh.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzE2YWViNjUtOTE2Mi01NDg4LWI5MWMtN2UwNDZlOTAxOWRh.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzE2YWViNjUtOTE2Mi01NDg4LWI5MWMtN2UwNDZlOTAxOWRh.caption":{"text":"A 500-square-foot cabin in the western Catskills built by the architect and designer Marc Thorpe and his partner, Claire Pijoulat, a founder of WantedDesign. Their goal was to design houses that were less expensive to build and less energy dependent.","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20220324multimedia24sp-design-leap-marc2merlin_203730774_a8878eb6-9394-45e8-be5d-d3fbbe490e7a-jumbo.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F24\u002Fmultimedia\u002F24sp-design-leap-marc2\u002Fmerlin_203730774_a8878eb6-9394-45e8-be5d-d3fbbe490e7a-jumbo.jpg","width":1024,"height":683,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzE2YWViNjUtOTE2Mi01NDg4LWI5MWMtN2UwNDZlOTAxOWRh.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220324multimedia24sp-design-leap-marc2merlin_203730774_a8878eb6-9394-45e8-be5d-d3fbbe490e7a-jumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220324multimedia24sp-design-leap-marc224sp-design-leap-marc2-thumbStandard.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F24\u002Fmultimedia\u002F24sp-design-leap-marc2\u002F24sp-design-leap-marc2-thumbStandard.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20220324multimedia24sp-design-leap-marc224sp-design-leap-marc2-thumbLarge.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F24\u002Fmultimedia\u002F24sp-design-leap-marc2\u002F24sp-design-leap-marc2-thumbLarge.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzE2YWViNjUtOTE2Mi01NDg4LWI5MWMtN2UwNDZlOTAxOWRh.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220324multimedia24sp-design-leap-marc224sp-design-leap-marc2-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220324multimedia24sp-design-leap-marc224sp-design-leap-marc2-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220324multimedia24sp-design-leap-marc2merlin_203730774_a8878eb6-9394-45e8-be5d-d3fbbe490e7a-videoLarge.jpg":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F24\u002Fmultimedia\u002F24sp-design-leap-marc2\u002Fmerlin_203730774_a8878eb6-9394-45e8-be5d-d3fbbe490e7a-videoLarge.jpg","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20220324multimedia24sp-design-leap-marc2merlin_203730774_a8878eb6-9394-45e8-be5d-d3fbbe490e7a-mediumThreeByTwo225.jpg":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F24\u002Fmultimedia\u002F24sp-design-leap-marc2\u002Fmerlin_203730774_a8878eb6-9394-45e8-be5d-d3fbbe490e7a-mediumThreeByTwo225.jpg","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20220324multimedia24sp-design-leap-marc2merlin_203730774_a8878eb6-9394-45e8-be5d-d3fbbe490e7a-mediumThreeByTwo440.jpg":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F24\u002Fmultimedia\u002F24sp-design-leap-marc2\u002Fmerlin_203730774_a8878eb6-9394-45e8-be5d-d3fbbe490e7a-mediumThreeByTwo440.jpg","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20220324multimedia24sp-design-leap-marc2merlin_203730774_a8878eb6-9394-45e8-be5d-d3fbbe490e7a-threeByTwoMediumAt2X.jpg":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F24\u002Fmultimedia\u002F24sp-design-leap-marc2\u002Fmerlin_203730774_a8878eb6-9394-45e8-be5d-d3fbbe490e7a-threeByTwoMediumAt2X.jpg","width":1500,"height":1000,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzE2YWViNjUtOTE2Mi01NDg4LWI5MWMtN2UwNDZlOTAxOWRh.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220324multimedia24sp-design-leap-marc2merlin_203730774_a8878eb6-9394-45e8-be5d-d3fbbe490e7a-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220324multimedia24sp-design-leap-marc2merlin_203730774_a8878eb6-9394-45e8-be5d-d3fbbe490e7a-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220324multimedia24sp-design-leap-marc2merlin_203730774_a8878eb6-9394-45e8-be5d-d3fbbe490e7a-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220324multimedia24sp-design-leap-marc2merlin_203730774_a8878eb6-9394-45e8-be5d-d3fbbe490e7a-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220324multimedia24sp-design-leap-marc2merlin_203730774_a8878eb6-9394-45e8-be5d-d3fbbe490e7a-hpSmall.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F24\u002Fmultimedia\u002F24sp-design-leap-marc2\u002Fmerlin_203730774_a8878eb6-9394-45e8-be5d-d3fbbe490e7a-hpSmall.jpg","width":163,"height":109,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzE2YWViNjUtOTE2Mi01NDg4LWI5MWMtN2UwNDZlOTAxOWRh.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220324multimedia24sp-design-leap-marc2merlin_203730774_a8878eb6-9394-45e8-be5d-d3fbbe490e7a-hpSmall.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.1.stream.edges.4":{"node@filterEmpty":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NmYjg1NjYzLWNmMmItNTRjYi1hMmEzLWI1ZGU0NDM5ZWI1OA==","typename":"Article"},"__typename":"AssetsEdge"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage":{"embeddedCollections":[{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.0","typename":"EmbeddedLegacyCollection"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.1","typename":"EmbeddedLegacyCollection"}],"__typename":"LegacyCollectionsPage","stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10})":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10})","typename":"AssetsConnection"}},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.headline":{"default":"","__typename":"CreativeWorkHeadline"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.language":{"name":"English","code":"en","__typename":"Language"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.commentProperties":{"status":"NO_COMMENTS","__typename":"CreativeWorkCommentProperties"},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.0":{"name":"supplemental","containers":[{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.0.containers.0","typename":"LegacyCollectionContainer"}],"__typename":"LegacyCollectionGrouping"},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.0.containers.0":{"label":"","name":"supplemental","relations":[{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.0.containers.0.relations.0","typename":"LegacyCollectionRelation"}],"__typename":"LegacyCollectionContainer","template":"band","label@stripHtml":""},"EmbeddedInteractive:RW1iZWRkZWRJbnRlcmFjdGl2ZTpueXQ6Ly9lbWJlZGRlZGludGVyYWN0aXZlLzZjYjE4NWVkLTY1YWMtNTBhNS1hY2UzLTViYWI4MTkzNDI0NQ==":{"__typename":"EmbeddedInteractive","id":"RW1iZWRkZWRJbnRlcmFjdGl2ZTpueXQ6Ly9lbWJlZGRlZGludGVyYWN0aXZlLzZjYjE4NWVkLTY1YWMtNTBhNS1hY2UzLTViYWI4MTkzNDI0NQ==","appName":"","storyFormat":null,"slug":"socialmedia","html":"socialMedia","compatibility":"NYT5","headline":{"type":"id","generated":true,"id":"$EmbeddedInteractive:RW1iZWRkZWRJbnRlcmFjdGl2ZTpueXQ6Ly9lbWJlZGRlZGludGVyYWN0aXZlLzZjYjE4NWVkLTY1YWMtNTBhNS1hY2UzLTViYWI4MTkzNDI0NQ==.headline","typename":"CreativeWorkHeadline"},"advertisingProperties":{"type":"id","generated":true,"id":"$EmbeddedInteractive:RW1iZWRkZWRJbnRlcmFjdGl2ZTpueXQ6Ly9lbWJlZGRlZGludGVyYWN0aXZlLzZjYjE4NWVkLTY1YWMtNTBhNS1hY2UzLTViYWI4MTkzNDI0NQ==.advertisingProperties","typename":"CreativeWorkAdvertisingProperties"},"displayProperties":{"type":"id","generated":true,"id":"$EmbeddedInteractive:RW1iZWRkZWRJbnRlcmFjdGl2ZTpueXQ6Ly9lbWJlZGRlZGludGVyYWN0aXZlLzZjYjE4NWVkLTY1YWMtNTBhNS1hY2UzLTViYWI4MTkzNDI0NQ==.displayProperties","typename":"CreativeWorkDisplayProperties"},"bylines":[],"sourceId":"100000003628490","credit":"","leadin":"","note":"","dataSource":"","uri":"nyt:\u002F\u002Fembeddedinteractive\u002F6cb185ed-65ac-50a5-ace3-5bab81934245","url":"","lastMajorModification":"2015-04-16T18:13:11.000Z","summary":"","kicker":"","column":null,"promotionalMedia":null},"$EmbeddedInteractive:RW1iZWRkZWRJbnRlcmFjdGl2ZTpueXQ6Ly9lbWJlZGRlZGludGVyYWN0aXZlLzZjYjE4NWVkLTY1YWMtNTBhNS1hY2UzLTViYWI4MTkzNDI0NQ==.headline":{"default":"","__typename":"CreativeWorkHeadline"},"$EmbeddedInteractive:RW1iZWRkZWRJbnRlcmFjdGl2ZTpueXQ6Ly9lbWJlZGRlZGludGVyYWN0aXZlLzZjYjE4NWVkLTY1YWMtNTBhNS1hY2UzLTViYWI4MTkzNDI0NQ==.advertisingProperties":{"sensitivity":"SHOW_ADS","__typename":"CreativeWorkAdvertisingProperties"},"$EmbeddedInteractive:RW1iZWRkZWRJbnRlcmFjdGl2ZTpueXQ6Ly9lbWJlZGRlZGludGVyYWN0aXZlLzZjYjE4NWVkLTY1YWMtNTBhNS1hY2UzLTViYWI4MTkzNDI0NQ==.displayProperties":{"displayForPromotionOnly":false,"maximumWidth":0,"minimumWidth":0,"__typename":"CreativeWorkDisplayProperties","showPublicationDate":false},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.0.containers.0.relations.0":{"asset":{"type":"id","generated":false,"id":"EmbeddedInteractive:RW1iZWRkZWRJbnRlcmFjdGl2ZTpueXQ6Ly9lbWJlZGRlZGludGVyYWN0aXZlLzZjYjE4NWVkLTY1YWMtNTBhNS1hY2UzLTViYWI4MTkzNDI0NQ==","typename":"EmbeddedInteractive"},"__typename":"LegacyCollectionRelation","overrides":"{}"},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1":{"name":"rank","containers":[{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.0","typename":"LegacyCollectionContainer"},{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.1","typename":"LegacyCollectionContainer"},{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.2","typename":"LegacyCollectionContainer"},{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.3","typename":"LegacyCollectionContainer"}],"__typename":"LegacyCollectionGrouping"},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.0":{"label":"","name":"highlights","relations":[{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.0.relations.0","typename":"LegacyCollectionRelation"},{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.0.relations.1","typename":"LegacyCollectionRelation"},{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.0.relations.2","typename":"LegacyCollectionRelation"},{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.0.relations.3","typename":"LegacyCollectionRelation"},{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.0.relations.4","typename":"LegacyCollectionRelation"},{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.0.relations.5","typename":"LegacyCollectionRelation"},{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.0.relations.6","typename":"LegacyCollectionRelation"},{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.0.relations.7","typename":"LegacyCollectionRelation"},{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.0.relations.8","typename":"LegacyCollectionRelation"}],"__typename":"LegacyCollectionContainer","template":"major-showcase","label@stripHtml":""},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhNjM2NjMwLWYzMTgtNWUzYi05OWNmLWE1NGFjMWRhZjM5ZA==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhNjM2NjMwLWYzMTgtNWUzYi05OWNmLWE1NGFjMWRhZjM5ZA==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F19\u002Fhealth\u002Fcovid-travel-masks-regulation.html","lastMajorModification":"2022-04-20T21:56:47.945Z","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhNjM2NjMwLWYzMTgtNWUzYi05OWNmLWE1NGFjMWRhZjM5ZA==.headline","typename":"CreativeWorkHeadline"},"displayProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhNjM2NjMwLWYzMTgtNWUzYi05OWNmLWE1NGFjMWRhZjM5ZA==.displayProperties","typename":"CreativeWorkDisplayProperties"},"summary":"Health experts expressed dismay at a judge’s ruling that struck down the C.D.C. mask mandate for planes, trains and buses.","kicker":"","column":null,"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhNjM2NjMwLWYzMTgtNWUzYi05OWNmLWE1NGFjMWRhZjM5ZA==.bylines.0","typename":"Byline"}],"printInformation":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhNjM2NjMwLWYzMTgtNWUzYi05OWNmLWE1NGFjMWRhZjM5ZA==.printInformation","typename":"PrintInformation"},"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNTVmNDFjMjQtYzliNy01YTVmLTk0NTYtNWEzNTdmODZiZjVi","typename":"Image"}},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.0.relations.0":{"asset":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhNjM2NjMwLWYzMTgtNWUzYi05OWNmLWE1NGFjMWRhZjM5ZA==","typename":"Article"},"__typename":"LegacyCollectionRelation","overrides":"{}"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NiMzhmOGNlLTYxMzctNTRiNS05NTRiLTVhNTQ5MzYzZDA2OA==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NiMzhmOGNlLTYxMzctNTRiNS05NTRiLTVhNTQ5MzYzZDA2OA==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F20\u002Fhealth\u002Fpgta-ivf-pregnancy-test.html","lastMajorModification":"2022-04-20T16:52:16.000Z","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NiMzhmOGNlLTYxMzctNTRiNS05NTRiLTVhNTQ5MzYzZDA2OA==.headline","typename":"CreativeWorkHeadline"},"displayProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NiMzhmOGNlLTYxMzctNTRiNS05NTRiLTVhNTQ5MzYzZDA2OA==.displayProperties","typename":"CreativeWorkDisplayProperties"},"summary":"The test leads people undergoing in vitro fertilization to discard thousands of embryos each year. The new research found implanting some “abnormal” embryos resulted in healthy live births.","kicker":"","column":null,"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NiMzhmOGNlLTYxMzctNTRiNS05NTRiLTVhNTQ5MzYzZDA2OA==.bylines.0","typename":"Byline"}],"printInformation":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NiMzhmOGNlLTYxMzctNTRiNS05NTRiLTVhNTQ5MzYzZDA2OA==.printInformation","typename":"PrintInformation"},"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWRiODAxOGMtMzg1OS01Mzc0LWE1ZjQtMTZiMTY5YTI0ZDhk","typename":"Image"}},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.0.relations.1":{"asset":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NiMzhmOGNlLTYxMzctNTRiNS05NTRiLTVhNTQ5MzYzZDA2OA==","typename":"Article"},"__typename":"LegacyCollectionRelation","overrides":"{}"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzUwZWI5ZmUxLWIxOWUtNTlkNS1iYTMwLWViMTk1NGQzMzQzZQ==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzUwZWI5ZmUxLWIxOWUtNTlkNS1iYTMwLWViMTk1NGQzMzQzZQ==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002Fbiden-mask-mandate-appeal.html","lastMajorModification":"2022-04-20T00:33:22.000Z","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzUwZWI5ZmUxLWIxOWUtNTlkNS1iYTMwLWViMTk1NGQzMzQzZQ==.headline","typename":"CreativeWorkHeadline"},"displayProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzUwZWI5ZmUxLWIxOWUtNTlkNS1iYTMwLWViMTk1NGQzMzQzZQ==.displayProperties","typename":"CreativeWorkDisplayProperties"},"summary":"If the C.D.C. decides there is a public health basis for trying to reinstate and extend the mask mandate, the Justice Department will swiftly file an appeal.","kicker":"","column":null,"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzUwZWI5ZmUxLWIxOWUtNTlkNS1iYTMwLWViMTk1NGQzMzQzZQ==.bylines.0","typename":"Byline"}],"printInformation":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzUwZWI5ZmUxLWIxOWUtNTlkNS1iYTMwLWViMTk1NGQzMzQzZQ==.printInformation","typename":"PrintInformation"},"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2VjYWJmNTMtZjNiMi01ODllLWJlYzUtYjk2NTc1MjEwYjZk","typename":"Image"}},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.0.relations.2":{"asset":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzUwZWI5ZmUxLWIxOWUtNTlkNS1iYTMwLWViMTk1NGQzMzQzZQ==","typename":"Article"},"__typename":"LegacyCollectionRelation","overrides":"{}"},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.0.relations.3":{"asset":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzk3ODA2YzAyLWMzZGQtNTA5Yy05ZjNhLTk4OTg3MTNjYTU4ZA==","typename":"Article"},"__typename":"LegacyCollectionRelation","overrides":"{}"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FkOGU4MjZlLWM0N2QtNTczNy1hOWUwLWFmNzRhYTI4OTA1NA==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FkOGU4MjZlLWM0N2QtNTczNy1hOWUwLWFmNzRhYTI4OTA1NA==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F19\u002Fhealth\u002Fdeath-records-africa-electronic-autopsy.html","lastMajorModification":"2022-04-19T12:43:42.000Z","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FkOGU4MjZlLWM0N2QtNTczNy1hOWUwLWFmNzRhYTI4OTA1NA==.headline","typename":"CreativeWorkHeadline"},"displayProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FkOGU4MjZlLWM0N2QtNTczNy1hOWUwLWFmNzRhYTI4OTA1NA==.displayProperties","typename":"CreativeWorkDisplayProperties"},"summary":"Many developing countries don’t keep official death records. A novel effort uses “electronic autopsies” to count deaths, and record their cause.","kicker":"Global Health","column":null,"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FkOGU4MjZlLWM0N2QtNTczNy1hOWUwLWFmNzRhYTI4OTA1NA==.bylines.0","typename":"Byline"}],"printInformation":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FkOGU4MjZlLWM0N2QtNTczNy1hOWUwLWFmNzRhYTI4OTA1NA==.printInformation","typename":"PrintInformation"},"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvY2E3YjQwYTEtYzdlMy01OTM1LTlmNWEtNjNjZDVlZTc5OTU0","typename":"Image"}},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.0.relations.4":{"asset":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FkOGU4MjZlLWM0N2QtNTczNy1hOWUwLWFmNzRhYTI4OTA1NA==","typename":"Article"},"__typename":"LegacyCollectionRelation","overrides":"{}"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzZhNGQ3NDk4LTA2MzctNTljNi1hYjdkLWU4NjkxNDg1YjIzOA==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzZhNGQ3NDk4LTA2MzctNTljNi1hYjdkLWU4NjkxNDg1YjIzOA==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F18\u002Fhealth\u002Falzheimers-cassava-simufilam.html","lastMajorModification":"2022-04-19T00:48:52.000Z","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzZhNGQ3NDk4LTA2MzctNTljNi1hYjdkLWU4NjkxNDg1YjIzOA==.headline","typename":"CreativeWorkHeadline"},"displayProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzZhNGQ3NDk4LTA2MzctNTljNi1hYjdkLWU4NjkxNDg1YjIzOA==.displayProperties","typename":"CreativeWorkDisplayProperties"},"summary":"Studies linked to Cassava Sciences, once a stock market favorite, have been retracted or challenged by medical journals.","kicker":"","column":null,"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzZhNGQ3NDk4LTA2MzctNTljNi1hYjdkLWU4NjkxNDg1YjIzOA==.bylines.0","typename":"Byline"}],"printInformation":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzZhNGQ3NDk4LTA2MzctNTljNi1hYjdkLWU4NjkxNDg1YjIzOA==.printInformation","typename":"PrintInformation"},"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U5NjYzNDgtNzMxZi01ZGY2LWJlNmQtNWExZTkyYjMyZmU4","typename":"Image"}},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.0.relations.5":{"asset":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzZhNGQ3NDk4LTA2MzctNTljNi1hYjdkLWU4NjkxNDg1YjIzOA==","typename":"Article"},"__typename":"LegacyCollectionRelation","overrides":"{}"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2YzNWM5YWI0LWU2Y2MtNWJmMC1iNzUwLWI5NmRkN2Q5YjllNg==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2YzNWM5YWI0LWU2Y2MtNWJmMC1iNzUwLWI5NmRkN2Q5YjllNg==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F17\u002Fscience\u002Fcovid-risks.html","lastMajorModification":"2022-04-18T17:28:26.000Z","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2YzNWM5YWI0LWU2Y2MtNWJmMC1iNzUwLWI5NmRkN2Q5YjllNg==.headline","typename":"CreativeWorkHeadline"},"displayProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2YzNWM5YWI0LWU2Y2MtNWJmMC1iNzUwLWI5NmRkN2Q5YjllNg==.displayProperties","typename":"CreativeWorkDisplayProperties"},"summary":"The coronavirus remains new enough and its long-term effects unpredictable enough that measuring the threat posed by an infection is a thorny problem.","kicker":"","column":null,"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2YzNWM5YWI0LWU2Y2MtNWJmMC1iNzUwLWI5NmRkN2Q5YjllNg==.bylines.0","typename":"Byline"}],"printInformation":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2YzNWM5YWI0LWU2Y2MtNWJmMC1iNzUwLWI5NmRkN2Q5YjllNg==.printInformation","typename":"PrintInformation"},"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGQ2Zjk3ZWUtM2U2Yi01ZGY0LWIxMDctNWI4MmI0ZWRlZDhi","typename":"Image"}},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.0.relations.6":{"asset":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2YzNWM5YWI0LWU2Y2MtNWJmMC1iNzUwLWI5NmRkN2Q5YjllNg==","typename":"Article"},"__typename":"LegacyCollectionRelation","overrides":"{}"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyNGM2YTYxLTEzN2UtNTkyMC05M2Q2LTVjZjcwYjk0Mzk2OA==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyNGM2YTYxLTEzN2UtNTkyMC05M2Q2LTVjZjcwYjk0Mzk2OA==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F19\u002Fbusiness\u002Fmask-mandate-travel-transit.html","lastMajorModification":"2022-04-19T22:27:55.000Z","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyNGM2YTYxLTEzN2UtNTkyMC05M2Q2LTVjZjcwYjk0Mzk2OA==.headline","typename":"CreativeWorkHeadline"},"displayProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyNGM2YTYxLTEzN2UtNTkyMC05M2Q2LTVjZjcwYjk0Mzk2OA==.displayProperties","typename":"CreativeWorkDisplayProperties"},"summary":"It created tensions between flight attendants and noncompliant passengers, but some travelers are worried about what comes next.","kicker":"","column":null,"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyNGM2YTYxLTEzN2UtNTkyMC05M2Q2LTVjZjcwYjk0Mzk2OA==.bylines.0","typename":"Byline"}],"printInformation":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyNGM2YTYxLTEzN2UtNTkyMC05M2Q2LTVjZjcwYjk0Mzk2OA==.printInformation","typename":"PrintInformation"},"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U1ZjkzZTEtYmVmMS01ZDM2LWFhM2EtN2NkNDMyZWE2MWIy","typename":"Image"}},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.0.relations.7":{"asset":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyNGM2YTYxLTEzN2UtNTkyMC05M2Q2LTVjZjcwYjk0Mzk2OA==","typename":"Article"},"__typename":"LegacyCollectionRelation","overrides":"{}"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzE4MGE1M2I1LTI1N2UtNWY2MC1hZTFkLWVjZjhkN2Q3MDc2Mw==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzE4MGE1M2I1LTI1N2UtNWY2MC1hZTFkLWVjZjhkN2Q3MDc2Mw==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F03\u002F30\u002Fscience\u002Flong-term-care-costs.html","lastMajorModification":"2022-03-30T21:42:04.000Z","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzE4MGE1M2I1LTI1N2UtNWY2MC1hZTFkLWVjZjhkN2Q3MDc2Mw==.headline","typename":"CreativeWorkHeadline"},"displayProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzE4MGE1M2I1LTI1N2UtNWY2MC1hZTFkLWVjZjhkN2Q3MDc2Mw==.displayProperties","typename":"CreativeWorkDisplayProperties"},"summary":"The New York Times and Kaiser Health News are looking into whether Americans have enough resources and help as they age.","kicker":"","column":null,"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzE4MGE1M2I1LTI1N2UtNWY2MC1hZTFkLWVjZjhkN2Q3MDc2Mw==.bylines.0","typename":"Byline"}],"printInformation":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzE4MGE1M2I1LTI1N2UtNWY2MC1hZTFkLWVjZjhkN2Q3MDc2Mw==.printInformation","typename":"PrintInformation"},"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGI4MTRmODctMDc2NC01NDYyLTk3ODktZmVhZmY0NWE2MDRl","typename":"Image"}},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.0.relations.8":{"asset":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzE4MGE1M2I1LTI1N2UtNWY2MC1hZTFkLWVjZjhkN2Q3MDc2Mw==","typename":"Article"},"__typename":"LegacyCollectionRelation","overrides":"{}"},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.1":{"label":"","name":"container579139264","relations":[],"__typename":"LegacyCollectionContainer","template":"band","label@stripHtml":""},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.2":{"label":"From Well","name":"container909050209","relations":[{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.2.relations.0","typename":"LegacyCollectionRelation"}],"__typename":"LegacyCollectionContainer","template":"band","label@stripHtml":"From Well"},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.2.relations.0":{"asset":{"type":"id","generated":false,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzExY2EzYWExLTU4ZTgtNTA5My1iYWQzLWEyYjUxYzAzZDMyMg==","typename":"LegacyCollection"},"__typename":"LegacyCollectionRelation","overrides":"{\"template\":\"5-band\"}"},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.3":{"label":"","name":"container242225877","relations":[{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.3.relations.0","typename":"LegacyCollectionRelation"}],"__typename":"LegacyCollectionContainer","template":"band","label@stripHtml":""},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.3.relations.0":{"asset":{"type":"id","generated":false,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzg4OGRmYTlhLThjYjktNWVhOS04ZGY1LTk1MTY3OGJhYTYyZA==","typename":"LegacyCollection"},"__typename":"LegacyCollectionRelation","overrides":"{\"template\":\"5-band\"}"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhNjM2NjMwLWYzMTgtNWUzYi05OWNmLWE1NGFjMWRhZjM5ZA==.headline":{"default":"Concerns Rise as Passenger Masks Fall","__typename":"CreativeWorkHeadline"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhNjM2NjMwLWYzMTgtNWUzYi05OWNmLWE1NGFjMWRhZjM5ZA==.displayProperties":{"showPublicationDate":false,"__typename":"CreativeWorkDisplayProperties"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhNjM2NjMwLWYzMTgtNWUzYi05OWNmLWE1NGFjMWRhZjM5ZA==.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9jYjNlYzRjNy02NzhjLTVkNjAtOGE5YS02YjJiYWM4MzVhNzg=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi9jYjNlYzRjNy02NzhjLTVkNjAtOGE5YS02YjJiYWM4MzVhNzg=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi9jYjNlYzRjNy02NzhjLTVkNjAtOGE5YS02YjJiYWM4MzVhNzg=","displayName":"Roni Caryn Rabin","__typename":"Person"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhNjM2NjMwLWYzMTgtNWUzYi05OWNmLWE1NGFjMWRhZjM5ZA==.printInformation":{"section":"","page":"","__typename":"PrintInformation"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNTVmNDFjMjQtYzliNy01YTVmLTk0NTYtNWEzNTdmODZiZjVi":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvNTVmNDFjMjQtYzliNy01YTVmLTk0NTYtNWEzNTdmODZiZjVi","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNTVmNDFjMjQtYzliNy01YTVmLTk0NTYtNWEzNTdmODZiZjVi.caption","typename":"TextOnlyDocumentBlock"},"credit":"Gabby Jones for The New York Times","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNTVmNDFjMjQtYzliNy01YTVmLTk0NTYtNWEzNTdmODZiZjVi.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNTVmNDFjMjQtYzliNy01YTVmLTk0NTYtNWEzNTdmODZiZjVi.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNTVmNDFjMjQtYzliNy01YTVmLTk0NTYtNWEzNTdmODZiZjVi.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNTVmNDFjMjQtYzliNy01YTVmLTk0NTYtNWEzNTdmODZiZjVi.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNTVmNDFjMjQtYzliNy01YTVmLTk0NTYtNWEzNTdmODZiZjVi.caption":{"text":"Kennedy Airport in New York on Tuesday after mask requirements were lifted on public transport.","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20220419science19virus-masks1merlin_205674183_0dcefec0-416e-4700-a6dd-c6b1f65c8d6b-jumbo.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F19virus-masks1\u002Fmerlin_205674183_0dcefec0-416e-4700-a6dd-c6b1f65c8d6b-jumbo.jpg","width":1024,"height":683,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNTVmNDFjMjQtYzliNy01YTVmLTk0NTYtNWEzNTdmODZiZjVi.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419science19virus-masks1merlin_205674183_0dcefec0-416e-4700-a6dd-c6b1f65c8d6b-jumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419science19virus-masks119virus-masks1-thumbStandard.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F19virus-masks1\u002F19virus-masks1-thumbStandard.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20220419science19virus-masks119virus-masks1-thumbLarge.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F19virus-masks1\u002F19virus-masks1-thumbLarge.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNTVmNDFjMjQtYzliNy01YTVmLTk0NTYtNWEzNTdmODZiZjVi.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419science19virus-masks119virus-masks1-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419science19virus-masks119virus-masks1-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419science19virus-masks119virus-masks1-videoLarge.jpg":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F19virus-masks1\u002F19virus-masks1-videoLarge.jpg","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20220419science19virus-masks119virus-masks1-mediumThreeByTwo225.jpg":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F19virus-masks1\u002F19virus-masks1-mediumThreeByTwo225.jpg","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20220419science19virus-masks119virus-masks1-mediumThreeByTwo440.jpg":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F19virus-masks1\u002F19virus-masks1-mediumThreeByTwo440.jpg","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20220419science19virus-masks119virus-masks1-threeByTwoMediumAt2X.jpg":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F19virus-masks1\u002F19virus-masks1-threeByTwoMediumAt2X.jpg","width":1500,"height":1000,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNTVmNDFjMjQtYzliNy01YTVmLTk0NTYtNWEzNTdmODZiZjVi.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419science19virus-masks119virus-masks1-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419science19virus-masks119virus-masks1-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419science19virus-masks119virus-masks1-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419science19virus-masks119virus-masks1-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419science19virus-masks119virus-masks1-hpSmall.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F19virus-masks1\u002F19virus-masks1-hpSmall.jpg","width":163,"height":108,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNTVmNDFjMjQtYzliNy01YTVmLTk0NTYtNWEzNTdmODZiZjVi.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419science19virus-masks119virus-masks1-hpSmall.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NiMzhmOGNlLTYxMzctNTRiNS05NTRiLTVhNTQ5MzYzZDA2OA==.headline":{"default":"Study Raises Questions About Popular Genetic Test for ‘Abnormal’ Embryos","__typename":"CreativeWorkHeadline"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NiMzhmOGNlLTYxMzctNTRiNS05NTRiLTVhNTQ5MzYzZDA2OA==.displayProperties":{"showPublicationDate":false,"__typename":"CreativeWorkDisplayProperties"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NiMzhmOGNlLTYxMzctNTRiNS05NTRiLTVhNTQ5MzYzZDA2OA==.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi81ZjBmMDg0NS0wYmFjLTU4MzctYjhiMy0zMWU1ODNjNWUxMDE=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi81ZjBmMDg0NS0wYmFjLTU4MzctYjhiMy0zMWU1ODNjNWUxMDE=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi81ZjBmMDg0NS0wYmFjLTU4MzctYjhiMy0zMWU1ODNjNWUxMDE=","displayName":"Azeen Ghorayshi","__typename":"Person"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NiMzhmOGNlLTYxMzctNTRiNS05NTRiLTVhNTQ5MzYzZDA2OA==.printInformation":{"section":"A","page":"21","__typename":"PrintInformation"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWRiODAxOGMtMzg1OS01Mzc0LWE1ZjQtMTZiMTY5YTI0ZDhk":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvNWRiODAxOGMtMzg1OS01Mzc0LWE1ZjQtMTZiMTY5YTI0ZDhk","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWRiODAxOGMtMzg1OS01Mzc0LWE1ZjQtMTZiMTY5YTI0ZDhk.caption","typename":"TextOnlyDocumentBlock"},"credit":"Grant Hindsley for The New York Times","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWRiODAxOGMtMzg1OS01Mzc0LWE1ZjQtMTZiMTY5YTI0ZDhk.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWRiODAxOGMtMzg1OS01Mzc0LWE1ZjQtMTZiMTY5YTI0ZDhk.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWRiODAxOGMtMzg1OS01Mzc0LWE1ZjQtMTZiMTY5YTI0ZDhk.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWRiODAxOGMtMzg1OS01Mzc0LWE1ZjQtMTZiMTY5YTI0ZDhk.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWRiODAxOGMtMzg1OS01Mzc0LWE1ZjQtMTZiMTY5YTI0ZDhk.caption":{"text":"Anna Dahlquist, her husband, Brian, and their baby son. “I was 39 when I made his embryo,” Ms. Dahlquist said. “And I was 46 when I became pregnant with him.”","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20220419science00-ivf-genetic-test1merlin_205684170_4183eaea-2ed9-4c2b-a347-57fe64034fad-jumbo.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F00-ivf-genetic-test1\u002Fmerlin_205684170_4183eaea-2ed9-4c2b-a347-57fe64034fad-jumbo.jpg","width":1024,"height":768,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWRiODAxOGMtMzg1OS01Mzc0LWE1ZjQtMTZiMTY5YTI0ZDhk.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419science00-ivf-genetic-test1merlin_205684170_4183eaea-2ed9-4c2b-a347-57fe64034fad-jumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419science00-ivf-genetic-test100-ivf-genetic-test1-thumbStandard.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F00-ivf-genetic-test1\u002F00-ivf-genetic-test1-thumbStandard.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20220419science00-ivf-genetic-test100-ivf-genetic-test1-thumbLarge.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F00-ivf-genetic-test1\u002F00-ivf-genetic-test1-thumbLarge.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWRiODAxOGMtMzg1OS01Mzc0LWE1ZjQtMTZiMTY5YTI0ZDhk.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419science00-ivf-genetic-test100-ivf-genetic-test1-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419science00-ivf-genetic-test100-ivf-genetic-test1-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419science00-ivf-genetic-test100-ivf-genetic-test1-videoLarge.jpg":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F00-ivf-genetic-test1\u002F00-ivf-genetic-test1-videoLarge.jpg","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20220419science00-ivf-genetic-test100-ivf-genetic-test1-mediumThreeByTwo225.jpg":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F00-ivf-genetic-test1\u002F00-ivf-genetic-test1-mediumThreeByTwo225.jpg","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20220419science00-ivf-genetic-test100-ivf-genetic-test1-mediumThreeByTwo440.jpg":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F00-ivf-genetic-test1\u002F00-ivf-genetic-test1-mediumThreeByTwo440.jpg","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20220419science00-ivf-genetic-test100-ivf-genetic-test1-threeByTwoMediumAt2X.jpg":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F00-ivf-genetic-test1\u002F00-ivf-genetic-test1-threeByTwoMediumAt2X.jpg","width":1500,"height":1000,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWRiODAxOGMtMzg1OS01Mzc0LWE1ZjQtMTZiMTY5YTI0ZDhk.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419science00-ivf-genetic-test100-ivf-genetic-test1-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419science00-ivf-genetic-test100-ivf-genetic-test1-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419science00-ivf-genetic-test100-ivf-genetic-test1-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419science00-ivf-genetic-test100-ivf-genetic-test1-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419science00-ivf-genetic-test100-ivf-genetic-test1-hpSmall.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F00-ivf-genetic-test1\u002F00-ivf-genetic-test1-hpSmall.jpg","width":163,"height":106,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWRiODAxOGMtMzg1OS01Mzc0LWE1ZjQtMTZiMTY5YTI0ZDhk.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419science00-ivf-genetic-test100-ivf-genetic-test1-hpSmall.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzUwZWI5ZmUxLWIxOWUtNTlkNS1iYTMwLWViMTk1NGQzMzQzZQ==.headline":{"default":"Biden Administration May Appeal Ruling That Voided Travel Mask Mandate","__typename":"CreativeWorkHeadline"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzUwZWI5ZmUxLWIxOWUtNTlkNS1iYTMwLWViMTk1NGQzMzQzZQ==.displayProperties":{"showPublicationDate":false,"__typename":"CreativeWorkDisplayProperties"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzUwZWI5ZmUxLWIxOWUtNTlkNS1iYTMwLWViMTk1NGQzMzQzZQ==.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9lZjYyMTYzOS00OTkwLTVjYjItYjAyZC0zYjdjMjgzZGYyY2E=","typename":"Person"},{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9kODIyZDcwYi1jNDg1LTU1NTItOTBlZi1jYTgyYzFiODJhMGU=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi9lZjYyMTYzOS00OTkwLTVjYjItYjAyZC0zYjdjMjgzZGYyY2E=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi9lZjYyMTYzOS00OTkwLTVjYjItYjAyZC0zYjdjMjgzZGYyY2E=","displayName":"Sheryl Gay Stolberg","__typename":"Person","url":"","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy","typename":"Image"}},"Person:UGVyc29uOm55dDovL3BlcnNvbi9kODIyZDcwYi1jNDg1LTU1NTItOTBlZi1jYTgyYzFiODJhMGU=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi9kODIyZDcwYi1jNDg1LTU1NTItOTBlZi1jYTgyYzFiODJhMGU=","displayName":"Charlie Savage","__typename":"Person"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzUwZWI5ZmUxLWIxOWUtNTlkNS1iYTMwLWViMTk1NGQzMzQzZQ==.printInformation":{"section":"A","page":"14","__typename":"PrintInformation"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2VjYWJmNTMtZjNiMi01ODllLWJlYzUtYjk2NTc1MjEwYjZk":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvN2VjYWJmNTMtZjNiMi01ODllLWJlYzUtYjk2NTc1MjEwYjZk","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2VjYWJmNTMtZjNiMi01ODllLWJlYzUtYjk2NTc1MjEwYjZk.caption","typename":"TextOnlyDocumentBlock"},"credit":"Kenny Holston for The New York Times","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2VjYWJmNTMtZjNiMi01ODllLWJlYzUtYjk2NTc1MjEwYjZk.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2VjYWJmNTMtZjNiMi01ODllLWJlYzUtYjk2NTc1MjEwYjZk.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2VjYWJmNTMtZjNiMi01ODllLWJlYzUtYjk2NTc1MjEwYjZk.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2VjYWJmNTMtZjNiMi01ODllLWJlYzUtYjk2NTc1MjEwYjZk.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2VjYWJmNTMtZjNiMi01ODllLWJlYzUtYjk2NTc1MjEwYjZk.caption":{"text":"Commuters at Union Station in Washington on Tuesday, one day after a Florida federal judge struck down the mask mandate for public transportation.","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20220419uspolitics19dc-biden-masks-1merlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-jumbo.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002F19dc-biden-masks-1\u002Fmerlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-jumbo.jpg","width":1024,"height":683,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2VjYWJmNTMtZjNiMi01ODllLWJlYzUtYjk2NTc1MjEwYjZk.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419uspolitics19dc-biden-masks-1merlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-jumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419uspolitics19dc-biden-masks-1merlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-thumbStandard.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002F19dc-biden-masks-1\u002Fmerlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-thumbStandard.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20220419uspolitics19dc-biden-masks-1merlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-thumbLarge.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002F19dc-biden-masks-1\u002Fmerlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-thumbLarge.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2VjYWJmNTMtZjNiMi01ODllLWJlYzUtYjk2NTc1MjEwYjZk.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419uspolitics19dc-biden-masks-1merlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419uspolitics19dc-biden-masks-1merlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419uspolitics19dc-biden-masks-1merlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-videoLarge.jpg":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002F19dc-biden-masks-1\u002Fmerlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-videoLarge.jpg","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20220419uspolitics19dc-biden-masks-1merlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-mediumThreeByTwo225.jpg":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002F19dc-biden-masks-1\u002Fmerlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-mediumThreeByTwo225.jpg","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20220419uspolitics19dc-biden-masks-1merlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-mediumThreeByTwo440.jpg":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002F19dc-biden-masks-1\u002Fmerlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-mediumThreeByTwo440.jpg","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20220419uspolitics19dc-biden-masks-1merlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-threeByTwoMediumAt2X.jpg":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002F19dc-biden-masks-1\u002Fmerlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-threeByTwoMediumAt2X.jpg","width":1500,"height":1000,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2VjYWJmNTMtZjNiMi01ODllLWJlYzUtYjk2NTc1MjEwYjZk.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419uspolitics19dc-biden-masks-1merlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419uspolitics19dc-biden-masks-1merlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419uspolitics19dc-biden-masks-1merlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419uspolitics19dc-biden-masks-1merlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419uspolitics19dc-biden-masks-1merlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-hpSmall.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002F19dc-biden-masks-1\u002Fmerlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-hpSmall.jpg","width":163,"height":109,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2VjYWJmNTMtZjNiMi01ODllLWJlYzUtYjk2NTc1MjEwYjZk.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419uspolitics19dc-biden-masks-1merlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-hpSmall.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzk3ODA2YzAyLWMzZGQtNTA5Yy05ZjNhLTk4OTg3MTNjYTU4ZA==.displayProperties":{"showPublicationDate":false,"__typename":"CreativeWorkDisplayProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzk3ODA2YzAyLWMzZGQtNTA5Yy05ZjNhLTk4OTg3MTNjYTU4ZA==.printInformation":{"section":"A","page":"15","__typename":"PrintInformation"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FkOGU4MjZlLWM0N2QtNTczNy1hOWUwLWFmNzRhYTI4OTA1NA==.headline":{"default":"A Door-to-Door Effort to Find Out Who Died Helps Low-Income Countries Aid the Living","__typename":"CreativeWorkHeadline"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FkOGU4MjZlLWM0N2QtNTczNy1hOWUwLWFmNzRhYTI4OTA1NA==.displayProperties":{"showPublicationDate":false,"__typename":"CreativeWorkDisplayProperties"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FkOGU4MjZlLWM0N2QtNTczNy1hOWUwLWFmNzRhYTI4OTA1NA==.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9iNTU1NTgxNi1hM2YzLTU4MGYtYjlhNi1hZTQ3YThmZjAwOTc=","typename":"Person"},{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi8zOWI4NWQ4OC0zOTU2LTVlMGMtOGRlNC0wMDU5OTU2MTAwYzE=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi9iNTU1NTgxNi1hM2YzLTU4MGYtYjlhNi1hZTQ3YThmZjAwOTc=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi9iNTU1NTgxNi1hM2YzLTU4MGYtYjlhNi1hZTQ3YThmZjAwOTc=","displayName":"Stephanie Nolen","__typename":"Person"},"Person:UGVyc29uOm55dDovL3BlcnNvbi8zOWI4NWQ4OC0zOTU2LTVlMGMtOGRlNC0wMDU5OTU2MTAwYzE=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi8zOWI4NWQ4OC0zOTU2LTVlMGMtOGRlNC0wMDU5OTU2MTAwYzE=","displayName":"Finbarr O’Reilly","__typename":"Person"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FkOGU4MjZlLWM0N2QtNTczNy1hOWUwLWFmNzRhYTI4OTA1NA==.printInformation":{"section":"D","page":"1","__typename":"PrintInformation"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvY2E3YjQwYTEtYzdlMy01OTM1LTlmNWEtNjNjZDVlZTc5OTU0":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvY2E3YjQwYTEtYzdlMy01OTM1LTlmNWEtNjNjZDVlZTc5OTU0","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvY2E3YjQwYTEtYzdlMy01OTM1LTlmNWEtNjNjZDVlZTc5OTU0.caption","typename":"TextOnlyDocumentBlock"},"credit":"Finbarr O'Reilly for The New York Times","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvY2E3YjQwYTEtYzdlMy01OTM1LTlmNWEtNjNjZDVlZTc5OTU0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvY2E3YjQwYTEtYzdlMy01OTM1LTlmNWEtNjNjZDVlZTc5OTU0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvY2E3YjQwYTEtYzdlMy01OTM1LTlmNWEtNjNjZDVlZTc5OTU0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvY2E3YjQwYTEtYzdlMy01OTM1LTlmNWEtNjNjZDVlZTc5OTU0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvY2E3YjQwYTEtYzdlMy01OTM1LTlmNWEtNjNjZDVlZTc5OTU0.caption":{"text":"In northern Sierra Leone, Isata Kaitongi, top right, interviewed people in the village of Mabin to gather cause-of-death statistics.","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20220419science00sci-sierra-leone-death1merlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-jumbo.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F00sci-sierra-leone-death1\u002Fmerlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-jumbo.jpg","width":1024,"height":683,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvY2E3YjQwYTEtYzdlMy01OTM1LTlmNWEtNjNjZDVlZTc5OTU0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419science00sci-sierra-leone-death1merlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-jumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419science00sci-sierra-leone-death1merlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-thumbStandard.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F00sci-sierra-leone-death1\u002Fmerlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-thumbStandard.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20220419science00sci-sierra-leone-death1merlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-thumbLarge.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F00sci-sierra-leone-death1\u002Fmerlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-thumbLarge.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvY2E3YjQwYTEtYzdlMy01OTM1LTlmNWEtNjNjZDVlZTc5OTU0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419science00sci-sierra-leone-death1merlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419science00sci-sierra-leone-death1merlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419science00sci-sierra-leone-death1merlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-videoLarge.jpg":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F00sci-sierra-leone-death1\u002Fmerlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-videoLarge.jpg","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20220419science00sci-sierra-leone-death1merlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-mediumThreeByTwo225.jpg":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F00sci-sierra-leone-death1\u002Fmerlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-mediumThreeByTwo225.jpg","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20220419science00sci-sierra-leone-death1merlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-mediumThreeByTwo440.jpg":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F00sci-sierra-leone-death1\u002Fmerlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-mediumThreeByTwo440.jpg","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20220419science00sci-sierra-leone-death1merlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-threeByTwoMediumAt2X.jpg":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F00sci-sierra-leone-death1\u002Fmerlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-threeByTwoMediumAt2X.jpg","width":1500,"height":1000,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvY2E3YjQwYTEtYzdlMy01OTM1LTlmNWEtNjNjZDVlZTc5OTU0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419science00sci-sierra-leone-death1merlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419science00sci-sierra-leone-death1merlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419science00sci-sierra-leone-death1merlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419science00sci-sierra-leone-death1merlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419science00sci-sierra-leone-death1merlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-hpSmall.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F00sci-sierra-leone-death1\u002Fmerlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-hpSmall.jpg","width":163,"height":109,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvY2E3YjQwYTEtYzdlMy01OTM1LTlmNWEtNjNjZDVlZTc5OTU0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419science00sci-sierra-leone-death1merlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-hpSmall.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzZhNGQ3NDk4LTA2MzctNTljNi1hYjdkLWU4NjkxNDg1YjIzOA==.headline":{"default":"Scientists Question Data Behind an Experimental Alzheimer’s Drug","__typename":"CreativeWorkHeadline"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzZhNGQ3NDk4LTA2MzctNTljNi1hYjdkLWU4NjkxNDg1YjIzOA==.displayProperties":{"showPublicationDate":false,"__typename":"CreativeWorkDisplayProperties"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzZhNGQ3NDk4LTA2MzctNTljNi1hYjdkLWU4NjkxNDg1YjIzOA==.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi83MDY4ZTZkYi0xZmI1LTUyMGEtODU4Mi1iMGYwY2Y2YjcxYWE=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi83MDY4ZTZkYi0xZmI1LTUyMGEtODU4Mi1iMGYwY2Y2YjcxYWE=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi83MDY4ZTZkYi0xZmI1LTUyMGEtODU4Mi1iMGYwY2Y2YjcxYWE=","displayName":"Apoorva Mandavilli","__typename":"Person","url":"","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi","typename":"Image"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzZhNGQ3NDk4LTA2MzctNTljNi1hYjdkLWU4NjkxNDg1YjIzOA==.printInformation":{"section":"A","page":"14","__typename":"PrintInformation"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U5NjYzNDgtNzMxZi01ZGY2LWJlNmQtNWExZTkyYjMyZmU4":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U5NjYzNDgtNzMxZi01ZGY2LWJlNmQtNWExZTkyYjMyZmU4","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U5NjYzNDgtNzMxZi01ZGY2LWJlNmQtNWExZTkyYjMyZmU4.caption","typename":"TextOnlyDocumentBlock"},"credit":"Ilana Panich-Linsman for The New York Times","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U5NjYzNDgtNzMxZi01ZGY2LWJlNmQtNWExZTkyYjMyZmU4.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U5NjYzNDgtNzMxZi01ZGY2LWJlNmQtNWExZTkyYjMyZmU4.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U5NjYzNDgtNzMxZi01ZGY2LWJlNmQtNWExZTkyYjMyZmU4.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U5NjYzNDgtNzMxZi01ZGY2LWJlNmQtNWExZTkyYjMyZmU4.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U5NjYzNDgtNzMxZi01ZGY2LWJlNmQtNWExZTkyYjMyZmU4.caption":{"text":"","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20220418science18cassava18cassava-jumbo.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fscience\u002F18cassava\u002F18cassava-jumbo.jpg","width":1024,"height":683,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U5NjYzNDgtNzMxZi01ZGY2LWJlNmQtNWExZTkyYjMyZmU4.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220418science18cassava18cassava-jumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220418science18cassava18cassava-thumbStandard.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fscience\u002F18cassava\u002F18cassava-thumbStandard.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20220418science18cassava18cassava-thumbLarge.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fscience\u002F18cassava\u002F18cassava-thumbLarge.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U5NjYzNDgtNzMxZi01ZGY2LWJlNmQtNWExZTkyYjMyZmU4.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220418science18cassava18cassava-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418science18cassava18cassava-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220418science18cassava18cassava-videoLarge.jpg":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fscience\u002F18cassava\u002F18cassava-videoLarge.jpg","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20220418science18cassava18cassava-mediumThreeByTwo225.jpg":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fscience\u002F18cassava\u002F18cassava-mediumThreeByTwo225.jpg","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20220418science18cassava18cassava-mediumThreeByTwo440.jpg":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fscience\u002F18cassava\u002F18cassava-mediumThreeByTwo440.jpg","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20220418science18cassava18cassava-threeByTwoMediumAt2X.jpg":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fscience\u002F18cassava\u002F18cassava-threeByTwoMediumAt2X.jpg","width":1500,"height":1000,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U5NjYzNDgtNzMxZi01ZGY2LWJlNmQtNWExZTkyYjMyZmU4.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220418science18cassava18cassava-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418science18cassava18cassava-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418science18cassava18cassava-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418science18cassava18cassava-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220418science18cassava18cassava-hpSmall.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fscience\u002F18cassava\u002F18cassava-hpSmall.jpg","width":163,"height":109,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U5NjYzNDgtNzMxZi01ZGY2LWJlNmQtNWExZTkyYjMyZmU4.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220418science18cassava18cassava-hpSmall.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2YzNWM5YWI0LWU2Y2MtNWJmMC1iNzUwLWI5NmRkN2Q5YjllNg==.headline":{"default":"Is Covid More Dangerous Than Driving? How Scientists Are Parsing Covid Risks.","__typename":"CreativeWorkHeadline"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2YzNWM5YWI0LWU2Y2MtNWJmMC1iNzUwLWI5NmRkN2Q5YjllNg==.displayProperties":{"showPublicationDate":false,"__typename":"CreativeWorkDisplayProperties"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2YzNWM5YWI0LWU2Y2MtNWJmMC1iNzUwLWI5NmRkN2Q5YjllNg==.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi81YWRmMjFkYS02MzJkLTU4NjEtYWZlMS1kM2I5NGQ0ZjZmMTk=","typename":"Person"}],"__typename":"Byline"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2YzNWM5YWI0LWU2Y2MtNWJmMC1iNzUwLWI5NmRkN2Q5YjllNg==.printInformation":{"section":"A","page":"1","__typename":"PrintInformation"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGQ2Zjk3ZWUtM2U2Yi01ZGY0LWIxMDctNWI4MmI0ZWRlZDhi":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvOGQ2Zjk3ZWUtM2U2Yi01ZGY0LWIxMDctNWI4MmI0ZWRlZDhi","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGQ2Zjk3ZWUtM2U2Yi01ZGY0LWIxMDctNWI4MmI0ZWRlZDhi.caption","typename":"TextOnlyDocumentBlock"},"credit":"Al Drago for The New York Times","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGQ2Zjk3ZWUtM2U2Yi01ZGY0LWIxMDctNWI4MmI0ZWRlZDhi.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGQ2Zjk3ZWUtM2U2Yi01ZGY0LWIxMDctNWI4MmI0ZWRlZDhi.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGQ2Zjk3ZWUtM2U2Yi01ZGY0LWIxMDctNWI4MmI0ZWRlZDhi.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGQ2Zjk3ZWUtM2U2Yi01ZGY0LWIxMDctNWI4MmI0ZWRlZDhi.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGQ2Zjk3ZWUtM2U2Yi01ZGY0LWIxMDctNWI4MmI0ZWRlZDhi.caption":{"text":"Even as deaths from the first Omicron surge plummeted, the virus was still the third-leading cause of death in the United States last month, behind only heart disease and cancer.","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20220414science00virus-risk1merlin_199767636_40d61984-a29f-4b5b-b86f-ffb5e33a2f3f-jumbo.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F14\u002Fscience\u002F00virus-risk1\u002Fmerlin_199767636_40d61984-a29f-4b5b-b86f-ffb5e33a2f3f-jumbo.jpg","width":1024,"height":683,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGQ2Zjk3ZWUtM2U2Yi01ZGY0LWIxMDctNWI4MmI0ZWRlZDhi.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220414science00virus-risk1merlin_199767636_40d61984-a29f-4b5b-b86f-ffb5e33a2f3f-jumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220414science00virus-risk100virus-risk1-thumbStandard.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F14\u002Fscience\u002F00virus-risk1\u002F00virus-risk1-thumbStandard.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20220414science00virus-risk100virus-risk1-thumbLarge.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F14\u002Fscience\u002F00virus-risk1\u002F00virus-risk1-thumbLarge.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGQ2Zjk3ZWUtM2U2Yi01ZGY0LWIxMDctNWI4MmI0ZWRlZDhi.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220414science00virus-risk100virus-risk1-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220414science00virus-risk100virus-risk1-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220414science00virus-risk100virus-risk1-videoLarge.jpg":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F14\u002Fscience\u002F00virus-risk1\u002F00virus-risk1-videoLarge.jpg","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20220414science00virus-risk100virus-risk1-mediumThreeByTwo225.jpg":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F14\u002Fscience\u002F00virus-risk1\u002F00virus-risk1-mediumThreeByTwo225.jpg","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20220414science00virus-risk100virus-risk1-mediumThreeByTwo440.jpg":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F14\u002Fscience\u002F00virus-risk1\u002F00virus-risk1-mediumThreeByTwo440.jpg","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20220414science00virus-risk100virus-risk1-threeByTwoMediumAt2X.jpg":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F14\u002Fscience\u002F00virus-risk1\u002F00virus-risk1-threeByTwoMediumAt2X.jpg","width":1500,"height":1000,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGQ2Zjk3ZWUtM2U2Yi01ZGY0LWIxMDctNWI4MmI0ZWRlZDhi.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220414science00virus-risk100virus-risk1-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220414science00virus-risk100virus-risk1-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220414science00virus-risk100virus-risk1-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220414science00virus-risk100virus-risk1-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220414science00virus-risk100virus-risk1-hpSmall.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F14\u002Fscience\u002F00virus-risk1\u002F00virus-risk1-hpSmall.jpg","width":163,"height":115,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGQ2Zjk3ZWUtM2U2Yi01ZGY0LWIxMDctNWI4MmI0ZWRlZDhi.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220414science00virus-risk100virus-risk1-hpSmall.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyNGM2YTYxLTEzN2UtNTkyMC05M2Q2LTVjZjcwYjk0Mzk2OA==.headline":{"default":"For Airlines, the Mask Mandate Couldn’t End Soon Enough","__typename":"CreativeWorkHeadline"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyNGM2YTYxLTEzN2UtNTkyMC05M2Q2LTVjZjcwYjk0Mzk2OA==.displayProperties":{"showPublicationDate":false,"__typename":"CreativeWorkDisplayProperties"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyNGM2YTYxLTEzN2UtNTkyMC05M2Q2LTVjZjcwYjk0Mzk2OA==.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi83MDVmZDg2Zi1lNGM2LTU4MTQtOGI3My0zNjY2Yjc5YzIyZGU=","typename":"Person"},{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9kYjI0ZTk0Yy1mM2U5LTUyOTgtOTk0OS0yYzYzYzMzMTAyYmU=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi83MDVmZDg2Zi1lNGM2LTU4MTQtOGI3My0zNjY2Yjc5YzIyZGU=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi83MDVmZDg2Zi1lNGM2LTU4MTQtOGI3My0zNjY2Yjc5YzIyZGU=","displayName":"Niraj Chokshi","__typename":"Person"},"Person:UGVyc29uOm55dDovL3BlcnNvbi9kYjI0ZTk0Yy1mM2U5LTUyOTgtOTk0OS0yYzYzYzMzMTAyYmU=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi9kYjI0ZTk0Yy1mM2U5LTUyOTgtOTk0OS0yYzYzYzMzMTAyYmU=","displayName":"Heather Murphy","__typename":"Person","url":"","promotionalMedia":null},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyNGM2YTYxLTEzN2UtNTkyMC05M2Q2LTVjZjcwYjk0Mzk2OA==.printInformation":{"section":"B","page":"1","__typename":"PrintInformation"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U1ZjkzZTEtYmVmMS01ZDM2LWFhM2EtN2NkNDMyZWE2MWIy":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U1ZjkzZTEtYmVmMS01ZDM2LWFhM2EtN2NkNDMyZWE2MWIy","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U1ZjkzZTEtYmVmMS01ZDM2LWFhM2EtN2NkNDMyZWE2MWIy.caption","typename":"TextOnlyDocumentBlock"},"credit":"Dustin Chambers for The New York Times","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U1ZjkzZTEtYmVmMS01ZDM2LWFhM2EtN2NkNDMyZWE2MWIy.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U1ZjkzZTEtYmVmMS01ZDM2LWFhM2EtN2NkNDMyZWE2MWIy.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U1ZjkzZTEtYmVmMS01ZDM2LWFhM2EtN2NkNDMyZWE2MWIy.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U1ZjkzZTEtYmVmMS01ZDM2LWFhM2EtN2NkNDMyZWE2MWIy.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U1ZjkzZTEtYmVmMS01ZDM2LWFhM2EtN2NkNDMyZWE2MWIy.caption":{"text":"Hartsfield-Jackson Atlanta International Airport on Tuesday, a day after a federal judge struck down the mask mandate for air travel.","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20220419business19travel-masks01altmerlin_205681275_f82cbfeb-5f42-4545-8cea-dfabe2dba275-jumbo.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fbusiness\u002F19travel-masks01alt\u002Fmerlin_205681275_f82cbfeb-5f42-4545-8cea-dfabe2dba275-jumbo.jpg","width":1024,"height":683,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U1ZjkzZTEtYmVmMS01ZDM2LWFhM2EtN2NkNDMyZWE2MWIy.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419business19travel-masks01altmerlin_205681275_f82cbfeb-5f42-4545-8cea-dfabe2dba275-jumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419business19travel-masks01alt19travel-masks01alt-thumbStandard.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fbusiness\u002F19travel-masks01alt\u002F19travel-masks01alt-thumbStandard.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20220419business19travel-masks01alt19travel-masks01alt-thumbLarge.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fbusiness\u002F19travel-masks01alt\u002F19travel-masks01alt-thumbLarge.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U1ZjkzZTEtYmVmMS01ZDM2LWFhM2EtN2NkNDMyZWE2MWIy.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419business19travel-masks01alt19travel-masks01alt-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419business19travel-masks01alt19travel-masks01alt-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419business19travel-masks01altmerlin_205681275_f82cbfeb-5f42-4545-8cea-dfabe2dba275-videoLarge.jpg":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fbusiness\u002F19travel-masks01alt\u002Fmerlin_205681275_f82cbfeb-5f42-4545-8cea-dfabe2dba275-videoLarge.jpg","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20220419business19travel-masks01altmerlin_205681275_f82cbfeb-5f42-4545-8cea-dfabe2dba275-mediumThreeByTwo225.jpg":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fbusiness\u002F19travel-masks01alt\u002Fmerlin_205681275_f82cbfeb-5f42-4545-8cea-dfabe2dba275-mediumThreeByTwo225.jpg","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20220419business19travel-masks01altmerlin_205681275_f82cbfeb-5f42-4545-8cea-dfabe2dba275-mediumThreeByTwo440.jpg":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fbusiness\u002F19travel-masks01alt\u002Fmerlin_205681275_f82cbfeb-5f42-4545-8cea-dfabe2dba275-mediumThreeByTwo440.jpg","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20220419business19travel-masks01altmerlin_205681275_f82cbfeb-5f42-4545-8cea-dfabe2dba275-threeByTwoMediumAt2X.jpg":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fbusiness\u002F19travel-masks01alt\u002Fmerlin_205681275_f82cbfeb-5f42-4545-8cea-dfabe2dba275-threeByTwoMediumAt2X.jpg","width":1500,"height":1000,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U1ZjkzZTEtYmVmMS01ZDM2LWFhM2EtN2NkNDMyZWE2MWIy.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419business19travel-masks01altmerlin_205681275_f82cbfeb-5f42-4545-8cea-dfabe2dba275-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419business19travel-masks01altmerlin_205681275_f82cbfeb-5f42-4545-8cea-dfabe2dba275-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419business19travel-masks01altmerlin_205681275_f82cbfeb-5f42-4545-8cea-dfabe2dba275-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419business19travel-masks01altmerlin_205681275_f82cbfeb-5f42-4545-8cea-dfabe2dba275-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419business19travel-masks01alt19travel-masks01alt-hpSmall.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fbusiness\u002F19travel-masks01alt\u002F19travel-masks01alt-hpSmall.jpg","width":163,"height":109,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U1ZjkzZTEtYmVmMS01ZDM2LWFhM2EtN2NkNDMyZWE2MWIy.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419business19travel-masks01alt19travel-masks01alt-hpSmall.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzE4MGE1M2I1LTI1N2UtNWY2MC1hZTFkLWVjZjhkN2Q3MDc2Mw==.headline":{"default":"Are You Receiving, Providing or Paying for Long-Term Care?","__typename":"CreativeWorkHeadline"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzE4MGE1M2I1LTI1N2UtNWY2MC1hZTFkLWVjZjhkN2Q3MDc2Mw==.displayProperties":{"showPublicationDate":false,"__typename":"CreativeWorkDisplayProperties"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzE4MGE1M2I1LTI1N2UtNWY2MC1hZTFkLWVjZjhkN2Q3MDc2Mw==.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi8wZjFhNWIxOC03ZTM4LTU5ZmUtODEzMi1iNTAxNWNkMzcxNDg=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi8wZjFhNWIxOC03ZTM4LTU5ZmUtODEzMi1iNTAxNWNkMzcxNDg=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi8wZjFhNWIxOC03ZTM4LTU5ZmUtODEzMi1iNTAxNWNkMzcxNDg=","displayName":"The New York Times","__typename":"Person"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzE4MGE1M2I1LTI1N2UtNWY2MC1hZTFkLWVjZjhkN2Q3MDc2Mw==.printInformation":{"section":"","page":"","__typename":"PrintInformation"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGI4MTRmODctMDc2NC01NDYyLTk3ODktZmVhZmY0NWE2MDRl":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvMGI4MTRmODctMDc2NC01NDYyLTk3ODktZmVhZmY0NWE2MDRl","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGI4MTRmODctMDc2NC01NDYyLTk3ODktZmVhZmY0NWE2MDRl.caption","typename":"TextOnlyDocumentBlock"},"credit":"Michelle Gustafson for The New York Times","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGI4MTRmODctMDc2NC01NDYyLTk3ODktZmVhZmY0NWE2MDRl.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGI4MTRmODctMDc2NC01NDYyLTk3ODktZmVhZmY0NWE2MDRl.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGI4MTRmODctMDc2NC01NDYyLTk3ODktZmVhZmY0NWE2MDRl.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGI4MTRmODctMDc2NC01NDYyLTk3ODktZmVhZmY0NWE2MDRl.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGI4MTRmODctMDc2NC01NDYyLTk3ODktZmVhZmY0NWE2MDRl.caption":{"text":"","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20220317science17LONGTERMCARE-callout17LONGTERMCARE-callout-jumbo.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F17\u002Fscience\u002F17LONGTERMCARE-callout\u002F17LONGTERMCARE-callout-jumbo.jpg","width":1024,"height":683,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGI4MTRmODctMDc2NC01NDYyLTk3ODktZmVhZmY0NWE2MDRl.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220317science17LONGTERMCARE-callout17LONGTERMCARE-callout-jumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220317science17LONGTERMCARE-callout17LONGTERMCARE-callout-thumbStandard.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F17\u002Fscience\u002F17LONGTERMCARE-callout\u002F17LONGTERMCARE-callout-thumbStandard.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20220317science17LONGTERMCARE-callout17LONGTERMCARE-callout-thumbLarge.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F17\u002Fscience\u002F17LONGTERMCARE-callout\u002F17LONGTERMCARE-callout-thumbLarge.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGI4MTRmODctMDc2NC01NDYyLTk3ODktZmVhZmY0NWE2MDRl.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220317science17LONGTERMCARE-callout17LONGTERMCARE-callout-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220317science17LONGTERMCARE-callout17LONGTERMCARE-callout-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220317science17LONGTERMCARE-callout17LONGTERMCARE-callout-videoLarge.jpg":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F17\u002Fscience\u002F17LONGTERMCARE-callout\u002F17LONGTERMCARE-callout-videoLarge.jpg","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20220317science17LONGTERMCARE-callout17LONGTERMCARE-callout-mediumThreeByTwo225.jpg":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F17\u002Fscience\u002F17LONGTERMCARE-callout\u002F17LONGTERMCARE-callout-mediumThreeByTwo225.jpg","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20220317science17LONGTERMCARE-callout17LONGTERMCARE-callout-mediumThreeByTwo440.jpg":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F17\u002Fscience\u002F17LONGTERMCARE-callout\u002F17LONGTERMCARE-callout-mediumThreeByTwo440.jpg","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20220317science17LONGTERMCARE-callout17LONGTERMCARE-callout-threeByTwoMediumAt2X.jpg":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F17\u002Fscience\u002F17LONGTERMCARE-callout\u002F17LONGTERMCARE-callout-threeByTwoMediumAt2X.jpg","width":1500,"height":1000,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGI4MTRmODctMDc2NC01NDYyLTk3ODktZmVhZmY0NWE2MDRl.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220317science17LONGTERMCARE-callout17LONGTERMCARE-callout-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220317science17LONGTERMCARE-callout17LONGTERMCARE-callout-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220317science17LONGTERMCARE-callout17LONGTERMCARE-callout-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220317science17LONGTERMCARE-callout17LONGTERMCARE-callout-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220317science17LONGTERMCARE-callout17LONGTERMCARE-callout-hpSmall.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F17\u002Fscience\u002F17LONGTERMCARE-callout\u002F17LONGTERMCARE-callout-hpSmall.jpg","width":163,"height":113,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGI4MTRmODctMDc2NC01NDYyLTk3ODktZmVhZmY0NWE2MDRl.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220317science17LONGTERMCARE-callout17LONGTERMCARE-callout-hpSmall.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzExY2EzYWExLTU4ZTgtNTA5My1iYWQzLWEyYjUxYzAzZDMyMg==.headline":{"default":"","__typename":"CreativeWorkHeadline"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzExY2EzYWExLTU4ZTgtNTA5My1iYWQzLWEyYjUxYzAzZDMyMg==.displayProperties":{"showPublicationDate":false,"__typename":"CreativeWorkDisplayProperties"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzg4OGRmYTlhLThjYjktNWVhOS04ZGY1LTk1MTY3OGJhYTYyZA==.headline":{"default":"","__typename":"CreativeWorkHeadline"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzg4OGRmYTlhLThjYjktNWVhOS04ZGY1LTk1MTY3OGJhYTYyZA==.displayProperties":{"showPublicationDate":false,"__typename":"CreativeWorkDisplayProperties"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTI3NWRmZjgtZjA5My01ODkyLTk3OWMtZjdjY2ViYTBjODk3":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvYTI3NWRmZjgtZjA5My01ODkyLTk3OWMtZjdjY2ViYTBjODk3","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTI3NWRmZjgtZjA5My01ODkyLTk3OWMtZjdjY2ViYTBjODk3.caption","typename":"TextOnlyDocumentBlock"},"credit":"The New York Times","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTI3NWRmZjgtZjA5My01ODkyLTk3OWMtZjdjY2ViYTBjODk3.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTI3NWRmZjgtZjA5My01ODkyLTk3OWMtZjdjY2ViYTBjODk3.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTI3NWRmZjgtZjA5My01ODkyLTk3OWMtZjdjY2ViYTBjODk3.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTI3NWRmZjgtZjA5My01ODkyLTk3OWMtZjdjY2ViYTBjODk3.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTI3NWRmZjgtZjA5My01ODkyLTk3OWMtZjdjY2ViYTBjODk3.caption":{"text":"","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20200303worldcoronavirus-map-promocoronavirus-map-promo-jumbo-v737.png":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F03\u002Fworld\u002Fcoronavirus-map-promo\u002Fcoronavirus-map-promo-jumbo-v737.png","width":1024,"height":683,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTI3NWRmZjgtZjA5My01ODkyLTk3OWMtZjdjY2ViYTBjODk3.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200303worldcoronavirus-map-promocoronavirus-map-promo-jumbo-v737.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200303worldcoronavirus-map-promocoronavirus-map-promo-thumbStandard-v743.png":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F03\u002Fworld\u002Fcoronavirus-map-promo\u002Fcoronavirus-map-promo-thumbStandard-v743.png","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20200303worldcoronavirus-map-promocoronavirus-map-promo-thumbLarge-v743.png":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F03\u002Fworld\u002Fcoronavirus-map-promo\u002Fcoronavirus-map-promo-thumbLarge-v743.png","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTI3NWRmZjgtZjA5My01ODkyLTk3OWMtZjdjY2ViYTBjODk3.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200303worldcoronavirus-map-promocoronavirus-map-promo-thumbStandard-v743.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200303worldcoronavirus-map-promocoronavirus-map-promo-thumbLarge-v743.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200303worldcoronavirus-map-promocoronavirus-map-promo-videoLarge-v743.png":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F03\u002Fworld\u002Fcoronavirus-map-promo\u002Fcoronavirus-map-promo-videoLarge-v743.png","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20200303worldcoronavirus-map-promocoronavirus-map-promo-mediumThreeByTwo225-v743.png":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F03\u002Fworld\u002Fcoronavirus-map-promo\u002Fcoronavirus-map-promo-mediumThreeByTwo225-v743.png","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20200303worldcoronavirus-map-promocoronavirus-map-promo-mediumThreeByTwo440-v743.png":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F03\u002Fworld\u002Fcoronavirus-map-promo\u002Fcoronavirus-map-promo-mediumThreeByTwo440-v743.png","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20200303worldcoronavirus-map-promocoronavirus-map-promo-threeByTwoMediumAt2X-v1036.png":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F03\u002Fworld\u002Fcoronavirus-map-promo\u002Fcoronavirus-map-promo-threeByTwoMediumAt2X-v1036.png","width":1500,"height":1000,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTI3NWRmZjgtZjA5My01ODkyLTk3OWMtZjdjY2ViYTBjODk3.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200303worldcoronavirus-map-promocoronavirus-map-promo-videoLarge-v743.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200303worldcoronavirus-map-promocoronavirus-map-promo-mediumThreeByTwo225-v743.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200303worldcoronavirus-map-promocoronavirus-map-promo-mediumThreeByTwo440-v743.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200303worldcoronavirus-map-promocoronavirus-map-promo-threeByTwoMediumAt2X-v1036.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200303worldcoronavirus-map-promocoronavirus-map-promo-hpSmall-v737.png":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F03\u002Fworld\u002Fcoronavirus-map-promo\u002Fcoronavirus-map-promo-hpSmall-v737.png","width":163,"height":109,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTI3NWRmZjgtZjA5My01ODkyLTk3OWMtZjdjY2ViYTBjODk3.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200303worldcoronavirus-map-promocoronavirus-map-promo-hpSmall-v737.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).pageInfo":{"hasNextPage":true,"hasPreviousPage":false,"startCursor":"YXJyYXljb25uZWN0aW9uOjA=","endCursor":"YXJyYXljb25uZWN0aW9uOjk=","__typename":"PageInfo"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10})":{"pageInfo":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).pageInfo","typename":"PageInfo"},"__typename":"AssetsConnection","edges@filterEmpty":[{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.0","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.1","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.2","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.3","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.4","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.5","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.6","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.7","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.8","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.9","typename":"AssetsEdge"}],"totalCount":41229},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjczM2M5LTQzMWUtNTdiNC05YjRmLTdlODQxMDkzMDRiMw==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjczM2M5LTQzMWUtNTdiNC05YjRmLTdlODQxMDkzMDRiMw==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F20\u002Fhealth\u002Faid-convoy-ukraine-deaths.html","firstPublished":"2022-04-20T22:31:52.000Z","typeOfMaterials":{"type":"json","json":["News"]},"archiveProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjczM2M5LTQzMWUtNTdiNC05YjRmLTdlODQxMDkzMDRiMw==.archiveProperties","typename":"ArticleArchiveProperties"},"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjczM2M5LTQzMWUtNTdiNC05YjRmLTdlODQxMDkzMDRiMw==.headline","typename":"CreativeWorkHeadline"},"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjczM2M5LTQzMWUtNTdiNC05YjRmLTdlODQxMDkzMDRiMw==.bylines.0","typename":"Byline"}],"kicker":"","summary":"Only one member of an aid convoy to Chernihiv, Ukraine, survived a shelling attack in March. But the convoy’s organizers have persisted through the dangers of the war.","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGYyNDdlY2ItMjU0YS01OGFjLTlhNmItMWYxNGY4ZjFhMGJh","typename":"Image"},"translations":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjczM2M5LTQzMWUtNTdiNC05YjRmLTdlODQxMDkzMDRiMw==.archiveProperties":{"lede":"","__typename":"ArticleArchiveProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjczM2M5LTQzMWUtNTdiNC05YjRmLTdlODQxMDkzMDRiMw==.headline":{"default":"Aid groups fight to deliver lifesaving supplies despite losing lives to Russian shelling.","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjczM2M5LTQzMWUtNTdiNC05YjRmLTdlODQxMDkzMDRiMw==.bylines.0":{"renderedRepresentation":"By Apoorva Mandavilli","prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi83MDY4ZTZkYi0xZmI1LTUyMGEtODU4Mi1iMGYwY2Y2YjcxYWE=","typename":"Person"}],"__typename":"Byline"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi","crops":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.4","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.5","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.6","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.7","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.8","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.9","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.10","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.11","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.12","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.13","typename":"ImageCrop"}],"__typename":"Image"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-articleLarge-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-articleLarge-v3.png","name":"articleLarge","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-popup-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-popup-v3.png","name":"popup","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-blog480-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-blog480-v3.png","name":"blog480","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-blog533-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-blog533-v3.png","name":"blog533","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-blog427-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-blog427-v3.png","name":"blog427","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-tmagSF-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-tmagSF-v3.png","name":"tmagSF","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-tmagArticle-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-tmagArticle-v3.png","name":"tmagArticle","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-slide-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-slide-v3.png","name":"slide","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-jumbo-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-jumbo-v3.png","name":"jumbo","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-superJumbo-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-superJumbo-v3.png","name":"superJumbo","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-blog225-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-blog225-v3.png","name":"blog225","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-master675-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-master675-v3.png","name":"master675","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-master495-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-master495-v3.png","name":"master495","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-master180-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-master180-v3.png","name":"master180","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-master315-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-master315-v3.png","name":"master315","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-master768-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-master768-v3.png","name":"master768","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-articleLarge-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-popup-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-blog480-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-blog533-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-blog427-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-tmagSF-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-tmagArticle-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-slide-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-jumbo-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-superJumbo-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-blog225-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-master675-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-master495-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-master180-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-master315-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-master768-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-thumbStandard-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-thumbStandard-v3.png","name":"thumbStandard","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-blogSmallThumb-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-blogSmallThumb-v3.png","name":"blogSmallThumb","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-thumbLarge-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-thumbLarge-v3.png","name":"thumbLarge","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-smallSquare168-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-smallSquare168-v3.png","name":"smallSquare168","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-smallSquare252-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-smallSquare252-v3.png","name":"smallSquare252","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-thumbStandard-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-blogSmallThumb-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-thumbLarge-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-smallSquare168-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-smallSquare252-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-square320-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-square320-v2.png","name":"square320","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-moth-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-moth-v2.png","name":"moth","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-filmstrip-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-filmstrip-v2.png","name":"filmstrip","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-square640-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-square640-v2.png","name":"square640","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-mediumSquare149-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-mediumSquare149-v2.png","name":"mediumSquare149","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-mediumSquareAt3X-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-mediumSquareAt3X-v2.png","name":"mediumSquareAt3X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-square320-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-moth-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-filmstrip-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-square640-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-mediumSquare149-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-mediumSquareAt3X-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-sfSpan-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-sfSpan-v3.png","name":"sfSpan","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-largeHorizontal375-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-largeHorizontal375-v3.png","name":"largeHorizontal375","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-largeHorizontalJumbo-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-largeHorizontalJumbo-v3.png","name":"largeHorizontalJumbo","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-horizontalMediumAt2X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-horizontalMediumAt2X-v3.png","name":"horizontalMediumAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-sfSpan-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-largeHorizontal375-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-largeHorizontalJumbo-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-horizontalMediumAt2X-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-hpLarge-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-hpLarge-v3.png","name":"hpLarge","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-largeWidescreen573-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-largeWidescreen573-v3.png","name":"largeWidescreen573","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-largeWidescreen1050-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-largeWidescreen1050-v3.png","name":"largeWidescreen1050","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-hpLarge-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-largeWidescreen573-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-largeWidescreen1050-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-thumbWide-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-thumbWide-v3.png","name":"thumbWide","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoThumb-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-videoThumb-v3.png","name":"videoThumb","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoLarge-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-videoLarge-v3.png","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-mediumThreeByTwo210-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-mediumThreeByTwo210-v3.png","name":"mediumThreeByTwo210","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-mediumThreeByTwo225-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-mediumThreeByTwo225-v3.png","name":"mediumThreeByTwo225","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-mediumThreeByTwo440-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-mediumThreeByTwo440-v3.png","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-mediumThreeByTwo252-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-mediumThreeByTwo252-v3.png","name":"mediumThreeByTwo252","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-mediumThreeByTwo378-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-mediumThreeByTwo378-v3.png","name":"mediumThreeByTwo378","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-threeByTwoLargeAt2X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-threeByTwoLargeAt2X-v3.png","name":"threeByTwoLargeAt2X","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-threeByTwoMediumAt2X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-threeByTwoMediumAt2X-v3.png","name":"threeByTwoMediumAt2X","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-threeByTwoSmallAt2X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-threeByTwoSmallAt2X-v3.png","name":"threeByTwoSmallAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.5":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-thumbWide-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoThumb-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoLarge-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-mediumThreeByTwo210-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-mediumThreeByTwo225-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-mediumThreeByTwo440-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-mediumThreeByTwo252-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-mediumThreeByTwo378-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-threeByTwoLargeAt2X-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-threeByTwoMediumAt2X-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-threeByTwoSmallAt2X-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-articleInline-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-articleInline-v3.png","name":"articleInline","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-hpSmall-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-hpSmall-v3.png","name":"hpSmall","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-blogSmallInline-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-blogSmallInline-v3.png","name":"blogSmallInline","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-mediumFlexible177-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-mediumFlexible177-v3.png","name":"mediumFlexible177","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.6":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-articleInline-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-hpSmall-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-blogSmallInline-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-mediumFlexible177-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSmall-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-videoSmall-v3.png","name":"videoSmall","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoHpMedium-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-videoHpMedium-v3.png","name":"videoHpMedium","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine600-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-videoSixteenByNine600-v3.png","name":"videoSixteenByNine600","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine540-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-videoSixteenByNine540-v3.png","name":"videoSixteenByNine540","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine495-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-videoSixteenByNine495-v3.png","name":"videoSixteenByNine495","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine390-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-videoSixteenByNine390-v3.png","name":"videoSixteenByNine390","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine1050-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-videoSixteenByNine1050-v3.png","name":"videoSixteenByNine1050","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine480-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-videoSixteenByNine480-v3.png","name":"videoSixteenByNine480","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine310-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-videoSixteenByNine310-v3.png","name":"videoSixteenByNine310","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine225-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-videoSixteenByNine225-v3.png","name":"videoSixteenByNine225","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine96-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-videoSixteenByNine96-v3.png","name":"videoSixteenByNine96","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine768-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-videoSixteenByNine768-v3.png","name":"videoSixteenByNine768","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine150-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-videoSixteenByNine150-v3.png","name":"videoSixteenByNine150","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNineJumbo1600-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-videoSixteenByNineJumbo1600-v3.png","name":"videoSixteenByNineJumbo1600","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.7":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSmall-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoHpMedium-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine600-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine540-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine495-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine390-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine1050-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine480-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine310-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine225-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine96-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine768-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine150-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNineJumbo1600-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-miniMoth-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-miniMoth-v3.png","name":"miniMoth","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-windowsTile336H-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-windowsTile336H-v3.png","name":"windowsTile336H","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoFifteenBySeven1305-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-videoFifteenBySeven1305-v3.png","name":"videoFifteenBySeven1305","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.8":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-miniMoth-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-windowsTile336H-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoFifteenBySeven1305-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.9":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-facebookJumbo-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-facebookJumbo-v3.png","name":"facebookJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.10":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-facebookJumbo-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-watch308-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-watch308-v2.png","name":"watch308","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-watch268-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-watch268-v2.png","name":"watch268","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.11":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-watch308-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-watch268-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.12":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-mobileMasterAt3x-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-mobileMasterAt3x-v3.png","name":"mobileMasterAt3x","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.13":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-mobileMasterAt3x-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGYyNDdlY2ItMjU0YS01OGFjLTlhNmItMWYxNGY4ZjFhMGJh":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvMGYyNDdlY2ItMjU0YS01OGFjLTlhNmItMWYxNGY4ZjFhMGJh","crops({\"cropNames\":[\"THREE_BY_TWO\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGYyNDdlY2ItMjU0YS01OGFjLTlhNmItMWYxNGY4ZjFhMGJh.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0","typename":"ImageCrop"}]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGYyNDdlY2ItMjU0YS01OGFjLTlhNmItMWYxNGY4ZjFhMGJh.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0":{"name":"THREE_BY_TWO","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-mediumThreeByTwo378.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-threeByTwoLargeAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-threeByTwoSmallAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-thumbWide.jpg":{"width":190,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fworld\u002F20ukraine-blog-aid-convoy\u002F20ukraine-blog-aid-convoy-thumbWide.jpg","name":"thumbWide","height":126,"__typename":"ImageRendition"},"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-videoThumb.jpg":{"width":75,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fworld\u002F20ukraine-blog-aid-convoy\u002F20ukraine-blog-aid-convoy-videoThumb.jpg","name":"videoThumb","height":50,"__typename":"ImageRendition"},"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-videoLarge.jpg":{"width":768,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fworld\u002F20ukraine-blog-aid-convoy\u002F20ukraine-blog-aid-convoy-videoLarge.jpg","name":"videoLarge","height":507,"__typename":"ImageRendition"},"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-mediumThreeByTwo210.jpg":{"width":210,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fworld\u002F20ukraine-blog-aid-convoy\u002F20ukraine-blog-aid-convoy-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","height":140,"__typename":"ImageRendition"},"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-mediumThreeByTwo225.jpg":{"width":225,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fworld\u002F20ukraine-blog-aid-convoy\u002F20ukraine-blog-aid-convoy-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","height":150,"__typename":"ImageRendition"},"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-mediumThreeByTwo440.jpg":{"width":440,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fworld\u002F20ukraine-blog-aid-convoy\u002F20ukraine-blog-aid-convoy-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","height":293,"__typename":"ImageRendition"},"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-mediumThreeByTwo252.jpg":{"width":252,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fworld\u002F20ukraine-blog-aid-convoy\u002F20ukraine-blog-aid-convoy-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","height":168,"__typename":"ImageRendition"},"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-mediumThreeByTwo378.jpg":{"width":378,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fworld\u002F20ukraine-blog-aid-convoy\u002F20ukraine-blog-aid-convoy-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","height":252,"__typename":"ImageRendition"},"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-threeByTwoLargeAt2X.jpg":{"width":1169,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fworld\u002F20ukraine-blog-aid-convoy\u002F20ukraine-blog-aid-convoy-threeByTwoLargeAt2X.jpg","name":"threeByTwoLargeAt2X","height":780,"__typename":"ImageRendition"},"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-threeByTwoMediumAt2X.jpg":{"width":1169,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fworld\u002F20ukraine-blog-aid-convoy\u002F20ukraine-blog-aid-convoy-threeByTwoMediumAt2X.jpg","name":"threeByTwoMediumAt2X","height":780,"__typename":"ImageRendition"},"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-threeByTwoSmallAt2X.jpg":{"width":600,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fworld\u002F20ukraine-blog-aid-convoy\u002F20ukraine-blog-aid-convoy-threeByTwoSmallAt2X.jpg","name":"threeByTwoSmallAt2X","height":400,"__typename":"ImageRendition"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.0":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjczM2M5LTQzMWUtNTdiNC05YjRmLTdlODQxMDkzMDRiMw==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzcxZWViMjhlLTY2MTctNWVjYS1iNDFhLThlY2U0MmU0MDVlNQ==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzcxZWViMjhlLTY2MTctNWVjYS1iNDFhLThlY2U0MmU0MDVlNQ==","url":"https:\u002F\u002Fwww.nytimes.com\u002Farticle\u002Ffederal-mask-mandate-airport.html","firstPublished":"2022-04-20T22:30:18.000Z","typeOfMaterials":{"type":"json","json":["News"]},"archiveProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzcxZWViMjhlLTY2MTctNWVjYS1iNDFhLThlY2U0MmU0MDVlNQ==.archiveProperties","typename":"ArticleArchiveProperties"},"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzcxZWViMjhlLTY2MTctNWVjYS1iNDFhLThlY2U0MmU0MDVlNQ==.headline","typename":"CreativeWorkHeadline"},"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzcxZWViMjhlLTY2MTctNWVjYS1iNDFhLThlY2U0MmU0MDVlNQ==.bylines.0","typename":"Byline"}],"kicker":"","summary":"After a federal mask mandate was struck down on Monday, travelers are facing a patchwork of rules spanning air travel, trains, buses, cruise ships and ride-hailing services. Here’s what to know.","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzI5MTY4ZGMtMmY0Yy01ZWYyLTkzOGMtNWI3NmE3ZGE4YjA0","typename":"Image"},"translations":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzcxZWViMjhlLTY2MTctNWVjYS1iNDFhLThlY2U0MmU0MDVlNQ==.archiveProperties":{"lede":"","__typename":"ArticleArchiveProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzcxZWViMjhlLTY2MTctNWVjYS1iNDFhLThlY2U0MmU0MDVlNQ==.headline":{"default":"Where Do Travelers Need to Wear Masks Now?","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzcxZWViMjhlLTY2MTctNWVjYS1iNDFhLThlY2U0MmU0MDVlNQ==.bylines.0":{"renderedRepresentation":"By Heather Murphy and Ceylan Yeginsu","prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9kYjI0ZTk0Yy1mM2U5LTUyOTgtOTk0OS0yYzYzYzMzMTAyYmU=","typename":"Person"},{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9kOWEyYTEyNC0zZGQ0LTU5ZGUtYWY3Yi01MzhhZjU2ZTZlMzk=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi9kOWEyYTEyNC0zZGQ0LTU5ZGUtYWY3Yi01MzhhZjU2ZTZlMzk=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi9kOWEyYTEyNC0zZGQ0LTU5ZGUtYWY3Yi01MzhhZjU2ZTZlMzk=","displayName":"Ceylan Yeginsu","url":"","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk","typename":"Image"},"__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk","crops":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.4","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.5","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.6","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.7","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.8","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.9","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.10","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.11","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.12","typename":"ImageCrop"}],"__typename":"Image"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-articleLarge-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-articleLarge-v2.png","name":"articleLarge","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-popup-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-popup-v2.png","name":"popup","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-blog480-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-blog480-v2.png","name":"blog480","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-blog533-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-blog533-v2.png","name":"blog533","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-blog427-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-blog427-v2.png","name":"blog427","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-tmagSF-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-tmagSF-v2.png","name":"tmagSF","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-tmagArticle-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-tmagArticle-v2.png","name":"tmagArticle","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-slide-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-slide-v2.png","name":"slide","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-jumbo-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-jumbo-v2.png","name":"jumbo","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-superJumbo-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-superJumbo-v2.png","name":"superJumbo","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-blog225-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-blog225-v2.png","name":"blog225","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-master675-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-master675-v2.png","name":"master675","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-master495-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-master495-v2.png","name":"master495","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-master180-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-master180-v2.png","name":"master180","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-master315-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-master315-v2.png","name":"master315","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-master768-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-master768-v2.png","name":"master768","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-articleLarge-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-popup-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-blog480-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-blog533-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-blog427-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-tmagSF-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-tmagArticle-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-slide-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-jumbo-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-superJumbo-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-blog225-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-master675-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-master495-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-master180-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-master315-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-master768-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-thumbStandard-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-thumbStandard-v2.png","name":"thumbStandard","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-blogSmallThumb-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-blogSmallThumb-v2.png","name":"blogSmallThumb","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-thumbLarge-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-thumbLarge-v2.png","name":"thumbLarge","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-smallSquare168-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-smallSquare168-v2.png","name":"smallSquare168","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-smallSquare252-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-smallSquare252-v2.png","name":"smallSquare252","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-thumbStandard-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-blogSmallThumb-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-thumbLarge-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-smallSquare168-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-smallSquare252-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-square320-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-square320-v2.png","name":"square320","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-moth-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-moth-v2.png","name":"moth","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-filmstrip-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-filmstrip-v2.png","name":"filmstrip","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-square640-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-square640-v2.png","name":"square640","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-mediumSquare149-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-mediumSquare149-v2.png","name":"mediumSquare149","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-square320-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-moth-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-filmstrip-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-square640-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-mediumSquare149-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-sfSpan-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-sfSpan-v2.png","name":"sfSpan","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-largeHorizontal375-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-largeHorizontal375-v2.png","name":"largeHorizontal375","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-largeHorizontalJumbo-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-largeHorizontalJumbo-v2.png","name":"largeHorizontalJumbo","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-horizontalMediumAt2X-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-horizontalMediumAt2X-v2.png","name":"horizontalMediumAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-sfSpan-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-largeHorizontal375-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-largeHorizontalJumbo-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-horizontalMediumAt2X-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-hpLarge-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-hpLarge-v2.png","name":"hpLarge","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-largeWidescreen573-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-largeWidescreen573-v2.png","name":"largeWidescreen573","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-largeWidescreen1050-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-largeWidescreen1050-v2.png","name":"largeWidescreen1050","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-hpLarge-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-largeWidescreen573-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-largeWidescreen1050-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-thumbWide-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-thumbWide-v2.png","name":"thumbWide","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoThumb-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-videoThumb-v2.png","name":"videoThumb","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoLarge-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-videoLarge-v2.png","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-mediumThreeByTwo210-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-mediumThreeByTwo210-v2.png","name":"mediumThreeByTwo210","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-mediumThreeByTwo225-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-mediumThreeByTwo225-v2.png","name":"mediumThreeByTwo225","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-mediumThreeByTwo440-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-mediumThreeByTwo440-v2.png","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-mediumThreeByTwo252-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-mediumThreeByTwo252-v2.png","name":"mediumThreeByTwo252","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-mediumThreeByTwo378-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-mediumThreeByTwo378-v2.png","name":"mediumThreeByTwo378","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-threeByTwoLargeAt2X-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-threeByTwoLargeAt2X-v2.png","name":"threeByTwoLargeAt2X","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-threeByTwoMediumAt2X-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-threeByTwoMediumAt2X-v2.png","name":"threeByTwoMediumAt2X","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-threeByTwoSmallAt2X-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-threeByTwoSmallAt2X-v2.png","name":"threeByTwoSmallAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.5":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-thumbWide-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoThumb-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoLarge-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-mediumThreeByTwo210-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-mediumThreeByTwo225-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-mediumThreeByTwo440-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-mediumThreeByTwo252-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-mediumThreeByTwo378-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-threeByTwoLargeAt2X-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-threeByTwoMediumAt2X-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-threeByTwoSmallAt2X-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-articleInline-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-articleInline-v2.png","name":"articleInline","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-hpSmall-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-hpSmall-v2.png","name":"hpSmall","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-blogSmallInline-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-blogSmallInline-v2.png","name":"blogSmallInline","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-mediumFlexible177-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-mediumFlexible177-v2.png","name":"mediumFlexible177","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.6":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-articleInline-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-hpSmall-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-blogSmallInline-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-mediumFlexible177-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSmall-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-videoSmall-v2.png","name":"videoSmall","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoHpMedium-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-videoHpMedium-v2.png","name":"videoHpMedium","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine600-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-videoSixteenByNine600-v2.png","name":"videoSixteenByNine600","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine540-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-videoSixteenByNine540-v2.png","name":"videoSixteenByNine540","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine495-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-videoSixteenByNine495-v2.png","name":"videoSixteenByNine495","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine390-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-videoSixteenByNine390-v2.png","name":"videoSixteenByNine390","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine1050-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-videoSixteenByNine1050-v2.png","name":"videoSixteenByNine1050","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine480-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-videoSixteenByNine480-v2.png","name":"videoSixteenByNine480","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine310-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-videoSixteenByNine310-v2.png","name":"videoSixteenByNine310","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine225-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-videoSixteenByNine225-v2.png","name":"videoSixteenByNine225","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine96-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-videoSixteenByNine96-v2.png","name":"videoSixteenByNine96","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine768-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-videoSixteenByNine768-v2.png","name":"videoSixteenByNine768","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine150-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-videoSixteenByNine150-v2.png","name":"videoSixteenByNine150","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNineJumbo1600-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-videoSixteenByNineJumbo1600-v2.png","name":"videoSixteenByNineJumbo1600","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.7":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSmall-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoHpMedium-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine600-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine540-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine495-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine390-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine1050-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine480-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine310-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine225-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine96-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine768-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine150-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNineJumbo1600-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-miniMoth-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-miniMoth-v2.png","name":"miniMoth","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-windowsTile336H-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-windowsTile336H-v2.png","name":"windowsTile336H","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoFifteenBySeven1305-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-videoFifteenBySeven1305-v2.png","name":"videoFifteenBySeven1305","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.8":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-miniMoth-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-windowsTile336H-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoFifteenBySeven1305-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.9":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-facebookJumbo-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-facebookJumbo-v2.png","name":"facebookJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.10":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-facebookJumbo-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-watch308-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-watch308-v2.png","name":"watch308","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-watch268-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-watch268-v2.png","name":"watch268","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.11":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-watch308-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-watch268-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.12":{"renditions":[],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzI5MTY4ZGMtMmY0Yy01ZWYyLTkzOGMtNWI3NmE3ZGE4YjA0":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvNzI5MTY4ZGMtMmY0Yy01ZWYyLTkzOGMtNWI3NmE3ZGE4YjA0","crops({\"cropNames\":[\"THREE_BY_TWO\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzI5MTY4ZGMtMmY0Yy01ZWYyLTkzOGMtNWI3NmE3ZGE4YjA0.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0","typename":"ImageCrop"}]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzI5MTY4ZGMtMmY0Yy01ZWYyLTkzOGMtNWI3NmE3ZGE4YjA0.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0":{"name":"THREE_BY_TWO","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-mediumThreeByTwo378.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-threeByTwoLargeAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-threeByTwoSmallAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-thumbWide.jpg":{"width":190,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Ftravel\u002Fxxmask-explainer-1\u002Fxxmask-explainer-1-thumbWide.jpg","name":"thumbWide","height":126,"__typename":"ImageRendition"},"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-videoThumb.jpg":{"width":75,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Ftravel\u002Fxxmask-explainer-1\u002Fxxmask-explainer-1-videoThumb.jpg","name":"videoThumb","height":50,"__typename":"ImageRendition"},"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-videoLarge.jpg":{"width":768,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Ftravel\u002Fxxmask-explainer-1\u002Fxxmask-explainer-1-videoLarge.jpg","name":"videoLarge","height":507,"__typename":"ImageRendition"},"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-mediumThreeByTwo210.jpg":{"width":210,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Ftravel\u002Fxxmask-explainer-1\u002Fxxmask-explainer-1-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","height":140,"__typename":"ImageRendition"},"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-mediumThreeByTwo225.jpg":{"width":225,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Ftravel\u002Fxxmask-explainer-1\u002Fxxmask-explainer-1-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","height":150,"__typename":"ImageRendition"},"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-mediumThreeByTwo440.jpg":{"width":440,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Ftravel\u002Fxxmask-explainer-1\u002Fxxmask-explainer-1-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","height":293,"__typename":"ImageRendition"},"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-mediumThreeByTwo252.jpg":{"width":252,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Ftravel\u002Fxxmask-explainer-1\u002Fxxmask-explainer-1-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","height":168,"__typename":"ImageRendition"},"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-mediumThreeByTwo378.jpg":{"width":378,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Ftravel\u002Fxxmask-explainer-1\u002Fxxmask-explainer-1-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","height":252,"__typename":"ImageRendition"},"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-threeByTwoLargeAt2X.jpg":{"width":3998,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Ftravel\u002Fxxmask-explainer-1\u002Fxxmask-explainer-1-threeByTwoLargeAt2X.jpg","name":"threeByTwoLargeAt2X","height":2667,"__typename":"ImageRendition"},"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-threeByTwoMediumAt2X.jpg":{"width":1500,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Ftravel\u002Fxxmask-explainer-1\u002Fxxmask-explainer-1-threeByTwoMediumAt2X.jpg","name":"threeByTwoMediumAt2X","height":1001,"__typename":"ImageRendition"},"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-threeByTwoSmallAt2X.jpg":{"width":600,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Ftravel\u002Fxxmask-explainer-1\u002Fxxmask-explainer-1-threeByTwoSmallAt2X.jpg","name":"threeByTwoSmallAt2X","height":400,"__typename":"ImageRendition"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.1":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzcxZWViMjhlLTY2MTctNWVjYS1iNDFhLThlY2U0MmU0MDVlNQ==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzNhODEyMmVjLWE0YTItNTRmYy04ZDJlLTkzNWNlYTI1ZThjYw==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzNhODEyMmVjLWE0YTItNTRmYy04ZDJlLTkzNWNlYTI1ZThjYw==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F20\u002Fus\u002Fpolitics\u002Fcdc-transportation-mask-mandate.html","firstPublished":"2022-04-20T22:17:48.000Z","typeOfMaterials":{"type":"json","json":["News"]},"archiveProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzNhODEyMmVjLWE0YTItNTRmYy04ZDJlLTkzNWNlYTI1ZThjYw==.archiveProperties","typename":"ArticleArchiveProperties"},"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzNhODEyMmVjLWE0YTItNTRmYy04ZDJlLTkzNWNlYTI1ZThjYw==.headline","typename":"CreativeWorkHeadline"},"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzNhODEyMmVjLWE0YTItNTRmYy04ZDJlLTkzNWNlYTI1ZThjYw==.bylines.0","typename":"Byline"}],"kicker":"","summary":"The Centers for Disease Control and Prevention ruled the mandate “necessary,” but an appeal risks creating a precedent that could permanently constrain the agency.","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZTNlMzZjODgtYjFmOS01NWFhLTg5YmEtMGE1ZjcyODZmODg0","typename":"Image"},"translations":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzNhODEyMmVjLWE0YTItNTRmYy04ZDJlLTkzNWNlYTI1ZThjYw==.archiveProperties":{"lede":"","__typename":"ArticleArchiveProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzNhODEyMmVjLWE0YTItNTRmYy04ZDJlLTkzNWNlYTI1ZThjYw==.headline":{"default":"Justice Dept. Appeals to Reinstate Transportation Mask Mandate","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzNhODEyMmVjLWE0YTItNTRmYy04ZDJlLTkzNWNlYTI1ZThjYw==.bylines.0":{"renderedRepresentation":"By Sheryl Gay Stolberg","prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9lZjYyMTYzOS00OTkwLTVjYjItYjAyZC0zYjdjMjgzZGYyY2E=","typename":"Person"}],"__typename":"Byline"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy","crops":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.4","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.5","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.6","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.7","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.8","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.9","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.10","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.11","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.12","typename":"ImageCrop"}],"__typename":"Image"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-articleLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-articleLarge.png","name":"articleLarge","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-popup.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-popup.png","name":"popup","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-blog480.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-blog480.png","name":"blog480","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-blog533.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-blog533.png","name":"blog533","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-blog427.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-blog427.png","name":"blog427","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-tmagSF.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-tmagSF.png","name":"tmagSF","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-tmagArticle.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-tmagArticle.png","name":"tmagArticle","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-slide.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-slide.png","name":"slide","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-jumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-jumbo.png","name":"jumbo","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-superJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-superJumbo.png","name":"superJumbo","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-blog225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-blog225.png","name":"blog225","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-master675.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-master675.png","name":"master675","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-master495.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-master495.png","name":"master495","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-master180.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-master180.png","name":"master180","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-master315.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-master315.png","name":"master315","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-master768.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-master768.png","name":"master768","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-articleLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-popup.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-blog480.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-blog533.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-blog427.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-tmagSF.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-tmagArticle.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-slide.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-jumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-superJumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-blog225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-master675.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-master495.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-master180.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-master315.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-master768.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-thumbStandard.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-thumbStandard.png","name":"thumbStandard","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-blogSmallThumb.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-blogSmallThumb.png","name":"blogSmallThumb","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-thumbLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-thumbLarge.png","name":"thumbLarge","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-smallSquare168.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-smallSquare168.png","name":"smallSquare168","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-smallSquare252.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-smallSquare252.png","name":"smallSquare252","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-thumbStandard.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-blogSmallThumb.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-thumbLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-smallSquare168.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-smallSquare252.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-square320.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-square320.png","name":"square320","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-moth.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-moth.png","name":"moth","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-filmstrip.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-filmstrip.png","name":"filmstrip","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-square640.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-square640.png","name":"square640","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-mediumSquare149.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-mediumSquare149.png","name":"mediumSquare149","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-square320.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-moth.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-filmstrip.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-square640.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-mediumSquare149.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-sfSpan.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-sfSpan.png","name":"sfSpan","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-largeHorizontal375.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-largeHorizontal375.png","name":"largeHorizontal375","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-largeHorizontalJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-largeHorizontalJumbo.png","name":"largeHorizontalJumbo","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-horizontalMediumAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-horizontalMediumAt2X.png","name":"horizontalMediumAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-sfSpan.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-largeHorizontal375.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-largeHorizontalJumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-horizontalMediumAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-hpLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-hpLarge.png","name":"hpLarge","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-largeWidescreen573.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-largeWidescreen573.png","name":"largeWidescreen573","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-largeWidescreen1050.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-largeWidescreen1050.png","name":"largeWidescreen1050","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-hpLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-largeWidescreen573.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-largeWidescreen1050.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-thumbWide.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-thumbWide.png","name":"thumbWide","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoThumb.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-videoThumb.png","name":"videoThumb","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-videoLarge.png","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-mediumThreeByTwo210.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-mediumThreeByTwo210.png","name":"mediumThreeByTwo210","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-mediumThreeByTwo225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-mediumThreeByTwo225.png","name":"mediumThreeByTwo225","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-mediumThreeByTwo440.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-mediumThreeByTwo440.png","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-mediumThreeByTwo252.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-mediumThreeByTwo252.png","name":"mediumThreeByTwo252","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-mediumThreeByTwo378.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-mediumThreeByTwo378.png","name":"mediumThreeByTwo378","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-threeByTwoLargeAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-threeByTwoLargeAt2X.png","name":"threeByTwoLargeAt2X","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-threeByTwoMediumAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-threeByTwoMediumAt2X.png","name":"threeByTwoMediumAt2X","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-threeByTwoSmallAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-threeByTwoSmallAt2X.png","name":"threeByTwoSmallAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.5":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-thumbWide.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoThumb.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-mediumThreeByTwo210.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-mediumThreeByTwo225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-mediumThreeByTwo440.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-mediumThreeByTwo252.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-mediumThreeByTwo378.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-threeByTwoLargeAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-threeByTwoMediumAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-threeByTwoSmallAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-articleInline.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-articleInline.png","name":"articleInline","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-hpSmall.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-hpSmall.png","name":"hpSmall","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-blogSmallInline.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-blogSmallInline.png","name":"blogSmallInline","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-mediumFlexible177.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-mediumFlexible177.png","name":"mediumFlexible177","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.6":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-articleInline.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-hpSmall.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-blogSmallInline.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-mediumFlexible177.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSmall.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-videoSmall.png","name":"videoSmall","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoHpMedium.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-videoHpMedium.png","name":"videoHpMedium","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine600.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-videoSixteenByNine600.png","name":"videoSixteenByNine600","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine540.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-videoSixteenByNine540.png","name":"videoSixteenByNine540","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine495.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-videoSixteenByNine495.png","name":"videoSixteenByNine495","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine390.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-videoSixteenByNine390.png","name":"videoSixteenByNine390","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine1050.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-videoSixteenByNine1050.png","name":"videoSixteenByNine1050","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine480.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-videoSixteenByNine480.png","name":"videoSixteenByNine480","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine310.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-videoSixteenByNine310.png","name":"videoSixteenByNine310","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-videoSixteenByNine225.png","name":"videoSixteenByNine225","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine96.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-videoSixteenByNine96.png","name":"videoSixteenByNine96","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine768.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-videoSixteenByNine768.png","name":"videoSixteenByNine768","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine150.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-videoSixteenByNine150.png","name":"videoSixteenByNine150","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNineJumbo1600.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-videoSixteenByNineJumbo1600.png","name":"videoSixteenByNineJumbo1600","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.7":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSmall.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoHpMedium.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine600.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine540.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine495.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine390.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine1050.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine480.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine310.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine96.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine768.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine150.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNineJumbo1600.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-miniMoth.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-miniMoth.png","name":"miniMoth","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-windowsTile336H.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-windowsTile336H.png","name":"windowsTile336H","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoFifteenBySeven1305.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-videoFifteenBySeven1305.png","name":"videoFifteenBySeven1305","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.8":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-miniMoth.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-windowsTile336H.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoFifteenBySeven1305.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.9":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-facebookJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-facebookJumbo.png","name":"facebookJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.10":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-facebookJumbo.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-watch308.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-watch308.png","name":"watch308","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-watch268.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-watch268.png","name":"watch268","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.11":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-watch308.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-watch268.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.12":{"renditions":[],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZTNlMzZjODgtYjFmOS01NWFhLTg5YmEtMGE1ZjcyODZmODg0":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvZTNlMzZjODgtYjFmOS01NWFhLTg5YmEtMGE1ZjcyODZmODg0","crops({\"cropNames\":[\"THREE_BY_TWO\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZTNlMzZjODgtYjFmOS01NWFhLTg5YmEtMGE1ZjcyODZmODg0.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0","typename":"ImageCrop"}]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZTNlMzZjODgtYjFmOS01NWFhLTg5YmEtMGE1ZjcyODZmODg0.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0":{"name":"THREE_BY_TWO","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-mediumThreeByTwo378.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-threeByTwoLargeAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-threeByTwoSmallAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-thumbWide.jpg":{"width":190,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fus\u002Fpolitics\u002F20dc-cdc-1\u002Fmerlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-thumbWide.jpg","name":"thumbWide","height":126,"__typename":"ImageRendition"},"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-videoThumb.jpg":{"width":75,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fus\u002Fpolitics\u002F20dc-cdc-1\u002Fmerlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-videoThumb.jpg","name":"videoThumb","height":50,"__typename":"ImageRendition"},"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-videoLarge.jpg":{"width":768,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fus\u002Fpolitics\u002F20dc-cdc-1\u002Fmerlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-videoLarge.jpg","name":"videoLarge","height":507,"__typename":"ImageRendition"},"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-mediumThreeByTwo210.jpg":{"width":210,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fus\u002Fpolitics\u002F20dc-cdc-1\u002Fmerlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","height":140,"__typename":"ImageRendition"},"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-mediumThreeByTwo225.jpg":{"width":225,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fus\u002Fpolitics\u002F20dc-cdc-1\u002Fmerlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","height":150,"__typename":"ImageRendition"},"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-mediumThreeByTwo440.jpg":{"width":440,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fus\u002Fpolitics\u002F20dc-cdc-1\u002Fmerlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","height":293,"__typename":"ImageRendition"},"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-mediumThreeByTwo252.jpg":{"width":252,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fus\u002Fpolitics\u002F20dc-cdc-1\u002Fmerlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","height":168,"__typename":"ImageRendition"},"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-mediumThreeByTwo378.jpg":{"width":378,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fus\u002Fpolitics\u002F20dc-cdc-1\u002Fmerlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","height":252,"__typename":"ImageRendition"},"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-threeByTwoLargeAt2X.jpg":{"width":5568,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fus\u002Fpolitics\u002F20dc-cdc-1\u002Fmerlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-threeByTwoLargeAt2X.jpg","name":"threeByTwoLargeAt2X","height":3712,"__typename":"ImageRendition"},"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-threeByTwoMediumAt2X.jpg":{"width":1500,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fus\u002Fpolitics\u002F20dc-cdc-1\u002Fmerlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-threeByTwoMediumAt2X.jpg","name":"threeByTwoMediumAt2X","height":1000,"__typename":"ImageRendition"},"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-threeByTwoSmallAt2X.jpg":{"width":600,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fus\u002Fpolitics\u002F20dc-cdc-1\u002Fmerlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-threeByTwoSmallAt2X.jpg","name":"threeByTwoSmallAt2X","height":400,"__typename":"ImageRendition"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.2":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzNhODEyMmVjLWE0YTItNTRmYy04ZDJlLTkzNWNlYTI1ZThjYw==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzBiNGMxOTRkLTExNGYtNTAxNy1iZTQ5LWQxYTc1MjMxNzdjZA==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzBiNGMxOTRkLTExNGYtNTAxNy1iZTQ5LWQxYTc1MjMxNzdjZA==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F20\u002Fhealth\u002Ftime-restricted-diets.html","firstPublished":"2022-04-20T21:00:07.000Z","typeOfMaterials":{"type":"json","json":["News"]},"archiveProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzBiNGMxOTRkLTExNGYtNTAxNy1iZTQ5LWQxYTc1MjMxNzdjZA==.archiveProperties","typename":"ArticleArchiveProperties"},"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzBiNGMxOTRkLTExNGYtNTAxNy1iZTQ5LWQxYTc1MjMxNzdjZA==.headline","typename":"CreativeWorkHeadline"},"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzBiNGMxOTRkLTExNGYtNTAxNy1iZTQ5LWQxYTc1MjMxNzdjZA==.bylines.0","typename":"Byline"}],"kicker":"","summary":"In a yearlong study, participants who confined meals to certain hours lost no more weight than those who ate at any time.","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzExNzRlMzEtMmNjNy01MGQ1LTkzYjUtYTgzMjJjZTAyZTk4","typename":"Image"},"translations":[],"lastMajorModification":"2022-04-20T21:19:56.000Z","displayProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzBiNGMxOTRkLTExNGYtNTAxNy1iZTQ5LWQxYTc1MjMxNzdjZA==.displayProperties","typename":"CreativeWorkDisplayProperties"},"column":null,"printInformation":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzBiNGMxOTRkLTExNGYtNTAxNy1iZTQ5LWQxYTc1MjMxNzdjZA==.printInformation","typename":"PrintInformation"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzBiNGMxOTRkLTExNGYtNTAxNy1iZTQ5LWQxYTc1MjMxNzdjZA==.archiveProperties":{"lede":"","__typename":"ArticleArchiveProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzBiNGMxOTRkLTExNGYtNTAxNy1iZTQ5LWQxYTc1MjMxNzdjZA==.headline":{"default":"Scientists Find No Benefit to Time-Restricted Eating","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzBiNGMxOTRkLTExNGYtNTAxNy1iZTQ5LWQxYTc1MjMxNzdjZA==.bylines.0":{"renderedRepresentation":"By Gina Kolata","prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi80NDlmMjA4MS1mMjVmLTVhMjQtYTdmOS0xZDBiMDM4YjAxMDE=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi80NDlmMjA4MS1mMjVmLTVhMjQtYTdmOS0xZDBiMDM4YjAxMDE=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi80NDlmMjA4MS1mMjVmLTVhMjQtYTdmOS0xZDBiMDM4YjAxMDE=","displayName":"Gina Kolata","url":"","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5","typename":"Image"},"__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5","crops":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.4","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.5","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.6","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.7","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.8","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.9","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.10","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.11","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.12","typename":"ImageCrop"}],"__typename":"Image"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-articleLarge.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-articleLarge.jpg","name":"articleLarge","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-popup.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-popup.jpg","name":"popup","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-blog480.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-blog480.jpg","name":"blog480","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-blog533.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-blog533.jpg","name":"blog533","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-blog427.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-blog427.jpg","name":"blog427","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-tmagSF.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-tmagSF.jpg","name":"tmagSF","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-tmagArticle.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-tmagArticle.jpg","name":"tmagArticle","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-slide.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-slide.jpg","name":"slide","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-jumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-jumbo.jpg","name":"jumbo","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-superJumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-superJumbo.jpg","name":"superJumbo","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-blog225.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-blog225.jpg","name":"blog225","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-master675.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-master675.jpg","name":"master675","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-master495.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-master495.jpg","name":"master495","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-master180.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-master180.jpg","name":"master180","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-master315.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-master315.jpg","name":"master315","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-master768.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-master768.jpg","name":"master768","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-articleLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-popup.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-blog480.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-blog533.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-blog427.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-tmagSF.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-tmagArticle.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-slide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-jumbo.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-superJumbo.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-blog225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-master675.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-master495.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-master180.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-master315.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-master768.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-thumbStandard.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-thumbStandard.jpg","name":"thumbStandard","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-blogSmallThumb.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-blogSmallThumb.jpg","name":"blogSmallThumb","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-thumbLarge.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-thumbLarge.jpg","name":"thumbLarge","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-smallSquare168.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-smallSquare168.jpg","name":"smallSquare168","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-smallSquare252.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-smallSquare252.jpg","name":"smallSquare252","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-blogSmallThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-thumbLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-smallSquare168.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-smallSquare252.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-square320.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-square320.jpg","name":"square320","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-moth.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-moth.jpg","name":"moth","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-filmstrip.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-filmstrip.jpg","name":"filmstrip","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-square640.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-square640.jpg","name":"square640","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-mediumSquare149.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-mediumSquare149.jpg","name":"mediumSquare149","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-square320.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-moth.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-filmstrip.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-square640.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-mediumSquare149.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-sfSpan.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-sfSpan.jpg","name":"sfSpan","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-largeHorizontal375.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-largeHorizontal375.jpg","name":"largeHorizontal375","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-largeHorizontalJumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-largeHorizontalJumbo.jpg","name":"largeHorizontalJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-sfSpan.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-largeHorizontal375.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-largeHorizontalJumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-hpLarge.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-hpLarge.jpg","name":"hpLarge","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-largeWidescreen573.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-largeWidescreen573.jpg","name":"largeWidescreen573","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-hpLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-largeWidescreen573.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-thumbWide.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-thumbWide.jpg","name":"thumbWide","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoThumb.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-videoThumb.jpg","name":"videoThumb","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoLarge.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-videoLarge.jpg","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-mediumThreeByTwo210.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-mediumThreeByTwo225.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-mediumThreeByTwo440.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-mediumThreeByTwo252.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-mediumThreeByTwo378.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.5":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-mediumThreeByTwo378.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-articleInline.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-articleInline.jpg","name":"articleInline","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-hpSmall.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-hpSmall.jpg","name":"hpSmall","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-blogSmallInline.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-blogSmallInline.jpg","name":"blogSmallInline","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-mediumFlexible177.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-mediumFlexible177.jpg","name":"mediumFlexible177","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.6":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-articleInline.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-hpSmall.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-blogSmallInline.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-mediumFlexible177.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSmall.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-videoSmall.jpg","name":"videoSmall","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoHpMedium.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-videoHpMedium.jpg","name":"videoHpMedium","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNine600.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-videoSixteenByNine600.jpg","name":"videoSixteenByNine600","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNine540.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-videoSixteenByNine540.jpg","name":"videoSixteenByNine540","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNine495.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-videoSixteenByNine495.jpg","name":"videoSixteenByNine495","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNine390.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-videoSixteenByNine390.jpg","name":"videoSixteenByNine390","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNine480.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-videoSixteenByNine480.jpg","name":"videoSixteenByNine480","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNine310.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-videoSixteenByNine310.jpg","name":"videoSixteenByNine310","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNine225.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-videoSixteenByNine225.jpg","name":"videoSixteenByNine225","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNine96.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-videoSixteenByNine96.jpg","name":"videoSixteenByNine96","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNine768.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-videoSixteenByNine768.jpg","name":"videoSixteenByNine768","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNine150.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-videoSixteenByNine150.jpg","name":"videoSixteenByNine150","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNineJumbo1600.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-videoSixteenByNineJumbo1600.jpg","name":"videoSixteenByNineJumbo1600","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.7":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSmall.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoHpMedium.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNine600.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNine540.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNine495.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNine390.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNine480.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNine310.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNine225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNine96.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNine768.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNine150.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNineJumbo1600.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-miniMoth.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-miniMoth.jpg","name":"miniMoth","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-windowsTile336H.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-windowsTile336H.jpg","name":"windowsTile336H","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.8":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-miniMoth.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-windowsTile336H.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.9":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-facebookJumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-facebookJumbo.jpg","name":"facebookJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.10":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-facebookJumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-watch308.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-watch308.jpg","name":"watch308","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-watch268.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-watch268.jpg","name":"watch268","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.11":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-watch308.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-watch268.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.12":{"renditions":[],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzExNzRlMzEtMmNjNy01MGQ1LTkzYjUtYTgzMjJjZTAyZTk4":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvNzExNzRlMzEtMmNjNy01MGQ1LTkzYjUtYTgzMjJjZTAyZTk4","crops({\"cropNames\":[\"THREE_BY_TWO\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzExNzRlMzEtMmNjNy01MGQ1LTkzYjUtYTgzMjJjZTAyZTk4.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0","typename":"ImageCrop"}],"caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzExNzRlMzEtMmNjNy01MGQ1LTkzYjUtYTgzMjJjZTAyZTk4.caption","typename":"TextOnlyDocumentBlock"},"credit":"D. Hurst\u002FAlamy","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzExNzRlMzEtMmNjNy01MGQ1LTkzYjUtYTgzMjJjZTAyZTk4.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzExNzRlMzEtMmNjNy01MGQ1LTkzYjUtYTgzMjJjZTAyZTk4.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzExNzRlMzEtMmNjNy01MGQ1LTkzYjUtYTgzMjJjZTAyZTk4.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzExNzRlMzEtMmNjNy01MGQ1LTkzYjUtYTgzMjJjZTAyZTk4.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzExNzRlMzEtMmNjNy01MGQ1LTkzYjUtYTgzMjJjZTAyZTk4.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0":{"name":"THREE_BY_TWO","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220420science20diet20diet-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420science20diet20diet-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420science20diet20diet-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420science20diet20diet-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420science20diet20diet-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420science20diet20diet-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420science20diet20diet-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420science20diet20diet-mediumThreeByTwo378.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420science20diet20diet-threeByTwoLargeAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420science20diet20diet-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420science20diet20diet-threeByTwoSmallAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220420science20diet20diet-thumbWide.jpg":{"width":190,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fscience\u002F20diet\u002F20diet-thumbWide.jpg","name":"thumbWide","height":126,"__typename":"ImageRendition"},"ImageRendition:images20220420science20diet20diet-videoThumb.jpg":{"width":75,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fscience\u002F20diet\u002F20diet-videoThumb.jpg","name":"videoThumb","height":50,"__typename":"ImageRendition"},"ImageRendition:images20220420science20diet20diet-videoLarge.jpg":{"width":768,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fscience\u002F20diet\u002F20diet-videoLarge.jpg","name":"videoLarge","height":507,"__typename":"ImageRendition"},"ImageRendition:images20220420science20diet20diet-mediumThreeByTwo210.jpg":{"width":210,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fscience\u002F20diet\u002F20diet-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","height":140,"__typename":"ImageRendition"},"ImageRendition:images20220420science20diet20diet-mediumThreeByTwo225.jpg":{"width":225,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fscience\u002F20diet\u002F20diet-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","height":150,"__typename":"ImageRendition"},"ImageRendition:images20220420science20diet20diet-mediumThreeByTwo440.jpg":{"width":440,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fscience\u002F20diet\u002F20diet-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","height":293,"__typename":"ImageRendition"},"ImageRendition:images20220420science20diet20diet-mediumThreeByTwo252.jpg":{"width":252,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fscience\u002F20diet\u002F20diet-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","height":168,"__typename":"ImageRendition"},"ImageRendition:images20220420science20diet20diet-mediumThreeByTwo378.jpg":{"width":378,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fscience\u002F20diet\u002F20diet-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","height":252,"__typename":"ImageRendition"},"ImageRendition:images20220420science20diet20diet-threeByTwoLargeAt2X.jpg":{"width":4687,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fscience\u002F20diet\u002F20diet-threeByTwoLargeAt2X.jpg","name":"threeByTwoLargeAt2X","height":3125,"__typename":"ImageRendition"},"ImageRendition:images20220420science20diet20diet-threeByTwoMediumAt2X.jpg":{"width":1500,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fscience\u002F20diet\u002F20diet-threeByTwoMediumAt2X.jpg","name":"threeByTwoMediumAt2X","height":1000,"__typename":"ImageRendition"},"ImageRendition:images20220420science20diet20diet-threeByTwoSmallAt2X.jpg":{"width":600,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fscience\u002F20diet\u002F20diet-threeByTwoSmallAt2X.jpg","name":"threeByTwoSmallAt2X","height":400,"__typename":"ImageRendition"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.3":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzBiNGMxOTRkLTExNGYtNTAxNy1iZTQ5LWQxYTc1MjMxNzdjZA==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M5ODM4ODllLWE3MGYtNWNmMS05NzJhLWJlOGEzYmQ4ZGNhZQ==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M5ODM4ODllLWE3MGYtNWNmMS05NzJhLWJlOGEzYmQ4ZGNhZQ==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F20\u002Fupshot\u002Fprenatal-genetic-tests-warning.html","firstPublished":"2022-04-20T20:20:02.000Z","typeOfMaterials":{"type":"json","json":["News"]},"archiveProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M5ODM4ODllLWE3MGYtNWNmMS05NzJhLWJlOGEzYmQ4ZGNhZQ==.archiveProperties","typename":"ArticleArchiveProperties"},"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M5ODM4ODllLWE3MGYtNWNmMS05NzJhLWJlOGEzYmQ4ZGNhZQ==.headline","typename":"CreativeWorkHeadline"},"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M5ODM4ODllLWE3MGYtNWNmMS05NzJhLWJlOGEzYmQ4ZGNhZQ==.bylines.0","typename":"Byline"}],"kicker":"","summary":"The agency cites concerns that some manufacturers’ claims about test performance “may not be supported with sound scientific evidence.”","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGM0NWE2YWUtZDZjOS01YjQzLTk3OTEtZmJiNjg1Njk0NzNl","typename":"Image"},"translations":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M5ODM4ODllLWE3MGYtNWNmMS05NzJhLWJlOGEzYmQ4ZGNhZQ==.archiveProperties":{"lede":"","__typename":"ArticleArchiveProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M5ODM4ODllLWE3MGYtNWNmMS05NzJhLWJlOGEzYmQ4ZGNhZQ==.headline":{"default":"F.D.A. Warns Patients About Some Prenatal Genetic Tests","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M5ODM4ODllLWE3MGYtNWNmMS05NzJhLWJlOGEzYmQ4ZGNhZQ==.bylines.0":{"renderedRepresentation":"By Aatish Bhatia","prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi8zMzFiYTkzZC0wM2ViLTUwZmYtYTBmZC1hNWJmYWQwMWI5ZWY=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi8zMzFiYTkzZC0wM2ViLTUwZmYtYTBmZC1hNWJmYWQwMWI5ZWY=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi8zMzFiYTkzZC0wM2ViLTUwZmYtYTBmZC1hNWJmYWQwMWI5ZWY=","displayName":"Aatish Bhatia","url":"","promotionalMedia":null,"__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGM0NWE2YWUtZDZjOS01YjQzLTk3OTEtZmJiNjg1Njk0NzNl":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvMGM0NWE2YWUtZDZjOS01YjQzLTk3OTEtZmJiNjg1Njk0NzNl","crops({\"cropNames\":[\"THREE_BY_TWO\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGM0NWE2YWUtZDZjOS01YjQzLTk3OTEtZmJiNjg1Njk0NzNl.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0","typename":"ImageCrop"}]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGM0NWE2YWUtZDZjOS01YjQzLTk3OTEtZmJiNjg1Njk0NzNl.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0":{"name":"THREE_BY_TWO","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-mediumThreeByTwo378.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-threeByTwoLargeAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-threeByTwoSmallAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-thumbWide.jpg":{"width":190,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fmultimedia\u002F00up-prenatal1\u002F00up-prenatal1-thumbWide.jpg","name":"thumbWide","height":126,"__typename":"ImageRendition"},"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-videoThumb.jpg":{"width":75,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fmultimedia\u002F00up-prenatal1\u002F00up-prenatal1-videoThumb.jpg","name":"videoThumb","height":50,"__typename":"ImageRendition"},"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-videoLarge.jpg":{"width":768,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fmultimedia\u002F00up-prenatal1\u002F00up-prenatal1-videoLarge.jpg","name":"videoLarge","height":507,"__typename":"ImageRendition"},"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-mediumThreeByTwo210.jpg":{"width":210,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fmultimedia\u002F00up-prenatal1\u002F00up-prenatal1-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","height":140,"__typename":"ImageRendition"},"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-mediumThreeByTwo225.jpg":{"width":225,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fmultimedia\u002F00up-prenatal1\u002F00up-prenatal1-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","height":150,"__typename":"ImageRendition"},"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-mediumThreeByTwo440.jpg":{"width":440,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fmultimedia\u002F00up-prenatal1\u002F00up-prenatal1-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","height":293,"__typename":"ImageRendition"},"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-mediumThreeByTwo252.jpg":{"width":252,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fmultimedia\u002F00up-prenatal1\u002F00up-prenatal1-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","height":168,"__typename":"ImageRendition"},"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-mediumThreeByTwo378.jpg":{"width":378,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fmultimedia\u002F00up-prenatal1\u002F00up-prenatal1-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","height":252,"__typename":"ImageRendition"},"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-threeByTwoLargeAt2X.jpg":{"width":6000,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fmultimedia\u002F00up-prenatal1\u002F00up-prenatal1-threeByTwoLargeAt2X.jpg","name":"threeByTwoLargeAt2X","height":4000,"__typename":"ImageRendition"},"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-threeByTwoMediumAt2X.jpg":{"width":1500,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fmultimedia\u002F00up-prenatal1\u002F00up-prenatal1-threeByTwoMediumAt2X.jpg","name":"threeByTwoMediumAt2X","height":1000,"__typename":"ImageRendition"},"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-threeByTwoSmallAt2X.jpg":{"width":600,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fmultimedia\u002F00up-prenatal1\u002F00up-prenatal1-threeByTwoSmallAt2X.jpg","name":"threeByTwoSmallAt2X","height":400,"__typename":"ImageRendition"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.4":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M5ODM4ODllLWE3MGYtNWNmMS05NzJhLWJlOGEzYmQ4ZGNhZQ==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzYzNGM0ZDZjLTQzOGQtNTk3Ny04ZTE1LTc2ODFkOTdmNzdjMA==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzYzNGM0ZDZjLTQzOGQtNTk3Ny04ZTE1LTc2ODFkOTdmNzdjMA==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F20\u002Fwell\u002Feat\u002Ftiktok-gut-health.html","firstPublished":"2022-04-20T09:00:23.000Z","typeOfMaterials":{"type":"json","json":["News"]},"archiveProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzYzNGM0ZDZjLTQzOGQtNTk3Ny04ZTE1LTc2ODFkOTdmNzdjMA==.archiveProperties","typename":"ArticleArchiveProperties"},"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzYzNGM0ZDZjLTQzOGQtNTk3Ny04ZTE1LTc2ODFkOTdmNzdjMA==.headline","typename":"CreativeWorkHeadline"},"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzYzNGM0ZDZjLTQzOGQtNTk3Ny04ZTE1LTc2ODFkOTdmNzdjMA==.bylines.0","typename":"Byline"}],"kicker":"","summary":"Despite what social media might have you believe, there is no overnight shortcut to better digestive health.","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMyOTE5MzUtMWFkYS01OTkwLTgyNzUtYzM2MjRkN2NlOTI0","typename":"Image"},"translations":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzYzNGM0ZDZjLTQzOGQtNTk3Ny04ZTE1LTc2ODFkOTdmNzdjMA==.archiveProperties":{"lede":"","__typename":"ArticleArchiveProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzYzNGM0ZDZjLTQzOGQtNTk3Ny04ZTE1LTc2ODFkOTdmNzdjMA==.headline":{"default":"Why Is Gut Health Taking Over TikTok?","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzYzNGM0ZDZjLTQzOGQtNTk3Ny04ZTE1LTc2ODFkOTdmNzdjMA==.bylines.0":{"renderedRepresentation":"By Dani Blum","prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9jZWNkZjMyMi04MjEzLTVlNDEtYjU4Mi0yNWNkNWI1NWQxM2Q=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi9jZWNkZjMyMi04MjEzLTVlNDEtYjU4Mi0yNWNkNWI1NWQxM2Q=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi9jZWNkZjMyMi04MjEzLTVlNDEtYjU4Mi0yNWNkNWI1NWQxM2Q=","displayName":"Dani Blum","url":"","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0","typename":"Image"},"__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0","crops":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.4","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.5","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.6","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.7","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.8","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.9","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.10","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.11","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.12","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.13","typename":"ImageCrop"}],"__typename":"Image"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-articleLarge-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-articleLarge-v3.png","name":"articleLarge","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-popup-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-popup-v3.png","name":"popup","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-blog480-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-blog480-v3.png","name":"blog480","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-blog533-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-blog533-v3.png","name":"blog533","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-blog427-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-blog427-v3.png","name":"blog427","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-tmagSF-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-tmagSF-v3.png","name":"tmagSF","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-tmagArticle-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-tmagArticle-v3.png","name":"tmagArticle","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-slide-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-slide-v3.png","name":"slide","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-jumbo-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-jumbo-v3.png","name":"jumbo","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-superJumbo-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-superJumbo-v3.png","name":"superJumbo","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-blog225-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-blog225-v3.png","name":"blog225","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-master675-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-master675-v3.png","name":"master675","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-master495-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-master495-v3.png","name":"master495","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-master180-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-master180-v3.png","name":"master180","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-master315-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-master315-v3.png","name":"master315","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-master768-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-master768-v3.png","name":"master768","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-articleLarge-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-popup-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-blog480-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-blog533-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-blog427-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-tmagSF-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-tmagArticle-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-slide-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-jumbo-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-superJumbo-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-blog225-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-master675-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-master495-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-master180-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-master315-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-master768-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-thumbStandard-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-thumbStandard-v2.png","name":"thumbStandard","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-blogSmallThumb-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-blogSmallThumb-v2.png","name":"blogSmallThumb","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-thumbLarge-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-thumbLarge-v2.png","name":"thumbLarge","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-smallSquare168-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-smallSquare168-v2.png","name":"smallSquare168","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-smallSquare252-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-smallSquare252-v2.png","name":"smallSquare252","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-thumbStandard-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-blogSmallThumb-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-thumbLarge-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-smallSquare168-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-smallSquare252-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-square320-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-square320-v2.png","name":"square320","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-moth-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-moth-v2.png","name":"moth","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-filmstrip-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-filmstrip-v2.png","name":"filmstrip","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-square640-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-square640-v2.png","name":"square640","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-mediumSquare149-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-mediumSquare149-v2.png","name":"mediumSquare149","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-mediumSquareAt3X-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-mediumSquareAt3X-v2.png","name":"mediumSquareAt3X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-square320-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-moth-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-filmstrip-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-square640-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-mediumSquare149-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-mediumSquareAt3X-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-sfSpan-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-sfSpan-v3.png","name":"sfSpan","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-largeHorizontal375-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-largeHorizontal375-v3.png","name":"largeHorizontal375","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-largeHorizontalJumbo-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-largeHorizontalJumbo-v3.png","name":"largeHorizontalJumbo","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-horizontalMediumAt2X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-horizontalMediumAt2X-v3.png","name":"horizontalMediumAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-sfSpan-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-largeHorizontal375-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-largeHorizontalJumbo-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-horizontalMediumAt2X-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-hpLarge-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-hpLarge-v3.png","name":"hpLarge","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-largeWidescreen573-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-largeWidescreen573-v3.png","name":"largeWidescreen573","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-largeWidescreen1050-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-largeWidescreen1050-v3.png","name":"largeWidescreen1050","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-hpLarge-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-largeWidescreen573-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-largeWidescreen1050-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-thumbWide-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-thumbWide-v3.png","name":"thumbWide","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoThumb-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-videoThumb-v3.png","name":"videoThumb","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoLarge-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-videoLarge-v3.png","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-mediumThreeByTwo210-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-mediumThreeByTwo210-v3.png","name":"mediumThreeByTwo210","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-mediumThreeByTwo225-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-mediumThreeByTwo225-v3.png","name":"mediumThreeByTwo225","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-mediumThreeByTwo440-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-mediumThreeByTwo440-v3.png","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-mediumThreeByTwo252-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-mediumThreeByTwo252-v3.png","name":"mediumThreeByTwo252","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-mediumThreeByTwo378-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-mediumThreeByTwo378-v3.png","name":"mediumThreeByTwo378","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-threeByTwoLargeAt2X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-threeByTwoLargeAt2X-v3.png","name":"threeByTwoLargeAt2X","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-threeByTwoMediumAt2X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-threeByTwoMediumAt2X-v3.png","name":"threeByTwoMediumAt2X","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-threeByTwoSmallAt2X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-threeByTwoSmallAt2X-v3.png","name":"threeByTwoSmallAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.5":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-thumbWide-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoThumb-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoLarge-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-mediumThreeByTwo210-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-mediumThreeByTwo225-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-mediumThreeByTwo440-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-mediumThreeByTwo252-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-mediumThreeByTwo378-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-threeByTwoLargeAt2X-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-threeByTwoMediumAt2X-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-threeByTwoSmallAt2X-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-articleInline-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-articleInline-v3.png","name":"articleInline","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-hpSmall-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-hpSmall-v3.png","name":"hpSmall","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-blogSmallInline-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-blogSmallInline-v3.png","name":"blogSmallInline","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-mediumFlexible177-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-mediumFlexible177-v3.png","name":"mediumFlexible177","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.6":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-articleInline-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-hpSmall-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-blogSmallInline-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-mediumFlexible177-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSmall-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-videoSmall-v3.png","name":"videoSmall","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoHpMedium-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-videoHpMedium-v3.png","name":"videoHpMedium","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine600-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-videoSixteenByNine600-v3.png","name":"videoSixteenByNine600","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine540-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-videoSixteenByNine540-v3.png","name":"videoSixteenByNine540","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine495-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-videoSixteenByNine495-v3.png","name":"videoSixteenByNine495","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine390-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-videoSixteenByNine390-v3.png","name":"videoSixteenByNine390","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine1050-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-videoSixteenByNine1050-v3.png","name":"videoSixteenByNine1050","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine480-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-videoSixteenByNine480-v3.png","name":"videoSixteenByNine480","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine310-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-videoSixteenByNine310-v3.png","name":"videoSixteenByNine310","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine225-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-videoSixteenByNine225-v3.png","name":"videoSixteenByNine225","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine96-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-videoSixteenByNine96-v3.png","name":"videoSixteenByNine96","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine768-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-videoSixteenByNine768-v3.png","name":"videoSixteenByNine768","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine150-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-videoSixteenByNine150-v3.png","name":"videoSixteenByNine150","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNineJumbo1600-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-videoSixteenByNineJumbo1600-v3.png","name":"videoSixteenByNineJumbo1600","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.7":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSmall-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoHpMedium-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine600-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine540-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine495-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine390-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine1050-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine480-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine310-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine225-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine96-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine768-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine150-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNineJumbo1600-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-miniMoth-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-miniMoth-v3.png","name":"miniMoth","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-windowsTile336H-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-windowsTile336H-v3.png","name":"windowsTile336H","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoFifteenBySeven1305-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-videoFifteenBySeven1305-v3.png","name":"videoFifteenBySeven1305","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.8":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-miniMoth-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-windowsTile336H-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoFifteenBySeven1305-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.9":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-facebookJumbo-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-facebookJumbo-v3.png","name":"facebookJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.10":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-facebookJumbo-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-watch308-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-watch308-v2.png","name":"watch308","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-watch268-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-watch268-v2.png","name":"watch268","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.11":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-watch308-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-watch268-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.12":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-mobileMasterAt3x-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-mobileMasterAt3x-v3.png","name":"mobileMasterAt3x","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.13":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-mobileMasterAt3x-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMyOTE5MzUtMWFkYS01OTkwLTgyNzUtYzM2MjRkN2NlOTI0":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMyOTE5MzUtMWFkYS01OTkwLTgyNzUtYzM2MjRkN2NlOTI0","crops({\"cropNames\":[\"THREE_BY_TWO\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMyOTE5MzUtMWFkYS01OTkwLTgyNzUtYzM2MjRkN2NlOTI0.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0","typename":"ImageCrop"}]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMyOTE5MzUtMWFkYS01OTkwLTgyNzUtYzM2MjRkN2NlOTI0.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0":{"name":"THREE_BY_TWO","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-mediumThreeByTwo378.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-threeByTwoLargeAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-threeByTwoSmallAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-thumbWide.jpg":{"width":190,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fwell\u002F20Well-GutHacks\u002F20Well-GutHacks-thumbWide.jpg","name":"thumbWide","height":126,"__typename":"ImageRendition"},"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-videoThumb.jpg":{"width":75,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fwell\u002F20Well-GutHacks\u002F20Well-GutHacks-videoThumb.jpg","name":"videoThumb","height":50,"__typename":"ImageRendition"},"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-videoLarge.jpg":{"width":768,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fwell\u002F20Well-GutHacks\u002F20Well-GutHacks-videoLarge.jpg","name":"videoLarge","height":507,"__typename":"ImageRendition"},"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-mediumThreeByTwo210.jpg":{"width":210,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fwell\u002F20Well-GutHacks\u002F20Well-GutHacks-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","height":140,"__typename":"ImageRendition"},"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-mediumThreeByTwo225.jpg":{"width":225,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fwell\u002F20Well-GutHacks\u002F20Well-GutHacks-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","height":150,"__typename":"ImageRendition"},"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-mediumThreeByTwo440.jpg":{"width":440,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fwell\u002F20Well-GutHacks\u002F20Well-GutHacks-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","height":293,"__typename":"ImageRendition"},"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-mediumThreeByTwo252.jpg":{"width":252,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fwell\u002F20Well-GutHacks\u002F20Well-GutHacks-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","height":168,"__typename":"ImageRendition"},"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-mediumThreeByTwo378.jpg":{"width":378,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fwell\u002F20Well-GutHacks\u002F20Well-GutHacks-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","height":252,"__typename":"ImageRendition"},"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-threeByTwoLargeAt2X.jpg":{"width":2048,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fwell\u002F20Well-GutHacks\u002F20Well-GutHacks-threeByTwoLargeAt2X.jpg","name":"threeByTwoLargeAt2X","height":1365,"__typename":"ImageRendition"},"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-threeByTwoMediumAt2X.jpg":{"width":1500,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fwell\u002F20Well-GutHacks\u002F20Well-GutHacks-threeByTwoMediumAt2X.jpg","name":"threeByTwoMediumAt2X","height":1000,"__typename":"ImageRendition"},"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-threeByTwoSmallAt2X.jpg":{"width":600,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fwell\u002F20Well-GutHacks\u002F20Well-GutHacks-threeByTwoSmallAt2X.jpg","name":"threeByTwoSmallAt2X","height":400,"__typename":"ImageRendition"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.5":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzYzNGM0ZDZjLTQzOGQtNTk3Ny04ZTE1LTc2ODFkOTdmNzdjMA==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzRjN2I0YjJiLTdiMDktNTYwYi1hOGU4LTA4NTE4MGQ0MDkwZA==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzRjN2I0YjJiLTdiMDktNTYwYi1hOGU4LTA4NTE4MGQ0MDkwZA==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002Fmoderna-vaccine-beta-variant.html","firstPublished":"2022-04-19T11:00:07.000Z","typeOfMaterials":{"type":"json","json":["News"]},"archiveProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzRjN2I0YjJiLTdiMDktNTYwYi1hOGU4LTA4NTE4MGQ0MDkwZA==.archiveProperties","typename":"ArticleArchiveProperties"},"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzRjN2I0YjJiLTdiMDktNTYwYi1hOGU4LTA4NTE4MGQ0MDkwZA==.headline","typename":"CreativeWorkHeadline"},"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzRjN2I0YjJiLTdiMDktNTYwYi1hOGU4LTA4NTE4MGQ0MDkwZA==.bylines.0","typename":"Byline"}],"kicker":"","summary":"Researchers combined Moderna’s existing vaccine with one designed to attack the Beta variant, and found it provided a stronger defense against several variants.","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDQ0YmMyZjYtYmY1ZC01ODIwLTg2NWQtZjQ1MjRhZWE0Mjg4","typename":"Image"},"translations":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzRjN2I0YjJiLTdiMDktNTYwYi1hOGU4LTA4NTE4MGQ0MDkwZA==.archiveProperties":{"lede":"","__typename":"ArticleArchiveProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzRjN2I0YjJiLTdiMDktNTYwYi1hOGU4LTA4NTE4MGQ0MDkwZA==.headline":{"default":"Moderna says trial results suggest redesigned vaccines can better protect against variants.","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzRjN2I0YjJiLTdiMDktNTYwYi1hOGU4LTA4NTE4MGQ0MDkwZA==.bylines.0":{"renderedRepresentation":"By Sharon LaFraniere","prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi81NWRhZjA1NC02OWYxLTU0YjQtYWYwZS1jY2I3ZWQzMDI2NjU=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi81NWRhZjA1NC02OWYxLTU0YjQtYWYwZS1jY2I3ZWQzMDI2NjU=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi81NWRhZjA1NC02OWYxLTU0YjQtYWYwZS1jY2I3ZWQzMDI2NjU=","displayName":"Sharon LaFraniere","url":"","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5","typename":"Image"},"__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5","crops":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.4","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.5","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.6","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.7","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.8","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.9","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.10","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.11","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.12","typename":"ImageCrop"}],"__typename":"Image"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-articleLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-articleLarge.png","name":"articleLarge","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-popup.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-popup.png","name":"popup","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-blog480.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-blog480.png","name":"blog480","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-blog533.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-blog533.png","name":"blog533","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-blog427.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-blog427.png","name":"blog427","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-tmagSF.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-tmagSF.png","name":"tmagSF","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-tmagArticle.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-tmagArticle.png","name":"tmagArticle","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-slide.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-slide.png","name":"slide","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-jumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-jumbo.png","name":"jumbo","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-superJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-superJumbo.png","name":"superJumbo","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-blog225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-blog225.png","name":"blog225","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-master675.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-master675.png","name":"master675","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-master495.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-master495.png","name":"master495","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-master180.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-master180.png","name":"master180","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-master315.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-master315.png","name":"master315","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-master768.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-master768.png","name":"master768","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-articleLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-popup.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-blog480.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-blog533.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-blog427.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-tmagSF.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-tmagArticle.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-slide.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-jumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-superJumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-blog225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-master675.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-master495.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-master180.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-master315.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-master768.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-thumbStandard-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-thumbStandard-v3.png","name":"thumbStandard","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-blogSmallThumb.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-blogSmallThumb.png","name":"blogSmallThumb","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-thumbLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-thumbLarge.png","name":"thumbLarge","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-smallSquare168-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-smallSquare168-v2.png","name":"smallSquare168","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-smallSquare252.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-smallSquare252.png","name":"smallSquare252","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-thumbStandard-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-blogSmallThumb.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-thumbLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-smallSquare168-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-smallSquare252.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-square320.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-square320.png","name":"square320","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-moth.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-moth.png","name":"moth","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-filmstrip.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-filmstrip.png","name":"filmstrip","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-square640.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-square640.png","name":"square640","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-mediumSquare149.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-mediumSquare149.png","name":"mediumSquare149","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-square320.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-moth.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-filmstrip.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-square640.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-mediumSquare149.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-sfSpan.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-sfSpan.png","name":"sfSpan","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-largeHorizontal375.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-largeHorizontal375.png","name":"largeHorizontal375","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-largeHorizontalJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-largeHorizontalJumbo.png","name":"largeHorizontalJumbo","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-horizontalMediumAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-horizontalMediumAt2X.png","name":"horizontalMediumAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-sfSpan.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-largeHorizontal375.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-largeHorizontalJumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-horizontalMediumAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-hpLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-hpLarge.png","name":"hpLarge","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-largeWidescreen573.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-largeWidescreen573.png","name":"largeWidescreen573","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-hpLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-largeWidescreen573.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-thumbWide.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-thumbWide.png","name":"thumbWide","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoThumb.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-videoThumb.png","name":"videoThumb","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-videoLarge.png","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-mediumThreeByTwo210.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-mediumThreeByTwo210.png","name":"mediumThreeByTwo210","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-mediumThreeByTwo225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-mediumThreeByTwo225.png","name":"mediumThreeByTwo225","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-mediumThreeByTwo440.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-mediumThreeByTwo440.png","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-mediumThreeByTwo252.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-mediumThreeByTwo252.png","name":"mediumThreeByTwo252","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-mediumThreeByTwo378.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-mediumThreeByTwo378.png","name":"mediumThreeByTwo378","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-threeByTwoLargeAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-threeByTwoLargeAt2X.png","name":"threeByTwoLargeAt2X","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-threeByTwoMediumAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-threeByTwoMediumAt2X.png","name":"threeByTwoMediumAt2X","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-threeByTwoSmallAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-threeByTwoSmallAt2X.png","name":"threeByTwoSmallAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.5":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-thumbWide.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoThumb.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-mediumThreeByTwo210.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-mediumThreeByTwo225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-mediumThreeByTwo440.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-mediumThreeByTwo252.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-mediumThreeByTwo378.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-threeByTwoLargeAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-threeByTwoMediumAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-threeByTwoSmallAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-articleInline.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-articleInline.png","name":"articleInline","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-hpSmall.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-hpSmall.png","name":"hpSmall","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-blogSmallInline.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-blogSmallInline.png","name":"blogSmallInline","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-mediumFlexible177.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-mediumFlexible177.png","name":"mediumFlexible177","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.6":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-articleInline.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-hpSmall.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-blogSmallInline.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-mediumFlexible177.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSmall.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-videoSmall.png","name":"videoSmall","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoHpMedium.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-videoHpMedium.png","name":"videoHpMedium","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNine600.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-videoSixteenByNine600.png","name":"videoSixteenByNine600","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNine540.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-videoSixteenByNine540.png","name":"videoSixteenByNine540","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNine495.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-videoSixteenByNine495.png","name":"videoSixteenByNine495","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNine390.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-videoSixteenByNine390.png","name":"videoSixteenByNine390","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNine480.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-videoSixteenByNine480.png","name":"videoSixteenByNine480","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNine310.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-videoSixteenByNine310.png","name":"videoSixteenByNine310","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNine225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-videoSixteenByNine225.png","name":"videoSixteenByNine225","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNine96.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-videoSixteenByNine96.png","name":"videoSixteenByNine96","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNine768.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-videoSixteenByNine768.png","name":"videoSixteenByNine768","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNine150.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-videoSixteenByNine150.png","name":"videoSixteenByNine150","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNineJumbo1600.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-videoSixteenByNineJumbo1600.png","name":"videoSixteenByNineJumbo1600","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.7":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSmall.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoHpMedium.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNine600.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNine540.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNine495.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNine390.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNine480.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNine310.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNine225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNine96.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNine768.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNine150.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNineJumbo1600.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-miniMoth.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-miniMoth.png","name":"miniMoth","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-windowsTile336H.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-windowsTile336H.png","name":"windowsTile336H","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.8":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-miniMoth.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-windowsTile336H.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.9":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-facebookJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-facebookJumbo.png","name":"facebookJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.10":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-facebookJumbo.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-watch308.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-watch308.png","name":"watch308","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-watch268.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-watch268.png","name":"watch268","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.11":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-watch308.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-watch268.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.12":{"renditions":[],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDQ0YmMyZjYtYmY1ZC01ODIwLTg2NWQtZjQ1MjRhZWE0Mjg4":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvNDQ0YmMyZjYtYmY1ZC01ODIwLTg2NWQtZjQ1MjRhZWE0Mjg4","crops({\"cropNames\":[\"THREE_BY_TWO\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDQ0YmMyZjYtYmY1ZC01ODIwLTg2NWQtZjQ1MjRhZWE0Mjg4.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0","typename":"ImageCrop"}]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDQ0YmMyZjYtYmY1ZC01ODIwLTg2NWQtZjQ1MjRhZWE0Mjg4.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0":{"name":"THREE_BY_TWO","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-mediumThreeByTwo378.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-threeByTwoLargeAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-threeByTwoSmallAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-thumbWide.jpg":{"width":190,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002F19dc-moderna3\u002F19dc-moderna3-thumbWide.jpg","name":"thumbWide","height":126,"__typename":"ImageRendition"},"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-videoThumb.jpg":{"width":75,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002F19dc-moderna3\u002F19dc-moderna3-videoThumb.jpg","name":"videoThumb","height":50,"__typename":"ImageRendition"},"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-videoLarge.jpg":{"width":768,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002F19dc-moderna3\u002F19dc-moderna3-videoLarge.jpg","name":"videoLarge","height":507,"__typename":"ImageRendition"},"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-mediumThreeByTwo210.jpg":{"width":210,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002F19dc-moderna3\u002F19dc-moderna3-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","height":140,"__typename":"ImageRendition"},"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-mediumThreeByTwo225.jpg":{"width":225,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002F19dc-moderna3\u002F19dc-moderna3-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","height":150,"__typename":"ImageRendition"},"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-mediumThreeByTwo440.jpg":{"width":440,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002F19dc-moderna3\u002F19dc-moderna3-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","height":293,"__typename":"ImageRendition"},"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-mediumThreeByTwo252.jpg":{"width":252,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002F19dc-moderna3\u002F19dc-moderna3-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","height":168,"__typename":"ImageRendition"},"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-mediumThreeByTwo378.jpg":{"width":378,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002F19dc-moderna3\u002F19dc-moderna3-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","height":252,"__typename":"ImageRendition"},"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-threeByTwoLargeAt2X.jpg":{"width":3946,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002F19dc-moderna3\u002F19dc-moderna3-threeByTwoLargeAt2X.jpg","name":"threeByTwoLargeAt2X","height":2631,"__typename":"ImageRendition"},"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-threeByTwoMediumAt2X.jpg":{"width":1500,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002F19dc-moderna3\u002F19dc-moderna3-threeByTwoMediumAt2X.jpg","name":"threeByTwoMediumAt2X","height":1000,"__typename":"ImageRendition"},"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-threeByTwoSmallAt2X.jpg":{"width":600,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002F19dc-moderna3\u002F19dc-moderna3-threeByTwoSmallAt2X.jpg","name":"threeByTwoSmallAt2X","height":400,"__typename":"ImageRendition"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.6":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzRjN2I0YjJiLTdiMDktNTYwYi1hOGU4LTA4NTE4MGQ0MDkwZA==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzA2MGU3NjhhLWFjNzktNTQyYi05YTM2LWEzNzUwN2E1ZTQzMA==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzA2MGU3NjhhLWFjNzktNTQyYi05YTM2LWEzNzUwN2E1ZTQzMA==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F19\u002Fmagazine\u002Fmri-brain-activity-psychology.html","firstPublished":"2022-04-19T09:00:18.535Z","typeOfMaterials":{"type":"json","json":["News"]},"archiveProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzA2MGU3NjhhLWFjNzktNTQyYi05YTM2LWEzNzUwN2E1ZTQzMA==.archiveProperties","typename":"ArticleArchiveProperties"},"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzA2MGU3NjhhLWFjNzktNTQyYi05YTM2LWEzNzUwN2E1ZTQzMA==.headline","typename":"CreativeWorkHeadline"},"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzA2MGU3NjhhLWFjNzktNTQyYi05YTM2LWEzNzUwN2E1ZTQzMA==.bylines.0","typename":"Byline"}],"kicker":"Studies Show","summary":"How might we leverage knowing that a particular neurological feature makes someone more vulnerable to autism or Alzheimer’s or more likely to achieve academically?","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzEwNzUwOGMtMWYwYy01MjE4LWE0YmEtNzNlZTdmOTQ1NGQ3","typename":"Image"},"translations":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzA2MGU3NjhhLWFjNzktNTQyYi05YTM2LWEzNzUwN2E1ZTQzMA==.archiveProperties":{"lede":"","__typename":"ArticleArchiveProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzA2MGU3NjhhLWFjNzktNTQyYi05YTM2LWEzNzUwN2E1ZTQzMA==.headline":{"default":"M.R.I.s Are Finding Connections Between Our Brain Activity and Psychology","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzA2MGU3NjhhLWFjNzktNTQyYi05YTM2LWEzNzUwN2E1ZTQzMA==.bylines.0":{"renderedRepresentation":"By Kim Tingley","prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi8xMjE0ZTRjNy0zNTMxLTU2MzMtYmFkZC1jNDdmYmFiZDRjYmU=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi8xMjE0ZTRjNy0zNTMxLTU2MzMtYmFkZC1jNDdmYmFiZDRjYmU=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi8xMjE0ZTRjNy0zNTMxLTU2MzMtYmFkZC1jNDdmYmFiZDRjYmU=","displayName":"Kim Tingley","url":"","promotionalMedia":null,"__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzEwNzUwOGMtMWYwYy01MjE4LWE0YmEtNzNlZTdmOTQ1NGQ3":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvYzEwNzUwOGMtMWYwYy01MjE4LWE0YmEtNzNlZTdmOTQ1NGQ3","crops({\"cropNames\":[\"THREE_BY_TWO\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzEwNzUwOGMtMWYwYy01MjE4LWE0YmEtNzNlZTdmOTQ1NGQ3.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0","typename":"ImageCrop"}]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzEwNzUwOGMtMWYwYy01MjE4LWE0YmEtNzNlZTdmOTQ1NGQ3.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0":{"name":"THREE_BY_TWO","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-mediumThreeByTwo378.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-threeByTwoLargeAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-threeByTwoSmallAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-thumbWide.jpg":{"width":190,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F24\u002Fmagazine\u002F24mag-studiesshow_01\u002F24mag-studiesshow_01-thumbWide.jpg","name":"thumbWide","height":126,"__typename":"ImageRendition"},"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-videoThumb.jpg":{"width":75,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F24\u002Fmagazine\u002F24mag-studiesshow_01\u002F24mag-studiesshow_01-videoThumb.jpg","name":"videoThumb","height":50,"__typename":"ImageRendition"},"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-videoLarge.jpg":{"width":768,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F24\u002Fmagazine\u002F24mag-studiesshow_01\u002F24mag-studiesshow_01-videoLarge.jpg","name":"videoLarge","height":507,"__typename":"ImageRendition"},"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-mediumThreeByTwo210.jpg":{"width":210,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F24\u002Fmagazine\u002F24mag-studiesshow_01\u002F24mag-studiesshow_01-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","height":140,"__typename":"ImageRendition"},"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-mediumThreeByTwo225.jpg":{"width":225,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F24\u002Fmagazine\u002F24mag-studiesshow_01\u002F24mag-studiesshow_01-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","height":150,"__typename":"ImageRendition"},"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-mediumThreeByTwo440.jpg":{"width":440,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F24\u002Fmagazine\u002F24mag-studiesshow_01\u002F24mag-studiesshow_01-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","height":293,"__typename":"ImageRendition"},"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-mediumThreeByTwo252.jpg":{"width":252,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F24\u002Fmagazine\u002F24mag-studiesshow_01\u002F24mag-studiesshow_01-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","height":168,"__typename":"ImageRendition"},"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-mediumThreeByTwo378.jpg":{"width":378,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F24\u002Fmagazine\u002F24mag-studiesshow_01\u002F24mag-studiesshow_01-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","height":252,"__typename":"ImageRendition"},"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-threeByTwoLargeAt2X.jpg":{"width":3432,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F24\u002Fmagazine\u002F24mag-studiesshow_01\u002F24mag-studiesshow_01-threeByTwoLargeAt2X.jpg","name":"threeByTwoLargeAt2X","height":2288,"__typename":"ImageRendition"},"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-threeByTwoMediumAt2X.jpg":{"width":1500,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F24\u002Fmagazine\u002F24mag-studiesshow_01\u002F24mag-studiesshow_01-threeByTwoMediumAt2X.jpg","name":"threeByTwoMediumAt2X","height":1000,"__typename":"ImageRendition"},"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-threeByTwoSmallAt2X.jpg":{"width":600,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F24\u002Fmagazine\u002F24mag-studiesshow_01\u002F24mag-studiesshow_01-threeByTwoSmallAt2X.jpg","name":"threeByTwoSmallAt2X","height":400,"__typename":"ImageRendition"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.7":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzA2MGU3NjhhLWFjNzktNTQyYi05YTM2LWEzNzUwN2E1ZTQzMA==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzc2Zjg1ZjRmLTk1OGUtNTk4OS04MzFlLTBkYmNiNzI4ZTZkOQ==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzc2Zjg1ZjRmLTk1OGUtNTk4OS04MzFlLTBkYmNiNzI4ZTZkOQ==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F17\u002Fus\u002Fsecond-covid-booster-60.html","firstPublished":"2022-04-17T19:07:13.000Z","typeOfMaterials":{"type":"json","json":["News"]},"archiveProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzc2Zjg1ZjRmLTk1OGUtNTk4OS04MzFlLTBkYmNiNzI4ZTZkOQ==.archiveProperties","typename":"ArticleArchiveProperties"},"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzc2Zjg1ZjRmLTk1OGUtNTk4OS04MzFlLTBkYmNiNzI4ZTZkOQ==.headline","typename":"CreativeWorkHeadline"},"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzc2Zjg1ZjRmLTk1OGUtNTk4OS04MzFlLTBkYmNiNzI4ZTZkOQ==.bylines.0","typename":"Byline"}],"kicker":"","summary":"Citing data from Israel, the Biden administration’s Covid response coordinator said a second booster offered significant protection to older people.","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMWI5ZTk4NzgtZWY4Mi01OWYwLWExYTQtOGM2M2E3NzVmM2E3","typename":"Image"},"translations":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzc2Zjg1ZjRmLTk1OGUtNTk4OS04MzFlLTBkYmNiNzI4ZTZkOQ==.archiveProperties":{"lede":"","__typename":"ArticleArchiveProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzc2Zjg1ZjRmLTk1OGUtNTk4OS04MzFlLTBkYmNiNzI4ZTZkOQ==.headline":{"default":"Americans Over 60 Should Get Second Booster, Official Says","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzc2Zjg1ZjRmLTk1OGUtNTk4OS04MzFlLTBkYmNiNzI4ZTZkOQ==.bylines.0":{"renderedRepresentation":"By William Lamb","prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi84OTNiMDhlOS1hZmQ3LTUxZmItOGIwMi0zODJiZDQ5ZGQxOGU=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi84OTNiMDhlOS1hZmQ3LTUxZmItOGIwMi0zODJiZDQ5ZGQxOGU=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi84OTNiMDhlOS1hZmQ3LTUxZmItOGIwMi0zODJiZDQ5ZGQxOGU=","displayName":"William Lamb","url":"","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4","typename":"Image"},"__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4","crops":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.4","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.5","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.6","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.7","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.8","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.9","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.10","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.11","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.12","typename":"ImageCrop"}],"__typename":"Image"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-articleLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-articleLarge.png","name":"articleLarge","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-popup.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-popup.png","name":"popup","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-blog480.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-blog480.png","name":"blog480","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-blog533.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-blog533.png","name":"blog533","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-blog427.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-blog427.png","name":"blog427","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-tmagSF.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-tmagSF.png","name":"tmagSF","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-tmagArticle.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-tmagArticle.png","name":"tmagArticle","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-slide.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-slide.png","name":"slide","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-jumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-jumbo.png","name":"jumbo","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-superJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-superJumbo.png","name":"superJumbo","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-blog225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-blog225.png","name":"blog225","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-master675.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-master675.png","name":"master675","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-master495.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-master495.png","name":"master495","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-master180.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-master180.png","name":"master180","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-master315.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-master315.png","name":"master315","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-master768.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-master768.png","name":"master768","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-articleLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-popup.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-blog480.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-blog533.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-blog427.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-tmagSF.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-tmagArticle.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-slide.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-jumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-superJumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-blog225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-master675.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-master495.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-master180.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-master315.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-master768.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-thumbStandard.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-thumbStandard.png","name":"thumbStandard","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-blogSmallThumb.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-blogSmallThumb.png","name":"blogSmallThumb","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-thumbLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-thumbLarge.png","name":"thumbLarge","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-smallSquare168.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-smallSquare168.png","name":"smallSquare168","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-smallSquare252.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-smallSquare252.png","name":"smallSquare252","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-thumbStandard.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-blogSmallThumb.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-thumbLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-smallSquare168.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-smallSquare252.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-square320.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-square320.png","name":"square320","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-moth.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-moth.png","name":"moth","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-filmstrip.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-filmstrip.png","name":"filmstrip","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-square640.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-square640.png","name":"square640","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-mediumSquare149.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-mediumSquare149.png","name":"mediumSquare149","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-square320.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-moth.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-filmstrip.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-square640.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-mediumSquare149.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-sfSpan.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-sfSpan.png","name":"sfSpan","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-largeHorizontal375.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-largeHorizontal375.png","name":"largeHorizontal375","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-largeHorizontalJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-largeHorizontalJumbo.png","name":"largeHorizontalJumbo","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-horizontalMediumAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-horizontalMediumAt2X.png","name":"horizontalMediumAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-sfSpan.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-largeHorizontal375.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-largeHorizontalJumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-horizontalMediumAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-hpLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-hpLarge.png","name":"hpLarge","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-largeWidescreen573.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-largeWidescreen573.png","name":"largeWidescreen573","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-largeWidescreen1050.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-largeWidescreen1050.png","name":"largeWidescreen1050","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-hpLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-largeWidescreen573.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-largeWidescreen1050.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-thumbWide.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-thumbWide.png","name":"thumbWide","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoThumb.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-videoThumb.png","name":"videoThumb","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-videoLarge.png","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-mediumThreeByTwo210.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-mediumThreeByTwo210.png","name":"mediumThreeByTwo210","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-mediumThreeByTwo225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-mediumThreeByTwo225.png","name":"mediumThreeByTwo225","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-mediumThreeByTwo440.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-mediumThreeByTwo440.png","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-mediumThreeByTwo252.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-mediumThreeByTwo252.png","name":"mediumThreeByTwo252","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-mediumThreeByTwo378.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-mediumThreeByTwo378.png","name":"mediumThreeByTwo378","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-threeByTwoLargeAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-threeByTwoLargeAt2X.png","name":"threeByTwoLargeAt2X","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-threeByTwoMediumAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-threeByTwoMediumAt2X.png","name":"threeByTwoMediumAt2X","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-threeByTwoSmallAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-threeByTwoSmallAt2X.png","name":"threeByTwoSmallAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.5":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-thumbWide.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoThumb.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-mediumThreeByTwo210.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-mediumThreeByTwo225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-mediumThreeByTwo440.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-mediumThreeByTwo252.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-mediumThreeByTwo378.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-threeByTwoLargeAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-threeByTwoMediumAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-threeByTwoSmallAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-articleInline.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-articleInline.png","name":"articleInline","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-hpSmall.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-hpSmall.png","name":"hpSmall","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-blogSmallInline.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-blogSmallInline.png","name":"blogSmallInline","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-mediumFlexible177.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-mediumFlexible177.png","name":"mediumFlexible177","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.6":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-articleInline.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-hpSmall.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-blogSmallInline.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-mediumFlexible177.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSmall.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-videoSmall.png","name":"videoSmall","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoHpMedium.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-videoHpMedium.png","name":"videoHpMedium","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine600.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-videoSixteenByNine600.png","name":"videoSixteenByNine600","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine540.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-videoSixteenByNine540.png","name":"videoSixteenByNine540","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine495.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-videoSixteenByNine495.png","name":"videoSixteenByNine495","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine390.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-videoSixteenByNine390.png","name":"videoSixteenByNine390","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine1050.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-videoSixteenByNine1050.png","name":"videoSixteenByNine1050","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine480.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-videoSixteenByNine480.png","name":"videoSixteenByNine480","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine310.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-videoSixteenByNine310.png","name":"videoSixteenByNine310","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-videoSixteenByNine225.png","name":"videoSixteenByNine225","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine96.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-videoSixteenByNine96.png","name":"videoSixteenByNine96","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine768.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-videoSixteenByNine768.png","name":"videoSixteenByNine768","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine150.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-videoSixteenByNine150.png","name":"videoSixteenByNine150","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNineJumbo1600.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-videoSixteenByNineJumbo1600.png","name":"videoSixteenByNineJumbo1600","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.7":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSmall.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoHpMedium.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine600.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine540.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine495.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine390.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine1050.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine480.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine310.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine96.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine768.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine150.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNineJumbo1600.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-miniMoth.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-miniMoth.png","name":"miniMoth","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-windowsTile336H.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-windowsTile336H.png","name":"windowsTile336H","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoFifteenBySeven1305.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-videoFifteenBySeven1305.png","name":"videoFifteenBySeven1305","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.8":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-miniMoth.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-windowsTile336H.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoFifteenBySeven1305.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.9":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-facebookJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-facebookJumbo.png","name":"facebookJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.10":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-facebookJumbo.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-watch308.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-watch308.png","name":"watch308","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-watch268.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-watch268.png","name":"watch268","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.11":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-watch308.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-watch268.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.12":{"renditions":[],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMWI5ZTk4NzgtZWY4Mi01OWYwLWExYTQtOGM2M2E3NzVmM2E3":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvMWI5ZTk4NzgtZWY4Mi01OWYwLWExYTQtOGM2M2E3NzVmM2E3","crops({\"cropNames\":[\"THREE_BY_TWO\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMWI5ZTk4NzgtZWY4Mi01OWYwLWExYTQtOGM2M2E3NzVmM2E3.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0","typename":"ImageCrop"}]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMWI5ZTk4NzgtZWY4Mi01OWYwLWExYTQtOGM2M2E3NzVmM2E3.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0":{"name":"THREE_BY_TWO","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-mediumThreeByTwo378.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-threeByTwoLargeAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-threeByTwoSmallAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-thumbWide.jpg":{"width":190,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F17\u002Fmultimedia\u002F17xp-vaccine\u002F17xp-vaccine-thumbWide.jpg","name":"thumbWide","height":126,"__typename":"ImageRendition"},"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-videoThumb.jpg":{"width":75,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F17\u002Fmultimedia\u002F17xp-vaccine\u002F17xp-vaccine-videoThumb.jpg","name":"videoThumb","height":50,"__typename":"ImageRendition"},"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-videoLarge.jpg":{"width":768,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F17\u002Fmultimedia\u002F17xp-vaccine\u002F17xp-vaccine-videoLarge.jpg","name":"videoLarge","height":507,"__typename":"ImageRendition"},"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-mediumThreeByTwo210.jpg":{"width":210,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F17\u002Fmultimedia\u002F17xp-vaccine\u002F17xp-vaccine-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","height":140,"__typename":"ImageRendition"},"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-mediumThreeByTwo225.jpg":{"width":225,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F17\u002Fmultimedia\u002F17xp-vaccine\u002F17xp-vaccine-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","height":150,"__typename":"ImageRendition"},"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-mediumThreeByTwo440.jpg":{"width":440,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F17\u002Fmultimedia\u002F17xp-vaccine\u002F17xp-vaccine-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","height":293,"__typename":"ImageRendition"},"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-mediumThreeByTwo252.jpg":{"width":252,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F17\u002Fmultimedia\u002F17xp-vaccine\u002F17xp-vaccine-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","height":168,"__typename":"ImageRendition"},"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-mediumThreeByTwo378.jpg":{"width":378,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F17\u002Fmultimedia\u002F17xp-vaccine\u002F17xp-vaccine-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","height":252,"__typename":"ImageRendition"},"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-threeByTwoLargeAt2X.jpg":{"width":4000,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F17\u002Fmultimedia\u002F17xp-vaccine\u002F17xp-vaccine-threeByTwoLargeAt2X.jpg","name":"threeByTwoLargeAt2X","height":2667,"__typename":"ImageRendition"},"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-threeByTwoMediumAt2X.jpg":{"width":1500,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F17\u002Fmultimedia\u002F17xp-vaccine\u002F17xp-vaccine-threeByTwoMediumAt2X.jpg","name":"threeByTwoMediumAt2X","height":1000,"__typename":"ImageRendition"},"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-threeByTwoSmallAt2X.jpg":{"width":600,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F17\u002Fmultimedia\u002F17xp-vaccine\u002F17xp-vaccine-threeByTwoSmallAt2X.jpg","name":"threeByTwoSmallAt2X","height":400,"__typename":"ImageRendition"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.8":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzc2Zjg1ZjRmLTk1OGUtNTk4OS04MzFlLTBkYmNiNzI4ZTZkOQ==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzAzOTExMTRiLTNlYzItNTljZS05MTUyLWU5MGQ4YWFlNjVhNg==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzAzOTExMTRiLTNlYzItNTljZS05MTUyLWU5MGQ4YWFlNjVhNg==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F17\u002Fus\u002Foffice-birthday-party-lawsuit-kentucky.html","firstPublished":"2022-04-17T09:00:09.000Z","typeOfMaterials":{"type":"json","json":["News"]},"archiveProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzAzOTExMTRiLTNlYzItNTljZS05MTUyLWU5MGQ4YWFlNjVhNg==.archiveProperties","typename":"ArticleArchiveProperties"},"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzAzOTExMTRiLTNlYzItNTljZS05MTUyLWU5MGQ4YWFlNjVhNg==.headline","typename":"CreativeWorkHeadline"},"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzAzOTExMTRiLTNlYzItNTljZS05MTUyLWU5MGQ4YWFlNjVhNg==.bylines.0","typename":"Byline"}],"kicker":"","summary":"The man asked a manager not to have a party because he had an anxiety disorder. What followed spiraled into a legal dispute over whether the man had a panic attack or a violent outburst.","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTRhMjc5NTctZjEwNC01MDBlLTk5MTktYWVlMDU0ZGYyNGNj","typename":"Image"},"translations":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzAzOTExMTRiLTNlYzItNTljZS05MTUyLWU5MGQ4YWFlNjVhNg==.archiveProperties":{"lede":"","__typename":"ArticleArchiveProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzAzOTExMTRiLTNlYzItNTljZS05MTUyLWU5MGQ4YWFlNjVhNg==.headline":{"default":"Jury Awards $450,000 to Man Fired Over Unwanted Office Birthday Party","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzAzOTExMTRiLTNlYzItNTljZS05MTUyLWU5MGQ4YWFlNjVhNg==.bylines.0":{"renderedRepresentation":"By Amanda Holpuch","prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi85Y2FjZjM5Ny01MzdjLTVmMmItYTJiYi1jNzg1Njk0NWFhNDE=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi85Y2FjZjM5Ny01MzdjLTVmMmItYTJiYi1jNzg1Njk0NWFhNDE=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi85Y2FjZjM5Ny01MzdjLTVmMmItYTJiYi1jNzg1Njk0NWFhNDE=","displayName":"Amanda Holpuch","url":"","promotionalMedia":null,"__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTRhMjc5NTctZjEwNC01MDBlLTk5MTktYWVlMDU0ZGYyNGNj":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvYTRhMjc5NTctZjEwNC01MDBlLTk5MTktYWVlMDU0ZGYyNGNj","crops({\"cropNames\":[\"THREE_BY_TWO\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTRhMjc5NTctZjEwNC01MDBlLTk5MTktYWVlMDU0ZGYyNGNj.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0","typename":"ImageCrop"}]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTRhMjc5NTctZjEwNC01MDBlLTk5MTktYWVlMDU0ZGYyNGNj.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0":{"name":"THREE_BY_TWO","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220416us16xp-birthday116xp-birthday1-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220416us16xp-birthday116xp-birthday1-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220416us16xp-birthday116xp-birthday1-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220416us16xp-birthday116xp-birthday1-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220416us16xp-birthday116xp-birthday1-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220416us16xp-birthday116xp-birthday1-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220416us16xp-birthday116xp-birthday1-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220416us16xp-birthday116xp-birthday1-mediumThreeByTwo378.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220416us16xp-birthday116xp-birthday1-threeByTwoLargeAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220416us16xp-birthday116xp-birthday1-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220416us16xp-birthday116xp-birthday1-threeByTwoSmallAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220416us16xp-birthday116xp-birthday1-thumbWide.jpg":{"width":190,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fus\u002F16xp-birthday1\u002F16xp-birthday1-thumbWide.jpg","name":"thumbWide","height":126,"__typename":"ImageRendition"},"ImageRendition:images20220416us16xp-birthday116xp-birthday1-videoThumb.jpg":{"width":75,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fus\u002F16xp-birthday1\u002F16xp-birthday1-videoThumb.jpg","name":"videoThumb","height":50,"__typename":"ImageRendition"},"ImageRendition:images20220416us16xp-birthday116xp-birthday1-videoLarge.jpg":{"width":768,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fus\u002F16xp-birthday1\u002F16xp-birthday1-videoLarge.jpg","name":"videoLarge","height":507,"__typename":"ImageRendition"},"ImageRendition:images20220416us16xp-birthday116xp-birthday1-mediumThreeByTwo210.jpg":{"width":210,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fus\u002F16xp-birthday1\u002F16xp-birthday1-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","height":140,"__typename":"ImageRendition"},"ImageRendition:images20220416us16xp-birthday116xp-birthday1-mediumThreeByTwo225.jpg":{"width":225,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fus\u002F16xp-birthday1\u002F16xp-birthday1-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","height":150,"__typename":"ImageRendition"},"ImageRendition:images20220416us16xp-birthday116xp-birthday1-mediumThreeByTwo440.jpg":{"width":440,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fus\u002F16xp-birthday1\u002F16xp-birthday1-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","height":293,"__typename":"ImageRendition"},"ImageRendition:images20220416us16xp-birthday116xp-birthday1-mediumThreeByTwo252.jpg":{"width":252,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fus\u002F16xp-birthday1\u002F16xp-birthday1-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","height":168,"__typename":"ImageRendition"},"ImageRendition:images20220416us16xp-birthday116xp-birthday1-mediumThreeByTwo378.jpg":{"width":378,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fus\u002F16xp-birthday1\u002F16xp-birthday1-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","height":252,"__typename":"ImageRendition"},"ImageRendition:images20220416us16xp-birthday116xp-birthday1-threeByTwoLargeAt2X.jpg":{"width":2608,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fus\u002F16xp-birthday1\u002F16xp-birthday1-threeByTwoLargeAt2X.jpg","name":"threeByTwoLargeAt2X","height":1739,"__typename":"ImageRendition"},"ImageRendition:images20220416us16xp-birthday116xp-birthday1-threeByTwoMediumAt2X.jpg":{"width":1500,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fus\u002F16xp-birthday1\u002F16xp-birthday1-threeByTwoMediumAt2X.jpg","name":"threeByTwoMediumAt2X","height":1000,"__typename":"ImageRendition"},"ImageRendition:images20220416us16xp-birthday116xp-birthday1-threeByTwoSmallAt2X.jpg":{"width":600,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fus\u002F16xp-birthday1\u002F16xp-birthday1-threeByTwoSmallAt2X.jpg","name":"threeByTwoSmallAt2X","height":400,"__typename":"ImageRendition"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.9":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzAzOTExMTRiLTNlYzItNTljZS05MTUyLWU5MGQ4YWFlNjVhNg==","typename":"Article"},"__typename":"AssetsEdge"},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.socialMedia.0":{"type":"Twitter","account":"@nythealth","__typename":"ContactDetailsSocialMedia"},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.socialMedia.1":{"type":"Facebook","account":"NYTimesScience","__typename":"ContactDetailsSocialMedia"},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.socialMedia.2":{"type":"Facebook","account":"WellNYT","__typename":"ContactDetailsSocialMedia"},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.socialMedia.3":{"type":"Twitter","account":"@nytimeswell","__typename":"ContactDetailsSocialMedia"},"ROOT_QUERY":{"workOrLocation({\"id\":\"\u002Fsection\u002Fhealth\"})":{"type":"id","generated":false,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==","typename":"LegacyCollection"},"lists":{"type":"id","generated":true,"id":"$ROOT_QUERY.lists","typename":"Lists"}},"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}}).pageInfo":{"hasNextPage":false,"hasPreviousPage":false,"startCursor":"YXJyYXljb25uZWN0aW9uOjA=","endCursor":"YXJyYXljb25uZWN0aW9uOjg=","__typename":"PageInfo"},"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}})":{"pageInfo":{"type":"id","generated":true,"id":"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}}).pageInfo","typename":"PageInfo"},"__typename":"PersonalizedItemsConnection","edges":[{"type":"id","generated":true,"id":"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}}).edges.0","typename":"PersonalizedItemsEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}}).edges.1","typename":"PersonalizedItemsEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}}).edges.2","typename":"PersonalizedItemsEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}}).edges.3","typename":"PersonalizedItemsEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}}).edges.4","typename":"PersonalizedItemsEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}}).edges.5","typename":"PersonalizedItemsEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}}).edges.6","typename":"PersonalizedItemsEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}}).edges.7","typename":"PersonalizedItemsEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}}).edges.8","typename":"PersonalizedItemsEdge"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzBiNGMxOTRkLTExNGYtNTAxNy1iZTQ5LWQxYTc1MjMxNzdjZA==.displayProperties":{"showPublicationDate":false,"__typename":"CreativeWorkDisplayProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzBiNGMxOTRkLTExNGYtNTAxNy1iZTQ5LWQxYTc1MjMxNzdjZA==.printInformation":{"section":"A","page":"21","__typename":"PrintInformation"},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzExNzRlMzEtMmNjNy01MGQ1LTkzYjUtYTgzMjJjZTAyZTk4.caption":{"text":"The new study is not the first to test time-restricted eating, but previous studies often were smaller, of shorter duration and without control groups.","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20220420science20diet20diet-jumbo.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fscience\u002F20diet\u002F20diet-jumbo.jpg","width":1024,"height":683,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzExNzRlMzEtMmNjNy01MGQ1LTkzYjUtYTgzMjJjZTAyZTk4.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220420science20diet20diet-jumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220420science20diet20diet-thumbStandard.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fscience\u002F20diet\u002F20diet-thumbStandard.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20220420science20diet20diet-thumbLarge.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fscience\u002F20diet\u002F20diet-thumbLarge.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzExNzRlMzEtMmNjNy01MGQ1LTkzYjUtYTgzMjJjZTAyZTk4.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220420science20diet20diet-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420science20diet20diet-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzExNzRlMzEtMmNjNy01MGQ1LTkzYjUtYTgzMjJjZTAyZTk4.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220420science20diet20diet-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420science20diet20diet-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420science20diet20diet-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420science20diet20diet-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220420science20diet20diet-hpSmall.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fscience\u002F20diet\u002F20diet-hpSmall.jpg","width":163,"height":109,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzExNzRlMzEtMmNjNy01MGQ1LTkzYjUtYTgzMjJjZTAyZTk4.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220420science20diet20diet-hpSmall.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}}).edges.0":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzBiNGMxOTRkLTExNGYtNTAxNy1iZTQ5LWQxYTc1MjMxNzdjZA==","typename":"Article"},"__typename":"PersonalizedItemsEdge"},"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}}).edges.1":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NiMzhmOGNlLTYxMzctNTRiNS05NTRiLTVhNTQ5MzYzZDA2OA==","typename":"Article"},"__typename":"PersonalizedItemsEdge"},"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}}).edges.2":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzZhNGQ3NDk4LTA2MzctNTljNi1hYjdkLWU4NjkxNDg1YjIzOA==","typename":"Article"},"__typename":"PersonalizedItemsEdge"},"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}}).edges.3":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzk3ODA2YzAyLWMzZGQtNTA5Yy05ZjNhLTk4OTg3MTNjYTU4ZA==","typename":"Article"},"__typename":"PersonalizedItemsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzI2YmU3MDcwLTE3OWYtNTA2ZC1iZDViLWU2NzEwNGIwOGE3MA==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzI2YmU3MDcwLTE3OWYtNTA2ZC1iZDViLWU2NzEwNGIwOGE3MA==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F16\u002Fhealth\u002Fglobal-covid-deaths-who-india.html","lastMajorModification":"2022-04-18T09:02:00.000Z","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzI2YmU3MDcwLTE3OWYtNTA2ZC1iZDViLWU2NzEwNGIwOGE3MA==.headline","typename":"CreativeWorkHeadline"},"displayProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzI2YmU3MDcwLTE3OWYtNTA2ZC1iZDViLWU2NzEwNGIwOGE3MA==.displayProperties","typename":"CreativeWorkDisplayProperties"},"summary":"The agency has calculated that 15 million people have died as a result of the pandemic, far more than earlier estimates, but has yet to release those numbers.","kicker":"Global Health","column":null,"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzI2YmU3MDcwLTE3OWYtNTA2ZC1iZDViLWU2NzEwNGIwOGE3MA==.bylines.0","typename":"Byline"}],"printInformation":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzI2YmU3MDcwLTE3OWYtNTA2ZC1iZDViLWU2NzEwNGIwOGE3MA==.printInformation","typename":"PrintInformation"},"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZTgyZmFlMjAtNzdlZi01NzYxLWFhNjItNWU1ODkyYzI3ZjMz","typename":"Image"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzI2YmU3MDcwLTE3OWYtNTA2ZC1iZDViLWU2NzEwNGIwOGE3MA==.headline":{"default":"India Is Stalling the W.H.O.’s Efforts to Make Global Covid Death Toll Public","__typename":"CreativeWorkHeadline"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzI2YmU3MDcwLTE3OWYtNTA2ZC1iZDViLWU2NzEwNGIwOGE3MA==.displayProperties":{"showPublicationDate":false,"__typename":"CreativeWorkDisplayProperties"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzI2YmU3MDcwLTE3OWYtNTA2ZC1iZDViLWU2NzEwNGIwOGE3MA==.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9iNTU1NTgxNi1hM2YzLTU4MGYtYjlhNi1hZTQ3YThmZjAwOTc=","typename":"Person"},{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9kN2I4Y2M3Zi05MWQxLTU5YjMtOTljZC0yN2RiZjVmYTc2NDQ=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi9kN2I4Y2M3Zi05MWQxLTU5YjMtOTljZC0yN2RiZjVmYTc2NDQ=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi9kN2I4Y2M3Zi05MWQxLTU5YjMtOTljZC0yN2RiZjVmYTc2NDQ=","displayName":"Karan Deep Singh","__typename":"Person"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzI2YmU3MDcwLTE3OWYtNTA2ZC1iZDViLWU2NzEwNGIwOGE3MA==.printInformation":{"section":"A","page":"1","__typename":"PrintInformation"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZTgyZmFlMjAtNzdlZi01NzYxLWFhNjItNWU1ODkyYzI3ZjMz":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvZTgyZmFlMjAtNzdlZi01NzYxLWFhNjItNWU1ODkyYzI3ZjMz","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZTgyZmFlMjAtNzdlZi01NzYxLWFhNjItNWU1ODkyYzI3ZjMz.caption","typename":"TextOnlyDocumentBlock"},"credit":"Atul Loke for The New York Times","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZTgyZmFlMjAtNzdlZi01NzYxLWFhNjItNWU1ODkyYzI3ZjMz.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZTgyZmFlMjAtNzdlZi01NzYxLWFhNjItNWU1ODkyYzI3ZjMz.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZTgyZmFlMjAtNzdlZi01NzYxLWFhNjItNWU1ODkyYzI3ZjMz.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZTgyZmFlMjAtNzdlZi01NzYxLWFhNjItNWU1ODkyYzI3ZjMz.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZTgyZmFlMjAtNzdlZi01NzYxLWFhNjItNWU1ODkyYzI3ZjMz.caption":{"text":"A mass cremation in New Delhi during a devastating Covid surge in April 2021.","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20220415science15virus-WHO-deaths1merlin_186952887_7c274e00-bde5-46af-bbd2-9798332b2ade-jumbo.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fscience\u002F15virus-WHO-deaths1\u002Fmerlin_186952887_7c274e00-bde5-46af-bbd2-9798332b2ade-jumbo.jpg","width":1024,"height":683,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZTgyZmFlMjAtNzdlZi01NzYxLWFhNjItNWU1ODkyYzI3ZjMz.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220415science15virus-WHO-deaths1merlin_186952887_7c274e00-bde5-46af-bbd2-9798332b2ade-jumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220415science15virus-WHO-deaths115virus-WHO-deaths1-thumbStandard.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fscience\u002F15virus-WHO-deaths1\u002F15virus-WHO-deaths1-thumbStandard.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20220415science15virus-WHO-deaths115virus-WHO-deaths1-thumbLarge.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fscience\u002F15virus-WHO-deaths1\u002F15virus-WHO-deaths1-thumbLarge.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZTgyZmFlMjAtNzdlZi01NzYxLWFhNjItNWU1ODkyYzI3ZjMz.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220415science15virus-WHO-deaths115virus-WHO-deaths1-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415science15virus-WHO-deaths115virus-WHO-deaths1-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220415science15virus-WHO-deaths1merlin_186952887_7c274e00-bde5-46af-bbd2-9798332b2ade-videoLarge.jpg":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fscience\u002F15virus-WHO-deaths1\u002Fmerlin_186952887_7c274e00-bde5-46af-bbd2-9798332b2ade-videoLarge.jpg","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20220415science15virus-WHO-deaths1merlin_186952887_7c274e00-bde5-46af-bbd2-9798332b2ade-mediumThreeByTwo225.jpg":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fscience\u002F15virus-WHO-deaths1\u002Fmerlin_186952887_7c274e00-bde5-46af-bbd2-9798332b2ade-mediumThreeByTwo225.jpg","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20220415science15virus-WHO-deaths1merlin_186952887_7c274e00-bde5-46af-bbd2-9798332b2ade-mediumThreeByTwo440.jpg":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fscience\u002F15virus-WHO-deaths1\u002Fmerlin_186952887_7c274e00-bde5-46af-bbd2-9798332b2ade-mediumThreeByTwo440.jpg","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20220415science15virus-WHO-deaths1merlin_186952887_7c274e00-bde5-46af-bbd2-9798332b2ade-threeByTwoMediumAt2X.jpg":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fscience\u002F15virus-WHO-deaths1\u002Fmerlin_186952887_7c274e00-bde5-46af-bbd2-9798332b2ade-threeByTwoMediumAt2X.jpg","width":1500,"height":1000,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZTgyZmFlMjAtNzdlZi01NzYxLWFhNjItNWU1ODkyYzI3ZjMz.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220415science15virus-WHO-deaths1merlin_186952887_7c274e00-bde5-46af-bbd2-9798332b2ade-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415science15virus-WHO-deaths1merlin_186952887_7c274e00-bde5-46af-bbd2-9798332b2ade-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415science15virus-WHO-deaths1merlin_186952887_7c274e00-bde5-46af-bbd2-9798332b2ade-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415science15virus-WHO-deaths1merlin_186952887_7c274e00-bde5-46af-bbd2-9798332b2ade-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220415science15virus-WHO-deaths1merlin_186952887_7c274e00-bde5-46af-bbd2-9798332b2ade-hpSmall.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fscience\u002F15virus-WHO-deaths1\u002Fmerlin_186952887_7c274e00-bde5-46af-bbd2-9798332b2ade-hpSmall.jpg","width":163,"height":109,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZTgyZmFlMjAtNzdlZi01NzYxLWFhNjItNWU1ODkyYzI3ZjMz.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220415science15virus-WHO-deaths1merlin_186952887_7c274e00-bde5-46af-bbd2-9798332b2ade-hpSmall.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}}).edges.4":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzI2YmU3MDcwLTE3OWYtNTA2ZC1iZDViLWU2NzEwNGIwOGE3MA==","typename":"Article"},"__typename":"PersonalizedItemsEdge"},"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}}).edges.5":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhNjM2NjMwLWYzMTgtNWUzYi05OWNmLWE1NGFjMWRhZjM5ZA==","typename":"Article"},"__typename":"PersonalizedItemsEdge"},"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}}).edges.6":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FkOGU4MjZlLWM0N2QtNTczNy1hOWUwLWFmNzRhYTI4OTA1NA==","typename":"Article"},"__typename":"PersonalizedItemsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyY2NmNjI1LTZiMjUtNWUyYy1hMjcxLTRjMjllNWY0ZjM5ZA==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyY2NmNjI1LTZiMjUtNWUyYy1hMjcxLTRjMjllNWY0ZjM5ZA==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F14\u002Fhealth\u002Fcovid-cases-tracking.html","lastMajorModification":"2022-04-14T13:50:17.000Z","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyY2NmNjI1LTZiMjUtNWUyYy1hMjcxLTRjMjllNWY0ZjM5ZA==.headline","typename":"CreativeWorkHeadline"},"displayProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyY2NmNjI1LTZiMjUtNWUyYy1hMjcxLTRjMjllNWY0ZjM5ZA==.displayProperties","typename":"CreativeWorkDisplayProperties"},"summary":"An increasing reliance on at-home testing and the closings of mass testing sites are making official case counts less reliable, scientists say.","kicker":"","column":null,"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyY2NmNjI1LTZiMjUtNWUyYy1hMjcxLTRjMjllNWY0ZjM5ZA==.bylines.0","typename":"Byline"}],"printInformation":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyY2NmNjI1LTZiMjUtNWUyYy1hMjcxLTRjMjllNWY0ZjM5ZA==.printInformation","typename":"PrintInformation"},"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZGZlMTljMjgtOWM5Yy01MmFjLWJkYmMtYzE2MWEwMzBkNzQz","typename":"Image"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyY2NmNjI1LTZiMjUtNWUyYy1hMjcxLTRjMjllNWY0ZjM5ZA==.headline":{"default":"Many Virus Cases Go Uncounted. Are There Better Ways to Track the Pandemic?","__typename":"CreativeWorkHeadline"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyY2NmNjI1LTZiMjUtNWUyYy1hMjcxLTRjMjllNWY0ZjM5ZA==.displayProperties":{"showPublicationDate":false,"__typename":"CreativeWorkDisplayProperties"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyY2NmNjI1LTZiMjUtNWUyYy1hMjcxLTRjMjllNWY0ZjM5ZA==.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi83NWVmNGU5ZS0yYmQxLTUzMGQtYTEwZC04ZDJiZTIyZmMxNjI=","typename":"Person"}],"__typename":"Byline"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyY2NmNjI1LTZiMjUtNWUyYy1hMjcxLTRjMjllNWY0ZjM5ZA==.printInformation":{"section":"A","page":"13","__typename":"PrintInformation"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZGZlMTljMjgtOWM5Yy01MmFjLWJkYmMtYzE2MWEwMzBkNzQz":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvZGZlMTljMjgtOWM5Yy01MmFjLWJkYmMtYzE2MWEwMzBkNzQz","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZGZlMTljMjgtOWM5Yy01MmFjLWJkYmMtYzE2MWEwMzBkNzQz.caption","typename":"TextOnlyDocumentBlock"},"credit":"Etienne Laurent\u002FEPA, via Shutterstock","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZGZlMTljMjgtOWM5Yy01MmFjLWJkYmMtYzE2MWEwMzBkNzQz.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZGZlMTljMjgtOWM5Yy01MmFjLWJkYmMtYzE2MWEwMzBkNzQz.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZGZlMTljMjgtOWM5Yy01MmFjLWJkYmMtYzE2MWEwMzBkNzQz.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZGZlMTljMjgtOWM5Yy01MmFjLWJkYmMtYzE2MWEwMzBkNzQz.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZGZlMTljMjgtOWM5Yy01MmFjLWJkYmMtYzE2MWEwMzBkNzQz.caption":{"text":"At-home Covid antigen tests being handed out in Los Angeles this year.","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20220413climate00virus-case-counts100virus-case-counts1-jumbo.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F13\u002Fclimate\u002F00virus-case-counts1\u002F00virus-case-counts1-jumbo.jpg","width":1024,"height":683,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZGZlMTljMjgtOWM5Yy01MmFjLWJkYmMtYzE2MWEwMzBkNzQz.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220413climate00virus-case-counts100virus-case-counts1-jumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220413climate00virus-case-counts100virus-case-counts1-thumbStandard.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F13\u002Fclimate\u002F00virus-case-counts1\u002F00virus-case-counts1-thumbStandard.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20220413climate00virus-case-counts100virus-case-counts1-thumbLarge.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F13\u002Fclimate\u002F00virus-case-counts1\u002F00virus-case-counts1-thumbLarge.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZGZlMTljMjgtOWM5Yy01MmFjLWJkYmMtYzE2MWEwMzBkNzQz.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220413climate00virus-case-counts100virus-case-counts1-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220413climate00virus-case-counts100virus-case-counts1-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220413climate00virus-case-counts100virus-case-counts1-videoLarge.jpg":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F13\u002Fclimate\u002F00virus-case-counts1\u002F00virus-case-counts1-videoLarge.jpg","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20220413climate00virus-case-counts100virus-case-counts1-mediumThreeByTwo225.jpg":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F13\u002Fclimate\u002F00virus-case-counts1\u002F00virus-case-counts1-mediumThreeByTwo225.jpg","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20220413climate00virus-case-counts100virus-case-counts1-mediumThreeByTwo440.jpg":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F13\u002Fclimate\u002F00virus-case-counts1\u002F00virus-case-counts1-mediumThreeByTwo440.jpg","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20220413climate00virus-case-counts100virus-case-counts1-threeByTwoMediumAt2X.jpg":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F13\u002Fclimate\u002F00virus-case-counts1\u002F00virus-case-counts1-threeByTwoMediumAt2X.jpg","width":1500,"height":1000,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZGZlMTljMjgtOWM5Yy01MmFjLWJkYmMtYzE2MWEwMzBkNzQz.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220413climate00virus-case-counts100virus-case-counts1-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220413climate00virus-case-counts100virus-case-counts1-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220413climate00virus-case-counts100virus-case-counts1-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220413climate00virus-case-counts100virus-case-counts1-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220413climate00virus-case-counts100virus-case-counts1-hpSmall.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F13\u002Fclimate\u002F00virus-case-counts1\u002F00virus-case-counts1-hpSmall.jpg","width":163,"height":111,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZGZlMTljMjgtOWM5Yy01MmFjLWJkYmMtYzE2MWEwMzBkNzQz.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220413climate00virus-case-counts100virus-case-counts1-hpSmall.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}}).edges.7":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyY2NmNjI1LTZiMjUtNWUyYy1hMjcxLTRjMjllNWY0ZjM5ZA==","typename":"Article"},"__typename":"PersonalizedItemsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NhMjEyN2FlLTdmMTAtNWE1YS05NDZkLWE4ZTY2NjE3ZTY1YQ==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NhMjEyN2FlLTdmMTAtNWE1YS05NDZkLWE4ZTY2NjE3ZTY1YQ==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F15\u002Fhealth\u002Fcovid-breath-test-fda.html","lastMajorModification":"2022-04-16T03:16:00.000Z","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NhMjEyN2FlLTdmMTAtNWE1YS05NDZkLWE4ZTY2NjE3ZTY1YQ==.headline","typename":"CreativeWorkHeadline"},"displayProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NhMjEyN2FlLTdmMTAtNWE1YS05NDZkLWE4ZTY2NjE3ZTY1YQ==.displayProperties","typename":"CreativeWorkDisplayProperties"},"summary":"The F.D.A. authorized a breath-based test made by a small Texas company, which said it hoped that mobile sites could use the device.","kicker":"","column":null,"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NhMjEyN2FlLTdmMTAtNWE1YS05NDZkLWE4ZTY2NjE3ZTY1YQ==.bylines.0","typename":"Byline"}],"printInformation":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NhMjEyN2FlLTdmMTAtNWE1YS05NDZkLWE4ZTY2NjE3ZTY1YQ==.printInformation","typename":"PrintInformation"},"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2FlYTZhN2ItOGNiMC01NjZmLWE4M2UtZDMwYjMyYjk4ZTJh","typename":"Image"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NhMjEyN2FlLTdmMTAtNWE1YS05NDZkLWE4ZTY2NjE3ZTY1YQ==.headline":{"default":"A New Covid Breath Test Holds Promise, but Wide Use May Still Be Far Off","__typename":"CreativeWorkHeadline"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NhMjEyN2FlLTdmMTAtNWE1YS05NDZkLWE4ZTY2NjE3ZTY1YQ==.displayProperties":{"showPublicationDate":false,"__typename":"CreativeWorkDisplayProperties"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NhMjEyN2FlLTdmMTAtNWE1YS05NDZkLWE4ZTY2NjE3ZTY1YQ==.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi83NWVmNGU5ZS0yYmQxLTUzMGQtYTEwZC04ZDJiZTIyZmMxNjI=","typename":"Person"}],"__typename":"Byline"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NhMjEyN2FlLTdmMTAtNWE1YS05NDZkLWE4ZTY2NjE3ZTY1YQ==.printInformation":{"section":"A","page":"16","__typename":"PrintInformation"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2FlYTZhN2ItOGNiMC01NjZmLWE4M2UtZDMwYjMyYjk4ZTJh":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvN2FlYTZhN2ItOGNiMC01NjZmLWE4M2UtZDMwYjMyYjk4ZTJh","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2FlYTZhN2ItOGNiMC01NjZmLWE4M2UtZDMwYjMyYjk4ZTJh.caption","typename":"TextOnlyDocumentBlock"},"credit":"via InspectIR Systems","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2FlYTZhN2ItOGNiMC01NjZmLWE4M2UtZDMwYjMyYjk4ZTJh.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2FlYTZhN2ItOGNiMC01NjZmLWE4M2UtZDMwYjMyYjk4ZTJh.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2FlYTZhN2ItOGNiMC01NjZmLWE4M2UtZDMwYjMyYjk4ZTJh.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2FlYTZhN2ItOGNiMC01NjZmLWE4M2UtZDMwYjMyYjk4ZTJh.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2FlYTZhN2ItOGNiMC01NjZmLWE4M2UtZDMwYjMyYjk4ZTJh.caption":{"text":"The first U.S. breathalyzer test to detect the coronavirus was authorized by the F.D.A. The InspectIR device analyzed chemical compounds exhaled by a person breathing through a cardboard straw. ","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20220415science15virus-breath-test15virus-breath-test-jumbo.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fscience\u002F15virus-breath-test\u002F15virus-breath-test-jumbo.jpg","width":1024,"height":565,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2FlYTZhN2ItOGNiMC01NjZmLWE4M2UtZDMwYjMyYjk4ZTJh.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220415science15virus-breath-test15virus-breath-test-jumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220415science15virus-breath-test15virus-breath-test-thumbStandard.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fscience\u002F15virus-breath-test\u002F15virus-breath-test-thumbStandard.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20220415science15virus-breath-test15virus-breath-test-thumbLarge.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fscience\u002F15virus-breath-test\u002F15virus-breath-test-thumbLarge.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2FlYTZhN2ItOGNiMC01NjZmLWE4M2UtZDMwYjMyYjk4ZTJh.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220415science15virus-breath-test15virus-breath-test-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415science15virus-breath-test15virus-breath-test-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220415science15virus-breath-test15virus-breath-test-videoLarge.jpg":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fscience\u002F15virus-breath-test\u002F15virus-breath-test-videoLarge.jpg","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20220415science15virus-breath-test15virus-breath-test-mediumThreeByTwo225.jpg":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fscience\u002F15virus-breath-test\u002F15virus-breath-test-mediumThreeByTwo225.jpg","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20220415science15virus-breath-test15virus-breath-test-mediumThreeByTwo440.jpg":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fscience\u002F15virus-breath-test\u002F15virus-breath-test-mediumThreeByTwo440.jpg","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20220415science15virus-breath-test15virus-breath-test-threeByTwoMediumAt2X.jpg":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fscience\u002F15virus-breath-test\u002F15virus-breath-test-threeByTwoMediumAt2X.jpg","width":1160,"height":774,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2FlYTZhN2ItOGNiMC01NjZmLWE4M2UtZDMwYjMyYjk4ZTJh.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220415science15virus-breath-test15virus-breath-test-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415science15virus-breath-test15virus-breath-test-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415science15virus-breath-test15virus-breath-test-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415science15virus-breath-test15virus-breath-test-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220415science15virus-breath-test15virus-breath-test-hpSmall.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fscience\u002F15virus-breath-test\u002F15virus-breath-test-hpSmall.jpg","width":163,"height":90,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2FlYTZhN2ItOGNiMC01NjZmLWE4M2UtZDMwYjMyYjk4ZTJh.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220415science15virus-breath-test15virus-breath-test-hpSmall.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}}).edges.8":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NhMjEyN2FlLTdmMTAtNWE1YS05NDZkLWE4ZTY2NjE3ZTY1YQ==","typename":"Article"},"__typename":"PersonalizedItemsEdge"},"$ROOT_QUERY.lists":{"personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}})":{"type":"id","generated":true,"id":"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}})","typename":"PersonalizedItemsConnection"},"__typename":"Lists"}},"config":{"gqlUrlClient":"https:\u002F\u002Fsamizdat-graphql.nytimes.com\u002Fgraphql\u002Fv2","gqlRequestHeaders":{"nyt-app-type":"project-vi","nyt-app-version":"0.0.5","nyt-token":"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs+\u002FoUCTBmD\u002FcLdmcecrnBMHiU\u002FpxQCn2DDyaPKUOXxi4p0uUSZQzsuq1pJ1m5z1i0YGPd1U1OeGHAChWtqoxC7bFMCXcwnE1oyui9G1uobgpm1GdhtwkR7ta7akVTcsF8zxiXx7DNXIPd2nIJFH83rmkZueKrC4JVaNzjvD+Z03piLn5bHWU6+w+rA+kyJtGgZNTXKyPh6EC6o5N+rknNMG5+CdTq35p8f99WjFawSvYgP9V64kgckbTbtdJ6YhVP58TnuYgr12urtwnIqWP9KSJ1e5vmgf3tunMqWNm6+AnsqNj8mCLdCuc5cEB74CwUeQcP2HQQmbCddBy2y0mEwIDAQAB"},"gqlFetchTimeout":4000,"disablePersistedQueries":false,"fastlyHeaders":{},"initialDeviceType":"desktop","fastlyAbraConfig":{},"internalPreviewConfig":{"meter":undefined,"swg":undefined},"serviceWorkerFile":"service-worker-test-1650475080620.js"},"ssrQuery":{},"initialLocation":{"pathname":"\u002Finternational\u002Fsection\u002Fhealth","search":""}};</script>
<script>!function(e){function a(a){for(var r,o,n=a[0],i=a[1],s=a[2],b=0,l=[];b<n.length;b++)o=n[b],Object.prototype.hasOwnProperty.call(d,o)&&d[o]&&l.push(d[o][0]),d[o]=0;for(r in i)Object.prototype.hasOwnProperty.call(i,r)&&(e[r]=i[r]);for(f&&f(a);l.length;)l.shift()();return t.push.apply(t,s||[]),c()}function c(){for(var e,a=0;a<t.length;a++){for(var c=t[a],r=!0,n=1;n<c.length;n++){var i=c[n];0!==d[i]&&(r=!1)}r&&(t.splice(a--,1),e=o(o.s=c[0]))}return e}var r={},d={84:0},t=[];function o(a){if(r[a])return r[a].exports;var c=r[a]={i:a,l:!1,exports:{}};return e[a].call(c.exports,c,c.exports,o),c.l=!0,c.exports}o.e=function(e){var a=[],c=d[e];if(0!==c)if(c)a.push(c[2]);else{var r=new Promise((function(a,r){c=d[e]=[a,r]}));a.push(c[2]=r);var t,n=document.createElement("script");n.charset="utf-8",n.timeout=120,o.nc&&n.setAttribute("nonce",o.nc),n.src=function(e){return o.p+""+({1:"vendors~answerpage~audio~bestsellers~byline~capsule~collections~explainer~home~hubpage~liveblog~mark~58f33aa8",2:"vendors~audio~byline~capsule~clientSideCapsule~collections~explainer~liveblog~paidpost~slideshow~sto~a2187976",3:"vendors~audio~capsule~card~clientSideCapsule~collections~explainer~home~liveblog~paidpost~story~tren~0ac42215",4:"answerpage~bestsellers~card~hubpage~markets~privacy~reviews~search~timeswire~trending~weddings",5:"answerpage~bestsellers~hubpage~markets~reviews~your-list",6:"freeaccess~getstarted~recirculation~welcomeBannerRecirculationBlock~welcomesubscriber",7:"vendors~emailsignup~newsletter~newsletters~recirculation",8:"freeaccess~getstarted~welcomesubscriber",9:"getstarted~postLoginInterrupter~welcomesubscriber",10:"vendors~byline~timeswire~your-list",11:"coderedeem~freeaccess",12:"explainerRecirculation~liveRecirculation",13:"livePostHeader~liveRecirculation",14:"newsletter~newsletters",15:"vendors~clientSideCapsule~home",16:"vendors~commentsForm~weddings",17:"NotificationToggle",18:"activationBlock",19:"additionalPlaylists",21:"answerpage",22:"ask",23:"audio",24:"audioblock",25:"bestsellers",26:"blank",27:"byline",28:"canadaHamburgerNavData",29:"canadaSiteIndexData",30:"capsule",31:"card",32:"clientSideCapsule",33:"coderedeem",34:"collections",35:"comments",36:"commentsForm",37:"datasubjectrequest",38:"datasubjectrequestverification",39:"dealbook",40:"defaultHamburgerNavData",41:"defaultSiteIndexData",42:"desktopNav",43:"emailsignup",44:"episodefooter",45:"explainer",46:"explainerPostHeader",47:"explainerRecirculation",48:"foo",49:"footerBlock",50:"freeaccess",51:"getstarted",52:"headerfullbleedhorizontal",53:"headerfullbleedvertical",54:"headerlivebriefingvi",55:"home",56:"hubpage",59:"internationalHamburgerNavData",60:"internationalSiteIndexData",61:"lens",62:"livePostHeader",63:"liveRecirculation",64:"liveblog",66:"markets",67:"mortgagecalculator",68:"newsletter",69:"newsletters",70:"opinion",71:"paidpost",72:"phone-number-input",73:"postLoginInterrupter",74:"privacy",75:"producernotes",76:"recirculation",77:"refer",78:"related-coverage-chunk",79:"reviewheader",80:"reviews",85:"search",86:"siteIndexContent",87:"sitemap",88:"slideshow",89:"slideshowinline",90:"stickyfilljs",91:"story",92:"surveywithdrawconsent",93:"timeswire",94:"trending",95:"upshot",98:"vendors~ask",99:"vendors~audioblock",100:"vendors~card",101:"vendors~episodefooter",102:"vendors~footerBlock",103:"vendors~headerlivebriefingvi",104:"vendors~livePostHeader",105:"vendors~mortgagecalculator",106:"vendors~phone-number-input",107:"vendors~producernotes",108:"vendors~recirculation",109:"vendors~reviewheader",110:"vendors~search",111:"vendors~slideshow",112:"vendors~slideshowinline",113:"vendors~videoblock",114:"vendors~weddings",115:"vendors~well",116:"video",117:"videoblock",118:"weddings",119:"welcomeBannerRecirculationBlock",120:"welcomesubscriber",121:"well",122:"world-cup-2019",123:"your-list"}[e]||e)+"-"+{1:"b557b7c4c18a8dc1b80d",2:"e3f089a627764c56e473",3:"d200ab0916f6e87d55fd",4:"b0b86f0f9f3062f43f21",5:"3686b59dfb321c715bc5",6:"6bf973520d2f47a2868c",7:"e04070080e704a9ce8b6",8:"de92cb0c2c77eebaae2d",9:"a291c7cefb0a179557ae",10:"3f44c444b8f4c145dc81",11:"83322cd33a5c926389a0",12:"6ad118ddf23aec0b23fd",13:"4cd8951d4c2bf0c4e7d2",14:"d887f3a3f13619a065cf",15:"5e0ae82736025b1547f7",16:"5dbbfc94789a78666367",17:"55426c668b44c8765921",18:"d84283eed398a89ae3b4",19:"9815531a8c4bd8e6bf88",21:"c13eaedbac7b8ab6aa59",22:"dc8afe8c5011447cb013",23:"56b3e79603d2c7c42517",24:"cc711b4c7b285734e0d4",25:"40b1ea2e52f41c77316b",26:"d2eea6350f02b350f813",27:"aaf76d78bc667dcfbe9f",28:"8a65dc76164f45dc1ad1",29:"2eabc61552e4e41ecc17",30:"5985cc3acfe55d75d4d1",31:"b08acf4cf35bfa3859e0",32:"39d528b763203d66dd7e",33:"29a4f072803bebb8d6a4",34:"c944c7ca1d288ad130f6",35:"d4109be247cbe5cf1a57",36:"8c38be429e8f177e1191",37:"69f63ff2a8f44f0dba7c",38:"34e63c0d1e57786735b5",39:"c35360725778b6d70278",40:"351988a5935c73ab3140",41:"18152e66172d502214e8",42:"8e9278c9d70822a013a3",43:"5ca9d53eeccce00317a8",44:"26f2f7e54c568f9b8a5f",45:"85e9cd28a9db3d07493a",46:"9094300debbd19741b8a",47:"cb30696e0842843798b9",48:"b4ecbedcb7c09dda2512",49:"a2d8eaced77d514818ed",50:"4d069a5d759ccd5a5a19",51:"0361c4031d895eed6729",52:"d04c007a3394938a1ba0",53:"adfc9977aabbb541b16c",54:"7441f97088e8b840dd0d",55:"f954ee96e74681566181",56:"00bfd767896d3518934a",59:"1f092b7638753868afa1",60:"5c5fedc043752dfd5346",61:"d89ebf4d13762fce3272",62:"54190ba79c9df963e047",63:"ec0b923961ed5e6a46d0",64:"67e638d86459d165070d",66:"f23f56965172837a2437",67:"6d5b9b1477dfa8ff02af",68:"6fb957d7684dc977265b",69:"4e1b0df97b6a18ab6238",70:"e96d135144eb7d21b18b",71:"d7d06e1917b28ae32db9",72:"1b28ee1f310c03ecfc64",73:"da077b71b092ef198168",74:"926c9c94c89fc8f43de7",75:"53c78ed2c602f7110819",76:"b7156937257457d75628",77:"53cf769873ea874f1344",78:"df9e8c92882de59f70cc",79:"dfed611e96c6b6656fc0",80:"57e6a28a46265614ce03",85:"bcf5ca6626fa2baa5c59",86:"d5a8468aace816a9ace8",87:"140226aa9cf0e4bca555",88:"f275930c8821595839c3",89:"d41f327236983a3d4d41",90:"6ce2b60c6b332110493b",91:"993002c0930e126957a4",92:"5407684f02a878b8b704",93:"b36b257872cbdff9384f",94:"8bf7dbb34e5de3c3e6f1",95:"02c1753a00c56ff988ae",98:"9917b0f07abe3d3245dc",99:"69c38c8260f6486a1dcb",100:"8a9c3703059a9c3a08bb",101:"d73c0f3cd0bbe1ee4be0",102:"da78e6d21ee93729ef86",103:"79be73384fafe1c27d71",104:"085d2935a17a992cfa8a",105:"a131ae9dbe581d7e0292",106:"50b0610e75d438546482",107:"1217c59ce471a7461947",108:"d9af1a724f8c9e2a2478",109:"fba3b86f9d60a1064f4a",110:"e40264fe9fcc6e178a4c",111:"7d7c99a271f2fb91bf39",112:"4a839e22fdfc400aab21",113:"7be13e51ca2d793468c4",114:"f943e8578b5d008c59ca",115:"1230ef72910c62878ad0",116:"535a8c00125d64e3593a",117:"7a4e398392d2ec02b96f",118:"4d0aad1cf36a77dbec8b",119:"06258acbaf3a68297e56",120:"242f6b310f300f87f3c9",121:"279266e7e5087b1829b8",122:"e049c2d9378606750a50",123:"9c4a80f337794d71f3d4"}[e]+".js"}(e);var i=new Error;t=function(a){n.onerror=n.onload=null,clearTimeout(s);var c=d[e];if(0!==c){if(c){var r=a&&("load"===a.type?"missing":a.type),t=a&&a.target&&a.target.src;i.message="Loading chunk "+e+" failed.\n("+r+": "+t+")",i.name="ChunkLoadError",i.type=r,i.request=t,c[1](i)}d[e]=void 0}};var s=setTimeout((function(){t({type:"timeout",target:n})}),12e4);n.onerror=n.onload=t,document.head.appendChild(n)}return Promise.all(a)},o.m=e,o.c=r,o.d=function(e,a,c){o.o(e,a)||Object.defineProperty(e,a,{enumerable:!0,get:c})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(e,a){if(1&a&&(e=o(e)),8&a)return e;if(4&a&&"object"==typeof e&&e&&e.__esModule)return e;var c=Object.create(null);if(o.r(c),Object.defineProperty(c,"default",{enumerable:!0,value:e}),2&a&&"string"!=typeof e)for(var r in e)o.d(c,r,function(a){return e[a]}.bind(null,r));return c},o.n=function(e){var a=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(a,"a",a),a},o.o=function(e,a){return Object.prototype.hasOwnProperty.call(e,a)},o.p="/vi-assets/static-assets/",o.oe=function(e){throw console.error(e),e};var n=window.webpackJsonp=window.webpackJsonp||[],i=n.push.bind(n);n.push=a,n=n.slice();for(var s=0;s<n.length;s++)a(n[s]);var f=i;c()}([]);
//# sourceMappingURL=runtime~main-b7d6d4cba8aa37f2c2cc.js.map</script>
<script defer src="/vi-assets/static-assets/vendor-e22d19e4128a4af60324.js"></script>
<script defer src="/vi-assets/static-assets/collections-c944c7ca1d288ad130f6.js"></script>
<script defer src="/vi-assets/static-assets/main-43f56529869a13dec56a.js"></script>
<script>(function () { var _f=function(){try{var e=["first-paint","first-contentful-paint","userBtnRender","appRenderTime"];new window.PerformanceObserver(function(r){for(var n=r.getEntries(),a=0;a<n.length;a+=1){var t=n[a];if(e.indexOf(t.name)>-1){var i={};i[t.name]=Math.round(t.duration||t.startTime),(window.dataLayer=window.dataLayer||[]).push({event:"performance",pageview:{performance:i}})}}}).observe({entryTypes:["mark","measure","paint"]})}catch(e){}};;_f.apply(null, []); })();(function () { var _f=function(){!function(){if(1===Math.floor(20*Math.random())&&(!window.BOOMR||!window.BOOMR.version&&!window.BOOMR.snippetExecuted)){window.BOOMR=window.BOOMR||{},window.BOOMR.snippetStart=(new Date).getTime(),window.BOOMR.snippetExecuted=!0,window.BOOMR.snippetVersion=14,window.BOOMR.url="https://s.go-mpulse.net/boomerang/ATH8A-MAMN8-XPXCH-N5KAX-8D239";var e=(document.currentScript||document.getElementsByTagName("script")[0]).parentNode,n=!1,t=document.createElement("link");t.relList&&"function"==typeof t.relList.supports&&t.relList.supports("preload")&&"as"in t?(window.BOOMR.snippetMethod="p",t.href=window.BOOMR.url,t.rel="preload",t.as="script",t.addEventListener("load",function(){if(!n){var t=document.createElement("script");t.id="boomr-scr-as",t.src=window.BOOMR.url,t.async=!0,e.appendChild(t),n=!0}}),t.addEventListener("error",function(){o(!0)}),setTimeout(function(){n||o(!0)},3e3),BOOMR_lstart=(new Date).getTime(),e.appendChild(t)):o(!1),window.addEventListener?window.addEventListener("load",i,!1):window.attachEvent&&window.attachEvent("onload",i)}function o(t){n=!0;var o,i,d,a,r=document,s=window;if(window.BOOMR.snippetMethod=t?"if":"i",i=function(e,n){var t=r.createElement("script");t.id=n||"boomr-if-as",t.src=window.BOOMR.url,BOOMR_lstart=(new Date).getTime(),(e=e||r.body).appendChild(t)},!window.addEventListener&&window.attachEvent&&navigator.userAgent.match(/MSIE [67]./))return window.BOOMR.snippetMethod="s",void i(e,"boomr-async");(d=document.createElement("IFRAME")).src="about:blank",d.title="",d.role="presentation",d.loading="eager",(a=(d.frameElement||d).style).width=0,a.height=0,a.border=0,a.display="none",e.appendChild(d);try{s=d.contentWindow,r=s.document.open()}catch(e){o=document.domain,d.src="javascript:var d=document.open();d.domain='"+o+"';void 0;",s=d.contentWindow,r=s.document.open()}o?(r._boomrl=function(){this.domain=o,i()},r.write("<body onload='document._boomrl();'>")):(s._boomrl=function(){i()},s.addEventListener?s.addEventListener("load",s._boomrl,!1):s.attachEvent&&s.attachEvent("onload",s._boomrl)),r.close()}function i(e){window.BOOMR_onload=e&&e.timeStamp||(new Date).getTime()}}()};;_f.apply(null, []); })();</script>
<script>
(function(w, l) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
})(window, 'dataLayer');
</script>
<script defer src="https://www.googletagmanager.com/gtm.js?id=GTM-P528B3>m_auth=tfAzqo1rYDLgYhmTnSjPqw>m_preview=env-130>m_cookies_win=x"></script>
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P528B3>m_auth=tfAzqo1rYDLgYhmTnSjPqw>m_preview=env-130>m_cookies_win=x" height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- RELEASE 12809ae4d39fc0d2fa32e10611092624601c913d -->
</body>
</html>
# Import BeautifulSoup from bs4
from bs4 import BeautifulSoup
# Create a BeautifulSoup object from the HTML
soup = BeautifulSoup(html, "html5lib")
type(soup)
bs4.BeautifulSoup
def remove_tags(html):
# parse html content
soup = BeautifulSoup(html, "html.parser")
for data in soup(['style', 'script']):
# Remove tags
data.decompose()
# return data by retrieving the tag content
return ' '.join(soup.stripped_strings)
# Print the extracted data
print(remove_tags(html))
content=remove_tags(html)
Health - The New York Times International Sections SEARCH Skip to content Skip to site index Health Log in Today’s Paper Advertisement Continue reading the main story Supported by Continue reading the main story Health Health Policy Global Health The New Old Age Science Well Coronavirus Outbreak Highlights Photo Credit D. Hurst/Alamy Scientists Find No Benefit to Time-Restricted Eating In a yearlong study, participants who confined meals to certain hours lost no more weight than those who ate at any time. By Gina Kolata Photo Credit Grant Hindsley for The New York Times Study Raises Questions About Popular Genetic Test for ‘Abnormal’ Embryos The test leads people undergoing in vitro fertilization to discard thousands of embryos each year. The new research found implanting some “abnormal” embryos resulted in healthy live births. By Azeen Ghorayshi Photo Credit Ilana Panich-Linsman for The New York Times Scientists Question Data Behind an Experimental Alzheimer’s Drug Studies linked to Cassava Sciences, once a stock market favorite, have been retracted or challenged by medical journals. By Apoorva Mandavilli Photo Credit Allison Zaucha for The New York Times Omicron Was More Severe for Unvaccinated Children in 5-to-11 Age Group, Study Shows Black children who had not been immunized made up about a third of those hospitalized during the winter surge. By Benjamin Mueller Global Health Photo Credit Atul Loke for The New York Times India Is Stalling the W.H.O.’s Efforts to Make Global Covid Death Toll Public The agency has calculated that 15 million people have died as a result of the pandemic, far more than earlier estimates, but has yet to release those numbers. By Stephanie Nolen and Karan Deep Singh Photo Credit Gabby Jones for The New York Times Concerns Rise as Passenger Masks Fall Health experts expressed dismay at a judge’s ruling that struck down the C.D.C. mask mandate for planes, trains and buses. By Roni Caryn Rabin Global Health Photo Credit Finbarr O'Reilly for The New York Times A Door-to-Door Effort to Find Out Who Died Helps Low-Income Countries Aid the Living Many developing countries don’t keep official death records. A novel effort uses “electronic autopsies” to count deaths, and record their cause. By Stephanie Nolen and Finbarr O’Reilly Photo Credit Etienne Laurent/EPA, via Shutterstock Many Virus Cases Go Uncounted. Are There Better Ways to Track the Pandemic? An increasing reliance on at-home testing and the closings of mass testing sites are making official case counts less reliable, scientists say. By Emily Anthes Photo Credit via InspectIR Systems A New Covid Breath Test Holds Promise, but Wide Use May Still Be Far Off The F.D.A. authorized a breath-based test made by a small Texas company, which said it hoped that mobile sites could use the device. By Emily Anthes Advertisement Continue reading the main story From Well More in From Well › Photo Credit Tim Peacock Should You Still Wear a Mask? Experts weigh in on where, and when, you can safely take one off. By Amelia Nierenberg and Illustrations by Tim Peacock Photo Credit Your Office Is More Annoying Than You Remembered. Here’s How to Handle It. The gossip, the loud talker and the nosy colleague are all manageable with the right mind-set. By Jancee Dunn Photo Credit Todd Heisler/The New York Times As Families Grieve, Grandparents Step Up As many as 200,000 U.S. children have lost a parent to Covid. Their grandparents are taking them in and helping them heal, all while coping with their own grief. By Paula Span Photo Credit Amanda Jasnowski Pascual for The New York Times The Pandemic Has Been Hard on Our Feet Here’s what’s plaguing them and how to avoid it. By Mara Altman Photo Credit Erik Carter Breaking Up With Peloton The stationary bike’s convenience made it a pandemic winner, but some former fans are done working out at home. By Holly Burns The Covid-19 Pandemic More in The Covid-19 Pandemic › Photo Credit Jamie Kelter Davis for The New York Times With Joy and Fear, Americans Watch Sweeping Mask Rules Vanish Many travelers removed their masks after a judge struck down a federal mandate for public transit. Health experts voiced concern, but President Biden said it was now up to individuals. By Jack Healy and Mitch Smith Photo Credit Tim Peacock Should You Still Wear a Mask? Experts weigh in on where, and when, you can safely take one off. By Amelia Nierenberg and Illustrations by Tim Peacock Photo Credit Allison Zaucha for The New York Times Omicron Was More Severe for Unvaccinated Children in 5-to-11 Age Group, Study Shows Black children who had not been immunized made up about a third of those hospitalized during the winter surge. By Benjamin Mueller Photo Credit Ole Jensen/Getty Images Four Americans Were Infected With a Virus Variant Seen in Mink The cluster is the first known instance of likely animal-to-human transmission in the United States. By Emily Anthes Photo Credit Marco Petrini The Upside of a Lockdown How the pandemic reshaped the careers of design professionals in three different countries. By Pilar Viladas Advertisement Continue reading the main story Latest Search Search Clear this text input Aid groups fight to deliver lifesaving supplies despite losing lives to Russian shelling. Only one member of an aid convoy to Chernihiv, Ukraine, survived a shelling attack in March. But the convoy’s organizers have persisted through the dangers of the war. By Apoorva Mandavilli Where Do Travelers Need to Wear Masks Now? After a federal mask mandate was struck down on Monday, travelers are facing a patchwork of rules spanning air travel, trains, buses, cruise ships and ride-hailing services. Here’s what to know. By Heather Murphy and Ceylan Yeginsu Justice Dept. Appeals to Reinstate Transportation Mask Mandate The Centers for Disease Control and Prevention ruled the mandate “necessary,” but an appeal risks creating a precedent that could permanently constrain the agency. By Sheryl Gay Stolberg Scientists Find No Benefit to Time-Restricted Eating In a yearlong study, participants who confined meals to certain hours lost no more weight than those who ate at any time. By Gina Kolata F.D.A. Warns Patients About Some Prenatal Genetic Tests The agency cites concerns that some manufacturers’ claims about test performance “may not be supported with sound scientific evidence.” By Aatish Bhatia Why Is Gut Health Taking Over TikTok? Despite what social media might have you believe, there is no overnight shortcut to better digestive health. By Dani Blum Moderna says trial results suggest redesigned vaccines can better protect against variants. Researchers combined Moderna’s existing vaccine with one designed to attack the Beta variant, and found it provided a stronger defense against several variants. By Sharon LaFraniere Studies Show M.R.I.s Are Finding Connections Between Our Brain Activity and Psychology How might we leverage knowing that a particular neurological feature makes someone more vulnerable to autism or Alzheimer’s or more likely to achieve academically? By Kim Tingley Americans Over 60 Should Get Second Booster, Official Says Citing data from Israel, the Biden administration’s Covid response coordinator said a second booster offered significant protection to older people. By William Lamb Jury Awards $450,000 to Man Fired Over Unwanted Office Birthday Party The man asked a manager not to have a party because he had an anxiety disorder. What followed spiraled into a legal dispute over whether the man had a panic attack or a violent outburst. By Amanda Holpuch Advertisement Continue reading the main story Follow Us @nythealth twitter page for @nythealth NYTimesScience facebook page for NYTimesScience WellNYT facebook page for WellNYT @nytimeswell twitter page for @nytimeswell Advertisement Continue reading the main story Site Information Navigation © 2022 The New York Times Company NYTCo Contact Us Accessibility Work with us Advertise T Brand Studio Your Ad Choices Privacy Policy Terms of Service Terms of Sale Site Map Canada International Help Subscriptions
# Get soup title
soup.title
<title data-rh="true">Health - The New York Times International</title>
# Get soup title as string
soup.title.string
'Health - The New York Times International'
# Get hyperlinks from soup and check out first several
soup.findAll('a')[:20]
[<a class="css-1f8er69" href="#site-content">Skip to content</a>, <a class="css-1f8er69" href="#site-index">Skip to site index</a>, <a class="css-nuvmzp" href="https://www.nytimes.com/international/section/health">Health</a>, <a aria-label="New York Times Logo. Click to visit the homepage" class="css-nhjhh0 ell52qj1" data-testid="masthead-mobile-logo" href="/"><svg fill="#000" viewBox="0 0 184 25"><path d="M13.8 2.9c0-2-1.9-2.5-3.4-2.5v.3c.9 0 1.6.3 1.6 1 0 .4-.3 1-1.2 1-.7 0-2.2-.4-3.3-.8C6.2 1.4 5 1 4 1 2 1 .6 2.5.6 4.2c0 1.5 1.1 2 1.5 2.2l.1-.2c-.2-.2-.5-.4-.5-1 0-.4.4-1.1 1.4-1.1.9 0 2.1.4 3.7.9 1.4.4 2.9.7 3.7.8v3.1L9 10.2v.1l1.5 1.3v4.3c-.8.5-1.7.6-2.5.6-1.5 0-2.8-.4-3.9-1.6l4.1-2V6l-5 2.2C3.6 6.9 4.7 6 5.8 5.4l-.1-.3c-3 .8-5.7 3.6-5.7 7 0 4 3.3 7 7 7 4 0 6.6-3.2 6.6-6.5h-.2c-.6 1.3-1.5 2.5-2.6 3.1v-4.1l1.6-1.3v-.1l-1.6-1.3V5.8c1.5 0 3-1 3-2.9zm-8.7 11l-1.2.6c-.7-.9-1.1-2.1-1.1-3.8 0-.7 0-1.5.2-2.1l2.1-.9v6.2zm10.6 2.3l-1.3 1 .2.2.6-.5 2.2 2 3-2-.1-.2-.8.5-1-1V9.4l.8-.6 1.7 1.4v6.1c0 3.8-.8 4.4-2.5 5v.3c2.8.1 5.4-.8 5.4-5.7V9.3l.9-.7-.2-.2-.8.6-2.5-2.1L18.5 9V.8h-.2l-3.5 2.4v.2c.4.2 1 .4 1 1.5l-.1 11.3zM34 15.1L31.5 17 29 15v-1.2l4.7-3.2v-.1l-2.4-3.6-5.2 2.8v6.6l-1 .8.2.2.9-.7 3.4 2.5 4.5-3.6-.1-.4zm-5-1.7V8.5l.2-.1 2.2 3.5-2.4 1.5zM53.1 2c0-.3-.1-.6-.2-.9h-.2c-.3.8-.7 1.2-1.7 1.2-.9 0-1.5-.5-1.9-.9l-2.9 3.3.2.2 1-.9c.6.5 1.1.9 2.5 1v8.3L44 3.2c-.5-.8-1.2-1.9-2.6-1.9-1.6 0-3 1.4-2.8 3.6h.3c.1-.6.4-1.3 1.1-1.3.5 0 1 .5 1.3 1v3.3c-1.8 0-3 .8-3 2.3 0 .8.4 2 1.6 2.3v-.2c-.2-.2-.3-.4-.3-.7 0-.5.4-.9 1.1-.9h.5v4.2c-2.1 0-3.8 1.2-3.8 3.2 0 1.9 1.6 2.8 3.4 2.7v-.2c-1.1-.1-1.6-.6-1.6-1.3 0-.9.6-1.3 1.4-1.3.8 0 1.5.5 2 1.1l2.9-3.2-.2-.2-.7.8c-1.1-1-1.7-1.3-3-1.5V5l8 14h.6V5c1.5-.1 2.9-1.3 2.9-3zm7.3 13.1L57.9 17l-2.5-2v-1.2l4.7-3.2v-.1l-2.4-3.6-5.2 2.8v6.6l-1 .8.2.2.9-.7 3.4 2.5 4.5-3.6-.1-.4zm-5-1.7V8.5l.2-.1 2.2 3.5-2.4 1.5zM76.7 8l-.7.5-1.9-1.6-2.2 2 .9.9v7.5l-2.4-1.5V9.6l.8-.5-2.3-2.2-2.2 2 .9.9V17l-.3.2-2.1-1.5v-6c0-1.4-.7-1.8-1.5-2.3-.7-.5-1.1-.8-1.1-1.5 0-.6.6-.9.9-1.1v-.2c-.8 0-2.9.8-2.9 2.7 0 1 .5 1.4 1 1.9s1 .9 1 1.8v5.8l-1.1.8.2.2 1-.8 2.3 2 2.5-1.7 2.8 1.7 5.3-3.1V9.2l1.3-1-.2-.2zm18.6-5.5l-1 .9-2.2-2-3.3 2.4V1.6h-.3l.1 16.2c-.3 0-1.2-.2-1.9-.4l-.2-13.5c0-1-.7-2.4-2.5-2.4s-3 1.4-3 2.8h.3c.1-.6.4-1.1 1-1.1s1.1.4 1.1 1.7v3.9c-1.8.1-2.9 1.1-2.9 2.4 0 .8.4 2 1.6 2V13c-.4-.2-.5-.5-.5-.7 0-.6.5-.8 1.3-.8h.4v6.2c-1.5.5-2.1 1.6-2.1 2.8 0 1.7 1.3 2.9 3.3 2.9 1.4 0 2.6-.2 3.8-.5 1-.2 2.3-.5 2.9-.5.8 0 1.1.4 1.1.9 0 .7-.3 1-.7 1.1v.2c1.6-.3 2.6-1.3 2.6-2.8s-1.5-2.4-3.1-2.4c-.8 0-2.5.3-3.7.5-1.4.3-2.8.5-3.2.5-.7 0-1.5-.3-1.5-1.3 0-.8.7-1.5 2.4-1.5.9 0 2 .1 3.1.4 1.2.3 2.3.6 3.3.6 1.5 0 2.8-.5 2.8-2.6V3.7l1.2-1-.2-.2zm-4.1 6.1c-.3.3-.7.6-1.2.6s-1-.3-1.2-.6V4.2l1-.7 1.4 1.3v3.8zm0 3c-.2-.2-.7-.5-1.2-.5s-1 .3-1.2.5V9c.2.2.7.5 1.2.5s1-.3 1.2-.5v2.6zm0 4.7c0 .8-.5 1.6-1.6 1.6h-.8V12c.2-.2.7-.5 1.2-.5s.9.3 1.2.5v4.3zm13.7-7.1l-3.2-2.3-4.9 2.8v6.5l-1 .8.1.2.8-.6 3.2 2.4 5-3V9.2zm-5.4 6.3V8.3l2.5 1.8v7.1l-2.5-1.7zm14.9-8.4h-.2c-.3.2-.6.4-.9.4-.4 0-.9-.2-1.1-.5h-.2l-1.7 1.9-1.7-1.9-3 2 .1.2.8-.5 1 1.1v6.3l-1.3 1 .2.2.6-.5 2.4 2 3.1-2.1-.1-.2-.9.5-1.2-1V9c.5.5 1.1 1 1.8 1 1.4.1 2.2-1.3 2.3-2.9zm12 9.6L123 19l-4.6-7 3.3-5.1h.2c.4.4 1 .8 1.7.8s1.2-.4 1.5-.8h.2c-.1 2-1.5 3.2-2.5 3.2s-1.5-.5-2.1-.8l-.3.5 5 7.4 1-.6v.1zm-11-.5l-1.3 1 .2.2.6-.5 2.2 2 3-2-.2-.2-.8.5-1-1V.8h-.1l-3.6 2.4v.2c.4.2 1 .3 1 1.5v11.3zM143 2.9c0-2-1.9-2.5-3.4-2.5v.3c.9 0 1.6.3 1.6 1 0 .4-.3 1-1.2 1-.7 0-2.2-.4-3.3-.8-1.3-.4-2.5-.8-3.5-.8-2 0-3.4 1.5-3.4 3.2 0 1.5 1.1 2 1.5 2.2l.1-.2c-.3-.2-.6-.4-.6-1 0-.4.4-1.1 1.4-1.1.9 0 2.1.4 3.7.9 1.4.4 2.9.7 3.7.8V9l-1.5 1.3v.1l1.5 1.3V16c-.8.5-1.7.6-2.5.6-1.5 0-2.8-.4-3.9-1.6l4.1-2V6l-5 2.2c.5-1.3 1.6-2.2 2.6-2.9l-.1-.2c-3 .8-5.7 3.5-5.7 6.9 0 4 3.3 7 7 7 4 0 6.6-3.2 6.6-6.5h-.2c-.6 1.3-1.5 2.5-2.6 3.1v-4.1l1.6-1.3v-.1L140 8.8v-3c1.5 0 3-1 3-2.9zm-8.7 11l-1.2.6c-.7-.9-1.1-2.1-1.1-3.8 0-.7.1-1.5.3-2.1l2.1-.9-.1 6.2zm12.2-12h-.1l-2 1.7v.1l1.7 1.9h.2l2-1.7v-.1l-1.8-1.9zm3 14.8l-.8.5-1-1V9.3l1-.7-.2-.2-.7.6-1.8-2.1-2.9 2 .2.3.7-.5.9 1.1v6.5l-1.3 1 .1.2.7-.5 2.2 2 3-2-.1-.3zm16.7-.1l-.7.5-1.1-1V9.3l1-.8-.2-.2-.8.7-2.3-2.1-3 2.1-2.3-2.1L154 9l-1.8-2.1-2.9 2 .1.3.7-.5 1 1.1v6.5l-.8.8 2.3 1.9 2.2-2-.9-.9V9.3l.9-.6 1.5 1.4v6l-.8.8 2.3 1.9 2.2-2-.9-.9V9.3l.8-.5 1.6 1.4v6l-.7.7 2.3 2.1 3.1-2.1v-.3zm8.7-1.5l-2.5 1.9-2.5-2v-1.2l4.7-3.2v-.1l-2.4-3.6-5.2 2.8v6.8l3.5 2.5 4.5-3.6-.1-.3zm-5-1.7V8.5l.2-.1 2.2 3.5-2.4 1.5zm14.1-.9l-1.9-1.5c1.3-1.1 1.8-2.6 1.8-3.6v-.6h-.2c-.2.5-.6 1-1.4 1-.8 0-1.3-.4-1.8-1L176 9.3v3.6l1.7 1.3c-1.7 1.5-2 2.5-2 3.3 0 1 .5 1.7 1.3 2l.1-.2c-.2-.2-.4-.3-.4-.8 0-.3.4-.8 1.2-.8 1 0 1.6.7 1.9 1l4.3-2.6v-3.6h-.1zm-1.1-3c-.7 1.2-2.2 2.4-3.1 3l-1.1-.9V8.1c.4 1 1.5 1.8 2.6 1.8.7 0 1.1-.1 1.6-.4zm-1.7 8c-.5-1.1-1.7-1.9-2.9-1.9-.3 0-1.1 0-1.9.5.5-.8 1.8-2.2 3.5-3.2l1.2 1 .1 3.6z"></path></svg></a>, <a class="css-1kj7lfb" href="https://myaccount.nytimes.com/auth/login?response_type=cookie&client_id=vi&redirect_uri=https%3A%2F%2Fwww.nytimes.com%2Fsubscription%2Fmultiproduct%2Flp8KQUS.html%3FcampaignId%3D7JFJX&asset=masthead"><span class="css-htw48t e1j3jvdr0">Log in</span></a>, <a class="css-hnzl8o" href="https://www.nytimes.com/section/todayspaper">Today’s Paper</a>, <a class="css-1k0lris" data-testid="login-link" href="https://myaccount.nytimes.com/auth/login?response_type=cookie&client_id=vi&redirect_uri=https%3A%2F%2Fwww.nytimes.com%2Fsubscription%2Fmultiproduct%2Flp8KQUS.html%3FcampaignId%3D7JFJX&asset=masthead"></a>, <a class="css-1ly73wi" href="#after-top">Continue reading the main story</a>, <a class="css-1ly73wi" href="#after-sponsor">Continue reading the main story</a>, <a class="css-nm3jss" href="/international/section/health/policy">Health Policy</a>, <a class="css-nm3jss" href="/column/global-health">Global Health</a>, <a class="css-nm3jss" href="/column/the-new-old-age">The New Old Age</a>, <a class="css-nm3jss" href="/international/section/science">Science</a>, <a class="css-nm3jss" href="/international/section/well">Well</a>, <a class="css-nm3jss" href="/news-event/coronavirus">Coronavirus Outbreak</a>, <a data-rref="" href="/2022/04/20/health/time-restricted-diets.html"><img alt="The new study is not the first to test time-restricted eating, but previous studies often were smaller, of shorter duration and without control groups." src="https://static01.nyt.com/images/2022/04/20/science/20diet/20diet-jumbo.jpg" srcset="https://static01.nyt.com/images/2022/04/20/science/20diet/20diet-jumbo.jpg 1024w, https://static01.nyt.com/images/2022/04/20/science/20diet/20diet-videoLarge.jpg 768w, https://static01.nyt.com/images/2022/04/20/science/20diet/20diet-mediumThreeByTwo440.jpg 440w"/></a>, <a data-rref="" href="/2022/04/20/health/time-restricted-diets.html">Scientists Find No Benefit to Time-Restricted Eating</a>, <a data-rref="" href="/2022/04/20/health/pgta-ivf-pregnancy-test.html"><img alt="Anna Dahlquist, her husband, Brian, and their baby son. “I was 39 when I made his embryo,” Ms. Dahlquist said. “And I was 46 when I became pregnant with him.”" src="https://static01.nyt.com/images/2022/04/19/science/00-ivf-genetic-test1/00-ivf-genetic-test1-videoLarge.jpg" srcset="https://static01.nyt.com/images/2022/04/19/science/00-ivf-genetic-test1/00-ivf-genetic-test1-videoLarge.jpg 768w, https://static01.nyt.com/images/2022/04/19/science/00-ivf-genetic-test1/00-ivf-genetic-test1-mediumThreeByTwo440.jpg 440w"/></a>, <a data-rref="" href="/2022/04/20/health/pgta-ivf-pregnancy-test.html">Study Raises Questions About Popular Genetic Test for ‘Abnormal’ Embryos</a>, <a data-rref="" href="/2022/04/18/health/alzheimers-cassava-simufilam.html"><img alt="" src="https://static01.nyt.com/images/2022/04/18/science/18cassava/18cassava-videoLarge.jpg" srcset="https://static01.nyt.com/images/2022/04/18/science/18cassava/18cassava-videoLarge.jpg 768w, https://static01.nyt.com/images/2022/04/18/science/18cassava/18cassava-mediumThreeByTwo440.jpg 440w"/></a>]
# Get the text out of the soup and print it
text = soup.get_text()
print(text)
Health - The New York Times International
{"@context":"http://schema.org","@type":"CollectionPage","description":"The latest news on health and medicine, covid, vaccines, global health, mental health, Obamacare, health insurance, Medicare, Medicaid, opioids, cancer, heart disease and other topics.","url":"https://www.nytimes.com/international/section/health","inLanguage":"en","name":"Health","mainEntity":{"@context":"http://schema.org","@type":"ItemList","itemListElement":[{"@context":"http://schema.org","@type":"ListItem","url":"https://www.nytimes.com/2022/04/20/health/time-restricted-diets.html","position":1},{"@context":"http://schema.org","@type":"ListItem","url":"https://www.nytimes.com/2022/04/20/health/pgta-ivf-pregnancy-test.html","position":2},{"@context":"http://schema.org","@type":"ListItem","url":"https://www.nytimes.com/2022/04/18/health/alzheimers-cassava-simufilam.html","position":3},{"@context":"http://schema.org","@type":"ListItem","url":"https://www.nytimes.com/2022/04/19/health/omicron-unvaccinated-children.html","position":4},{"@context":"http://schema.org","@type":"ListItem","url":"https://www.nytimes.com/2022/04/16/health/global-covid-deaths-who-india.html","position":5},{"@context":"http://schema.org","@type":"ListItem","url":"https://www.nytimes.com/2022/04/19/health/covid-travel-masks-regulation.html","position":6},{"@context":"http://schema.org","@type":"ListItem","url":"https://www.nytimes.com/2022/04/19/health/death-records-africa-electronic-autopsy.html","position":7},{"@context":"http://schema.org","@type":"ListItem","url":"https://www.nytimes.com/2022/04/14/health/covid-cases-tracking.html","position":8},{"@context":"http://schema.org","@type":"ListItem","url":"https://www.nytimes.com/2022/04/15/health/covid-breath-test-fda.html","position":9},{"@context":"http://schema.org","@type":"ListItem","url":"https://www.nytimes.com/article/mask-mandates-guidelines.html","position":10},{"@context":"http://schema.org","@type":"ListItem","url":"https://www.nytimes.com/2022/04/19/well/live/return-to-office-tips.html","position":11},{"@context":"http://schema.org","@type":"ListItem","url":"https://www.nytimes.com/interactive/2022/04/12/well/family/covid-deaths-parents-grandparents.html","position":12},{"@context":"http://schema.org","@type":"ListItem","url":"https://www.nytimes.com/2022/04/18/well/move/foot-health-pandemic.html","position":13},{"@context":"http://schema.org","@type":"ListItem","url":"https://www.nytimes.com/2022/04/15/well/move/peloton-workouts-at-home.html","position":14},{"@context":"http://schema.org","@type":"ListItem","url":"https://www.nytimes.com/2022/04/19/us/covid-masks-planes.html","position":15},{"@context":"http://schema.org","@type":"ListItem","url":"https://www.nytimes.com/2022/04/18/health/covid-mink-michigan.html","position":16},{"@context":"http://schema.org","@type":"ListItem","url":"https://www.nytimes.com/2022/04/21/style/design-careers-reshaped-by-pandemic.html","position":17}],"numberOfItems":17},"publisher":{"@id":"https://www.nytimes.com/#publisher"},"copyrightHolder":{"@id":"https://www.nytimes.com/#publisher"},"sourceOrganization":{"@id":"https://www.nytimes.com/#publisher"},"copyrightYear":2022}{"@context":"http://schema.org","@type":"NewsMediaOrganization","name":"The New York Times","logo":{"@context":"http://schema.org","@type":"ImageObject","url":"https://static01.nyt.com/images/misc/NYT_logo_rss_250x40.png","height":40,"width":250},"url":"https://www.nytimes.com/","@id":"https://www.nytimes.com/#publisher","diversityPolicy":"https://www.nytco.com/diversity-and-inclusion-at-the-new-york-times/","ethicsPolicy":"https://www.nytco.com/who-we-are/culture/standards-and-ethics/","masthead":"https://www.nytimes.com/interactive/2020/09/08/admin/the-new-york-times-masthead.html","foundingDate":"1851-09-18","sameAs":"https://en.wikipedia.org/wiki/The_New_York_Times"}{"@context":"http://schema.org","@type":"BreadcrumbList","itemListElement":[{"@context":"http://schema.org","@type":"ListItem","name":"The New York Times International","position":1,"item":"https://www.nytimes.com/international"},{"@context":"http://schema.org","@type":"ListItem","name":"Health","position":2,"item":"https://www.nytimes.com/international/section/health"}]}
const override = (new URL(window.location)).searchParams.get('sentryOverride');
if (override || Math.floor(Math.random() * 100) <= 1) {
document.write('<script src="https://js.sentry-cdn.com/7bc8bccf5c254286a99b11c68f6bf4ce.min.js" crossorigin="anonymous">' + '<' + '/script>');
}
if (window.Sentry) {
window.Sentry.onLoad(function() {
window.Sentry.init({
maxBreadcrumbs: 30,
release: '12809ae4d39fc0d2fa32e10611092624601c913d',
environment: 'prd',
beforeSend: function(e, v) {
if (/amazon-adsystem|ads-us|ampproject|amp4ads|pubads|2mdn|chartbeat|gsi|bk_addPageCtx|yimg|BOOMR|boomerang/.test(v.originalException && v.originalException.stack || '')) return null;
return e;
}
});
});
}
[data-timezone] { display: none }
@-webkit-keyframes animation-5j8bii{from{opacity:0;}to{opacity:1;}}@keyframes animation-5j8bii{from{opacity:0;}to{opacity:1;}}.css-1dv1kvn{border:0;-webkit-clip:rect(0 0 0 0);clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}.css-nuvmzp{font-size:14.25px;font-family:nyt-franklin,helvetica,arial,sans-serif;font-weight:700;text-transform:uppercase;-webkit-letter-spacing:0.7px;-moz-letter-spacing:0.7px;-ms-letter-spacing:0.7px;letter-spacing:0.7px;line-height:19px;}.css-nuvmzp:hover{-webkit-text-decoration:underline;text-decoration:underline;}.css-1k0lris{color:#326891;height:12px;margin-left:8px;padding-left:8px;}.css-9e9ivx{display:none;font-size:10px;margin-left:auto;text-transform:uppercase;}.hasLinks .css-9e9ivx{display:block;}@media (min-width:740px){.hasLinks .css-9e9ivx{margin:none;position:absolute;right:20px;}}@media (min-width:1024px){.hasLinks .css-9e9ivx{display:none;}}.css-hnzl8o{display:inline-block;font-size:12px;-webkit-transition:color 0.6s ease;transition:color 0.6s ease;color:#121212;}.css-hnzl8o:hover{color:#666;}.css-6n7j50{display:inline;}.css-1kj7lfb{display:none;}@media (min-width:1024px){.css-1kj7lfb{display:inline-block;margin-right:7px;}}.css-10m9xeu{display:block;width:16px;height:16px;}.css-1fe7a5q{display:inline-block;height:16px;vertical-align:sub;width:16px;}.css-1f8er69{border:0;-webkit-clip:rect(0 0 0 0);clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;border-radius:3px;cursor:pointer;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-transition:ease 0.6s;transition:ease 0.6s;white-space:nowrap;vertical-align:middle;background-color:transparent;color:#000;font-size:11px;line-height:11px;font-weight:700;-webkit-letter-spacing:0.02em;-moz-letter-spacing:0.02em;-ms-letter-spacing:0.02em;letter-spacing:0.02em;padding:11px 12px 8px;background:#fff;display:inline-block;left:44px;text-transform:uppercase;-webkit-transition:none;transition:none;}.css-1f8er69:active,.css-1f8er69:focus{-webkit-clip:auto;clip:auto;overflow:visible;width:auto;height:auto;}.css-1f8er69::-moz-focus-inner{padding:0;border:0;}.css-1f8er69:-moz-focusring{outline:1px dotted;}.css-1f8er69:disabled,.css-1f8er69.disabled{opacity:0.5;cursor:default;}.css-1f8er69:active,.css-1f8er69.active{background-color:#f7f7f7;}@media (min-width:740px){.css-1f8er69:hover{background-color:#f7f7f7;}}.css-1f8er69:focus{margin-top:3px;padding:8px 8px 6px;}@media (min-width:1024px){.css-1f8er69{left:112px;}}.css-10488qs{display:none;}@media (min-width:1024px){.css-10488qs{display:inline-block;position:relative;}}.css-1e1s8k7{font-size:11px;text-align:center;padding-bottom:25px;}@media (min-width:1024px){.css-1e1s8k7{padding:0 3% 9px;}}.css-1e1s8k7.dockVisible{padding-bottom:45px;}@media (min-width:1024px){.css-1e1s8k7.dockVisible{padding:0 3% 45px;}}@media (min-width:1150px){.css-1e1s8k7{margin:0 auto;max-width:1200px;}}.NYTApp .css-1e1s8k7{display:none;}@media print{.css-1e1s8k7{display:none;}}.css-15uy5yv{border-top:1px solid #ebebeb;padding-top:9px;}.css-jq1cx6{color:#666;font-family:nyt-franklin,helvetica,arial,sans-serif;padding:10px 0;-webkit-text-decoration:none;text-decoration:none;white-space:nowrap;}.css-jq1cx6:hover{-webkit-text-decoration:underline;text-decoration:underline;}.css-1baulvz{display:inline-block;}.css-79elbk{position:relative;}.css-1ly73wi{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;-webkit-clip:rect(0 0 0 0);clip:rect(0 0 0 0);overflow:hidden;}.css-rfqw0c{text-align:center;height:100%;display:block;}.css-1ffjgkm{top:0;position:-webkit-sticky;position:sticky;background-color:white;z-index:902;}@media print{.css-1ffjgkm{display:none;}}@media (min-width:740px){.css-172h6t9{display:none;}}.css-15cbhtu::before,.css-15cbhtu::after{display:table;clear:both;content:'';line-height:0;}.css-m70j1g{font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-letter-spacing:0.029375em;-moz-letter-spacing:0.029375em;-ms-letter-spacing:0.029375em;letter-spacing:0.029375em;text-transform:uppercase;font-size:11px;line-height:14px;font-weight:300;}@media (min-width:740px){.css-m70j1g{font-size:11px;line-height:11px;font-weight:500;}}.css-m70j1g a{color:#000;font-size:16px;font-weight:300;}.css-1xonkmu .highlighted{background:#f8f8d4;padding:2px;}.css-1n7hynb{text-transform:uppercase;}.css-1n7hynb span{text-transform:lowercase;}.css-ye6x8s{border-top:1px solid #e2e2e2;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:20px;padding-top:21px;}.css-ye6x8s:nth-of-type(1){border-top:0 none;padding-top:0;}.css-1cp3ece{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;max-width:800px;width:100%;}@media (min-width:600px){.css-1cp3ece{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;max-width:840px;}}.css-1l4spti{margin-bottom:2px;-webkit-order:0;-ms-flex-order:0;order:0;width:100%;}@media (min-width:600px){.css-1l4spti{margin-bottom:0;-webkit-order:2;-ms-flex-order:2;order:2;}}.css-1l4spti > a:hover{cursor:pointer;}.css-1l4spti > a:hover h2{-webkit-text-decoration:underline;text-decoration:underline;}.css-ulz9xo{float:right;margin:0 0 10px 10px;width:150px;}@media (min-width:600px){.css-ulz9xo{margin:0 0 0 40px;}}@media (min-width:1024px){.css-ulz9xo{width:205px;}}.css-l57rop{padding-bottom:10px;}.css-nm3jss{font-weight:400;-webkit-text-decoration:none;text-decoration:none;}.css-nm3jss:hover{display:inline-block;-webkit-text-decoration:underline;text-decoration:underline;}.css-nm3jss.well,.css-nm3jss.business{font-weight:300;}.css-10wtrbd{box-sizing:border-box;padding-right:0;width:100%;}.css-me3p27{-webkit-flex:none;-ms-flex:none;flex:none;}.css-9voj2j{display:none;}@media (min-width:740px){.css-9voj2j{display:inline;}}.css-9voj2j span{text-transform:uppercase;}.css-xta2bx{border-top:1px solid #e2e2e2;padding-top:21px;padding-bottom:19px;}.css-xta2bx:nth-child(1){padding-top:0;border-top:0 none;}@media (min-width:765px){.css-xta2bx{border:none;border-right:1px solid #e2e2e2;box-sizing:content-box;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin-top:15px;padding:0 15px 15px;width:30.4%;}.css-xta2bx:nth-child(1){border-right:0 none;border-bottom:1px solid #e2e2e2;margin-top:0;padding-left:0;padding-right:0;padding-bottom:15px;width:100%;}.css-xta2bx:nth-child(2){padding-left:0;}.css-xta2bx:nth-child(4){border:0 none;padding-right:0;}}@media (min-width:1020px){.css-xta2bx{margin-top:20px;padding:0 20px 20px;}.css-xta2bx:nth-child(1){padding-bottom:4px;}}@media (min-width:765px){.css-1pagwdx{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}.css-3q005l{display:inline-block;height:16px;line-height:0;margin-right:7px;opacity:0.55;position:relative;-webkit-transition:opacity 0.2s linear;transition:opacity 0.2s linear;vertical-align:text-bottom;width:16px;}.css-1jhow8c{display:none;left:13px;position:absolute;top:0;}@media (min-width:740px){.css-1jhow8c{left:45px;top:9px;}}.css-wm4t3d{position:relative;}@media (min-width:740px){.css-wm4t3d{min-width:125px;}}.css-13mho3u{margin-bottom:22px;position:relative;}@media (min-width:1024px){.css-13mho3u{float:left;margin-right:30px;width:65%;}}@media (min-width:1150px){.css-13mho3u{margin-right:60px;}}@media (min-width:1280px){.css-13mho3u{width:70%;}}@media (min-width:1024px){.css-g6hk37{margin-bottom:100px;float:right;width:300px;}}.css-14aj3sn{border-top:1px dotted #999;margin-bottom:30px;margin-left:auto;margin-right:auto;padding-top:12px;}@media (min-width:740px){.css-14aj3sn{width:585px;}}@media (min-width:1024px){.css-14aj3sn{width:300px;}}.css-14aj3sn:first-of-type{border-top:none;margin-top:67px;padding-top:0;}@media (min-width:600px){.css-14aj3sn:first-of-type{margin-top:92px;}}@media (min-width:1024px){.css-14aj3sn:first-of-type{border-top:1px dotted #999;margin-top:0;padding-top:12px;}}.css-14aj3sn:last-child{margin-bottom:0;}@media (min-width:1024px){.css-ahe4g0{position:relative;border-bottom:none;}}@media (min-width:1024px){.css-ahe4g0{margin:0 auto;padding:0 3%;}}@media (min-width:1150px){.css-ahe4g0{margin:auto;padding:0 3%;max-width:1200px;}}.css-qo6pn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:space-around;-webkit-justify-content:space-around;-ms-flex-pack:space-around;justify-content:space-around;left:10px;position:absolute;}@media (min-width:1024px){.css-qo6pn{left:0;}}@media print{.css-qo6pn{display:none;}}.css-fzvsed{border-radius:3px;cursor:pointer;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-transition:ease 0.6s;transition:ease 0.6s;white-space:nowrap;vertical-align:middle;background-color:transparent;color:#000;font-size:11px;line-height:11px;font-weight:700;-webkit-letter-spacing:0.02em;-moz-letter-spacing:0.02em;-ms-letter-spacing:0.02em;letter-spacing:0.02em;padding:11px 12px 8px;border:0;padding:8px 9px;text-transform:uppercase;}.css-fzvsed.hidden{opacity:0;visibility:hidden;}.css-fzvsed.hidden:focus{opacity:1;}.css-fzvsed::-moz-focus-inner{padding:0;border:0;}.css-fzvsed:-moz-focusring{outline:1px dotted;}.css-fzvsed:disabled,.css-fzvsed.disabled{opacity:0.5;cursor:default;}.css-fzvsed:active,.css-fzvsed.active{background-color:#f7f7f7;}@media (min-width:740px){.css-fzvsed:hover{background-color:#f7f7f7;}}@media (min-width:1024px){.css-fzvsed{display:none;}}.css-123u7tk{border-radius:3px;cursor:pointer;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-transition:ease 0.6s;transition:ease 0.6s;white-space:nowrap;vertical-align:middle;background-color:#fff;border:1px solid #ebebeb;color:#333;font-size:11px;line-height:11px;font-weight:500;-webkit-letter-spacing:0.02em;-moz-letter-spacing:0.02em;-ms-letter-spacing:0.02em;letter-spacing:0.02em;padding:11px 12px 8px;text-transform:uppercase;display:none;padding:8px 9px 9px;}.css-123u7tk::-moz-focus-inner{padding:0;border:0;}.css-123u7tk:-moz-focusring{outline:1px dotted;}.css-123u7tk:disabled,.css-123u7tk.disabled{opacity:0.5;cursor:default;}.css-123u7tk:active,.css-123u7tk.active{background-color:#f7f7f7;}@media (min-width:740px){.css-123u7tk:hover{background-color:#f7f7f7;}}@media (min-width:1024px){.css-123u7tk{border:0;display:inline-block;margin-right:8px;}}.css-tkwi90{border-radius:3px;cursor:pointer;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-transition:ease 0.6s;transition:ease 0.6s;white-space:nowrap;vertical-align:middle;background-color:transparent;color:#000;font-size:11px;line-height:11px;font-weight:700;-webkit-letter-spacing:0.02em;-moz-letter-spacing:0.02em;-ms-letter-spacing:0.02em;letter-spacing:0.02em;padding:11px 12px 8px;border:0;}.css-tkwi90::-moz-focus-inner{padding:0;border:0;}.css-tkwi90:-moz-focusring{outline:1px dotted;}.css-tkwi90:disabled,.css-tkwi90.disabled{opacity:0.5;cursor:default;}.css-tkwi90:active,.css-tkwi90.active{background-color:#f7f7f7;}@media (min-width:740px){.css-tkwi90:hover{background-color:#f7f7f7;}}.css-tkwi90.activeSearchButton{background-color:#f7f7f7;}@media (min-width:1024px){.css-tkwi90{padding:8px 9px 9px;}}.css-nhjhh0{display:block;width:189px;height:26px;margin:5px auto 0;}@media (min-width:740px){.css-nhjhh0{width:225px;height:31px;margin:4px auto 0;}}@media (min-width:1024px){.css-nhjhh0{width:195px;height:26px;margin:6px auto 0;}}.css-12bivf2{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:space-around;-webkit-justify-content:space-around;-ms-flex-pack:space-around;justify-content:space-around;position:absolute;right:10px;top:9px;}@media (min-width:1024px){.css-12bivf2{top:4px;right:0;}}@media print{.css-12bivf2{display:none;}}.css-htw48t{border-radius:3px;cursor:pointer;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-transition:ease 0.6s;transition:ease 0.6s;white-space:nowrap;vertical-align:middle;background-color:#567b95;border:1px solid #326891;color:#fff;font-size:11px;line-height:11px;font-weight:700;-webkit-letter-spacing:0.05em;-moz-letter-spacing:0.05em;-ms-letter-spacing:0.05em;letter-spacing:0.05em;padding:11px 12px 8px;text-transform:uppercase;display:inline-block;}.css-htw48t::-moz-focus-inner{padding:0;border:0;}.css-htw48t:-moz-focusring{outline:1px dotted;}.css-htw48t:disabled,.css-htw48t.disabled{opacity:0.5;cursor:default;}@media (min-width:740px){.css-htw48t:hover{background-color:#326891;}}@media (min-width:1024px){.css-htw48t{padding:11px 12px 8px;height:11px;color:#fff !important;}}.css-htw48t:hover{border:1px solid #326891;}.css-fozwf3{border-radius:3px;cursor:pointer;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-transition:ease 0.6s;transition:ease 0.6s;white-space:nowrap;vertical-align:middle;background-color:transparent;color:#000;font-size:11px;line-height:11px;font-weight:700;-webkit-letter-spacing:0.02em;-moz-letter-spacing:0.02em;-ms-letter-spacing:0.02em;letter-spacing:0.02em;padding:11px 12px 8px;border:0;display:block;padding:7px 9px 9px;}.css-fozwf3.hidden{opacity:0;visibility:hidden;}.css-fozwf3.hidden:focus{opacity:1;}.css-fozwf3::-moz-focus-inner{padding:0;border:0;}.css-fozwf3:-moz-focusring{outline:1px dotted;}.css-fozwf3:disabled,.css-fozwf3.disabled{opacity:0.5;cursor:default;}.css-fozwf3:active,.css-fozwf3.active{background-color:#f7f7f7;}@media (min-width:740px){.css-fozwf3:hover{background-color:#f7f7f7;}}@media (min-width:740px){.css-fozwf3{border:none;line-height:13px;padding:9px 9px 12px;}}@media (min-width:1024px){.css-fozwf3{display:none;}}.css-1ho5u4o{list-style:none;margin:0 0 15px;padding:0;}@media (min-width:600px){.css-1ho5u4o{display:inline-block;}}.css-13o0c9t{list-style:none;line-height:8px;margin:0 0 35px;padding:0;}@media (min-width:600px){.css-13o0c9t{display:inline-block;}}.css-a7htku{display:inline-block;line-height:20px;padding:0 10px;}.css-a7htku:first-child{border-left:none;}.css-a7htku.desktop{display:none;}@media (min-width:740px){.css-a7htku.smartphone{display:none;}.css-a7htku.desktop{display:inline-block;}.css-a7htku.mobileOnly{display:none;}}.css-10698na{text-align:center;}@media (min-width:740px){.css-10698na{padding-top:0;}}@media print{.css-10698na a[href]::after{content:'';}.css-10698na svg{fill:black;}}.css-1tag3rd{font-size:10px;padding:11px 0 10px;text-transform:uppercase;width:100%;color:#999;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-letter-spacing:0.5px;-moz-letter-spacing:0.5px;-ms-letter-spacing:0.5px;letter-spacing:0.5px;text-align:center;}.css-ui9rw0{background:#fff;border-bottom:1px solid #e2e2e2;height:36px;padding:8px 15px 3px;position:relative;}@media (min-width:740px){.css-ui9rw0{background:#fff;padding:10px 15px 6px;}}@media (min-width:1024px){.css-ui9rw0{background:transparent;border-bottom:0;padding:4px 15px 2px;}}@media (min-width:1024px){.css-ui9rw0{margin:0 auto;max-width:1605px;}}.css-1r0gz1j{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:11px;-webkit-box-pack:space-around;-webkit-justify-content:space-around;-ms-flex-pack:space-around;justify-content:space-around;padding:13px 20px 12px;}@media (min-width:740px){.css-1r0gz1j{position:relative;}}@media (min-width:1024px){.css-1r0gz1j{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border:none;padding:0;height:0;-webkit-transform:translateY(38px);-ms-transform:translateY(38px);transform:translateY(38px);-webkit-align-items:flex-end;-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end;}}@media print{.css-1r0gz1j{display:none;}}.css-1o0kkht{color:#121212;font-size:0.6875rem;font-family:nyt-franklin,helvetica,arial,sans-serif;display:none;width:auto;font-weight:700;}@media (min-width:740px){.css-1o0kkht{text-align:center;width:100%;}}@media (min-width:1024px){.css-1o0kkht{font-size:12px;width:auto;margin-bottom:5px;}}.css-1bvtpon{display:none;}.css-13o4bnb{color:#666;font-family:nyt-imperial,georgia,'times new roman',times,serif;margin:10px 20px 0;text-align:left;}.css-13o4bnb a{color:#326891;-webkit-text-decoration:none;text-decoration:none;}.css-13o4bnb a:hover,.css-13o4bnb a:focus{-webkit-text-decoration:underline;text-decoration:underline;}@media (min-width:600px){.css-13o4bnb{margin-left:0;}}.sizeSmall .css-13o4bnb{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:calc(50% - 15px);margin:auto 0 15px 15px;}@media (min-width:600px){.sizeSmall .css-13o4bnb{width:260px;margin-left:15px;}}@media (min-width:740px){.sizeSmall .css-13o4bnb{margin-left:15px;}}@media (min-width:1440px){.sizeSmall .css-13o4bnb{width:330px;margin-left:15px;}}@media (max-width:600px){.sizeSmall .css-13o4bnb{margin:auto 0 0 15px;}}.sizeSmall.sizeSmallNoCaption .css-13o4bnb{margin-left:auto;margin-right:auto;margin-top:10px;}.sizeMedium .css-13o4bnb{max-width:900px;}.sizeMedium.layoutVertical.verticalVideo .css-13o4bnb{margin-left:0;margin-right:0;}.sizeLarge .css-13o4bnb{max-width:none;}@media (min-width:600px){.sizeLarge .css-13o4bnb{margin-left:20px;}}@media (min-width:740px){.sizeLarge .css-13o4bnb{margin-left:20px;max-width:900px;}}@media (min-width:1024px){.sizeLarge .css-13o4bnb{margin-left:0;max-width:720px;}}@media (min-width:1440px){.sizeLarge .css-13o4bnb{margin-left:0;max-width:900px;}}@media (min-width:740px){.sizeLarge.layoutVertical .css-13o4bnb{margin-left:0;}}.sizeFull .css-13o4bnb{margin-left:20px;}@media (min-width:600px){.sizeFull .css-13o4bnb{max-width:900px;}}@media (min-width:740px){.sizeFull .css-13o4bnb{max-width:900px;}}@media (min-width:1440px){.sizeFull .css-13o4bnb{max-width:900px;}}@media print{.css-13o4bnb{display:none;}}.css-rq4mmj{height:auto;width:100%;width:100%;vertical-align:top;}.css-rq4mmj img{width:100%;vertical-align:top;}:root{--color-background-elevated:hsla(0,0%,100%,1);--color-background-primary:hsla(0,0%,100%,1);--color-background-quaternary:hsla(0,0%,78.04%,1);--color-background-secondary:hsla(0,0%,97.26%,1);--color-background-tertiary:hsla(0,0%,92.16%,1);--color-background-inversePrimary:hsla(0,0%,7.06%,1);--color-background-inverseSecondary:hsla(0,0%,21.18%,1);--color-background-overlay:hsla(0,0%,7.06%,0.58);--color-content-primary:hsla(0,0%,7.06%,1);--color-content-quaternary:hsla(0,0%,44.71%,1);--color-content-quintary:hsla(0,0%,54.51%,1);--color-content-secondary:hsla(0,0%,21.18%,1);--color-content-tertiary:hsla(0,0%,35.3%,1);--color-content-inversePrimary:hsla(0,0%,100%,1);--color-overlay-black:hsla(0,0%,0%,1);--color-signal-breaking:hsla(352.72,98.1%,41.18%,1);--color-signal-developing:hsla(20.19,91.67%,47.06%,1);--color-signal-editorial:hsla(205.9,48.72%,38.24%,1);--color-signal-highlight:hsla(215.28,72.23%,50.59%,1);--color-signal-negative:hsla(354.29,98.83%,33.34%,1);--color-signal-positive:hsla(126.98,53.09%,31.77%,1);--color-stroke-primary:hsla(0,0%,7.06%,1);--color-stroke-quaternary:hsla(0,0%,87.46%,1);--color-stroke-secondary:hsla(0,0%,54.51%,1);--color-stroke-tertiary:hsla(0,0%,78.04%,1);--color-stroke-inversePrimary:hsla(0,0%,100%,1);--color-static-white:hsla(0,0%,100%,1);--color-static-gray100:hsla(0,0%,0%,1);}@media (prefers-color-scheme:dark){:root.NYTApp{--color-background-elevated:hsla(0,0%,16.48%,1);--color-background-primary:hsla(0,0%,7.06%,1);--color-background-quaternary:hsla(0,0%,35.3%,1);--color-background-secondary:hsla(0,0%,11.77%,1);--color-background-tertiary:hsla(0,0%,21.18%,1);--color-background-inversePrimary:hsla(0,0%,100%,1);--color-background-inverseSecondary:hsla(0,0%,87.46%,1);--color-background-overlay:hsla(0,0%,100%,0.58);--color-content-primary:hsla(0,0%,100%,1);--color-content-quaternary:hsla(0,0%,63.93%,1);--color-content-quintary:hsla(0,0%,54.51%,1);--color-content-secondary:hsla(0,0%,87.46%,1);--color-content-tertiary:hsla(0,0%,73.34%,1);--color-content-inversePrimary:hsla(0,0%,7.06%,1);--color-overlay-black:hsla(0,0%,0%,1);--color-signal-breaking:hsla(354.7,71.02%,59.42%,1);--color-signal-developing:hsla(20.23,91.76%,61.97%,1);--color-signal-editorial:hsla(206.06,40.87%,63.53%,1);--color-signal-highlight:hsla(215.28,72.23%,50.59%,1);--color-signal-negative:hsla(356.29,72.91%,69.61%,1);--color-signal-positive:hsla(112.41,31.23%,50.4%,1);--color-stroke-primary:hsla(0,0%,100%,1);--color-stroke-quaternary:hsla(0,0%,25.89%,1);--color-stroke-secondary:hsla(0,0%,54.51%,1);--color-stroke-tertiary:hsla(0,0%,35.3%,1);--color-stroke-inversePrimary:hsla(0,0%,7.06%,1);--color-static-white:hsla(0,0%,100%,1);--color-static-gray100:hsla(0,0%,0%,1);}}body{color:var(--color-content-primary,#121212);background:var(--color-background-primary,#FFFFFF);}.css-zz1s19{opacity:1;visibility:visible;-webkit-animation-name:animation-5j8bii;animation-name:animation-5j8bii;-webkit-animation-duration:300ms;animation-duration:300ms;-webkit-animation-delay:0ms;animation-delay:0ms;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}@media (min-width:740px){.css-zz1s19{border-bottom:1px solid #e2e2e2;}}@media print{.css-zz1s19{display:none;}}.css-1fnb9ct{display:none;}@media (min-width:1024px){.css-1fnb9ct{display:block;position:absolute;left:105px;line-height:19px;top:11px;}}.css-15h4p1b{margin:15px 0 0;min-width:300px;width:auto;overflow:hidden;}@media (min-width:740px){.css-15h4p1b{margin:15px auto 0;}}.css-1ta8iz9{margin-left:25px;margin-right:25px;}.css-1ta8iz9::before,.css-1ta8iz9::after{display:table;clear:both;content:'';line-height:0;}@media (min-width:740px){.css-1ta8iz9{margin-top:2px;}}@media (min-width:1280px){.css-1ta8iz9{margin-left:auto;margin-right:auto;max-width:1200px;}}.css-1j21atc{margin-bottom:15px;position:relative;}.css-fmiefx{min-height:25px;}@media (min-width:740px){.css-fmiefx{min-height:30px;}}.css-fmiefx::before,.css-fmiefx::after{display:table;clear:both;content:'';line-height:0;}@media (min-width:740px){.css-fmiefx{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;margin-bottom:0;}}.css-1hk7r2m{margin-top:5px;padding-bottom:0;}@media (min-width:740px){.css-1hk7r2m{margin-top:0;}}@media (min-width:740px){.css-1hk7r2m{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:auto;margin-right:0;}}.css-7a1pgi{display:none !important;visibility:hidden;}@media print{.css-7a1pgi{display:none;}}.css-1l4mleb{display:none !important;display:none;display:none;width:100%;color:#999;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-letter-spacing:0.5px;-moz-letter-spacing:0.5px;-ms-letter-spacing:0.5px;letter-spacing:0.5px;text-align:center;}@media (min-width:765px){.css-1l4mleb{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;padding-right:3px;color:#999;}}@media (min-width:765px){.css-1l4mleb{font-size:11px;line-height:11px;}}.css-1u1077h{margin-top:10px;margin:10px 0 0;}@media (min-width:740px){.css-1u1077h{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin:4px 0;}}.css-nfcc9b{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}@media (min-width:740px){.css-1126fso{-webkit-flex:1 75%;-ms-flex:1 75%;flex:1 75%;}}.css-1fbiiks{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}@media (min-width:740px){.css-1fbiiks{-webkit-flex-direction:unset;-ms-flex-direction:unset;flex-direction:unset;}}.css-psuupz{margin-left:25px;margin-right:25px;}@media (min-width:1150px){.css-psuupz{width:calc(100% - 50px);max-width:1200px;margin-left:auto;margin-right:auto;}}@media (min-width:1024px){.css-psuupz{margin-top:35px;}}@media (min-width:1280px){.css-psuupz{margin-left:auto;margin-right:auto;max-width:1200px;}}.css-1ckwy97{border-bottom:1px solid #ccc;border-top:2px solid #000;list-style-type:none;margin:0;padding:0;position:relative;}.css-1ckwy97::before,.css-1ckwy97::after{display:table;clear:both;content:'';line-height:0;}@media (min-width:740px){.css-1ckwy97{padding-bottom:0;padding-left:15px;padding-right:15px;padding-top:0;}}.css-1pfdu6b{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;float:left;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:14px;font-weight:700;line-height:20px;margin-left:15px;position:relative;}@media (min-width:740px){.css-1pfdu6b{border:1px solid transparent;font-size:17px;line-height:23px;margin:0 15px -8px;top:-7px;}}.css-1pfdu6b:first-child{margin-left:0;}.css-1pfdu6b a{display:block;padding:5px 0;color:#999;-webkit-text-decoration:none;text-decoration:none;}@media (min-width:740px){.css-1pfdu6b a{display:block;padding:13px 30px 8px;-webkit-text-decoration:none;text-decoration:none;-webkit-transition:olor 0.2s linear;transition:olor 0.2s linear;}}.css-1pfdu6b a:hover{color:#000;}.css-1pfdu6b.search{min-width:160px;max-width:500px;}.css-1pfdu6b.search a:hover .css-3q005l{opacity:1;}.css-1pfdu6b.active{margin-left:15px;}@media (min-width:740px){.css-1pfdu6b.active{background-color:#fff;border:1px solid #ccc;border-bottom:1px solid #fff;border-top-left-radius:3px;border-top-right-radius:3px;box-shadow:0 -2px 5px rgba(0,0,0,0.05);margin-left:0;margin-right:0;}}.css-1pfdu6b.active a{color:#333;}@media (min-width:740px){.css-1pfdu6b.active a{padding-left:45px;padding-right:45px;}}.css-1pfdu6b.active.search{min-width:270px;max-width:300px;}.css-1pfdu6b.active.search a .css-3q005l{opacity:1;}@media (min-width:740px){.css-1pfdu6b.active.search a .css-3q005l{left:-30px;}}.css-1pfdu6b.active.search .css-1jhow8c{display:block;}.css-1pfdu6b.active.search .css-6n7j50{display:none;}@media (min-width:740px){.css-1pfdu6b.active.search{min-width:160px;max-width:500px;}}@media (min-width:1150px){.css-1pfdu6b.active.search{max-width:785px;}}.css-1pfdu6b.active:first-child{margin-left:0;}.css-1iovbfw{font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:1rem;font-weight:700;line-height:20px;color:white;}@media (min-width:740px){.css-1iovbfw{font-size:17px;line-height:23px;}}.css-13a7bdu{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:transparent;border:none;border-radius:0;box-shadow:none;height:30px;padding:0 10px;max-width:225px;min-width:80px;width:80px;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:1rem;font-weight:700;line-height:20px;}@media (min-width:740px){.css-13a7bdu{font-size:17px;line-height:23px;max-width:425px;}}@media (min-width:1150px){.css-13a7bdu{max-width:710px;}}.css-13a7bdu::-webkit-input-placeholder{color:#e2e2e2;-webkit-letter-spacing:0;-moz-letter-spacing:0;-ms-letter-spacing:0;letter-spacing:0;}.css-13a7bdu:-moz-placeholder{color:#e2e2e2;-webkit-letter-spacing:0;-moz-letter-spacing:0;-ms-letter-spacing:0;letter-spacing:0;}.css-13a7bdu::-moz-placeholder{color:#e2e2e2;-webkit-letter-spacing:0;-moz-letter-spacing:0;-ms-letter-spacing:0;letter-spacing:0;}.css-13a7bdu:-ms-input-placeholder{color:#e2e2e2;-webkit-letter-spacing:0;-moz-letter-spacing:0;-ms-letter-spacing:0;letter-spacing:0;}@media (min-width:740px){.css-13a7bdu{font-size:17px;line-height:23px;}}.css-17x4u1i{background-clip:padding-box;background-color:transparent;border:none;border-radius:50%;font-family:nyt-franklin,helvetica,arial,sans-serif;height:30px;padding:0;position:relative;top:-1px;left:-10px;-webkit-transition:background-color 0.2s ease-in;transition:background-color 0.2s ease-in;width:30px;display:none;}.css-17x4u1i .icon::before,.css-17x4u1i .icon::after{background-color:#999;content:'';display:block;height:2px;left:10px;position:absolute;top:15px;width:11px;}.css-17x4u1i .icon::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}.css-17x4u1i .icon::after{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);}.css-17x4u1i:hover{background-color:transparent;}.css-17x4u1i:hover .icon::before,.css-17x4u1i:hover .icon::after{background-color:#666;}.css-8msx5b{min-height:460px;padding-top:15px;}.css-8msx5b::before,.css-8msx5b::after{display:table;clear:both;content:'';line-height:0;}@media (min-width:740px){.css-8msx5b{padding-top:30px;}}.css-8msx5b:focus{outline:none;}.css-1j9dxys{color:#000;font-feature-settings:'kern';margin-bottom:8px;max-width:470px;font-family:nyt-cheltenham,georgia,'times new roman',times,serif;font-weight:400;font-size:17px;line-height:20px;}@media (min-width:740px){.css-1j9dxys{font-size:23px;line-height:25px;}}.css-1j9dxys .highlighted{font-weight:700;}.css-1echdzn{color:#333;font-family:nyt-imperial,georgia,'times new roman',times,serif;font-weight:400;font-size:13px;line-height:18px;}@media (min-width:740px){.css-1echdzn{font-size:14px;line-height:20px;}}.css-1echdzn .highlighted{font-weight:700;}.css-1nqbnmb{display:none;margin:11px 0 4px;color:#999;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:11px;font-weight:500;line-height:12px;}@media (min-width:765px){.css-1nqbnmb{display:inline-block;}}.css-1lc2l26{-webkit-order:0;-ms-flex-order:0;order:0;color:#999;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:11px;font-weight:400;line-height:13px;}@media (min-width:600px){.css-1lc2l26{min-width:125px;-webkit-order:1;-ms-flex-order:1;order:1;}}@media (min-width:740px){.css-1lc2l26{margin:8px 0 7px;}}.css-10wkyv7{display:none;background-color:#f7f7f7;border-top:1px solid #e2e2e2;padding-bottom:30px;visibility:hidden;}@media print{.css-10wkyv7{display:none;}}@media (min-width:740px){.css-10wkyv7{border-bottom:1px solid #f3f3f3;border-top:1px solid #f3f3f3;margin-top:40px;margin-bottom:40px;}}@media (min-width:1024px){.css-10wkyv7{display:block;margin-top:0;padding-bottom:0;max-width:300px;text-align:center;}}.css-oxle51{display:none;background-color:#f7f7f7;border-top:1px solid #e2e2e2;padding-bottom:30px;visibility:hidden;}@media print{.css-oxle51{display:none;}}@media (min-width:740px){.css-oxle51{border-bottom:1px solid #f3f3f3;border-top:1px solid #f3f3f3;margin-top:40px;margin-bottom:40px;}}@media (min-width:1024px){.css-oxle51{display:block;margin-top:0;padding-bottom:0;max-width:300px;text-align:center;}}.css-1mn4oms{padding-top:20px;background-color:#f7f7f7;border-top:1px solid #e2e2e2;padding-bottom:30px;visibility:hidden;}@media print{.css-1mn4oms{display:none;}}@media (min-width:740px){.css-1mn4oms{border-bottom:1px solid #f3f3f3;border-top:1px solid #f3f3f3;margin-top:40px;margin-bottom:40px;}}@media (min-width:740px){.css-1mn4oms{display:block;min-height:90px;}}.css-15p45cc{display:none;background-color:#f7f7f7;border-top:1px solid #e2e2e2;padding-bottom:30px;padding-bottom:0;visibility:hidden;}@media print{.css-15p45cc{display:none;}}@media (min-width:740px){.css-15p45cc{border-bottom:1px solid #f3f3f3;border-top:1px solid #f3f3f3;margin-top:40px;margin-bottom:40px;}}@media (min-width:740px){.css-15p45cc{display:block;margin-bottom:0;margin-top:0;padding:20px 0;min-height:90px;}}.css-19x0jxb{display:none !important;font-size:10px;padding:11px 0 10px;text-transform:uppercase;width:100%;color:#999;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-letter-spacing:0.5px;-moz-letter-spacing:0.5px;-ms-letter-spacing:0.5px;letter-spacing:0.5px;text-align:center;}.css-1qtg4z6{display:inline-block;font-style:normal;line-height:0;vertical-align:middle;background-image:url(/vi-assets/static-assets/icon-twitter-20x20-fullcolor-2b3b15cf7ffad73aea500d7ccdc0d807.svg);height:20px;width:20px;}.css-47f75k{color:#000;text-transform:uppercase;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:11px;font-weight:700;line-height:18px;margin-bottom:6px;text-transform:uppercase;}.css-47f75k a{color:#000;}.css-9s7qe8{color:#999;-webkit-text-decoration:none;text-decoration:none;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:15px;font-weight:500;line-height:15px;}.css-9s7qe8 span{display:inline-block;margin-left:8px;}.css-2aieq6{color:#121212;-webkit-flex:1 75%;-ms-flex:1 75%;flex:1 75%;font-feature-settings:'kern';margin-top:10px;font-family:nyt-karnak,georgia,'times new roman',times,serif;font-weight:900;-webkit-font-smoothing:antialiased;font-size:32px;line-height:32px;margin-bottom:-3px;margin-top:11px;}@media (min-width:740px){.css-2aieq6{font-size:38px;line-height:38px;margin-top:5px;}}@media (min-width:1024px){.css-2aieq6{font-size:44px;line-height:44px;margin-bottom:-6px;margin-top:6px;}}.css-1qhmxx1{display:block;padding-top:0;margin-top:10px;border-top:1px solid #e2e2e2;}.css-1epgb9g{background:linear-gradient(to right,rgba(255,255,255,1),rgba(255,255,255,0));list-style-type:none;position:relative;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:inline-block;margin:0 -4px 0 0;padding:9px 0 9px;}@media (min-width:740px){.css-1epgb9g{margin:0;}}@media (min-width:1024px){.css-1epgb9g{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}@media (min-width:1024px){.css-1epgb9g{padding:9px 0 7px;}}.css-6p3lz8{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-right:none;color:#333;cursor:pointer;display:inline-block;margin:0;font-family:nyt-franklin,helvetica,arial,sans-serif;font-weight:400;text-transform:uppercase;white-space:nowrap;font-size:13px;line-height:13px;padding-left:10px;}.css-6p3lz8:first-child{padding-left:0;}.css-6p3lz8::after{border-right:1px solid #ccc;content:'';display:inline-block;}.css-6p3lz8:last-of-type::after{border-right:none;padding-right:0;}@media (min-width:740px){.css-6p3lz8{font-size:11px;line-height:11px;}}@media (min-width:1024px){.css-6p3lz8{padding-left:8px;}}.css-6p3lz8::after{vertical-align:-3px;height:16px;padding-right:10px;}@media (min-width:740px){.css-6p3lz8::after{height:11px;}}@media (min-width:1024px){.css-6p3lz8::after{padding-right:8px;}}.css-4svvz1{margin-top:0;margin-bottom:25px;}@media (min-width:765px){.css-4svvz1{margin-bottom:35px;}}.css-1vlzjyd{padding-top:29px;margin-left:25px;margin-right:25px;border-top:2px solid #000;}@media (min-width:1150px){.css-1vlzjyd{width:calc(100% - 50px);max-width:1200px;margin-left:auto;margin-right:auto;}}.css-1vlzjyd >:first-child{border-top:0 none;padding-top:0;}.css-1vlzjyd > .e6secmu0:first-of-type:last-of-type .eb97p613:last-child{padding-bottom:55px;border-bottom:0 none;}.css-1vlzjyd > .ebvx18p0:last-of-type .eb97p613:last-child{padding-bottom:55px;border-bottom:0 none;}.css-gfgt40:last-child{padding-bottom:0;}.css-gfgt40 a{-webkit-text-decoration:none;text-decoration:none;}@media (min-width:1280px){.css-gfgt40{max-width:1200px;}}.css-11jjg{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0;padding:0;}.css-gjijuv{box-sizing:border-box;padding-right:0;width:100%;}@media (min-width:765px){.css-gjijuv{padding-bottom:15px;padding-right:30px;width:35%;}}@media (min-width:1020px){.css-gjijuv{width:34.5%;}}.css-1fwiylb{float:none;margin-left:0;margin-bottom:5px;position:relative;width:100%;float:none;margin-left:0;width:100%;}@media (min-width:740px){.css-1fwiylb{margin-bottom:15px;}}.css-1fwiylb img{width:100%;vertical-align:top;}@media (min-width:765px){.css-1fwiylb{margin-bottom:0;-webkit-order:2;-ms-flex-order:2;order:2;width:66%;}}@media (min-width:1020px){.css-1fwiylb{width:65%;}}@media (min-width:1280px){.css-1fwiylb{width:66%;}}.css-aqbich{text-align:right;}.css-1bt5hvg{font-size:0.625rem;display:inline-block;font-weight:500;line-height:0.75rem;margin-top:2px;color:#b3b3b3;font-family:nyt-franklin,helvetica,arial,sans-serif;text-transform:uppercase;}@media (min-width:765px){.css-1bt5hvg{display:inline-block;}}.css-b8r11n{clear:left;font-feature-settings:'kern';margin-bottom:7px;font-family:nyt-cheltenham,georgia,'times new roman',times,serif;font-size:1.625rem;font-weight:200;line-height:1.75rem;}.css-b8r11n a:hover{-webkit-text-decoration:underline;text-decoration:underline;}@media (min-width:740px){.css-b8r11n{clear:none;}}@media (min-width:765px){.css-b8r11n{font-size:30px;line-height:36px;}}@media (min-width:1020px){.css-b8r11n{font-size:36px;line-height:40px;}}@media (min-width:1280px){.css-b8r11n{font-size:42px;line-height:44px;}}@media (min-width:1280px){.css-b8r11n{margin-bottom:15px;}}.css-f9p5k6{margin-bottom:0;font-family:nyt-imperial,georgia,'times new roman',times,serif;font-size:0.9375rem;font-weight:500;line-height:1.375rem;}@media (min-width:765px){.css-f9p5k6{font-size:13px;line-height:20px;}}@media (min-width:1020px){.css-f9p5k6{font-size:16px;line-height:23px;}}@media (min-width:1280px){.css-f9p5k6{font-size:16px;line-height:23px;}}.css-s7sl7h{color:#999;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:0.6875rem;font-weight:500;line-height:0.75rem;margin-top:5px;}@media (min-width:1280px){.css-s7sl7h{margin-top:21px;}}.css-1dydysp{background-color:#999;border-radius:1px;-webkit-flex:none;-ms-flex:none;flex:none;height:2px;width:2px;display:none;margin:4px 5px 0;}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.css-1dydysp{margin-top:6px;}}@media (min-width:740px){.css-1dydysp{display:inline-block;}}.css-1ag53q4{float:none;margin-left:0;margin-bottom:5px;position:relative;width:100%;float:none;margin-left:0;width:100%;}@media (min-width:740px){.css-1ag53q4{margin-bottom:15px;}}.css-1ag53q4 img{width:100%;vertical-align:top;}.css-1ovcl9x{font-size:0.625rem;display:inline-block;font-weight:500;line-height:0.75rem;margin-top:2px;color:#b3b3b3;font-family:nyt-franklin,helvetica,arial,sans-serif;text-transform:uppercase;}.css-jkrs50{clear:left;font-feature-settings:'kern';margin-bottom:7px;font-family:nyt-cheltenham,georgia,'times new roman',times,serif;font-size:1.625rem;font-weight:200;line-height:1.75rem;}.css-jkrs50 a:hover{-webkit-text-decoration:underline;text-decoration:underline;}@media (min-width:740px){.css-jkrs50{clear:none;}}@media (min-width:765px){.css-jkrs50{font-size:22px;line-height:26px;}}@media (min-width:1020px){.css-jkrs50{font-size:26px;line-height:30px;}}@media (min-width:1280px){.css-jkrs50{font-size:28px;line-height:32px;}}.css-1s1laau{margin-bottom:0;font-family:nyt-imperial,georgia,'times new roman',times,serif;font-size:0.9375rem;font-weight:500;line-height:1.375rem;}@media (min-width:765px){.css-1s1laau{font-size:14px;line-height:20px;}}@media (min-width:1020px){.css-1s1laau{font-size:15px;line-height:22px;}}@media (min-width:1280px){.css-1s1laau{font-size:15px;line-height:22px;}}.css-17h6mv0{color:#999;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:0.6875rem;font-weight:500;line-height:0.75rem;margin-top:5px;}.css-zk12ih{padding-top:46px;border-top:1px solid #e2e2e2;}.css-zk12ih:last-child{padding-bottom:0;}.css-zk12ih a{-webkit-text-decoration:none;text-decoration:none;}@media (min-width:1280px){.css-zk12ih{max-width:1200px;}}@media (min-width:765px){.css-zk12ih{padding-top:29px;margin-top:30px;}}.css-x9pcp0{border-top:1px solid #e2e2e2;padding-top:38px;padding-bottom:19px;border-top:1px solid #e2e2e2;box-sizing:content-box;width:100%;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}.css-x9pcp0:first-child{border-top:0 none;padding-top:0;}.css-x9pcp0:last-child{padding-bottom:30px;border-bottom:1px solid #e2e2e2;}@media (min-width:765px){.css-x9pcp0{padding-top:0;padding-bottom:0;}.css-x9pcp0:last-child{padding-bottom:19px;border-bottom:0 none;}}.css-x9pcp0:first-child{padding-left:0;}.css-x9pcp0:last-child{border-right:0 none;padding-right:0;}@media (min-width:765px){.css-x9pcp0{width:16%;padding:0 15px;border-top:0 none;border-right:1px solid #e2e2e2;}}@media (min-width:1020px){.css-x9pcp0:first-child{padding-left:0;}.css-x9pcp0:last-child{padding-right:0;}}@media (min-width:1280px){.css-x9pcp0{padding:0 20px;}}.css-x9pcp0 div{bottom:35px;}@media (min-width:600px){.css-x9pcp0 div{bottom:35px;}}@media (min-width:765px){.css-x9pcp0 div{bottom:10px;}}@media (min-width:1020px){.css-x9pcp0 div{bottom:10px;}}.css-1uu6dhy{color:#333;display:block;float:left;text-transform:uppercase;width:48%;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:0.6875rem;font-weight:500;line-height:0.75rem;margin-bottom:3px;-webkit-letter-spacing:0.05em;-moz-letter-spacing:0.05em;-ms-letter-spacing:0.05em;letter-spacing:0.05em;margin-top:-15px;}@media (min-width:740px){.css-1uu6dhy{float:none;width:100%;}}@media (min-width:765px){.css-1uu6dhy{margin-bottom:5px;}}.css-k4k3gl{float:none;margin-left:0;margin-bottom:5px;position:relative;width:100%;float:right;width:48%;margin-left:8px;margin-bottom:5px;}@media (min-width:740px){.css-k4k3gl{margin-bottom:15px;}}.css-k4k3gl img{width:100%;vertical-align:top;}@media (min-width:740px){.css-k4k3gl{float:none;width:100%;margin-left:0;margin-bottom:15px;}}.css-5sdog9{font-size:0.625rem;display:inline-block;font-weight:500;line-height:0.75rem;margin-top:2px;color:#b3b3b3;font-family:nyt-franklin,helvetica,arial,sans-serif;text-transform:uppercase;display:block;}@media (min-width:765px){.css-5sdog9{display:none;}}.css-1cn8d5g{clear:left;font-feature-settings:'kern';margin-bottom:7px;font-family:nyt-cheltenham,georgia,'times new roman',times,serif;font-size:1.625rem;font-weight:200;line-height:1.75rem;}.css-1cn8d5g a:hover{-webkit-text-decoration:underline;text-decoration:underline;}@media (min-width:740px){.css-1cn8d5g{clear:none;}}@media (min-width:740px){.css-1cn8d5g{font-weight:500;font-size:16px;line-height:18px;}}.css-1xis0cg{margin-bottom:0;font-family:nyt-imperial,georgia,'times new roman',times,serif;font-size:0.9375rem;font-weight:500;line-height:1.375rem;display:block;font-size:0.9375rem;line-height:1.375rem;}@media (min-width:765px){.css-1xis0cg{display:none;font-size:0.75rem;line-height:1rem;}}@media (min-width:1020px){.css-1xis0cg{font-size:0.8125rem;line-height:1.1875rem;}}.css-1njlzxq{color:#999;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:0.6875rem;font-weight:500;line-height:0.75rem;margin-top:5px;display:block;}@media (min-width:765px){.css-1njlzxq{display:none;}}.css-xei2dc{border-top:1px solid #e2e2e2;padding-top:21px;padding-bottom:19px;border-top:1px solid #e2e2e2;box-sizing:content-box;width:100%;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}.css-xei2dc:first-child{border-top:0 none;padding-top:0;}.css-xei2dc:last-child{padding-bottom:30px;border-bottom:1px solid #e2e2e2;}@media (min-width:765px){.css-xei2dc{padding-top:0;padding-bottom:0;}.css-xei2dc:last-child{padding-bottom:19px;border-bottom:0 none;}}.css-xei2dc:first-child{padding-left:0;}.css-xei2dc:last-child{border-right:0 none;padding-right:0;}@media (min-width:765px){.css-xei2dc{width:16%;padding:0 15px;border-top:0 none;border-right:1px solid #e2e2e2;}}@media (min-width:1020px){.css-xei2dc:first-child{padding-left:0;}.css-xei2dc:last-child{padding-right:0;}}@media (min-width:1280px){.css-xei2dc{padding:0 20px;}}.css-xei2dc div{bottom:35px;}@media (min-width:600px){.css-xei2dc div{bottom:35px;}}@media (min-width:765px){.css-xei2dc div{bottom:10px;}}@media (min-width:1020px){.css-xei2dc div{bottom:10px;}}.css-bs3opg{margin-top:30px;margin-left:25px;margin-right:25px;padding-top:0;border-top:1px solid #000;}.css-bs3opg:last-child{padding-bottom:0;}.css-bs3opg a{-webkit-text-decoration:none;text-decoration:none;}@media (min-width:1280px){.css-bs3opg{max-width:1200px;}}@media (min-width:1280px){.css-bs3opg{max-width:1200px;margin-left:auto;margin-right:auto;}}.css-bs3opg:first-of-type{margin-top:0;}.css-1v4upt6{margin-bottom:15px;margin-top:7px;position:relative;}@media (min-width:1020px){.css-1v4upt6{margin-bottom:30px;}}.css-1vqa1t9{color:#000;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.25rem;}.css-zxrpne{bottom:0;color:#326891;display:none;right:0;position:absolute;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:0.75rem;font-weight:400;line-height:0.875rem;}@media (min-width:740px){.css-zxrpne{display:block;}}.css-1sp2miq{display:inline-block;font-style:normal;line-height:0;vertical-align:middle;background-image:url(/vi-assets/static-assets/icon-facebook-20x20-fullcolor-010e67a050dbd8eb9de81b431dd81daf.svg);height:20px;width:20px;}
// 31.534kB
window.viHeadScriptSize = 31.534;
window.NYTD = {};
window.vi = window.vi || {};
window.vi.pageType = { type: '', edge: 'vi-collection'};
(function () { var _f=function(i){window.vi=window.vi||{},window.vi.env=Object.freeze(i),window.hybrid=!1};;_f.apply(null, [{"JKIDD_PATH":"https://a.nytimes.com/svc/nyt/data-layer","ET2_URL":"https://a.et.nytimes.com","ALS_URL":"https://als-svc.nytimes.com","WEDDINGS_PATH":"https://content.api.nytimes.com","GDPR_PATH":"https://us-central1-nyt-dsra-prd.cloudfunctions.net/datagov-dsr-formhandler","RECAPTCHA_SITEKEY":"6LevSGcUAAAAAF-7fVZF05VTRiXvBDAY4vBSPaTF","ABRA_ET_URL":"//et.nytimes.com","NODE_ENV":"production","EXPERIMENTAL_ROUTE_PREFIX":"","ENVIRONMENT":"prd","RELEASE":"12809ae4d39fc0d2fa32e10611092624601c913d","RELEASE_TAG":"v2478","AUTH_HOST":"https://myaccount.nytimes.com","SWG_PUBLICATION_ID":"nytimes.com","GQL_FETCH_TIMEOUT":"4000","GOOGLE_CLIENT_ID":"1005640118348-amh5tgkq641oru4fbhr3psm3gt2tcc94.apps.googleusercontent.com","STORY_SURROGATE_CONTROL":"max-age=300, stale-if-error=259200, stale-while-revalidate=259200"}]); })();;(function () { var _f=function(){var e=window;e.initWebview=function(e){var i=document.documentElement;if(e.OS){var t=e.OS.toUpperCase();i.classList.add(t)}e.BaseFontSize&&(i.dataset.baseFontSize=e.BaseFontSize)};var i=e.navigator.userAgent.toLowerCase();/iphone|ipod|ipad/.test(i)||void 0===e.config||e.initWebview(e.config)};;_f.apply(null, []); })();;
!function(c,t){var s,p,d,u,g,l=[],
_="object"==typeof c.navigator&&"string"==typeof c.navigator.userAgent&&/iP(ad|hone|od)/.test(
c.navigator.userAgent),f="object"==typeof c.navigator&&c.navigator.sendBeacon,
y=f?_?"xhr_ios":"beacon":"xhr";function v(){var t,e,n=c.crypto||c.msCrypto;if(n)e=n.getRandomValues(
new Uint8Array(18));else for(e=[];e.length<18;)e.push(256*Math.random()^255&(t=t||+new Date)),
t=Math.floor(t/256);return btoa(String.fromCharCode.apply(String,e)).replace(/\+/g,"-").replace(
/\//g,"_")}if(c.nyt_et)try{console.warn("et2 snippet should only load once per page")}catch(t
){}else c.nyt_et=function(){var t,e,n,i,r={pv_id:"",ctx_id:"",intra:!1},o=arguments;function a(r){
l.length&&(function(t,e,n){if("beacon"===y||f&&r)return c.navigator.sendBeacon(t,e)
;var i="undefined"!=typeof XMLHttpRequest?new XMLHttpRequest:new ActiveXObject("Microsoft.XMLHTTP")
;i.open("POST",t),i.withCredentials=!0,i.setRequestHeader("Accept","*/*"),
"string"==typeof e?i.setRequestHeader("Content-Type","text/plain;charset=UTF-8"
):"[object Blob]"==={}.toString.call(e)&&e.type&&i.setRequestHeader("Content-Type",e.type);try{
i.send(e)}catch(t){}}(s+"track",JSON.stringify(l)),l.length=0,clearTimeout(g),g=null)}if(
"string"==typeof o[0]&&/init/.test(o[0])&&(r=function(t,e){var n="",i="",r=!1;if(
"string"==typeof t&&"init"==t&&"object"==typeof e&&("boolean"==typeof e.intranet&&1==e.intranet&&(
r="true"),"string"==typeof e.pv_id_override&&"string"==typeof e.ctx_id_override))if(
24<=e.pv_id_override.length&&24<=e.ctx_id_override.length)n=e.pv_id_override,
i=e.ctx_id_override;else try{console.warn("override id(s) must be >= 24 chars long")}catch(t){}
return{pv_id:n,ctx_id:i,intra:r}}(o[0],o[3]),d=r.pv_id||v(),"init"==o[0]&&!p)){if(p=r.ctx_id||v(),
"string"!=typeof o[1]||!/^http/.test(o[1]))throw new Error("init must include an et host url");if(
s=String(o[1]).replace(/([^\/])$/,"$1/"),"string"!=typeof o[2])throw new Error(
"init must include a source app name");u=o[2]}o[o.length-1]&&"object"==typeof o[o.length-1]&&(
t=o[o.length-1]),t||/init/.test(o[0])?t&&!t.subject&&console.warn(
"event data {} must include a subject"):console.warn(
"when invoked without 'init' or 'pageinit', nyt_et() must include a event data"),s&&t&&t.subject&&(
e=t.subject,delete t.subject,i="page_exit"==e||"ob_click"==(t.eventData||{}).type,
n="page"==e||"page_soft"==e?d:v(),l.push({context_id:p,pageview_id:d,event_id:n,client_lib:"v1.1.4",
sourceApp:u,intranet:r.intra?1:void 0,subject:e,how:i&&_&&f?"beacon_ios":y,client_ts:+new Date,
data:JSON.parse(JSON.stringify(t))}),"send"==o[0]||n==d||i?a(i):g||(g=setTimeout(a,5500)))},
c.nyt_et.get_pageview_id=function(){return d},c.nyt_et.get_context_id=function(){return p},
c.nyt_et.get_host=function(){return s}}(window);
;
(function initWebUnifiedTracking(root) {
var _root;
root = root || (typeof window !== 'undefined' ? window : undefined);
var UnifiedTracking = ((_root = root) === null || _root === void 0 ? void 0 : _root.UnifiedTracking) || {};
UnifiedTracking.context = 'web';
if (!root) {
return UnifiedTracking;
}
root.UnifiedTracking = UnifiedTracking;
UnifiedTracking.sendAnalytic = function sendAnalytic(eventName, dataBlob) {
root.dataLayer = root.dataLayer || [];
if (Array.isArray(root.dataLayer)) {
// Don't use a spread operator here for babel reasons
dataBlob.event = dataBlob.event || eventName;
root.dataLayer.push(dataBlob);
}
return Promise.resolve({
success: true
});
};
return UnifiedTracking;
})(window);
;!function(r){var n,t;r=r||self,n=r.Abra,(t=r.Abra=function(){"use strict";var r=Array.isArray,n=function(r,n,t){var e=r(t,n),u=e[0],o=e[1];if(null==u||""===u)return n;for(var i=String(u).split("."),a=0;a<i.length&&(n=n[i[a]]);a++);return null==n&&(n=o),null!=n?n:null},t=function(r,n,t){return r(t,n).reduce((function(r,n){return parseFloat(r)+parseFloat(n)}),0)},e=function(r,n,t){var e=r(t,n);return e[0]/e[1]},u=function(r,n,t){var e=r(t,n);return e[0]%e[1]},o=function(r,n,t){return r(t,n).reduce((function(r,n){return parseFloat(r)*parseFloat(n)}),1)},i=function(r,n,t){var e=r(t,n),u=e[0],o=e[1];return void 0===o?-u:u-o};function a(n){return!(r(n)&&0===n.length||!n)}var f=function(r,n,t){for(var e,u=0;u<t.length;u++)if(!a(e=r(t[u],n)))return e;return e},c=function(r,n,t){var e;for(e=0;e<t.length-1;e+=2)if(a(r(t[e],n)))return r(t[e+1],n);return t.length===e+1?r(t[e],n):null},l=function(r,n,t){return!a(r(t,n)[0])},v=function(r,n,t){for(var e,u=0;u<t.length;u++)if(a(e=r(t[u],n)))return e;return e},d=function(r,n,t){var e=r(t,n);return e[0]===e[1]},s=function(r,n,t){var e=r(t,n);return e[0]!==e[1]},h=function(r,n,t){var e=r(t,n),u=e[0],o=e[1];return!(!o||void 0===o.indexOf)&&-1!==o.indexOf(u)},g=function(r,n,t){var e=r(t,n);return e[0]>e[1]},p=function(r,n,t){var e=r(t,n);return e[0]>=e[1]},b=function(r,n,t){var e=r(t,n),u=e[0],o=e[1],i=e[2];return void 0===i?u<o:u<o&&o<i},w=function(r,n,t){var e=r(t,n),u=e[0],o=e[1],i=e[2];return void 0===i?u<=o:u<=o&&o<=i},y=function(r,n,t){var e=t[0],u=t[1],o=t.slice(2),i=r(e,n);if(!i)return null;if(0===o.length)return null;if(1===o.length)return r(o[0],n);if(4294967295===o[0])return r(o[1],n);for(var a=function(r){var n,t,e,u,o,i=[],a=[t=1732584193,e=4023233417,~t,~e,3285377520],f=[],c=unescape(encodeURI(r))+"\x80",l=c.length;for(f[r=--l/4+2|15]=8*l;~l;)f[l>>2]|=c.charCodeAt(l)<<8*~l--;for(n=l=0;n<r;n+=16){for(t=a;l<80;t=[t[4]+(i[l]=l<16?~~f[n+l]:2*c|c<0)+1518500249+[e&u|~e&o,c=341275144+(e^u^o),882459459+(e&u|e&o|u&o),c+1535694389][l++/5>>2]+((c=t[0])<<5|c>>>27),c,e<<30|e>>>2,u,o])c=i[l-3]^i[l-8]^i[l-14]^i[l-16],e=t[1],u=t[2],o=t[3];for(l=5;l;)a[--l]+=t[l]}return a[0]>>>0}(i+" "+r(u,n));o.length>1;){var f=o.splice(0,2),c=f[0],l=f[1];if(a<=r(c,n))return r(l,n)}return 0===o.length?null:r(o[0],n)},k=function(r,n,t){var e=t[0],u=t[1],o=r(e,n);return null==o?null:new RegExp(u).test(o)};return function(a,m,O,A){void 0===a&&(a={}),void 0===m&&(m={}),void 0===O&&(O={}),void 0===A&&(A=!1);var j=function(){var r={},n=function(n){if(n)for(var t,e=decodeURIComponent(n[1]),u=/(?:^|,)([^,=]+)=([^,]*)/g;t=u.exec(e);){var o=t,i=o[1],a=o[2];r[i]=a||null}};n(document.cookie.match(/(?:^|;) *abra-overrides=([^;]+)/)),n(window.location.search.match(/(?:\?|&)abra-overrides=([^&]+)/));var t=/(?:^|;) *abra-nuke=true(?:;|$)/.test(document.cookie)||/(?:\?|&)abra-nuke=true(?:&|$)/.test(window.location.search);return[r,t]}(),x=j[0],E=j[1];Object.keys(O).forEach((function(r){x[r]=O[r]}));var F,C=A||E,R=(F={var:n,if:c,"===":d,"!==":s,and:f,or:v,"!":l,">":g,">=":p,"<":b,"<=":w,"+":t,"-":i,"*":o,"/":e,"%":u,in:h,abtest_partition:y,regex_match:k,ref:function(r,n,t){var e=r(t,n)[0];return U(e)}},function n(t,e){if(e||(e={}),r(t))return t.map((function(r){return n(r,e)}));if(!function(n){return"object"==typeof n&&null!==n&&!r(n)&&1===Object.keys(n).length}(t))return t;var u=function(r){return Object.keys(r)[0]}(t),o=t[u];r(o)||(o=[o]);var i=F[u];if(!i)throw new Error("Unrecognized operation "+u);return i(n,e,o)}),U=function(r){if(!r)return null;var n=x[r];if(void 0===n){if(!C){if(Object.prototype.hasOwnProperty.call(x,r))throw new Error("circular logic");x[r]=void 0,n=R(a[r],m)}void 0===n&&(n=null),x[r]=n}return n};return U}}()).noConflict=function(){return r.Abra=n,t}}(this);
;(function () { var NYTD="undefined"!=typeof window&&window.NYTD?window.NYTD:{};function setupTimeZone(){var e='[data-timezone][data-timezone~="'+(new Date).getHours()+'"] { display: block }',n=document.createElement("style");n.innerHTML=e,document.head.appendChild(n)}function getUserAgent(){return window.navigator.userAgent||window.navigator.vendor||window.opera||""}function userAgentIndicatesNYTApp(e){return-1!==e.indexOf("nytios")||-1!==e.indexOf("nyt_android")}function userAgentIndicatesXWordsApp(e){return-1!==e.indexOf("nyt_xwords_ios")||-1!==e.indexOf("Crosswords")}function userAgentIndicatesAndroid(e){return-1!==e.indexOf("nyt_android")||-1!==e.indexOf("Crosswords")}function userAgentIndicatesiOS(e){return-1!==e.indexOf("nytios")||-1!==e.indexOf("nyt_xwords_ios")}function addNYTAppClass(){var e=getUserAgent(),n=userAgentIndicatesNYTApp(e),t=userAgentIndicatesXWordsApp(e),d=userAgentIndicatesAndroid(e),i=userAgentIndicatesiOS(e);(d||i)&&(n||t)&&(document.documentElement.classList.add("NYTApp"),document.documentElement.classList.add(i?"IOS":"ANDROID"))}function addNYTPageTypeClass(){var e=window.vi.pageType.edge;e&&document.documentElement.classList.add("nytapp-"+e)}function setupPageViewId(){NYTD.PageViewId={},NYTD.PageViewId.update=function(){return"undefined"!=typeof nyt_et&&"function"==typeof window.nyt_et.get_pageview_id?(window.nyt_et("pageinit"),NYTD.PageViewId.current=window.nyt_et.get_pageview_id()):NYTD.PageViewId.current="xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(e){var n=16*Math.random()|0;return("x"===e?n:3&n|8).toString(16)}),NYTD.PageViewId.current}}var _f=function(e){e=e||{};try{document.domain="nytimes.com"}catch(e){}window.swgUserInfoXhrObject=new XMLHttpRequest,setupPageViewId(),setupTimeZone(),addNYTAppClass(),addNYTPageTypeClass(),window.nyt_et&&"function"==typeof window.nyt_et&&window.nyt_et("init",vi.env.ET2_URL,"nyt-vi",{subject:"page",canonicalUrl:(document.querySelector("link[rel=canonical]")||{}).href,articleId:(document.querySelector("meta[name=articleid]")||{}).content,nyt_uri:(document.querySelector("meta[name=nyt_uri]")||{}).content,pubpEventId:(document.querySelector("meta[name=pubp_event_id]")||{}).content,url:location.href,referrer:document.referrer||void 0,client_tz_offset:(new Date).getTimezoneOffset(),fastly_headers:e.fastlyHeaders||{}}),"undefined"!=typeof nyt_et&&"function"==typeof window.nyt_et.get_pageview_id?NYTD.PageViewId.current=window.nyt_et.get_pageview_id():NYTD.PageViewId.update()};;_f.apply(null, [{"gqlUrlClient":"https://samizdat-graphql.nytimes.com/graphql/v2","gqlRequestHeaders":{"nyt-app-type":"project-vi","nyt-app-version":"0.0.5","nyt-token":"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs+/oUCTBmD/cLdmcecrnBMHiU/pxQCn2DDyaPKUOXxi4p0uUSZQzsuq1pJ1m5z1i0YGPd1U1OeGHAChWtqoxC7bFMCXcwnE1oyui9G1uobgpm1GdhtwkR7ta7akVTcsF8zxiXx7DNXIPd2nIJFH83rmkZueKrC4JVaNzjvD+Z03piLn5bHWU6+w+rA+kyJtGgZNTXKyPh6EC6o5N+rknNMG5+CdTq35p8f99WjFawSvYgP9V64kgckbTbtdJ6YhVP58TnuYgr12urtwnIqWP9KSJ1e5vmgf3tunMqWNm6+AnsqNj8mCLdCuc5cEB74CwUeQcP2HQQmbCddBy2y0mEwIDAQAB"},"gqlFetchTimeout":4000,"disablePersistedQueries":false,"fastlyHeaders":{},"initialDeviceType":"desktop","fastlyAbraConfig":{},"internalPreviewConfig":{},"serviceWorkerFile":"service-worker-test-1650475080620.js"}]); })();;(function () { var NYTD="undefined"!=typeof window&&window.NYTD?window.NYTD:{};var _f=function(a){window.Abra&&"function"==typeof window.Abra&&(NYTD.Abra=function(t){var r=(t.document.cookie.match(/(?:^|;) *nyt-a=([^;]*)/)||[])[1],n=[];t.dataLayer=t.dataLayer||[],l.config=a.abraConfig||{},l.reportedAllocations={},l.reportedExposures={};var e=a.shouldBypassAbraContextAlloc,o=(a.abraURL||"").match(/current[/]([a-zA-Z-]+).json/i);l.integration=o&&o.length>1?o[1]:"";try{l.version=t.Abra(l.config)(".ver")}catch(a){l.version=0}var i=l.config,c={agent_id:r},s=t.Abra(i,c);function l(a){return l.getAbraSync(a).variant}return l.getAbraSync=function(a){var t=l.reportedAllocations[a];if(void 0!==t)return{variant:t,allocated:!0};var r=null,n=!1;try{r=s(a),n=!0}catch(a){}return{variant:r,allocated:n}},l.reportExposure=function(a){var r=l.getAbraSync(a).variant;void 0!==l.reportedExposures[a]&&r===l.reportedExposures[a]||(l.reportedExposures[a]=r,t.dataLayer.push({event:"ab-expose",abtest:{test:a,variant:r||"0",config_ver:l.version,integration:l.integration}}))},l.alloc=function(){Object.keys(l.config).filter(function(a){return!a.includes(".")}).forEach(function(a){var t=l.getAbraSync(a);t.allocated&&(l.reportedAllocations[a]=t.variant,n.push({test:a,variant:t.variant}))}),t.dataLayer.push({event:"ab-alloc",abtest:{batch:n}}),e&&(l.allAllocations=n)},l.alloc(),l}(this))};;_f.apply(null, [{"abraConfig":{".ver":9221,"UXF_cookingstory_0521":{"abtest_partition":[{"var":"agent_id"},"UXF_cookingstory_0521",2147483647,"0_Control",4294967295,"1_cookpromo"]},"STYLN_remove_relatedlinks":{"abtest_partition":[{"var":"agent_id"},"STYLN_remove_relatedlinks",4252017622,"0_control_STYLN_remove_relatedlinks",4294967295,"1_remove_relatedlinks"]},"STYLN_pharmacy_components":{"abtest_partition":[{"var":"agent_id"},"STYLN_pharmacy_components",4080218930,"show",4123168603,"hide",4294967295,"show"]},"STYLN_more_in_storylines_recirc":{"abtest_partition":[{"var":"agent_id"},"STYLN_more_in_storylines_recirc",42949672,"0_control",85899345,"1_variant"]},"STYLN_live_updates":{"abtest_partition":[{"var":"agent_id"},"STYLN_live_updates",214748364,"0_control",429496729,"2_live_updates",4294967295,"1_live_updates"]},"STYLN_live_transition_alerts":{"abtest_partition":[{"var":"agent_id"},"STYLN_live_transition_alerts",4294967295,"1_show"]},"STYLN_live_polling_push":{"abtest_partition":[{"var":"agent_id"},"STYLN_live_polling_push",214748364,"0_hide",4294967295,"1_show"]},"STYLN_live_olympics_push":{"abtest_partition":[{"var":"agent_id"},"STYLN_live_olympics_push",214748364,"0_hide",4294967295,"1_show"]},"STYLN_live_noreaster_alerts":{"abtest_partition":[{"var":"agent_id"},"STYLN_live_noreaster_alerts",214748364,"0_hide",4294967295,"1_show"]},"STYLN_live_newupdates":{"abtest_partition":[{"var":"agent_id"},"STYLN_live_newupdates",214748364,"control",4294967295,"variant"]},"STYLN_live_messaging":{"abtest_partition":[{"var":"agent_id"},"STYLN_live_messaging",214748364,"0_Control",4294967295,"1_signup"]},"STYLN_live_derek_chauvin_trial_alerts":{"if":[{"and":[{"===":[{"ref":"STYLN_pharmacy_components"},"show"]}]},{"abtest_partition":[{"var":"agent_id"},"STYLN_live_derek_chauvin_trial_alerts",214748364,"0_hide",4294967295,"1_show"]}]},"STYLN_live_chat":{"abtest_partition":[{"var":"agent_id"},"STYLN_live_chat",21474835,"1_use_sse",408021892,"0_Control",429496729,"1_use_sse"]},"STYLN_live_barrett_hearings_alerts":{"abtest_partition":[{"var":"agent_id"},"STYLN_live_barrett_hearings_alerts",214748364,"0_hide",2147483647,"1_show",2362232012,"0_hide",4294967295,"1_show"]},"STYLN_liveblog_email":{"abtest_partition":[{"var":"agent_id"},"STYLN_liveblog_email",2147483647,"0_control",4294967295,"1_signup"]},"STYLN_lb_pinned_video":{"abtest_partition":[{"var":"agent_id"},"STYLN_lb_pinned_video",4294967295,"1_pin"]},"STYLN_lb_newposts":{"abtest_partition":[{"var":"agent_id"},"STYLN_lb_newposts",4080218930,"0_control",4294967295,"1_lb_newposts"]},"STYLN_election_2020_alerts":{"abtest_partition":[{"var":"agent_id"},"STYLN_election_2020_alerts",214748364,"0_hide",4294967295,"1_show"]},"STYLN_daily_question_block":{"abtest_partition":[{"var":"agent_id"},"STYLN_daily_question_block",644245093,"0_control",1288490188,"1_variant"]},"styln-trending-primary-asset":{"abtest_partition":[{"var":"agent_id"},"styln-trending-primary-asset",2147483647,"0_Control",4294967295,"1_Show"]},"styln-top-links2":{"if":[{"and":[{"!":{"in":[{"ref":"STYLN_pharmacy_components"},["hide"]]}}]},{"abtest_partition":[{"var":"agent_id"},"styln-top-links2",2147483647,"0_hide",4294967295,"1_show"]}]},"styln-primary-assets-block":{"abtest_partition":[{"var":"agent_id"},"styln-primary-assets-block",1073741823,"0_Control",4294967295,"1_Show"]},"styln-music-guide":{"if":[{"and":[{"===":[{"ref":"STYLN_pharmacy_components"},"show"]}]},{"abtest_partition":[{"var":"agent_id"},"styln-music-guide",2147483647,"0_Control",4294967295,"1_Show"]}]},"styln-menu-homepage-link":{"abtest_partition":[{"var":"agent_id"},"styln-menu-homepage-link",4294967295,"1_Show"]},"styln-amy-chua":{"if":[{"and":[{"===":[{"ref":"STYLN_pharmacy_components"},"show"]}]},{"abtest_partition":[{"var":"agent_id"},"styln-amy-chua",2147483647,"0_Control",4294967295,"1_Show"]}]},"STORY_topical_recirc":{"abtest_partition":[{"var":"agent_id"},"STORY_topical_recirc",2147483647,"0_control",4294967295,"1_variant"]},"SJ_welcome_subscriber_app_copy_test_0122":{"if":[{"and":[{"===":[{"var":"user_type"},"sub"]}]},{"abtest_partition":[{"var":"regi_id"},"SJ_welcome_subscriber_app_copy_test_0122",858993458,"0_control",4294967295,"0_control"]}]},"SJ_welcomeBanner_0222":{"if":[{"and":[{"===":[{"ref":"SJ_app_dl_in_product_0322"},null]}]},{"abtest_partition":[{"var":"regi_id"},"SJ_welcomeBanner_0222",536870911,"0_Control",1073741823,null,1610612735,"1_Skip_No_Banner",2147483647,null,2684354559,"2_Skip_Top_Ad_Banner",3221225471,null,3758096383,"3_Skip_Recirc_Banner",4294967295,null]}]},"SJ_TP_deprecate_0222":{"abtest_partition":[{"var":"agent_id"},"SJ_TP_deprecate_0222",4294967295,"0_control"]},"SJ_step_order_0322":{"if":[{"and":[{"===":[{"var":"user_type"},"sub"]}]},{"abtest_partition":[{"var":"regi_id"},"SJ_step_order_0322",21474835,"0_control",42949672,"1_app_download_step_first",322122546,"0_control",601295420,"1_app_download_step_first",622770257,"0_control",644245093,"1_app_download_step_first",665719930,"0_control",687194766,"1_app_download_step_first",708669603,"0_control",730144439,"1_app_download_step_first",751619276,"0_control",773094112,"1_app_download_step_first",794568949,"0_control",816043785,"1_app_download_step_first",837518622,"0_control",858993458,"1_app_download_step_first",880468295,"0_control",901943131,"1_app_download_step_first",923417968,"0_control",944892804,"1_app_download_step_first",966367641,"0_control",987842477,"1_app_download_step_first",1009317314,"0_control",1030792150,"1_app_download_step_first",1052266987,"0_control",1073741823,"1_app_download_step_first",1095216659,"0_control",1116691496,"1_app_download_step_first",1138166332,"0_control",1159641169,"1_app_download_step_first",1181116005,"0_control",1202590842,"1_app_download_step_first",1224065678,"0_control",1245540515,"1_app_download_step_first",1267015351,"0_control",1288490188,"1_app_download_step_first",1309965024,"0_control",1331439861,"1_app_download_step_first",1352914697,"0_control",1374389534,"1_app_download_step_first",1395864370,"0_control",1417339207,"1_app_download_step_first",1438814043,"0_control",1460288880,"1_app_download_step_first",1481763716,"0_control",1503238553,"1_app_download_step_first",1524713389,"0_control",1546188226,"1_app_download_step_first",1567663062,"0_control",1589137899,"1_app_download_step_first",1610612735,"0_control",1632087571,"1_app_download_step_first",1653562408,"0_control",1675037244,"1_app_download_step_first",1696512081,"0_control",1717986917,"1_app_download_step_first"]}]},"SJ_newsletter_list_01_0222":{"abtest_partition":[{"var":"regi_id"},"SJ_newsletter_list_01_0222",1073741823,"0_control",4294967295,"0_control"]},"SEARCH_FACET_DROPDOWN":{"abtest_partition":[{"var":"agent_id"},"SEARCH_FACET_DROPDOWN",2147483647,"0_FACET_MULTI_SELECT",4294967295,"1_DYNAMIC_FACET_SELECT"]},"SA_Referral_iframe_0520":{"abtest_partition":[{"var":"agent_id"},"SA_Referral_iframe_0520",4294967295,"1_useiframe"]},"SA_live_onboarding_01_1221":{"abtest_partition":[{"var":"regi_id"},"SA_live_onboarding_01_1221",858993458,"0_control",4294967295,"0_control"]},"SA_get_started_now_01_0921":{"abtest_partition":[{"var":"regi_id"},"SA_get_started_now_01_0921",858993458,"0_control",4294967295,"0_control"]},"SA_get_started_later_01_0621":{"abtest_partition":[{"var":"regi_id"},"SA_get_started_later_01_0621",2147483647,"0_control",3435973836,"0_control",4294967295,"0_control"]},"SA_breadth_step_01_0421":{"abtest_partition":[{"var":"regi_id"},"SA_breadth_step_01_0421",2147483647,"0_control",4294967295,"0_control"]},"SA_app_step_01_0521":{"abtest_partition":[{"var":"regi_id"},"SA_app_step_01_0521",4294967295,"0_control"]},"ON_User_State_API":{"abtest_partition":[{"var":"agent_id"},"ON_User_State_API",4294967295,"1_user_state"]},"ON_testIgnoreMe_0902":{"if":[{"and":[{"!":{"in":[{"var":"user_type"},["sub"]]}}]},{"abtest_partition":[{"var":"regi_id"},"ON_testIgnoreMe_0902",2147483647,"0_Control",4294967295,"1_variant"]}]},"ON_regibundle_throttle_0921":{"abtest_partition":[{"var":"agent_id"},"ON_regibundle_throttle_0921",429496729,"0_control",4294967295,"1_bau"]},"ON_MAPS_audience_split":{"abtest_partition":[{"var":"agent_id"},"ON_MAPS_audience_split",2147483647,"0_onboarding",4294967295,"1_maps"]},"ON_app_dl_mweb_hp_regi_final":{"if":[{"and":[{"!":{"in":[{"var":"user_type"},["sub"]]}}]},{"abtest_partition":[{"var":"regi_id"},"ON_app_dl_mweb_hp_regi_final",214748364,"0_control",4294967295,"0_control"]}]},"ON_app_dl_mweb_hp_dummy":{"if":[{"and":[{"!":{"in":[{"var":"user_type"},["sub"]]}}]},{"abtest_partition":[{"var":"regi_id"},"ON_app_dl_mweb_hp_dummy",1073741823,"0_control",2147483647,"1_dock_std",3221225471,"2_dock_exp",4294967295,"3_custom_dock"]}]},"MKT_welcome_ad_stp_1120":{"abtest_partition":[{"var":"agent_id"},"MKT_welcome_ad_stp_1120",2147483647,"0_control",4294967295,"1_welcome_stp"]},"MKT_segops_regi_bundle_login_test":{"abtest_partition":[{"var":"agent_id"},"MKT_segops_regi_bundle_login_test",4294967295,"1_login"]},"MKT_not_ready_to_sub_survey":{"abtest_partition":[{"var":"agent_id"},"MKT_not_ready_to_sub_survey",4123168603,"0_control",4294967295,"1_survey"]},"MKT_dfp_hd_paywall_zip":{"abtest_partition":[{"var":"agent_id"},"MKT_dfp_hd_paywall_zip",2147483647,"0_control",4294967295,"1_zip"]},"MKT_CKGiftLPTest_creativeredesign":{"abtest_partition":[{"var":"agent_id"},"MKT_CKGiftLPTest_creativeredesign",1431942095,"0_control",2863454695,"1_ck_gift_shortlp",4294967295,"2_ck_gift_longlp"]},"MAPS_subonly_cards_gs_092021":{"if":[{"and":[{"===":[{"var":"user_type"},"sub"]}]},{"abtest_partition":[{"var":"agent_id"},"MAPS_subonly_cards_gs_092021",1073741823,"2_subandfree",4294967295,"2_subandfree"]}]},"MAPS_foryou_optin_0421":{"if":[{"and":[{"in":[{"var":"user_type"},["regi"]]},{"===":[{"ref":"ON_MAPS_audience_split"},"1_maps"]}]},{"abtest_partition":[{"var":"agent_id"},"MAPS_foryou_optin_0421",1431942095,"0_control",2863454695,"1_interests",4294967295,"2_auto_optin"]}]},"MAPS_cwv_email_signup_dock_0322":{"if":[{"and":[{"===":[{"var":"user_type"},"sub"]}]},{"abtest_partition":[{"var":"regi_id"},"MAPS_cwv_email_signup_dock_0322",1460288880,"0_control",2877628087,"1_dock_simple",4294967295,"2_dock_descriptive"]}]},"InvolChurn_CopyUpdate":{"abtest_partition":[{"var":"agent_id"},"InvolChurn_CopyUpdate",2147483647,"0_control",4294967295,"1_concisemessage"]},"DFP_Prebid_priority_0322":{"abtest_partition":[{"var":"agent_id"},"DFP_Prebid_Priority_0322",429496729,"0_Control",858993458,"1_Sponsorship",4294967295,"2_Sponsorship"]},"dfp_messaging_flexframe_ctr":{"abtest_partition":[{"var":"agent_id"},"dfp_messaging_flexframe_ctr",322122546,"2_noheadnosummary",644245093,"1_msgInv_noCTA",4294967295,"0_control"]},"DFP_EngMetrics":{"abtest_partition":[{"var":"agent_id"},"DFP_EngMetrics",42949672,"0_control",85899345,"1_hover"]},"dfp_disp_incr":{"abtest_partition":[{"var":"agent_id"},"dfp_disp_incr",429496729,"0_control",4294967295,"1_test"]},"DFP_blockDetect_0221":{"abtest_partition":[{"var":"agent_id"},"DFP_blockDetect_0221",1073741823,"1_network_detection",4294967295,null]},"DFP_amzn":{"abtest_partition":[{"var":"agent_id"},"DFP_amzn",42949672,"0_control",429642757,"0_control",472540891,"1_amzn_fast_fetch",515490564,"2_adslot_priority",901994671,"2_adslot_priority",944892804,"3_no_mnet"]},"DFP_als_home":{"abtest_partition":[{"var":"agent_id"},"DFP_als_home",4294967295,"1_als"]},"DFP_als":{"abtest_partition":[{"var":"agent_id"},"DFP_als",4294967295,"1_als"]},"dfp_adslot4v2":{"abtest_partition":[{"var":"agent_id"},"dfp_adslot4v2",4294967295,"1_external"]},"DATAGOV_banner_202110":{"abtest_partition":[{"var":"agent_id"},"DATAGOV_banner_202110",3435973836,"0_Control",4294967295,"1_RejectAll"]},"APP_2021H1_SLS":{"if":[{"and":[{"===":[{"var":"user_type"},"sub"]}]},{"abtest_partition":[{"var":"regi_id"},"APP_2021H1_SLS",1159641169,"1_share",1932735282,"1_share",4294967295,"1_share"]}]},"ACCT_MastheadUserModal":{"abtest_partition":[{"var":"regi_id"},"ACCT_MastheadUserModal",1431942095,"0_control",2863454695,"1_drawerDesign",4294967295,"2_drawerDesignAccountIA"]}},"abraURL":"https://a1.nyt.com/abra-config/current/vi-prd.json","shouldBypassAbraContextAlloc":false}]); })();;(function () { var _f=function(e){var r=function(){var r=e.url;try{r+=window.location.search.slice(1).split("&").reduce(function(e,r){return"ip-override"===r.split("=")[0]?"?"+r:e},"")}catch(e){console.warn(e)}var n=new XMLHttpRequest;for(var t in n.withCredentials=!0,n.open("POST",r,!0),n.setRequestHeader("Content-Type","application/json"),e.headers)n.setRequestHeader(t,e.headers[t]);return n.send(e.body),n};window.userXhrObject=r(),window.userXhrRefresh=function(){return window.userXhrObject=r(),window.userXhrObject}};;_f.apply(null, [{"url":"https://samizdat-graphql.nytimes.com/graphql/v2","body":"{\"operationName\":\"UserQuery\",\"variables\":{},\"query\":\" query UserQuery { user { __typename profile { displayName email } userInfo { regiId entitlements demographics { emailSubscriptions wat } } subscriptionDetails { bundleType graceStartDate graceEndDate isFreeTrial hasQueuedSub startDate endDate status hasActiveEntitlements entitlements billingSource promotionTierType subscriptionName } } } \"}","headers":{"nyt-app-type":"project-vi","nyt-app-version":"0.0.5","nyt-token":"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs+/oUCTBmD/cLdmcecrnBMHiU/pxQCn2DDyaPKUOXxi4p0uUSZQzsuq1pJ1m5z1i0YGPd1U1OeGHAChWtqoxC7bFMCXcwnE1oyui9G1uobgpm1GdhtwkR7ta7akVTcsF8zxiXx7DNXIPd2nIJFH83rmkZueKrC4JVaNzjvD+Z03piLn5bHWU6+w+rA+kyJtGgZNTXKyPh6EC6o5N+rknNMG5+CdTq35p8f99WjFawSvYgP9V64kgckbTbtdJ6YhVP58TnuYgr12urtwnIqWP9KSJ1e5vmgf3tunMqWNm6+AnsqNj8mCLdCuc5cEB74CwUeQcP2HQQmbCddBy2y0mEwIDAQAB"}}]); })();;(function () { var registry=window._interactiveRegistry={};function getId(t){for(;(t=t.parentElement)&&!t.matches("[data-sourceid].interactive-body"););return t?t.getAttribute("data-sourceid"):null}window.registerInteractive=function(t){var e={_subs:{cleanup:[],remount:[]},id:t,on:function(t,r){return this._subs[t].push(r),e}};registry[t]=e},window.getInteractiveBridge=function(t){var e="string"==typeof t?t:getId(t);return registry[e]}; })();;(function () { function swgDataLayer(e){return!!window.dataLayer&&((window.dataLayer=window.dataLayer||[]).push({event:"impression",module:e}),!0)}function checkSwgOptOut(){if(!window.localStorage)return!1;var e=window.localStorage.getItem("nyt-swgOptOut");if(!e)return!1;var t=parseInt(e,10);return((new Date).getTime()-t)/864e5<1||(window.localStorage.removeItem("nyt-swgOptOut"),!1)}function swgDeferredAccount(e,t){return e.completeDeferredAccountCreation({entitlements:t,consent:!1}).then(function(e){var t=vi.env.AUTH_HOST+"/svc/account/auth/v1/swg-dal-web",n=e.purchaseData.raw.data?e.purchaseData.raw.data:e.purchaseData.raw,o=JSON.parse(n),a={package_name:o.packageName,product_id:o.productId,purchase_token:o.purchaseToken,google_id_token:e.userData.idToken,google_user_email:e.userData.email,google_user_id:e.userData.id,google_user_name:e.userData.name},r=new XMLHttpRequest;r.withCredentials=!0,r.open("POST",t,!0),r.setRequestHeader("Content-Type","application/json"),r.send(JSON.stringify(a)),r.onload=function(){200===r.status?(swgDataLayer({name:"swg",context:"Deferred",label:"Seamless Signin",region:"swg-modal"}),e.complete().then(function(){window.location.reload(!0)})):(e.complete(),window.location=encodeURI(vi.env.AUTH_HOST+"/get-started/swg-link?redirect="+encodeURIComponent(window.location.href)))}}).catch(function(){return!!window.localStorage&&(!window.localStorage.getItem("nyt-swgOptOut")&&(window.localStorage.setItem("nyt-swgOptOut",(new Date).getTime()),!0))}),!0}function hasLogoutCookie(){var e=document.cookie.match("(^|;) ?nyt-auth-action=([^;]*)(;|$)")||null;return e&&"logout"===e[2]}function loginWithGoogle(){return"undefined"!=typeof window&&(-1===document.cookie.indexOf("NYT-S")&&(!0!==checkSwgOptOut()&&(!!window.SWG&&((window.SWG=window.SWG||[]).push(function(e){return e.init(vi.env.SWG_PUBLICATION_ID),!0!==hasLogoutCookie()&&(e.getEntitlements().then(function(t){if(void 0===t||!t.raw)return!1;window.SwGEntitlement=!0;var n={entitlements_token:t.raw};return window.swgUserInfoXhrObject.withCredentials=!0,window.swgUserInfoXhrObject.open("POST",vi.env.AUTH_HOST+"/svc/account/auth/v1/login-swg-web",!0),window.swgUserInfoXhrObject.setRequestHeader("Content-Type","application/json"),window.swgUserInfoXhrObject.send(JSON.stringify(n)),window.swgUserInfoXhrObject.onload=function(){switch(window.swgUserInfoXhrObject.status){case 200:return swgDataLayer({name:"swg",context:"Seamless",label:"Seamless Signin",region:"login"}),window.location.reload(!0),!0;case 412:return swgDeferredAccount(e,t);default:return!1}},t}).catch(function(){return!1}),!0)}),!0))))}var _f=function(){if(window.swgUserInfoXhrObject.checkSwgResponse=!1,window.SwGEntitlement=!1,-1===document.cookie.indexOf("NYT-S")){var e=document.createElement("script");e.src="https://news.google.com/swg/js/v1/swg.js",e.setAttribute("subscriptions-control","manual"),e.setAttribute("async",!0),e.onload=function(){loginWithGoogle()},document.getElementsByTagName("head")[0].appendChild(e)}};;_f.apply(null, [{"gqlUrlClient":"https://samizdat-graphql.nytimes.com/graphql/v2","gqlRequestHeaders":{"nyt-app-type":"project-vi","nyt-app-version":"0.0.5","nyt-token":"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs+/oUCTBmD/cLdmcecrnBMHiU/pxQCn2DDyaPKUOXxi4p0uUSZQzsuq1pJ1m5z1i0YGPd1U1OeGHAChWtqoxC7bFMCXcwnE1oyui9G1uobgpm1GdhtwkR7ta7akVTcsF8zxiXx7DNXIPd2nIJFH83rmkZueKrC4JVaNzjvD+Z03piLn5bHWU6+w+rA+kyJtGgZNTXKyPh6EC6o5N+rknNMG5+CdTq35p8f99WjFawSvYgP9V64kgckbTbtdJ6YhVP58TnuYgr12urtwnIqWP9KSJ1e5vmgf3tunMqWNm6+AnsqNj8mCLdCuc5cEB74CwUeQcP2HQQmbCddBy2y0mEwIDAQAB"},"gqlFetchTimeout":4000,"disablePersistedQueries":false,"fastlyHeaders":{},"initialDeviceType":"desktop","fastlyAbraConfig":{},"internalPreviewConfig":{},"serviceWorkerFile":"service-worker-test-1650475080620.js"}]); })();;(function () { var _f=function(){"function"!=typeof window.onInitNativeAds&&(window.onInitNativeAds=function(){})};;_f.apply(null, []); })();
!function(e){function t(t){for(var n,a,i=t[0],l=t[1],f=t[2],c=0,s=[];c<i.length;c++)a=i[c],Object.prototype.hasOwnProperty.call(o,a)&&o[a]&&s.push(o[a][0]),o[a]=0;for(n in l)Object.prototype.hasOwnProperty.call(l,n)&&(e[n]=l[n]);for(p&&p(t);s.length;)s.shift()();return u.push.apply(u,f||[]),r()}function r(){for(var e,t=0;t<u.length;t++){for(var r=u[t],n=!0,i=1;i<r.length;i++){var l=r[i];0!==o[l]&&(n=!1)}n&&(u.splice(t--,1),e=a(a.s=r[0]))}return e}var n={},o={81:0},u=[];function a(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,a),r.l=!0,r.exports}a.m=e,a.c=n,a.d=function(e,t,r){a.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,t){if(1&t&&(e=a(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(a.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)a.d(r,n,function(t){return e[t]}.bind(null,n));return r},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,"a",t),t},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.p="/vi-assets/static-assets/";var i=window.webpackJsonp=window.webpackJsonp||[],l=i.push.bind(i);i.push=t,i=i.slice();for(var f=0;f<i.length;f++)t(i[f]);var p=l;r()}([]);
//# sourceMappingURL=runtime~adslot-13b13379461edef6029c.js.map
(function () { var _f=function(){const n="1_block";window.adClientUtils={hasActiveToggle:function(o){return i=o,(window&&window.NYTD&&window.NYTD.Abra?window.NYTD.Abra(i):"")!==n;var i}}};;_f.apply(null, []); })();
(function () { var _f=function(n){try{if(!(s=n,!!(window&&window.adClientUtils&&window.adClientUtils.hasActiveToggle)&&window.adClientUtils.hasActiveToggle(s)))return;if(void 0===e)var e=function(n){var e=document.cookie.match(new RegExp(n+"=([^;]+)"));if(e)return e[1]};!function(){var n=e("nyt-purr");if(!n||"s"!==n.substring(10,11)){var t=document.createElement("script");t.async="async",t.src="//securepubads.g.doubleclick.net/tag/js/gpt.js",document.head.appendChild(t)}}();var t=e("nyt-purr"),i=i||{};i.cmd=i.cmd||[],t&&"n"===t.substring(10,11)&&i.cmd.push(function(){i.pubads().setRequestNonPersonalizedAds(1)})}catch(n){console.log(n)}var s};;_f.apply(null, ["dfp_collections_toggle"]); })();
(function () { var _f=function(){var t,e,o=50,n=50;function i(t){if(!document.getElementById("3pCheckIframeId")){if(t||(t=1),!document.body){if(t>o)return;return t+=1,setTimeout(i.bind(null,t),n)}var e,a,r;e="https://static01.nyt.com/ads/tpc-check.html",a=document.body,(r=document.createElement("iframe")).src=e,r.id="3pCheckIframeId",r.style="display:none;",r.height=0,r.width=0,a.insertBefore(r,a.firstChild)}}function a(t){if("https://static01.nyt.com"===t.origin)try{"3PCookieSupported"===t.data&&googletag.cmd.push(function(){googletag.pubads().setTargeting("cookie","true")}),"3PCookieNotSupported"===t.data&&googletag.cmd.push(function(){googletag.pubads().setTargeting("cookie","false")})}catch(t){}}function r(){if(function(){if(Object.prototype.toString.call(window.HTMLElement).indexOf("Constructor")>0)return!0;if("[object SafariRemoteNotification]"===(!window.safari||safari.pushNotification).toString())return!0;try{return window.localStorage&&/Safari/.test(window.navigator.userAgent)}catch(t){return!1}}()){try{window.openDatabase(null,null,null,null)}catch(e){return t(),!0}try{localStorage.length?e():(localStorage.x=1,localStorage.removeItem("x"),e())}catch(o){navigator.cookieEnabled?t():e()}return!0}}!function(){try{googletag.cmd.push(function(){googletag.pubads().setTargeting("cookie","unknown")})}catch(t){}}(),t=function(){try{googletag.cmd.push(function(){googletag.pubads().setTargeting("cookie","private")})}catch(t){}}||function(){},e=function(){window.addEventListener("message",a,!1),i(0)}||function(){},function(){if(window.webkitRequestFileSystem)return window.webkitRequestFileSystem(window.TEMPORARY,1,e,t),!0}()||r()||function(){if(!window.indexedDB&&(window.PointerEvent||window.MSPointerEvent))return t(),!0}()||e()};;_f.apply(null, ["dfp_collections_toggle"]); })();
(function () { var _f=function(e,t,a){var n;if(!(n=a,!!(window&&window.adClientUtils&&window.adClientUtils.hasActiveToggle)&&window.adClientUtils.hasActiveToggle(n)))return;!function(e){window&&window.NYTD&&window.NYTD.Abra&&window.NYTD.Abra.reportExposure(e)}(a);let i=()=>{var e=new Date,t=e.getFullYear();return e.getMonth()<9&&(t+="0"),t+=e.getMonth()+1,e.getDate()<10&&(t+="0"),t+=e.getDate(),e.getHours()<10&&(t+="0"),t+=e.getHours(),e.getMinutes()<10&&(t+="0"),t+=e.getMinutes(),e.getSeconds()<10&&(t+="0"),t+e.getSeconds()};window.googletag=window.googletag||{},googletag.cmd=googletag.cmd||[];let o=new URLSearchParams(location.search).get("alice_rules_test");var l,s=new XMLHttpRequest,r=window.vi.env.ALS_URL,d=document.querySelector('[name="nyt_uri"]');if(t)l="uri="+(g=t);else if("/"===location.pathname){var g=encodeURIComponent("https://www.nytimes.com/pages/index.html");l="uri="+g}else if(void 0===d||""===d||null===d){var c=e||location.protocol+"//"+location.hostname+location.pathname;l="url="+encodeURIComponent(c)}else{g=encodeURIComponent(d.content);l="uri="+g}var u=document.querySelector('[name="template"]'),w=document.querySelector('[name="prop"]'),m=document.querySelector('[name="plat"]'),p=null==u||null==u.content?"":u.content,_=null==w||null==w.content?"nyt":w.content,b=null==m||null==m.content?"web":m.content;window.innerWidth<740&&(_="mnyt",b="mweb");var v=window.localStorage.getItem("als_test_clientside"),f=null;window.googletag.cmd.push(function(){var e=v&&0!==v.length?v:"empty_empty_empty_empty_empty_"+i(),t=f||e;googletag.pubads().setTargeting("als_test_clientside",t)});var y=window.localStorage.getItem("mktg"),h=null;window.googletag.cmd.push(function(){var e=h||y;e&&googletag.pubads().setTargeting("mktg",e)});var U,L=window.localStorage.getItem("bt");window.googletag.cmd.push(function(){var e=U||L;e&&googletag.pubads().setTargeting("bt",e)});var T=window.localStorage.getItem("sub"),S=null;window.googletag.cmd.push(function(){var e=S||T;e&&googletag.pubads().setTargeting("sub",e)}),l=null==o?l:l+"&alice_rules_test="+o,s.open("GET",r+"/als?"+l+"&typ="+p+"&prop="+_+"&plat="+b,!0),s.withCredentials=!0,s.send(),s.onerror=function(){var e="reqfailed_reqfailed_reqfailed_reqfailed_reqfailed_"+i();f=e,window.googletag.cmd.push(function(){googletag.pubads().setTargeting("als_test_clientside",e)});var t={event:"impression",module:{name:"alice-timing",context:"script-load",label:"alice-error-reqfail-"+l}};(window.dataLayer=window.dataLayer||[]).push(t)},s.onreadystatechange=function(){if(4===s.readyState)if(200===s.status){var e=JSON.parse(s.responseText);f=e.als_test_clientside&&0!==e.als_test_clientside.length?e.als_test_clientside:"bou_bou_bou_bou_bou_"+i(),void 0!==e.User&&(void 0!==e.User.mktg&&(h=e.User.mktg,window.localStorage.setItem("mktg",e.User.mktg)),void 0!==e.User.bt&&(U=e.User.bt,window.localStorage.setItem("bt",e.User.bt)),void 0!==e.User.sub&&(S=e.User.sub,window.localStorage.setItem("sub",e.User.sub))),window.googletag.cmd.push(function(){if(e.als_test_clientside&&0!==e.als_test_clientside.length)googletag.pubads().setTargeting("als_test_clientside",e.als_test_clientside),window.localStorage.setItem("als_test_clientside","ls-"+e.als_test_clientside);else{var t=void 0===e.als_test_clientside?"undefined_undefined_undefined_undefined_undefined_"+i():"blank_blank_blank_blank_blank_"+i();googletag.pubads().setTargeting("als_test_clientside",t);var a={event:"impression",module:{name:"alice-timing",context:"script-load",label:"alice-error-test-client-undefined"}};(window.dataLayer=window.dataLayer||[]).push(a)}if(void 0!==e.User){if(h)googletag.pubads().setTargeting("mktg",h);else{a={event:"impression",module:{name:"alice-timing",context:"script-load",label:"alice-error-mktg-undefined"}};(window.dataLayer=window.dataLayer||[]).push(a)}if(void 0!==U)googletag.pubads().setTargeting("bt",U);else{a={event:"impression",module:{name:"alice-timing",context:"script-load",label:"alice-error-bt-undefined"}};(window.dataLayer=window.dataLayer||[]).push(a)}if(S)googletag.pubads().setTargeting("sub",S);else{a={event:"impression",module:{name:"alice-timing",context:"script-load",label:"alice-error-sub-undefined"}};(window.dataLayer=window.dataLayer||[]).push(a)}(e.User.lucidC1||e.User.lucidC2||e.User.lucidC3||e.User.lucidC4||e.User.lucidC5)&&dataLayer.push({event:"lucidtest",c1_val:e.User.lucidC1,c2_val:e.User.lucidC2,c3_val:e.User.lucidC3,c4_val:e.User.lucidC4,c5_val:e.User.lucidC5})}else{a={event:"impression",module:{name:"alice-timing",context:"script-load",label:"alice-error-user-undefined"}};(window.dataLayer=window.dataLayer||[]).push(a)}if(void 0!==e.Asset)for(var n in e.Asset){var o=e.Asset[n];if(o)googletag.pubads().setTargeting(n,o);else{a={event:"impression",module:{name:"alice-timing",context:"script-load",label:"alice-error-"+n+"-undefined"}};(window.dataLayer=window.dataLayer||[]).push(a)}}else{a={event:"impression",module:{name:"alice-timing",context:"script-load",label:"alice-error-asset-undefined"}};(window.dataLayer=window.dataLayer||[]).push(a)}})}else{s.responseText.substring(0,40);var t="error_error_"+s.status+"_error_error_"+i();window.googletag.cmd.push(function(){googletag.pubads().setTargeting("als_test_clientside",t)});var a={event:"impression",module:{name:"alice-timing",context:"script-load",label:"alice-error-ajaxreq-"+s.status+"-"+l}};(window.dataLayer=window.dataLayer||[]).push(a)}}};;_f.apply(null, [null,"nyt://legacycollection/41df3c04-b4f1-5d86-aa55-a700046bbb86","als_toggle"]); })();(function() {
var AdSlot4=function(){"use strict";function i(){return window.AdSlot4=window.AdSlot4||{},window.AdSlot4.cmd=window.AdSlot4.cmd||[],window.AdSlot4}function n(){return!("undefined"==typeof window||!window.document||!window.document.createElement)}function t(e){return-1!==document.cookie.indexOf(e)}function o(e){var n={PURR_AcceptableTrackers:0,PURR_AdConfiguration:5,PURR_DataSaleOptOutUI:2,PURR_DataProcessingConsentUI:3,PURR_AcceptableTrackers_v2:4,PURR_AdConfiguration_v2:5,PURR_DataProcessingPreferenceUI:6,PURR_DataSaleOptOutUI_v2:7,PURR_CaliforniaNoticesUI:8,PURR_EmailMarketingOptInUI:9,PURR_DeleteIPAddress:10,PURR_AdConfiguration_v3:11},t=function(e){e=("; "+document.cookie).split("; "+e+"=");return 2===e.length?e.pop().split(";").shift():null}(e),o={};return Object.keys(n).forEach(function(e){o[e]=function(e,n){n=new RegExp("^.{"+n+"}(.)"),n=e.match(n);return(null==n?void 0:n[1])||""}(t,n[e])}),d.forEach(function(n){Object.keys(n.valueMapping).forEach(function(e){n.valueMapping[e]===o[n.name]&&(o[n.name]=e)})}),o}function a(){var e;try{return function(){if("undefined"==typeof window)return!1;var e=window.navigator.userAgent||window.navigator.vendor,n=-1!==e.indexOf("nyt_android"),t=-1!==e.indexOf("nytios"),o=-1!==e.indexOf("nyt_xwords_ios"),e=-1!==e.indexOf("Crosswords");return n||t||o||e}()?null!==(e=null===window||void 0===window?void 0:window.config)&&void 0!==e&&e.PurrDirectives?window.config.PurrDirectives:t("override-purr")?o("override-purr"):r({},c):t("nyt-purr")?o("nyt-purr"):r({},c)}catch(e){return console.warn("can’t get directives from cookie or config",e),r({},c)}}var r=function(){return(r=Object.assign||function(e){for(var n,t=1,o=arguments.length;t<o;t++)for(var i in n=arguments[t])Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i]);return e}).apply(this,arguments)},d=[{name:"PURR_AcceptableTrackers",valueMapping:{controllers:"c",processors:"p"}},{name:"PURR_AdConfiguration",valueMapping:{full:"f",npa:"n","adluce-socrates":"s"}},{name:"PURR_DataSaleOptOutUI",valueMapping:{hide:"h",show:"s"}},{name:"PURR_DataProcessingConsentUI",valueMapping:{hide:"h",show:"s"}},{name:"PURR_AcceptableTrackers_v2",valueMapping:{controllers:"c",processors:"p",essentials:"e"}},{name:"PURR_AdConfiguration_v2",valueMapping:{full:"f",rdp:"r",npa:"n",adluce:"a","adluce-socrates":"s"}},{name:"PURR_DataProcessingPreferenceUI",valueMapping:{hide:"h","allow-opt-out":"o","allow-opt-in":"i","allow-opt-in-or-out":"a"}},{name:"PURR_DataSaleOptOutUI_v2",valueMapping:{hide:"h",show:"s","show-opted-out":"o"}},{name:"PURR_CaliforniaNoticesUI",valueMapping:{hide:"h",show:"s"}},{name:"PURR_EmailMarketingOptInUI",valueMapping:{checked:"c",unchecked:"u"}},{name:"PURR_DeleteIPAddress",valueMapping:{delete:"d",keep:"k"}},{name:"PURR_AdConfiguration_v3",valueMapping:{full:"f",rdp:"r",npa:"n",ltd:"l","adluce-socrates":"s"}}],c={PURR_DataSaleOptOutUI:"hide",PURR_DataSaleOptOutUI_v2:"hide",PURR_CaliforniaNoticesUI:"hide",PURR_DataProcessingConsentUI:"hide",PURR_DataProcessingPreferenceUI:"hide",PURR_AcceptableTrackers_v2:"controllers",PURR_AcceptableTrackers:"controllers",PURR_AdConfiguration_v2:"full",PURR_AdConfiguration:"full",PURR_EmailMarketingOptInUI:"checked",PURR_DeleteIPAddress:"delete",PURR_AdConfiguration_v3:"full"};function e(){return"full"===(e={},n()&&(e=a().PURR_AdConfiguration_v3||a().PURR_AdConfiguration_v2),e);var e}function s(){return!(!!n()&&null!==window.navigator.userAgent.match(/nyt[-_]?(?:ios|android)/i))&&e()}function u(e,n,t){var o=document.getElementsByTagName("head")[0],i=document.createElement("script");n&&(i.onload=n),t&&(i.onerror=t),i.src=e,i.async=!0,o.appendChild(i)}function l(){i().cmd.push(function(){var e="".concat("GeoEdge"," failed to load");i().events.publish({name:h,value:{message:e}})})}function p(){return!window.grumi&&(u("//rumcdn.geoedge.be/b3960cc6-bfd2-4adc-910c-6e917e8a6a0e/grumi-ip.js",null,l),window.grumi={key:"b3960cc6-bfd2-4adc-910c-6e917e8a6a0e",cfg:{advs:v}})}function m(){var e;window.apstag||(e="".concat(b," not loading properly"),console.warn(e))}function f(){i().cmd.push(function(){var e="".concat(b," failed to load");i().events.publish({name:U,value:{type:b,message:e}})})}function w(){window.apstag&&window.apstag.setDisplayBids&&function(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:window;return e.googletag=e.googletag||{},e.googletag.cmd=e.googletag.cmd||[],e.googletag}().cmd.push(window.apstag.setDisplayBids())}function g(e){return!(!window.apstag||!window.apstag.fetchBids)&&(window.apstag.fetchBids({slots:e},w()),!0)}var v={32074718:!0,4792640386:!0,21966278:!0,4558311760:!0,4552626466:!0,4400775978:!0,39318518:!0,4874174581:!0,33597638:!0,38636678:!0,38637278:!0,33597998:!0,33613118:!0},h="script_loader_error",b="A9",_=[[300,250],[728,90],[970,90],[970,250]],R="large",y="medium",P="small",U="BidderError",A="AdEmpty",k="AdBlockOn",x="AdDefined",I="AdRefreshed";function D(e,n){var t;return(e=[].concat((t=n,[].concat(e).slice().sort(function(e,n){return n[0]-e[0]}).find(function(e){return!Number.isNaN(e[0])&&e[0]<t}))).pop())&&e.length?e:null}function C(i){return function(){var e,n=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{},t=n.sizes,o=void 0===t?[]:t,t=n.truePosition,n=n.id,o=D(o,window.innerWidth);if(o){o=(e=o,Array.isArray(e)?_.filter(function(n){return e.some(function(e){return e[0]===n[0]&&e[1]===n[1]})}):(console.warn("filterSizes() did not receive an array"),[])),o=[{slotID:t||n,slotName:"".concat(t||n,"_").concat(i,"_web"),sizes:o}];return g(o),!0}return!1}}function O(e,n,t){return n in e?Object.defineProperty(e,n,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[n]=t,e}function z(t,o){return T.map(function(e){var n=e.id,e=e.sizes;return{slotID:n,slotName:"".concat(n,"_").concat(o,"_web"),sizes:(e=e)[t]||e[P]}})}function S(n,t){i().cmd.push(function(){var e;n&&g(z(740<(e=window.innerWidth)?R:600<e?y:P,t)),i().events.subscribe({name:x,scope:"all",callback:C(t)})})}function M(e,n,t){(function(){var e,t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:"apstag",o=1<arguments.length&&void 0!==arguments[1]?arguments[1]:window;return o[t]||(e=function(e,n){return o[t]._Q.push([e,n])},o[t]={_Q:[],init:function(){e("i",arguments)},fetchBids:function(){e("f",arguments)},setDisplayBids:function(){},targetingKeys:function(){return[]}}),o[t]})("apstag",window).init({pubID:"3030",adServer:"googletag",params:{si_section:n}}),S(e,t)}function E(e,n){var t,o={openx:V,rubicon:N,medianet:F}[e];switch(n.includes("mid")?"mid":n){case"top":t=o.top;break;case"mid":t=o.mid;break;case"bottom":t=o.bottom;break;default:t=o.default}return t}function j(e){var n;switch(e){case"livebl":n="hp";break;case"int":n="art";break;case"coll":n="sf";break;default:n=e}return n in B||(n="default"),n}var T=[{id:"dfp-ad-top",sizes:(O(te={},R,[[728,90],[970,90],[970,250]]),O(te,y,[[728,90],[300,250]]),O(te,P,[[300,250],[300,420]]),te)},{id:"top",sizes:(O(ne={},R,[[728,90],[970,90],[970,250]]),O(ne,y,[[728,90],[300,250]]),O(ne,P,[[300,250],[300,420]]),ne)}],B={art:{id:["top","story-ad-1","story-ad-2","story-ad-3","story-ad-4","story-ad-5","story-ad-6","bottom"],pos:["top","mid1","mid2","mid3","mid4","mid5","mid6","bottom"]},hp:{id:["dfp-ad-top","dfp-ad-mid1","dfp-ad-mid2","dfp-ad-mid3","dfp-ad-bottom"],pos:["top","mid1","mid2","mid3","bottom"]},ss:{id:["right-0","right-1","right-2","right-3"],pos:["mid1","mid1","mid1","mid1"],size:{small:[[300,250]],medium:[[300,250]],large:[[300,250]]}},sf:{id:["top","mid1","mid2"],pos:["top","mid1","mid2"]},default:{id:["top","mid1","mid2"],pos:["top","mid1","mid2"],size:{small:[[300,250],[300,420]],medium:[[728,90]],large:[[728,90],[970,90],[970,250]]}}},N={top:2088370,mid:2088372,bottom:2088374,default:2088376},V={top:544112060,mid:544112063,bottom:544112062,default:544112065},F={top:684296214,mid:190706820,bottom:932254072,default:153468583};function q(o,e){var i=j(e);return B[i].pos.reduce(function(e,n,t){t={code:B[i].id[t],mediaTypes:{banner:{sizeConfig:[{minViewPort:[970,0],sizes:(B[i].size?B[i]:B.default).size.large},{minViewPort:[728,0],sizes:(B[i].size?B[i]:B.default).size.medium},{minViewPort:[0,0],sizes:(B[i].size?B[i]:B.default).size.small}]}},bids:(t=n,[{bidder:"appnexus",params:{member:3661,invCode:"nyt_".concat(n=o,"_").concat(t)}},{bidder:"medianet",params:{cid:"8CU4WQK98",crid:E("medianet",t)}},{bidder:"rubicon",params:{accountId:12330,siteId:378266,inventory:{invCode:["nyt_".concat(n,"_").concat(t)]},zoneId:E("rubicon",t)}},{bidder:"openx",params:{unit:E("openx",t),delDomain:"nytimes-d.openx.net",customParams:{invCode:"nyt_".concat(n,"_").concat(t)}}},{bidder:"triplelift",params:{inventoryCode:function(e){e=e.includes("top")||e.includes("bottom")?e:"mid";return"NYTimes_728x90_970_".concat(e="bottom"===e?"bot":e,"_PB")}(t)}}])};return e.push(t),e},[])}function G(t){window.pbjs&&window.pbjs.initAdserverSet||(window.pbjs.initAdserverSet=!0,i().cmd.push(function(){i().events.subscribe({name:"AdDefined",scope:"all",callback:function(n){window.googletag.cmd.push(function(){var e;(e=j(e=t),B[e].id).includes(n.id)&&window.pbjs.setTargetingForGPTAsync([n.id])})}})}))}function H(t,e,n){function o(e,n){window.pbjs.initAdserverSet=!1,t.requestBids({bidsBackHandler:function(){G(e)},timeout:n})}i().cmd.push(function(){t.que.push(function(){t.addAdUnits(q(e,n)),o(n,1e4),i().events.subscribe({name:I,scope:"all",callback:function(){o(n,800)}})})})}function Y(o,i){return function(){var e,n,t;window.pbjs||console.log("prebid did not load"),e=o,n=i,(t=window.googletag||{}).cmd=t.cmd||[],(t=window.pbjs||{}).que=t.que||[],t.setConfig({priceGranularity:{buckets:[{max:10,increment:.05},{max:20,increment:.1},{max:50,increment:.5},{max:101,increment:1}]}}),H(t,e,n)}}function Q(){i().cmd.push(function(){var e="".concat("PreBid"," failed to load");i().events.publish({name:U,value:{type:"PreBid",message:e}})})}function W(){try{var e=((n=document.createElement("div")).innerHTML=" ",n.className="ad adsbox pub_300x250 pub_300x250m pub_728x90 text-ad textAd text_ad ad-server",n.style="width: 1px !important; height: 1px !important; position: absolute !important; left: -10000px !important; top: -1000px !important;",document.body.prepend(n),document.getElementsByClassName("ad adsbox")[0]),n=!(!(n=e)||0!==n.offsetHeight&&0!==n.clientHeight)||function(e){if(void 0!==window.getComputedStyle){e=window.getComputedStyle(e,null);if(e&&("none"===e.getPropertyValue("display")||"hidden"===e.getPropertyValue("visibility")))return!0}return!1}(e);return e=e,document.body.removeChild(e),n}catch(e){console.error("ad class check failed",e)}var n;return!1}function Z(){return!(window&&window.AdSlot&&window.AdSlot.AdSlotReady)||(!(window&&window.googletag&&window.googletag.apiReady)||W())}function K(){var e=window&&window.nyt_et&&window.nyt_et.get_host&&window.nyt_et.get_host();return e?fetch("".concat(e,"/.status"),{credentials:"include",headers:{accept:"*/*","content-type":"text/plain;charset=UTF-8"},mode:"no-cors"}).then(function(){return{success:!0}}).catch(function(e){return console.error("et track blocked",e),{success:!1}}):Promise.resolve({success:!1})}function L(e,n,t){var o=(i="nyt-a",(document&&document.cookie&&document.cookie.match&&(i=document.cookie.match(new RegExp("".concat(i,"=([^;]+)"))))?i[1]:"")||null),i=!!(window&&window.matchMedia&&window.matchMedia("(max-width: 739px)").matches);return"".concat("https://a-reporting.nytimes.com/report.jpg","?mobile=").concat(i,"&block=").concat(t,"&aid=").concat(o,"&pvid=").concat(e,"&et=").concat(n)}function J(e,n,t){return!!(window&&window.NYTD&&window.NYTD.Abra&&"1_network_detection"===window.NYTD.Abra("DFP_blockDetect_0221"))&&((new Image).src=L(e,n,t),!0)}function X(e,n){n&&i().cmd.push(function(){var e=i();e.events&&e.events.publish({name:A,value:{type:k}})});var t=!1;return K().then(function(){t=(0<arguments.length&&void 0!==arguments[0]?arguments[0]:{success:!1}).success}).catch(function(){}).finally(function(){J(e,t,n)})}function $(e){var n;window.addEventListener("load",(n=e,function(){X(n,Z())}))}var ee,ne,te=function(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{};if(ee)return!1;var n=e.loadAmazon,t=void 0===n||n,o=e.loadPrebid,i=void 0===o||o,a=e.setFastFetch,r=void 0!==a&&a,d=e.loadGeoEdge,c=void 0===d||d,n=e.section,o=void 0===n?"none":n,a=e.pageViewId,d=void 0===a?"":a,n=e.pageType,a=void 0===n?"":n;return e=document.referrer||"",!(n=/([a-zA-Z0-9_\-.]+)(@|%40)([a-zA-Z0-9_\-.]+).([a-zA-Z]{2,5})/).test(e)&&!n.test(window.location.href)&&(s()&&(a=new RegExp(/art/).test(a)?"art":a,c&&p(),t&&(c=r,t=o,r=a,window.apstag||(u("//c.amazon-adsystem.com/aax2/apstag.js",m,f),M(c,t,r))),i&&(o=o,a=a,window.pbjs||u("https://www.nytimes.com/ads/prebid6.8.0.js",Y(o,a),Q))),$(d),ee=!0)};return(ne=i()).loadScripts=ne.loadScripts||te,window.AdSlot4=ne}();
(function () { var _f=function(e={}){const o=window&&window.AdSlot4;try{const{adToggleMap:i,pageType:t,section:n,isSectionHbEligible:d,setFastFetch:w}=e,a=Object.keys(i).reduce((e,o)=>{const t=i[o]||"";return e[o]=function(e){return!!(window&&window.adClientUtils&&window.adClientUtils.hasActiveToggle)&&window.adClientUtils.hasActiveToggle(e)}(t),e},{}),{amazon:c,geoedge:s}=a,l=c&&d;"function"==typeof o.loadScripts&&o.loadScripts({loadAmazon:l,loadPrebid:d,setFastFetch:w,section:n,pageType:t,pageViewId:window&&window.NYTD&&window.NYTD.PageViewId&&window.NYTD.PageViewId.current?window.NYTD.PageViewId.current:"",loadGeoEdge:s})}catch(e){console.error(e)}};;_f.apply(null, [{"adToggleMap":{"amazon":"amazon_collections_toggle","medianet":"medianet_collections_toggle","dfp":"dfp_collections_toggle","geoedge":"geoedge_toggle"},"pageType":"sf","section":"health","isSectionHbEligible":true,"setFastFetch":false}]); })();
(function () { var _f=function(t={}){window.AdSlot4=window.AdSlot4||{},window.AdSlot4.cmd=window.AdSlot4.cmd||[],window.AdSlot4.clientRequirements={mergeObjects:function(t,...e){return e.reduce(function(t,e){return Object.entries(e).reduce(function(t,[e,n]){return t[e]&&null==n?t:Object.assign({},t,{[e]:n})},t)},t)},isFunction:function(t){return"[object Function]"===Object.prototype.toString.call(t)},getAbraVariant:function(t){if(!(window.NYTD&&window.NYTD.Abra&&window.NYTD.Abra.getAbraSync&&this.isFunction(window.NYTD.Abra.getAbraSync)))return void console.warn("Abra does not exist or is not a function");const e=window.NYTD.Abra.getAbraSync(t);return e&&e.variant},shouldHaltDFP:function(t){return"1_block"===this.getAbraVariant(t)},getSov:function(t={}){return t.sov=t.sov||(Math.floor(4*Math.random())+1).toString(),{sov:t.sov}},getPageViewId:function(t){return{page_view_id:t&&t.current}},getUserData:function(t="{}"){try{const e=JSON.parse(t).data;return e&&e.user}catch(t){console.warn("userinfo data unavailable")}},getEm:function(t){return t&&t.length?{em:t.toString().toLowerCase()}:{}},getWat:function(t){return t?{wat:t.toLowerCase()}:{}},getDemographics:function(t){return this.mergeObjects(this.getEm(t&&t.emailSubscriptions),this.getWat(t&&t.wat))},isValidDfpVariant:function(t){return t.toLowerCase().indexOf("dfp")>-1||t.indexOf("redbird")>-1},joinArgumentsForVariant:function(){if(arguments.length)return[].slice.call(arguments).join("_").toLowerCase()},reduceAbraConfigKeysToDfpVariants:function(t=[],e=""){const n=this.getAbraVariant(e),i=this.joinArgumentsForVariant(e,n);return n&&i?t.concat(i):t},getDFPTestNames:function(t={}){if(!t)return[];const e=this.isValidDfpVariant;return Object.keys(t).filter(function(t){return e(t)})},getAbraDfpVariants:function(t={}){this.isValidDfpVariant;let e="";if(t.config){e=this.getDFPTestNames(t.config).reduce(this.reduceAbraConfigKeysToDfpVariants,[])}return{abra_dfp:e}},isMobile:function(t){const e=t.matchMedia("(max-width: 739px)");return e&&e.matches},isManualRefresh:function(t={}){return!(!t.navigation||1!==t.navigation.type)},getAltLangFromPathname:function(t=""){return 0===t.indexOf("/es/")?"es":""},getAdTargetingProperty:function(t=!1,e=""){let n=t?"m":"";return{prop:(n+=e)+"nyt"}},getAdTargetingPlatform:function(t=!1){return{plat:(t?"m":"")+"web"}},getAdTargetingEdition:function(t=""){return t.length?{edn:t}:{}},getAdTargetingVersion:function(t=!1){return{ver:(t?"m":"")+"vi"}},getAdTargetingHome:function(t,e,n){let i={},o={};return"hp"===t&&(i=e?{topRef:e}:{},o=n?{refresh:"manual"}:{}),this.mergeObjects(i,o)},getAdTargeting:function(t={},e={}){const n=this.isMobile(window),i=this.getAltLangFromPathname(window.location.pathname),o=this.isManualRefresh(performance);return this.mergeObjects(t,this.getDemographics(e),this.getAdTargetingProperty(n,i),this.getAdTargetingPlatform(n),this.getAdTargetingEdition(i),this.getAdTargetingVersion(n),this.getAdTargetingHome(t.typ,document.referrer,o),this.getAbraDfpVariants(window.NYTD.Abra),this.getSov(window),this.getPageViewId(window.NYTD.PageViewId))},init:function(t){window.AdSlot4.init&&this.isFunction(window.AdSlot4.init)?window.AdSlot4.init&&window.AdSlot4.init(t):console.warn("AdSlot4.init does not exist or is not a function")},reportExposure:function(t){window.NYTD.Abra&&this.isFunction(window.NYTD.Abra.reportExposure)?window.NYTD.Abra.reportExposure(t):console.warn("Abra.reportExposure does not exist or is not a function")},generateConfig:function(t={},e={},n={}){const i=n&&n.userInfo&&n.userInfo.demographics;return this.mergeObjects(t,e,{adTargeting:this.getAdTargeting(e.adTargeting,i),haltDFP:this.shouldHaltDFP(e.dfpToggleName||t.dfpToggleName)})}};for(let t in window.AdSlot4.clientRequirements)window.AdSlot4.clientRequirements[t]=window.AdSlot4.clientRequirements[t].bind(window.AdSlot4.clientRequirements);const e={adUnitPath:"/29390238/nyt/homepage",offset:400,hideTopAd:AdSlot4.clientRequirements.isMobile(window),lockdownAds:!1,sizeMapping:{top:[[970,["fluid",[728,90],[970,90],[970,250],[1605,300]]],[728,["fluid",[728,90],[1605,300]]],[0,[]]],fp1:[[0,[[195,250],[215,270]]]],fp2:[[0,[[195,250],[215,270]]]],fp3:[[0,[[195,250],[215,270]]]],feat1:[[0,["fluid"]]],feat2:[[0,["fluid"]]],feat3:[[0,["fluid"]]],feat4:[[0,["fluid"]]],mktg:[[1020,[300,250]],[0,[]]],pencil:[[728,[[336,46]],[0,[]]]],pp_edpick:[[0,["fluid"]]],pp_morein:[[0,["fluid"],[210,218]]],ribbon:[[0,["fluid"]]],sponsor:[[765,[150,50]],[0,[320,25]]],supplemental:[[1020,[[300,250],[300,600]]],[0,[]]],chat:[[0,[[300,250],[300,420]]]],column:[[0,[[300,250],[300,420]]]],default:[[970,["fluid",[728,90],[970,90],[970,250],[1605,300]]],[728,["fluid",[728,90],[300,250],[1605,300]]],[0,["fluid",[300,250],[300,420]]]]},adTargeting:{},haltDFP:!1,dfpToggleName:t.dfpToggleName||"dfp_home_toggle",lazyApi:t.lazyApi||{}};window.AdSlot4.cmd.push(function(){const n=window.AdSlot4.clientRequirements,i=n.getUserData(window&&window.userXhrObject&&window.userXhrObject.responseText),o=n.generateConfig(e,t,i);n.init(o),n.reportExposure("dfp_adslot4v2")})};;_f.apply(null, [{"adTargeting":{"edn":"us","test":"projectvi","ver":"vi","typ":"sf","vp":"small","als_test":"1650540082636","prop":"mnyt","plat":"mweb","brandsensitive":"false","artlen":"short","ledemedsz":"none","template":"legacycollection","section":"health","si_section":"health","id":"100000004047831","gscat":"neg_citi_aa,gs_health,neg_capitalone,neg_mastercard,neg_fcli,neg_bofa,neg_mtb,gs_health_misc,neg_chanel,gs_finance_insurance,neg_rolex,gs_finance,neg_rms,neg_debeer,neg_gg1,neg_google,neg_aramco,neg_virus,gs_health_specialities,gs_travel,neg_cme,neg_ms_safe,gv_safe,gs_t","is_viral":"low"},"adUnitPath":"/29390238/nyt/health/sectionfront","dfpToggleName":"dfp_collections_toggle"}]); })();
})();
SectionsSEARCHSkip to contentSkip to site indexHealthLog inToday’s PaperAdvertisementContinue reading the main storySupported byContinue reading the main storyHealthHealth PolicyGlobal HealthThe New Old AgeScienceWellCoronavirus OutbreakHighlightsPhotoCreditD. Hurst/AlamyScientists Find No Benefit to Time-Restricted EatingIn a yearlong study, participants who confined meals to certain hours lost no more weight than those who ate at any time.By Gina KolataPhotoCreditGrant Hindsley for The New York TimesStudy Raises Questions About Popular Genetic Test for ‘Abnormal’ EmbryosThe test leads people undergoing in vitro fertilization to discard thousands of embryos each year. The new research found implanting some “abnormal” embryos resulted in healthy live births.By Azeen GhorayshiPhotoCreditIlana Panich-Linsman for The New York TimesScientists Question Data Behind an Experimental Alzheimer’s DrugStudies linked to Cassava Sciences, once a stock market favorite, have been retracted or challenged by medical journals.By Apoorva MandavilliPhotoCreditAllison Zaucha for The New York TimesOmicron Was More Severe for Unvaccinated Children in 5-to-11 Age Group, Study ShowsBlack children who had not been immunized made up about a third of those hospitalized during the winter surge.By Benjamin MuellerGlobal HealthPhotoCreditAtul Loke for The New York TimesIndia Is Stalling the W.H.O.’s Efforts to Make Global Covid Death Toll PublicThe agency has calculated that 15 million people have died as a result of the pandemic, far more than earlier estimates, but has yet to release those numbers.By Stephanie Nolen and Karan Deep SinghPhotoCreditGabby Jones for The New York TimesConcerns Rise as Passenger Masks FallHealth experts expressed dismay at a judge’s ruling that struck down the C.D.C. mask mandate for planes, trains and buses.By Roni Caryn RabinGlobal HealthPhotoCreditFinbarr O'Reilly for The New York TimesA Door-to-Door Effort to Find Out Who Died Helps Low-Income Countries Aid the LivingMany developing countries don’t keep official death records. A novel effort uses “electronic autopsies” to count deaths, and record their cause.By Stephanie Nolen and Finbarr O’ReillyPhotoCreditEtienne Laurent/EPA, via ShutterstockMany Virus Cases Go Uncounted. Are There Better Ways to Track the Pandemic?An increasing reliance on at-home testing and the closings of mass testing sites are making official case counts less reliable, scientists say.By Emily AnthesPhotoCreditvia InspectIR SystemsA New Covid Breath Test Holds Promise, but Wide Use May Still Be Far OffThe F.D.A. authorized a breath-based test made by a small Texas company, which said it hoped that mobile sites could use the device.By Emily AnthesAdvertisementContinue reading the main storyFrom WellMore in From Well ›PhotoCreditTim PeacockShould You Still Wear a Mask?Experts weigh in on where, and when, you can safely take one off.By Amelia Nierenberg and Illustrations by Tim PeacockPhotoCreditYour Office Is More Annoying Than You Remembered. Here’s How to Handle It.The gossip, the loud talker and the nosy colleague are all manageable with the right mind-set.By Jancee DunnPhotoCreditTodd Heisler/The New York TimesAs Families Grieve, Grandparents Step UpAs many as 200,000 U.S. children have lost a parent to Covid. Their grandparents are taking them in and helping them heal, all while coping with their own grief.By Paula SpanPhotoCreditAmanda Jasnowski Pascual for The New York TimesThe Pandemic Has Been Hard on Our FeetHere’s what’s plaguing them and how to avoid it.By Mara AltmanPhotoCreditErik CarterBreaking Up With PelotonThe stationary bike’s convenience made it a pandemic winner, but some former fans are done working out at home.By Holly BurnsThe Covid-19 PandemicMore in The Covid-19 Pandemic ›PhotoCreditJamie Kelter Davis for The New York TimesWith Joy and Fear, Americans Watch Sweeping Mask Rules VanishMany travelers removed their masks after a judge struck down a federal mandate for public transit. Health experts voiced concern, but President Biden said it was now up to individuals.By Jack Healy and Mitch SmithPhotoCreditTim PeacockShould You Still Wear a Mask?Experts weigh in on where, and when, you can safely take one off.By Amelia Nierenberg and Illustrations by Tim PeacockPhotoCreditAllison Zaucha for The New York TimesOmicron Was More Severe for Unvaccinated Children in 5-to-11 Age Group, Study ShowsBlack children who had not been immunized made up about a third of those hospitalized during the winter surge.By Benjamin MuellerPhotoCreditOle Jensen/Getty ImagesFour Americans Were Infected With a Virus Variant Seen in MinkThe cluster is the first known instance of likely animal-to-human transmission in the United States.By Emily AnthesPhotoCreditMarco PetriniThe Upside of a LockdownHow the pandemic reshaped the careers of design professionals in three different countries.By Pilar ViladasAdvertisementContinue reading the main storyLatestSearchSearchClear this text inputAid groups fight to deliver lifesaving supplies despite losing lives to Russian shelling.Only one member of an aid convoy to Chernihiv, Ukraine, survived a shelling attack in March. But the convoy’s organizers have persisted through the dangers of the war.By Apoorva MandavilliWhere Do Travelers Need to Wear Masks Now?After a federal mask mandate was struck down on Monday, travelers are facing a patchwork of rules spanning air travel, trains, buses, cruise ships and ride-hailing services. Here’s what to know.By Heather Murphy and Ceylan YeginsuJustice Dept. Appeals to Reinstate Transportation Mask MandateThe Centers for Disease Control and Prevention ruled the mandate “necessary,” but an appeal risks creating a precedent that could permanently constrain the agency.By Sheryl Gay StolbergScientists Find No Benefit to Time-Restricted EatingIn a yearlong study, participants who confined meals to certain hours lost no more weight than those who ate at any time.By Gina KolataF.D.A. Warns Patients About Some Prenatal Genetic TestsThe agency cites concerns that some manufacturers’ claims about test performance “may not be supported with sound scientific evidence.”By Aatish BhatiaWhy Is Gut Health Taking Over TikTok?Despite what social media might have you believe, there is no overnight shortcut to better digestive health.By Dani BlumModerna says trial results suggest redesigned vaccines can better protect against variants.Researchers combined Moderna’s existing vaccine with one designed to attack the Beta variant, and found it provided a stronger defense against several variants.By Sharon LaFraniereStudies ShowM.R.I.s Are Finding Connections Between Our Brain Activity and PsychologyHow might we leverage knowing that a particular neurological feature makes someone more vulnerable to autism or Alzheimer’s or more likely to achieve academically?By Kim TingleyAmericans Over 60 Should Get Second Booster, Official SaysCiting data from Israel, the Biden administration’s Covid response coordinator said a second booster offered significant protection to older people.By William LambJury Awards $450,000 to Man Fired Over Unwanted Office Birthday PartyThe man asked a manager not to have a party because he had an anxiety disorder. What followed spiraled into a legal dispute over whether the man had a panic attack or a violent outburst.By Amanda HolpuchAdvertisementContinue reading the main storyFollow Us@nythealthtwitter page for @nythealthNYTimesSciencefacebook page for NYTimesScienceWellNYTfacebook page for WellNYT@nytimeswelltwitter page for @nytimeswellAdvertisementContinue reading the main storySite Information Navigation© 2022 The New York Times CompanyNYTCoContact UsAccessibilityWork with usAdvertiseT Brand StudioYour Ad ChoicesPrivacy PolicyTerms of ServiceTerms of SaleSite MapCanadaInternationalHelpSubscriptions
window.__preloadedData = {"initialState":{"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==":{"id":"TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==","collectionType":"SECTION","slug":"health","name":"Health","tone":"FEATURE","showPicture":false,"longDescription":"The latest news on health and medicine, covid, vaccines, global health, mental health, Obamacare, health insurance, Medicare, Medicaid, opioids, cancer, heart disease and other topics.","bylines":[],"section":{"type":"id","generated":false,"id":"Section:U2VjdGlvbjpueXQ6Ly9zZWN0aW9uLzlmOTQzMDE1LWE4OTktNTUwNS04NzMwLTZkMzBlZDg2MTUyMA==","typename":"Section"},"subsection":null,"advertisingProperties":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.advertisingProperties","typename":"CreativeWorkAdvertisingProperties"},"adTargetingParams({\"clientAdParams\":{\"edn\":\"us\",\"plat\":\"web\",\"prop\":\"nyt\"}})":[{"type":"id","generated":false,"id":"AdTargetingParam:als_test1650540082636","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:propnyt","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:platweb","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:ednus","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:brandsensitivefalse","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:per","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:org","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:geo","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:des","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:spon","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:auth","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:col","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:coll","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:artlenshort","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:ledemedsznone","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:gui","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:templatelegacycollection","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:typ","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:sectionhealth","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:si_sectionhealth","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:id100000004047831","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:trend","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:pt","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:gscatneg_citi_aa,gs_health,neg_capitalone,neg_mastercard,neg_fcli,neg_bofa,neg_mtb,gs_health_misc,neg_chanel,gs_finance_insurance,neg_rolex,gs_finance,neg_rms,neg_debeer,neg_gg1,neg_google,neg_aramco,neg_virus,gs_health_specialities,gs_travel,neg_cme,neg_ms_safe,gv_safe,gs_t","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:is_virallow","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:tt","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:mt","typename":"AdTargetingParam"}],"dfpTaxonomyException":"health\u002Fsectionfront","collectionsPage":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage","typename":"LegacyCollectionsPage"},"firstPublished":"2015-12-10T15:48:25.000Z","lastModified":"2022-04-20T17:38:55.479Z","sourceId":"100000004047831","url":"https:\u002F\u002Fwww.nytimes.com\u002Fsection\u002Fhealth","tagline":"","promotionalMedia":null,"__typename":"LegacyCollection","shortUrl":"https:\u002F\u002Fnyti.ms\u002F1NPcnEE","headline":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.headline","typename":"CreativeWorkHeadline"},"language":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.language","typename":"Language"},"summary":"","commentProperties":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.commentProperties","typename":"CreativeWorkCommentProperties"},"groupings":[{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.0","typename":"LegacyCollectionGrouping"},{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1","typename":"LegacyCollectionGrouping"}],"storylines":[],"uri":"nyt:\u002F\u002Flegacycollection\u002F41df3c04-b4f1-5d86-aa55-a700046bbb86","active":true,"socialMedia":[{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.socialMedia.0","typename":"ContactDetailsSocialMedia"},{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.socialMedia.1","typename":"ContactDetailsSocialMedia"},{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.socialMedia.2","typename":"ContactDetailsSocialMedia"},{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.socialMedia.3","typename":"ContactDetailsSocialMedia"}],"associatedAssets":[]},"Section:U2VjdGlvbjpueXQ6Ly9zZWN0aW9uLzlmOTQzMDE1LWE4OTktNTUwNS04NzMwLTZkMzBlZDg2MTUyMA==":{"id":"U2VjdGlvbjpueXQ6Ly9zZWN0aW9uLzlmOTQzMDE1LWE4OTktNTUwNS04NzMwLTZkMzBlZDg2MTUyMA==","name":"health","__typename":"Section","displayName":"Health","url":"https:\u002F\u002Fwww.nytimes.com\u002Fsection\u002Fhealth"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.advertisingProperties":{"sensitivity":"SHOW_ADS","sponsored":false,"__typename":"CreativeWorkAdvertisingProperties"},"AdTargetingParam:als_test1650540082636":{"key":"als_test","value":"1650540082636","__typename":"AdTargetingParam"},"AdTargetingParam:propnyt":{"key":"prop","value":"nyt","__typename":"AdTargetingParam"},"AdTargetingParam:platweb":{"key":"plat","value":"web","__typename":"AdTargetingParam"},"AdTargetingParam:ednus":{"key":"edn","value":"us","__typename":"AdTargetingParam"},"AdTargetingParam:brandsensitivefalse":{"key":"brandsensitive","value":"false","__typename":"AdTargetingParam"},"AdTargetingParam:per":{"key":"per","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:org":{"key":"org","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:geo":{"key":"geo","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:des":{"key":"des","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:spon":{"key":"spon","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:auth":{"key":"auth","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:col":{"key":"col","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:coll":{"key":"coll","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:artlenshort":{"key":"artlen","value":"short","__typename":"AdTargetingParam"},"AdTargetingParam:ledemedsznone":{"key":"ledemedsz","value":"none","__typename":"AdTargetingParam"},"AdTargetingParam:gui":{"key":"gui","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:templatelegacycollection":{"key":"template","value":"legacycollection","__typename":"AdTargetingParam"},"AdTargetingParam:typ":{"key":"typ","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:sectionhealth":{"key":"section","value":"health","__typename":"AdTargetingParam"},"AdTargetingParam:si_sectionhealth":{"key":"si_section","value":"health","__typename":"AdTargetingParam"},"AdTargetingParam:id100000004047831":{"key":"id","value":"100000004047831","__typename":"AdTargetingParam"},"AdTargetingParam:trend":{"key":"trend","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:pt":{"key":"pt","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:gscatneg_citi_aa,gs_health,neg_capitalone,neg_mastercard,neg_fcli,neg_bofa,neg_mtb,gs_health_misc,neg_chanel,gs_finance_insurance,neg_rolex,gs_finance,neg_rms,neg_debeer,neg_gg1,neg_google,neg_aramco,neg_virus,gs_health_specialities,gs_travel,neg_cme,neg_ms_safe,gv_safe,gs_t":{"key":"gscat","value":"neg_citi_aa,gs_health,neg_capitalone,neg_mastercard,neg_fcli,neg_bofa,neg_mtb,gs_health_misc,neg_chanel,gs_finance_insurance,neg_rolex,gs_finance,neg_rms,neg_debeer,neg_gg1,neg_google,neg_aramco,neg_virus,gs_health_specialities,gs_travel,neg_cme,neg_ms_safe,gv_safe,gs_t","__typename":"AdTargetingParam"},"AdTargetingParam:is_virallow":{"key":"is_viral","value":"low","__typename":"AdTargetingParam"},"AdTargetingParam:tt":{"key":"tt","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:mt":{"key":"mt","value":"","__typename":"AdTargetingParam"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.0":{"label":"From Well","overrides":"{\"template\":\"5-band\"}","template":"band","collection":{"type":"id","generated":false,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzExY2EzYWExLTU4ZTgtNTA5My1iYWQzLWEyYjUxYzAzZDMyMg==","typename":"LegacyCollection"},"stream":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.0.stream","typename":"AssetsConnection"},"__typename":"EmbeddedLegacyCollection"},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzExY2EzYWExLTU4ZTgtNTA5My1iYWQzLWEyYjUxYzAzZDMyMg==":{"collectionType":"SECTION","id":"TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzExY2EzYWExLTU4ZTgtNTA5My1iYWQzLWEyYjUxYzAzZDMyMg==","name":"Well","url":"https:\u002F\u002Fwww.nytimes.com\u002Fsection\u002Fwell","slug":"well","__typename":"LegacyCollection","lastMajorModification":"2022-04-19T12:36:25.848Z","headline":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzExY2EzYWExLTU4ZTgtNTA5My1iYWQzLWEyYjUxYzAzZDMyMg==.headline","typename":"CreativeWorkHeadline"},"displayProperties":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzExY2EzYWExLTU4ZTgtNTA5My1iYWQzLWEyYjUxYzAzZDMyMg==.displayProperties","typename":"CreativeWorkDisplayProperties"},"summary":"","kicker":"","column":null,"bylines":[],"promotionalMedia":null},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.0.stream.pageInfo":{"hasNextPage":false,"hasPreviousPage":false,"startCursor":"YXJyYXljb25uZWN0aW9uOjA=","endCursor":"YXJyYXljb25uZWN0aW9uOjQ=","__typename":"PageInfo"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.0.stream":{"pageInfo":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.0.stream.pageInfo","typename":"PageInfo"},"__typename":"AssetsConnection","edges":[{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.0.stream.edges.0","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.0.stream.edges.1","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.0.stream.edges.2","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.0.stream.edges.3","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.0.stream.edges.4","typename":"AssetsEdge"}]},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzc4MzBhMzQ0LTY1ZWEtNTIyMC1hYmEzLTZmZDZlNTEwMzc0NA==":{"id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzc4MzBhMzQ0LTY1ZWEtNTIyMC1hYmEzLTZmZDZlNTEwMzc0NA==","__typename":"Article","url":"https:\u002F\u002Fwww.nytimes.com\u002Farticle\u002Fmask-mandates-guidelines.html","lastMajorModification":"2022-04-19T21:22:43.202Z","summary":"Experts weigh in on where, and when, you can safely take one off.","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzc4MzBhMzQ0LTY1ZWEtNTIyMC1hYmEzLTZmZDZlNTEwMzc0NA==.headline","typename":"CreativeWorkHeadline"},"kicker":"","column":null,"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzc4MzBhMzQ0LTY1ZWEtNTIyMC1hYmEzLTZmZDZlNTEwMzc0NA==.bylines.0","typename":"Byline"}],"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzg5OWY4NTYtNTA5ZS01ZTU4LTg1NjItZTg1NzE3M2Y0OTY1","typename":"Image"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzc4MzBhMzQ0LTY1ZWEtNTIyMC1hYmEzLTZmZDZlNTEwMzc0NA==.headline":{"default":"Should You Still Wear a Mask?","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzc4MzBhMzQ0LTY1ZWEtNTIyMC1hYmEzLTZmZDZlNTEwMzc0NA==.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9hYjMxYzBmNy1kNWQ3LTU3NmEtODUzMi1hYjVhY2Y1MjlmZjE=","typename":"Person"},{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi82ZTlmM2ZiNi1lN2I4LTViNDEtYTllNC03ODE1OTQxMzlhODg=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi9hYjMxYzBmNy1kNWQ3LTU3NmEtODUzMi1hYjVhY2Y1MjlmZjE=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi9hYjMxYzBmNy1kNWQ3LTU3NmEtODUzMi1hYjVhY2Y1MjlmZjE=","displayName":"Amelia Nierenberg","__typename":"Person"},"Person:UGVyc29uOm55dDovL3BlcnNvbi82ZTlmM2ZiNi1lN2I4LTViNDEtYTllNC03ODE1OTQxMzlhODg=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi82ZTlmM2ZiNi1lN2I4LTViNDEtYTllNC03ODE1OTQxMzlhODg=","displayName":"Illustrations by Tim Peacock","__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzg5OWY4NTYtNTA5ZS01ZTU4LTg1NjItZTg1NzE3M2Y0OTY1":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvMzg5OWY4NTYtNTA5ZS01ZTU4LTg1NjItZTg1NzE3M2Y0OTY1","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzg5OWY4NTYtNTA5ZS01ZTU4LTg1NjItZTg1NzE3M2Y0OTY1.caption","typename":"TextOnlyDocumentBlock"},"credit":"Tim Peacock","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzg5OWY4NTYtNTA5ZS01ZTU4LTg1NjItZTg1NzE3M2Y0OTY1.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzg5OWY4NTYtNTA5ZS01ZTU4LTg1NjItZTg1NzE3M2Y0OTY1.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzg5OWY4NTYtNTA5ZS01ZTU4LTg1NjItZTg1NzE3M2Y0OTY1.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzg5OWY4NTYtNTA5ZS01ZTU4LTg1NjItZTg1NzE3M2Y0OTY1.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzg5OWY4NTYtNTA5ZS01ZTU4LTg1NjItZTg1NzE3M2Y0OTY1.caption":{"text":"","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20220301well00well-masks-opener00well-masks-opener-jumbo.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F01\u002Fwell\u002F00well-masks-opener\u002F00well-masks-opener-jumbo.jpg","width":1024,"height":682,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzg5OWY4NTYtNTA5ZS01ZTU4LTg1NjItZTg1NzE3M2Y0OTY1.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220301well00well-masks-opener00well-masks-opener-jumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220301well00well-masks-opener00well-masks-opener-thumbStandard.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F01\u002Fwell\u002F00well-masks-opener\u002F00well-masks-opener-thumbStandard.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20220301well00well-masks-opener00well-masks-opener-thumbLarge.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F01\u002Fwell\u002F00well-masks-opener\u002F00well-masks-opener-thumbLarge.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzg5OWY4NTYtNTA5ZS01ZTU4LTg1NjItZTg1NzE3M2Y0OTY1.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220301well00well-masks-opener00well-masks-opener-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220301well00well-masks-opener00well-masks-opener-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220301well00well-masks-opener00well-masks-opener-videoLarge.jpg":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F01\u002Fwell\u002F00well-masks-opener\u002F00well-masks-opener-videoLarge.jpg","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20220301well00well-masks-opener00well-masks-opener-mediumThreeByTwo225.jpg":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F01\u002Fwell\u002F00well-masks-opener\u002F00well-masks-opener-mediumThreeByTwo225.jpg","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20220301well00well-masks-opener00well-masks-opener-mediumThreeByTwo440.jpg":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F01\u002Fwell\u002F00well-masks-opener\u002F00well-masks-opener-mediumThreeByTwo440.jpg","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20220301well00well-masks-opener00well-masks-opener-threeByTwoMediumAt2X.jpg":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F01\u002Fwell\u002F00well-masks-opener\u002F00well-masks-opener-threeByTwoMediumAt2X.jpg","width":1500,"height":1000,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzg5OWY4NTYtNTA5ZS01ZTU4LTg1NjItZTg1NzE3M2Y0OTY1.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220301well00well-masks-opener00well-masks-opener-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220301well00well-masks-opener00well-masks-opener-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220301well00well-masks-opener00well-masks-opener-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220301well00well-masks-opener00well-masks-opener-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220301well00well-masks-opener00well-masks-opener-hpSmall.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F01\u002Fwell\u002F00well-masks-opener\u002F00well-masks-opener-hpSmall.jpg","width":163,"height":109,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMzg5OWY4NTYtNTA5ZS01ZTU4LTg1NjItZTg1NzE3M2Y0OTY1.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220301well00well-masks-opener00well-masks-opener-hpSmall.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.0.stream.edges.0":{"node@filterEmpty":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzc4MzBhMzQ0LTY1ZWEtNTIyMC1hYmEzLTZmZDZlNTEwMzc0NA==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzQ3MzlkYTM2LTljNjQtNWUzZS1hYTg4LTEwMWQwOTNhN2Y0Nw==":{"id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzQ3MzlkYTM2LTljNjQtNWUzZS1hYTg4LTEwMWQwOTNhN2Y0Nw==","__typename":"Article","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F19\u002Fwell\u002Flive\u002Freturn-to-office-tips.html","lastMajorModification":"2022-04-20T13:43:24.681Z","summary":"The gossip, the loud talker and the nosy colleague are all manageable with the right mind-set.","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzQ3MzlkYTM2LTljNjQtNWUzZS1hYTg4LTEwMWQwOTNhN2Y0Nw==.headline","typename":"CreativeWorkHeadline"},"kicker":"","column":null,"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzQ3MzlkYTM2LTljNjQtNWUzZS1hYTg4LTEwMWQwOTNhN2Y0Nw==.bylines.0","typename":"Byline"}],"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDMyNThkM2QtZjRhNC01OGJmLWFkNzEtY2MxZTcxNGZhMDc0","typename":"Image"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzQ3MzlkYTM2LTljNjQtNWUzZS1hYTg4LTEwMWQwOTNhN2Y0Nw==.headline":{"default":"Your Office Is More Annoying Than You Remembered. Here’s How to Handle It.","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzQ3MzlkYTM2LTljNjQtNWUzZS1hYTg4LTEwMWQwOTNhN2Y0Nw==.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9lYmMwYTEwNy1lNWY1LTVmZDYtYTkxOS02ZDBlNGIyZTdhNzM=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi9lYmMwYTEwNy1lNWY1LTVmZDYtYTkxOS02ZDBlNGIyZTdhNzM=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi9lYmMwYTEwNy1lNWY1LTVmZDYtYTkxOS02ZDBlNGIyZTdhNzM=","displayName":"Jancee Dunn","__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDMyNThkM2QtZjRhNC01OGJmLWFkNzEtY2MxZTcxNGZhMDc0":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvZDMyNThkM2QtZjRhNC01OGJmLWFkNzEtY2MxZTcxNGZhMDc0","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDMyNThkM2QtZjRhNC01OGJmLWFkNzEtY2MxZTcxNGZhMDc0.caption","typename":"TextOnlyDocumentBlock"},"credit":"","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDMyNThkM2QtZjRhNC01OGJmLWFkNzEtY2MxZTcxNGZhMDc0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDMyNThkM2QtZjRhNC01OGJmLWFkNzEtY2MxZTcxNGZhMDc0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDMyNThkM2QtZjRhNC01OGJmLWFkNzEtY2MxZTcxNGZhMDc0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDMyNThkM2QtZjRhNC01OGJmLWFkNzEtY2MxZTcxNGZhMDc0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDMyNThkM2QtZjRhNC01OGJmLWFkNzEtY2MxZTcxNGZhMDc0.caption":{"text":"","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20211001well01WELL-RTO-ANNOYANCES---nosycubiclemate01WELL-RTO-ANNOYANCES---nosycubiclemate-jumbo.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F10\u002F01\u002Fwell\u002F01WELL-RTO-ANNOYANCES---nosycubiclemate\u002F01WELL-RTO-ANNOYANCES---nosycubiclemate-jumbo.jpg","width":1024,"height":630,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDMyNThkM2QtZjRhNC01OGJmLWFkNzEtY2MxZTcxNGZhMDc0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20211001well01WELL-RTO-ANNOYANCES---nosycubiclemate01WELL-RTO-ANNOYANCES---nosycubiclemate-jumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20211001well01WELL-RTO-ANNOYANCES---nosycubiclemate01WELL-RTO-ANNOYANCES---nosycubiclemate-thumbStandard.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F10\u002F01\u002Fwell\u002F01WELL-RTO-ANNOYANCES---nosycubiclemate\u002F01WELL-RTO-ANNOYANCES---nosycubiclemate-thumbStandard.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20211001well01WELL-RTO-ANNOYANCES---nosycubiclemate01WELL-RTO-ANNOYANCES---nosycubiclemate-thumbLarge.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F10\u002F01\u002Fwell\u002F01WELL-RTO-ANNOYANCES---nosycubiclemate\u002F01WELL-RTO-ANNOYANCES---nosycubiclemate-thumbLarge.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDMyNThkM2QtZjRhNC01OGJmLWFkNzEtY2MxZTcxNGZhMDc0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20211001well01WELL-RTO-ANNOYANCES---nosycubiclemate01WELL-RTO-ANNOYANCES---nosycubiclemate-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20211001well01WELL-RTO-ANNOYANCES---nosycubiclemate01WELL-RTO-ANNOYANCES---nosycubiclemate-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20211001well01WELL-RTO-ANNOYANCES---nosycubiclemate01WELL-RTO-ANNOYANCES---nosycubiclemate-videoLarge.jpg":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F10\u002F01\u002Fwell\u002F01WELL-RTO-ANNOYANCES---nosycubiclemate\u002F01WELL-RTO-ANNOYANCES---nosycubiclemate-videoLarge.jpg","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20211001well01WELL-RTO-ANNOYANCES---nosycubiclemate01WELL-RTO-ANNOYANCES---nosycubiclemate-mediumThreeByTwo225.jpg":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F10\u002F01\u002Fwell\u002F01WELL-RTO-ANNOYANCES---nosycubiclemate\u002F01WELL-RTO-ANNOYANCES---nosycubiclemate-mediumThreeByTwo225.jpg","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20211001well01WELL-RTO-ANNOYANCES---nosycubiclemate01WELL-RTO-ANNOYANCES---nosycubiclemate-mediumThreeByTwo440.jpg":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F10\u002F01\u002Fwell\u002F01WELL-RTO-ANNOYANCES---nosycubiclemate\u002F01WELL-RTO-ANNOYANCES---nosycubiclemate-mediumThreeByTwo440.jpg","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20211001well01WELL-RTO-ANNOYANCES---nosycubiclemate01WELL-RTO-ANNOYANCES---nosycubiclemate-threeByTwoMediumAt2X.jpg":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F10\u002F01\u002Fwell\u002F01WELL-RTO-ANNOYANCES---nosycubiclemate\u002F01WELL-RTO-ANNOYANCES---nosycubiclemate-threeByTwoMediumAt2X.jpg","width":1500,"height":1000,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDMyNThkM2QtZjRhNC01OGJmLWFkNzEtY2MxZTcxNGZhMDc0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20211001well01WELL-RTO-ANNOYANCES---nosycubiclemate01WELL-RTO-ANNOYANCES---nosycubiclemate-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20211001well01WELL-RTO-ANNOYANCES---nosycubiclemate01WELL-RTO-ANNOYANCES---nosycubiclemate-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20211001well01WELL-RTO-ANNOYANCES---nosycubiclemate01WELL-RTO-ANNOYANCES---nosycubiclemate-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20211001well01WELL-RTO-ANNOYANCES---nosycubiclemate01WELL-RTO-ANNOYANCES---nosycubiclemate-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20211001well01WELL-RTO-ANNOYANCES---nosycubiclemate01WELL-RTO-ANNOYANCES---nosycubiclemate-hpSmall.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2021\u002F10\u002F01\u002Fwell\u002F01WELL-RTO-ANNOYANCES---nosycubiclemate\u002F01WELL-RTO-ANNOYANCES---nosycubiclemate-hpSmall.jpg","width":163,"height":100,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZDMyNThkM2QtZjRhNC01OGJmLWFkNzEtY2MxZTcxNGZhMDc0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20211001well01WELL-RTO-ANNOYANCES---nosycubiclemate01WELL-RTO-ANNOYANCES---nosycubiclemate-hpSmall.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.0.stream.edges.1":{"node@filterEmpty":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzQ3MzlkYTM2LTljNjQtNWUzZS1hYTg4LTEwMWQwOTNhN2Y0Nw==","typename":"Article"},"__typename":"AssetsEdge"},"Interactive:SW50ZXJhY3RpdmU6bnl0Oi8vaW50ZXJhY3RpdmUvMDQ1NTE5YjEtMTZmNy01MTJkLTk0YTgtNTdmNzQ5ZDMwODkw":{"id":"SW50ZXJhY3RpdmU6bnl0Oi8vaW50ZXJhY3RpdmUvMDQ1NTE5YjEtMTZmNy01MTJkLTk0YTgtNTdmNzQ5ZDMwODkw","__typename":"Interactive","url":"https:\u002F\u002Fwww.nytimes.com\u002Finteractive\u002F2022\u002F04\u002F12\u002Fwell\u002Ffamily\u002Fcovid-deaths-parents-grandparents.html","lastMajorModification":"2022-04-21T07:21:00.748Z","summary":"As many as 200,000 U.S. children have lost a parent to Covid. Their grandparents are taking them in and helping them heal, all while coping with their own grief.","headline":{"type":"id","generated":true,"id":"$Interactive:SW50ZXJhY3RpdmU6bnl0Oi8vaW50ZXJhY3RpdmUvMDQ1NTE5YjEtMTZmNy01MTJkLTk0YTgtNTdmNzQ5ZDMwODkw.headline","typename":"CreativeWorkHeadline"},"kicker":"","column":null,"bylines":[{"type":"id","generated":true,"id":"Interactive:SW50ZXJhY3RpdmU6bnl0Oi8vaW50ZXJhY3RpdmUvMDQ1NTE5YjEtMTZmNy01MTJkLTk0YTgtNTdmNzQ5ZDMwODkw.bylines.0","typename":"Byline"}],"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2JjOTg2ZDItNDkyMy01ZmQyLTllNjQtYWQ1MTdjYzQ1ZWM2","typename":"Image"}},"$Interactive:SW50ZXJhY3RpdmU6bnl0Oi8vaW50ZXJhY3RpdmUvMDQ1NTE5YjEtMTZmNy01MTJkLTk0YTgtNTdmNzQ5ZDMwODkw.headline":{"default":"As Families Grieve, Grandparents Step Up","__typename":"CreativeWorkHeadline"},"Interactive:SW50ZXJhY3RpdmU6bnl0Oi8vaW50ZXJhY3RpdmUvMDQ1NTE5YjEtMTZmNy01MTJkLTk0YTgtNTdmNzQ5ZDMwODkw.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi84M2YxM2I4MC00Nzk0LTVhMDItOGZmNC01Yzk3ZDMxNTIzMWQ=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi84M2YxM2I4MC00Nzk0LTVhMDItOGZmNC01Yzk3ZDMxNTIzMWQ=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi84M2YxM2I4MC00Nzk0LTVhMDItOGZmNC01Yzk3ZDMxNTIzMWQ=","displayName":"Paula Span","__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2JjOTg2ZDItNDkyMy01ZmQyLTllNjQtYWQ1MTdjYzQ1ZWM2":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvN2JjOTg2ZDItNDkyMy01ZmQyLTllNjQtYWQ1MTdjYzQ1ZWM2","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2JjOTg2ZDItNDkyMy01ZmQyLTllNjQtYWQ1MTdjYzQ1ZWM2.caption","typename":"TextOnlyDocumentBlock"},"credit":"Todd Heisler\u002FThe New York Times","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2JjOTg2ZDItNDkyMy01ZmQyLTllNjQtYWQ1MTdjYzQ1ZWM2.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2JjOTg2ZDItNDkyMy01ZmQyLTllNjQtYWQ1MTdjYzQ1ZWM2.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2JjOTg2ZDItNDkyMy01ZmQyLTllNjQtYWQ1MTdjYzQ1ZWM2.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2JjOTg2ZDItNDkyMy01ZmQyLTllNjQtYWQ1MTdjYzQ1ZWM2.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2JjOTg2ZDItNDkyMy01ZmQyLTllNjQtYWQ1MTdjYzQ1ZWM2.caption":{"text":"","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20220424well24grandparents-covid524grandparents-covid5-jumbo-v3.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F24\u002Fwell\u002F24grandparents-covid5\u002F24grandparents-covid5-jumbo-v3.jpg","width":1024,"height":702,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2JjOTg2ZDItNDkyMy01ZmQyLTllNjQtYWQ1MTdjYzQ1ZWM2.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220424well24grandparents-covid524grandparents-covid5-jumbo-v3.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220424well24grandparents-covid524grandparents-covid5-thumbStandard-v4.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F24\u002Fwell\u002F24grandparents-covid5\u002F24grandparents-covid5-thumbStandard-v4.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20220424well24grandparents-covid524grandparents-covid5-thumbLarge-v4.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F24\u002Fwell\u002F24grandparents-covid5\u002F24grandparents-covid5-thumbLarge-v4.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2JjOTg2ZDItNDkyMy01ZmQyLTllNjQtYWQ1MTdjYzQ1ZWM2.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220424well24grandparents-covid524grandparents-covid5-thumbStandard-v4.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220424well24grandparents-covid524grandparents-covid5-thumbLarge-v4.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220424well24grandparents-covid524grandparents-covid5-videoLarge-v5.jpg":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F24\u002Fwell\u002F24grandparents-covid5\u002F24grandparents-covid5-videoLarge-v5.jpg","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20220424well24grandparents-covid524grandparents-covid5-mediumThreeByTwo225-v5.jpg":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F24\u002Fwell\u002F24grandparents-covid5\u002F24grandparents-covid5-mediumThreeByTwo225-v5.jpg","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20220424well24grandparents-covid524grandparents-covid5-mediumThreeByTwo440-v5.jpg":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F24\u002Fwell\u002F24grandparents-covid5\u002F24grandparents-covid5-mediumThreeByTwo440-v5.jpg","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20220424well24grandparents-covid524grandparents-covid5-threeByTwoMediumAt2X-v5.jpg":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F24\u002Fwell\u002F24grandparents-covid5\u002F24grandparents-covid5-threeByTwoMediumAt2X-v5.jpg","width":1500,"height":1000,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2JjOTg2ZDItNDkyMy01ZmQyLTllNjQtYWQ1MTdjYzQ1ZWM2.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220424well24grandparents-covid524grandparents-covid5-videoLarge-v5.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220424well24grandparents-covid524grandparents-covid5-mediumThreeByTwo225-v5.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220424well24grandparents-covid524grandparents-covid5-mediumThreeByTwo440-v5.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220424well24grandparents-covid524grandparents-covid5-threeByTwoMediumAt2X-v5.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220424well24grandparents-covid524grandparents-covid5-hpSmall-v3.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F24\u002Fwell\u002F24grandparents-covid5\u002F24grandparents-covid5-hpSmall-v3.jpg","width":163,"height":112,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2JjOTg2ZDItNDkyMy01ZmQyLTllNjQtYWQ1MTdjYzQ1ZWM2.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220424well24grandparents-covid524grandparents-covid5-hpSmall-v3.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.0.stream.edges.2":{"node@filterEmpty":{"type":"id","generated":false,"id":"Interactive:SW50ZXJhY3RpdmU6bnl0Oi8vaW50ZXJhY3RpdmUvMDQ1NTE5YjEtMTZmNy01MTJkLTk0YTgtNTdmNzQ5ZDMwODkw","typename":"Interactive"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NiZWNkZWRiLTRlMjQtNTcyNy05OWUzLWIxNTQ3ZDFhMTNhNQ==":{"id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NiZWNkZWRiLTRlMjQtNTcyNy05OWUzLWIxNTQ3ZDFhMTNhNQ==","__typename":"Article","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F18\u002Fwell\u002Fmove\u002Ffoot-health-pandemic.html","lastMajorModification":"2022-04-19T20:52:00.437Z","summary":"Here’s what’s plaguing them and how to avoid it.","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NiZWNkZWRiLTRlMjQtNTcyNy05OWUzLWIxNTQ3ZDFhMTNhNQ==.headline","typename":"CreativeWorkHeadline"},"kicker":"","column":null,"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NiZWNkZWRiLTRlMjQtNTcyNy05OWUzLWIxNTQ3ZDFhMTNhNQ==.bylines.0","typename":"Byline"}],"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjYxMmI1NmMtMmY3Ni01NTIwLWFjZTQtMzk3YWZjMzEzYjYy","typename":"Image"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NiZWNkZWRiLTRlMjQtNTcyNy05OWUzLWIxNTQ3ZDFhMTNhNQ==.headline":{"default":"The Pandemic Has Been Hard on Our Feet","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NiZWNkZWRiLTRlMjQtNTcyNy05OWUzLWIxNTQ3ZDFhMTNhNQ==.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi81OTE5NzllOS01NGQ4LTVmYTUtOWQxNi05ZWFkODk2ZjYzN2Q=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi81OTE5NzllOS01NGQ4LTVmYTUtOWQxNi05ZWFkODk2ZjYzN2Q=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi81OTE5NzllOS01NGQ4LTVmYTUtOWQxNi05ZWFkODk2ZjYzN2Q=","displayName":"Mara Altman","__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjYxMmI1NmMtMmY3Ni01NTIwLWFjZTQtMzk3YWZjMzEzYjYy":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvYjYxMmI1NmMtMmY3Ni01NTIwLWFjZTQtMzk3YWZjMzEzYjYy","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjYxMmI1NmMtMmY3Ni01NTIwLWFjZTQtMzk3YWZjMzEzYjYy.caption","typename":"TextOnlyDocumentBlock"},"credit":"Amanda Jasnowski Pascual for The New York Times","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjYxMmI1NmMtMmY3Ni01NTIwLWFjZTQtMzk3YWZjMzEzYjYy.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjYxMmI1NmMtMmY3Ni01NTIwLWFjZTQtMzk3YWZjMzEzYjYy.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjYxMmI1NmMtMmY3Ni01NTIwLWFjZTQtMzk3YWZjMzEzYjYy.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjYxMmI1NmMtMmY3Ni01NTIwLWFjZTQtMzk3YWZjMzEzYjYy.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjYxMmI1NmMtMmY3Ni01NTIwLWFjZTQtMzk3YWZjMzEzYjYy.caption":{"text":"","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20220413wellWELL-FOOT-HEALTH2merlin_205397268_1bc7b0a2-71ef-48ef-b2c3-f42631b39354-jumbo.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F13\u002Fwell\u002FWELL-FOOT-HEALTH2\u002Fmerlin_205397268_1bc7b0a2-71ef-48ef-b2c3-f42631b39354-jumbo.jpg","width":1024,"height":731,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjYxMmI1NmMtMmY3Ni01NTIwLWFjZTQtMzk3YWZjMzEzYjYy.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220413wellWELL-FOOT-HEALTH2merlin_205397268_1bc7b0a2-71ef-48ef-b2c3-f42631b39354-jumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220413wellWELL-FOOT-HEALTH2WELL-FOOT-HEALTH2-thumbStandard.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F13\u002Fwell\u002FWELL-FOOT-HEALTH2\u002FWELL-FOOT-HEALTH2-thumbStandard.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20220413wellWELL-FOOT-HEALTH2WELL-FOOT-HEALTH2-thumbLarge.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F13\u002Fwell\u002FWELL-FOOT-HEALTH2\u002FWELL-FOOT-HEALTH2-thumbLarge.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjYxMmI1NmMtMmY3Ni01NTIwLWFjZTQtMzk3YWZjMzEzYjYy.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220413wellWELL-FOOT-HEALTH2WELL-FOOT-HEALTH2-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220413wellWELL-FOOT-HEALTH2WELL-FOOT-HEALTH2-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220413wellWELL-FOOT-HEALTH2merlin_205397268_1bc7b0a2-71ef-48ef-b2c3-f42631b39354-videoLarge.jpg":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F13\u002Fwell\u002FWELL-FOOT-HEALTH2\u002Fmerlin_205397268_1bc7b0a2-71ef-48ef-b2c3-f42631b39354-videoLarge.jpg","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20220413wellWELL-FOOT-HEALTH2merlin_205397268_1bc7b0a2-71ef-48ef-b2c3-f42631b39354-mediumThreeByTwo225.jpg":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F13\u002Fwell\u002FWELL-FOOT-HEALTH2\u002Fmerlin_205397268_1bc7b0a2-71ef-48ef-b2c3-f42631b39354-mediumThreeByTwo225.jpg","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20220413wellWELL-FOOT-HEALTH2merlin_205397268_1bc7b0a2-71ef-48ef-b2c3-f42631b39354-mediumThreeByTwo440.jpg":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F13\u002Fwell\u002FWELL-FOOT-HEALTH2\u002Fmerlin_205397268_1bc7b0a2-71ef-48ef-b2c3-f42631b39354-mediumThreeByTwo440.jpg","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20220413wellWELL-FOOT-HEALTH2merlin_205397268_1bc7b0a2-71ef-48ef-b2c3-f42631b39354-threeByTwoMediumAt2X.jpg":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F13\u002Fwell\u002FWELL-FOOT-HEALTH2\u002Fmerlin_205397268_1bc7b0a2-71ef-48ef-b2c3-f42631b39354-threeByTwoMediumAt2X.jpg","width":1500,"height":1000,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjYxMmI1NmMtMmY3Ni01NTIwLWFjZTQtMzk3YWZjMzEzYjYy.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220413wellWELL-FOOT-HEALTH2merlin_205397268_1bc7b0a2-71ef-48ef-b2c3-f42631b39354-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220413wellWELL-FOOT-HEALTH2merlin_205397268_1bc7b0a2-71ef-48ef-b2c3-f42631b39354-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220413wellWELL-FOOT-HEALTH2merlin_205397268_1bc7b0a2-71ef-48ef-b2c3-f42631b39354-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220413wellWELL-FOOT-HEALTH2merlin_205397268_1bc7b0a2-71ef-48ef-b2c3-f42631b39354-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220413wellWELL-FOOT-HEALTH2merlin_205397268_1bc7b0a2-71ef-48ef-b2c3-f42631b39354-hpSmall.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F13\u002Fwell\u002FWELL-FOOT-HEALTH2\u002Fmerlin_205397268_1bc7b0a2-71ef-48ef-b2c3-f42631b39354-hpSmall.jpg","width":163,"height":116,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYjYxMmI1NmMtMmY3Ni01NTIwLWFjZTQtMzk3YWZjMzEzYjYy.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220413wellWELL-FOOT-HEALTH2merlin_205397268_1bc7b0a2-71ef-48ef-b2c3-f42631b39354-hpSmall.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.0.stream.edges.3":{"node@filterEmpty":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NiZWNkZWRiLTRlMjQtNTcyNy05OWUzLWIxNTQ3ZDFhMTNhNQ==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FmOGZlNzU1LTYyYjktNWFlNy05ZTMxLWI5YzQyNGM2YWEwYQ==":{"id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FmOGZlNzU1LTYyYjktNWFlNy05ZTMxLWI5YzQyNGM2YWEwYQ==","__typename":"Article","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F15\u002Fwell\u002Fmove\u002Fpeloton-workouts-at-home.html","lastMajorModification":"2022-04-19T12:21:55.469Z","summary":"The stationary bike’s convenience made it a pandemic winner, but some former fans are done working out at home.","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FmOGZlNzU1LTYyYjktNWFlNy05ZTMxLWI5YzQyNGM2YWEwYQ==.headline","typename":"CreativeWorkHeadline"},"kicker":"","column":null,"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FmOGZlNzU1LTYyYjktNWFlNy05ZTMxLWI5YzQyNGM2YWEwYQ==.bylines.0","typename":"Byline"}],"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzkyN2M3YzktNmI5OC01MGJiLWEwMzgtZGYxNzE3YzQ3MWE1","typename":"Image"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FmOGZlNzU1LTYyYjktNWFlNy05ZTMxLWI5YzQyNGM2YWEwYQ==.headline":{"default":"Breaking Up With Peloton","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FmOGZlNzU1LTYyYjktNWFlNy05ZTMxLWI5YzQyNGM2YWEwYQ==.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi83NmQxOWM1Ny1mOTM1LTUzMzMtODZmYi05MDYzZmE4Y2IzMjc=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi83NmQxOWM1Ny1mOTM1LTUzMzMtODZmYi05MDYzZmE4Y2IzMjc=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi83NmQxOWM1Ny1mOTM1LTUzMzMtODZmYi05MDYzZmE4Y2IzMjc=","displayName":"Holly Burns","__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzkyN2M3YzktNmI5OC01MGJiLWEwMzgtZGYxNzE3YzQ3MWE1":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvYzkyN2M3YzktNmI5OC01MGJiLWEwMzgtZGYxNzE3YzQ3MWE1","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzkyN2M3YzktNmI5OC01MGJiLWEwMzgtZGYxNzE3YzQ3MWE1.caption","typename":"TextOnlyDocumentBlock"},"credit":"Erik Carter","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzkyN2M3YzktNmI5OC01MGJiLWEwMzgtZGYxNzE3YzQ3MWE1.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzkyN2M3YzktNmI5OC01MGJiLWEwMzgtZGYxNzE3YzQ3MWE1.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzkyN2M3YzktNmI5OC01MGJiLWEwMzgtZGYxNzE3YzQ3MWE1.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzkyN2M3YzktNmI5OC01MGJiLWEwMzgtZGYxNzE3YzQ3MWE1.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzkyN2M3YzktNmI5OC01MGJiLWEwMzgtZGYxNzE3YzQ3MWE1.caption":{"text":"","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20220415well00well-peleton00well-peleton-jumbo.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fwell\u002F00well-peleton\u002F00well-peleton-jumbo.jpg","width":1024,"height":683,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzkyN2M3YzktNmI5OC01MGJiLWEwMzgtZGYxNzE3YzQ3MWE1.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220415well00well-peleton00well-peleton-jumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220415well00well-peleton00well-peleton-thumbStandard.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fwell\u002F00well-peleton\u002F00well-peleton-thumbStandard.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20220415well00well-peleton00well-peleton-thumbLarge.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fwell\u002F00well-peleton\u002F00well-peleton-thumbLarge.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzkyN2M3YzktNmI5OC01MGJiLWEwMzgtZGYxNzE3YzQ3MWE1.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220415well00well-peleton00well-peleton-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415well00well-peleton00well-peleton-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220415well00well-peleton00well-peleton-videoLarge.jpg":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fwell\u002F00well-peleton\u002F00well-peleton-videoLarge.jpg","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20220415well00well-peleton00well-peleton-mediumThreeByTwo225.jpg":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fwell\u002F00well-peleton\u002F00well-peleton-mediumThreeByTwo225.jpg","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20220415well00well-peleton00well-peleton-mediumThreeByTwo440.jpg":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fwell\u002F00well-peleton\u002F00well-peleton-mediumThreeByTwo440.jpg","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20220415well00well-peleton00well-peleton-threeByTwoMediumAt2X.jpg":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fwell\u002F00well-peleton\u002F00well-peleton-threeByTwoMediumAt2X.jpg","width":1500,"height":1000,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzkyN2M3YzktNmI5OC01MGJiLWEwMzgtZGYxNzE3YzQ3MWE1.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220415well00well-peleton00well-peleton-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415well00well-peleton00well-peleton-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415well00well-peleton00well-peleton-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415well00well-peleton00well-peleton-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220415well00well-peleton00well-peleton-hpSmall.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fwell\u002F00well-peleton\u002F00well-peleton-hpSmall.jpg","width":163,"height":109,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzkyN2M3YzktNmI5OC01MGJiLWEwMzgtZGYxNzE3YzQ3MWE1.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220415well00well-peleton00well-peleton-hpSmall.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.0.stream.edges.4":{"node@filterEmpty":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FmOGZlNzU1LTYyYjktNWFlNy05ZTMxLWI5YzQyNGM2YWEwYQ==","typename":"Article"},"__typename":"AssetsEdge"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.1":{"label":"","overrides":"{\"template\":\"5-band\"}","template":"band","collection":{"type":"id","generated":false,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzg4OGRmYTlhLThjYjktNWVhOS04ZGY1LTk1MTY3OGJhYTYyZA==","typename":"LegacyCollection"},"stream":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.1.stream","typename":"AssetsConnection"},"__typename":"EmbeddedLegacyCollection"},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzg4OGRmYTlhLThjYjktNWVhOS04ZGY1LTk1MTY3OGJhYTYyZA==":{"collectionType":"NEWS_EVENT","id":"TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzg4OGRmYTlhLThjYjktNWVhOS04ZGY1LTk1MTY3OGJhYTYyZA==","name":"The Covid-19 Pandemic","url":"https:\u002F\u002Fwww.nytimes.com\u002Fnews-event\u002Fcoronavirus","slug":"coronavirus","__typename":"LegacyCollection","lastMajorModification":"2022-04-20T00:51:16.897Z","headline":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzg4OGRmYTlhLThjYjktNWVhOS04ZGY1LTk1MTY3OGJhYTYyZA==.headline","typename":"CreativeWorkHeadline"},"displayProperties":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzg4OGRmYTlhLThjYjktNWVhOS04ZGY1LTk1MTY3OGJhYTYyZA==.displayProperties","typename":"CreativeWorkDisplayProperties"},"summary":"","kicker":"","column":null,"bylines":[],"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTI3NWRmZjgtZjA5My01ODkyLTk3OWMtZjdjY2ViYTBjODk3","typename":"Image"}},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.1.stream.pageInfo":{"hasNextPage":false,"hasPreviousPage":false,"startCursor":"YXJyYXljb25uZWN0aW9uOjA=","endCursor":"YXJyYXljb25uZWN0aW9uOjQ=","__typename":"PageInfo"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.1.stream":{"pageInfo":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.1.stream.pageInfo","typename":"PageInfo"},"__typename":"AssetsConnection","edges":[{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.1.stream.edges.0","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.1.stream.edges.1","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.1.stream.edges.2","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.1.stream.edges.3","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.1.stream.edges.4","typename":"AssetsEdge"}]},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M2YjdmMWI0LWI3ZmMtNTFhNC1hYWEyLTY1ZjRmMjQ3MjllZg==":{"id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M2YjdmMWI0LWI3ZmMtNTFhNC1hYWEyLTY1ZjRmMjQ3MjllZg==","__typename":"Article","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F19\u002Fus\u002Fcovid-masks-planes.html","lastMajorModification":"2022-04-20T21:25:34.000Z","summary":"Many travelers removed their masks after a judge struck down a federal mandate for public transit. Health experts voiced concern, but President Biden said it was now up to individuals.","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M2YjdmMWI0LWI3ZmMtNTFhNC1hYWEyLTY1ZjRmMjQ3MjllZg==.headline","typename":"CreativeWorkHeadline"},"kicker":"","column":null,"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M2YjdmMWI0LWI3ZmMtNTFhNC1hYWEyLTY1ZjRmMjQ3MjllZg==.bylines.0","typename":"Byline"}],"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGZlNmYzYjYtNDRiYy01MzI3LTg5MzMtZTA0MGIzMDZjZmU0","typename":"Image"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M2YjdmMWI0LWI3ZmMtNTFhNC1hYWEyLTY1ZjRmMjQ3MjllZg==.headline":{"default":"With Joy and Fear, Americans Watch Sweeping Mask Rules Vanish","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M2YjdmMWI0LWI3ZmMtNTFhNC1hYWEyLTY1ZjRmMjQ3MjllZg==.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9hZmY0M2Y3Yi01NGYyLTU4ZDEtOWNjNy00NmZlZDY5OTkxNDg=","typename":"Person"},{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9lMTBkYTYxZC0xY2Q4LTU5ZGUtODczMi0zNmVhMDc2Y2NlZTQ=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi9hZmY0M2Y3Yi01NGYyLTU4ZDEtOWNjNy00NmZlZDY5OTkxNDg=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi9hZmY0M2Y3Yi01NGYyLTU4ZDEtOWNjNy00NmZlZDY5OTkxNDg=","displayName":"Jack Healy","__typename":"Person"},"Person:UGVyc29uOm55dDovL3BlcnNvbi9lMTBkYTYxZC0xY2Q4LTU5ZGUtODczMi0zNmVhMDc2Y2NlZTQ=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi9lMTBkYTYxZC0xY2Q4LTU5ZGUtODczMi0zNmVhMDc2Y2NlZTQ=","displayName":"Mitch Smith","__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGZlNmYzYjYtNDRiYy01MzI3LTg5MzMtZTA0MGIzMDZjZmU0":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvOGZlNmYzYjYtNDRiYy01MzI3LTg5MzMtZTA0MGIzMDZjZmU0","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGZlNmYzYjYtNDRiYy01MzI3LTg5MzMtZTA0MGIzMDZjZmU0.caption","typename":"TextOnlyDocumentBlock"},"credit":"Jamie Kelter Davis for The New York Times","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGZlNmYzYjYtNDRiYy01MzI3LTg5MzMtZTA0MGIzMDZjZmU0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGZlNmYzYjYtNDRiYy01MzI3LTg5MzMtZTA0MGIzMDZjZmU0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGZlNmYzYjYtNDRiYy01MzI3LTg5MzMtZTA0MGIzMDZjZmU0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGZlNmYzYjYtNDRiYy01MzI3LTg5MzMtZTA0MGIzMDZjZmU0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGZlNmYzYjYtNDRiYy01MzI3LTg5MzMtZTA0MGIzMDZjZmU0.caption":{"text":"Passengers in Chicago on Tuesday, a day after a judge lifted a federal mask mandate on public transit.","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20220419us19virus-stateofthevirus-1merlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-jumbo.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002F19virus-stateofthevirus-1\u002Fmerlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-jumbo.jpg","width":1024,"height":683,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGZlNmYzYjYtNDRiYy01MzI3LTg5MzMtZTA0MGIzMDZjZmU0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419us19virus-stateofthevirus-1merlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-jumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419us19virus-stateofthevirus-1merlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-thumbStandard.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002F19virus-stateofthevirus-1\u002Fmerlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-thumbStandard.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20220419us19virus-stateofthevirus-1merlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-thumbLarge.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002F19virus-stateofthevirus-1\u002Fmerlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-thumbLarge.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGZlNmYzYjYtNDRiYy01MzI3LTg5MzMtZTA0MGIzMDZjZmU0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419us19virus-stateofthevirus-1merlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419us19virus-stateofthevirus-1merlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419us19virus-stateofthevirus-1merlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-videoLarge.jpg":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002F19virus-stateofthevirus-1\u002Fmerlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-videoLarge.jpg","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20220419us19virus-stateofthevirus-1merlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-mediumThreeByTwo225.jpg":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002F19virus-stateofthevirus-1\u002Fmerlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-mediumThreeByTwo225.jpg","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20220419us19virus-stateofthevirus-1merlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-mediumThreeByTwo440.jpg":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002F19virus-stateofthevirus-1\u002Fmerlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-mediumThreeByTwo440.jpg","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20220419us19virus-stateofthevirus-1merlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-threeByTwoMediumAt2X.jpg":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002F19virus-stateofthevirus-1\u002Fmerlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-threeByTwoMediumAt2X.jpg","width":1500,"height":1000,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGZlNmYzYjYtNDRiYy01MzI3LTg5MzMtZTA0MGIzMDZjZmU0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419us19virus-stateofthevirus-1merlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419us19virus-stateofthevirus-1merlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419us19virus-stateofthevirus-1merlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419us19virus-stateofthevirus-1merlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419us19virus-stateofthevirus-1merlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-hpSmall.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002F19virus-stateofthevirus-1\u002Fmerlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-hpSmall.jpg","width":163,"height":109,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGZlNmYzYjYtNDRiYy01MzI3LTg5MzMtZTA0MGIzMDZjZmU0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419us19virus-stateofthevirus-1merlin_205683714_41b10cff-d9aa-4964-a3f2-226c618df2fc-hpSmall.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.1.stream.edges.0":{"node@filterEmpty":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M2YjdmMWI0LWI3ZmMtNTFhNC1hYWEyLTY1ZjRmMjQ3MjllZg==","typename":"Article"},"__typename":"AssetsEdge"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.1.stream.edges.1":{"node@filterEmpty":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzc4MzBhMzQ0LTY1ZWEtNTIyMC1hYmEzLTZmZDZlNTEwMzc0NA==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzk3ODA2YzAyLWMzZGQtNTA5Yy05ZjNhLTk4OTg3MTNjYTU4ZA==":{"id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzk3ODA2YzAyLWMzZGQtNTA5Yy05ZjNhLTk4OTg3MTNjYTU4ZA==","__typename":"Article","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F19\u002Fhealth\u002Fomicron-unvaccinated-children.html","lastMajorModification":"2022-04-19T20:52:27.000Z","summary":"Black children who had not been immunized made up about a third of those hospitalized during the winter surge.","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzk3ODA2YzAyLWMzZGQtNTA5Yy05ZjNhLTk4OTg3MTNjYTU4ZA==.headline","typename":"CreativeWorkHeadline"},"kicker":"","column":null,"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzk3ODA2YzAyLWMzZGQtNTA5Yy05ZjNhLTk4OTg3MTNjYTU4ZA==.bylines.0","typename":"Byline"}],"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMDY0NTcxZmItYWMzMi01YzM4LWE4OTYtYmJmZjljMDU3NWY0","typename":"Image"},"displayProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzk3ODA2YzAyLWMzZGQtNTA5Yy05ZjNhLTk4OTg3MTNjYTU4ZA==.displayProperties","typename":"CreativeWorkDisplayProperties"},"printInformation":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzk3ODA2YzAyLWMzZGQtNTA5Yy05ZjNhLTk4OTg3MTNjYTU4ZA==.printInformation","typename":"PrintInformation"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzk3ODA2YzAyLWMzZGQtNTA5Yy05ZjNhLTk4OTg3MTNjYTU4ZA==.headline":{"default":"Omicron Was More Severe for Unvaccinated Children in 5-to-11 Age Group, Study Shows","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzk3ODA2YzAyLWMzZGQtNTA5Yy05ZjNhLTk4OTg3MTNjYTU4ZA==.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi81YWRmMjFkYS02MzJkLTU4NjEtYWZlMS1kM2I5NGQ0ZjZmMTk=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi81YWRmMjFkYS02MzJkLTU4NjEtYWZlMS1kM2I5NGQ0ZjZmMTk=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi81YWRmMjFkYS02MzJkLTU4NjEtYWZlMS1kM2I5NGQ0ZjZmMTk=","displayName":"Benjamin Mueller","__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMDY0NTcxZmItYWMzMi01YzM4LWE4OTYtYmJmZjljMDU3NWY0":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvMDY0NTcxZmItYWMzMi01YzM4LWE4OTYtYmJmZjljMDU3NWY0","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMDY0NTcxZmItYWMzMi01YzM4LWE4OTYtYmJmZjljMDU3NWY0.caption","typename":"TextOnlyDocumentBlock"},"credit":"Allison Zaucha for The New York Times","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMDY0NTcxZmItYWMzMi01YzM4LWE4OTYtYmJmZjljMDU3NWY0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMDY0NTcxZmItYWMzMi01YzM4LWE4OTYtYmJmZjljMDU3NWY0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMDY0NTcxZmItYWMzMi01YzM4LWE4OTYtYmJmZjljMDU3NWY0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMDY0NTcxZmItYWMzMi01YzM4LWE4OTYtYmJmZjljMDU3NWY0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMDY0NTcxZmItYWMzMi01YzM4LWE4OTYtYmJmZjljMDU3NWY0.caption":{"text":"Vaccinations at Ted Watkins Memorial Park in Los Angeles in January. Overall, only about a third of children from 5 to 11 have gotten at least one vaccine dose, the lowest rate of any age group.","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20220419science19virus-children19virus-children-jumbo.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F19virus-children\u002F19virus-children-jumbo.jpg","width":1024,"height":683,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMDY0NTcxZmItYWMzMi01YzM4LWE4OTYtYmJmZjljMDU3NWY0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419science19virus-children19virus-children-jumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419science19virus-children19virus-children-thumbStandard.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F19virus-children\u002F19virus-children-thumbStandard.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20220419science19virus-children19virus-children-thumbLarge.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F19virus-children\u002F19virus-children-thumbLarge.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMDY0NTcxZmItYWMzMi01YzM4LWE4OTYtYmJmZjljMDU3NWY0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419science19virus-children19virus-children-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419science19virus-children19virus-children-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419science19virus-children19virus-children-videoLarge.jpg":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F19virus-children\u002F19virus-children-videoLarge.jpg","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20220419science19virus-children19virus-children-mediumThreeByTwo225.jpg":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F19virus-children\u002F19virus-children-mediumThreeByTwo225.jpg","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20220419science19virus-children19virus-children-mediumThreeByTwo440.jpg":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F19virus-children\u002F19virus-children-mediumThreeByTwo440.jpg","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20220419science19virus-children19virus-children-threeByTwoMediumAt2X.jpg":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F19virus-children\u002F19virus-children-threeByTwoMediumAt2X.jpg","width":1500,"height":1000,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMDY0NTcxZmItYWMzMi01YzM4LWE4OTYtYmJmZjljMDU3NWY0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419science19virus-children19virus-children-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419science19virus-children19virus-children-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419science19virus-children19virus-children-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419science19virus-children19virus-children-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419science19virus-children19virus-children-hpSmall.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F19virus-children\u002F19virus-children-hpSmall.jpg","width":163,"height":105,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMDY0NTcxZmItYWMzMi01YzM4LWE4OTYtYmJmZjljMDU3NWY0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419science19virus-children19virus-children-hpSmall.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.1.stream.edges.2":{"node@filterEmpty":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzk3ODA2YzAyLWMzZGQtNTA5Yy05ZjNhLTk4OTg3MTNjYTU4ZA==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzMwYzNiYmFjLTZlY2EtNWIzYy1iNjQ5LTVhOTE4Y2MxNTNjZg==":{"id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzMwYzNiYmFjLTZlY2EtNWIzYy1iNjQ5LTVhOTE4Y2MxNTNjZg==","__typename":"Article","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F18\u002Fhealth\u002Fcovid-mink-michigan.html","lastMajorModification":"2022-04-18T23:19:10.000Z","summary":"The cluster is the first known instance of likely animal-to-human transmission in the United States.","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzMwYzNiYmFjLTZlY2EtNWIzYy1iNjQ5LTVhOTE4Y2MxNTNjZg==.headline","typename":"CreativeWorkHeadline"},"kicker":"","column":null,"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzMwYzNiYmFjLTZlY2EtNWIzYy1iNjQ5LTVhOTE4Y2MxNTNjZg==.bylines.0","typename":"Byline"}],"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzM1OTk1ZDEtZDk5OS01NzUwLTk1YmMtZjU0MmNmOGM5NTVm","typename":"Image"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzMwYzNiYmFjLTZlY2EtNWIzYy1iNjQ5LTVhOTE4Y2MxNTNjZg==.headline":{"default":"Four Americans Were Infected With a Virus Variant Seen in Mink","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzMwYzNiYmFjLTZlY2EtNWIzYy1iNjQ5LTVhOTE4Y2MxNTNjZg==.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi83NWVmNGU5ZS0yYmQxLTUzMGQtYTEwZC04ZDJiZTIyZmMxNjI=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi83NWVmNGU5ZS0yYmQxLTUzMGQtYTEwZC04ZDJiZTIyZmMxNjI=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi83NWVmNGU5ZS0yYmQxLTUzMGQtYTEwZC04ZDJiZTIyZmMxNjI=","displayName":"Emily Anthes","__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzM1OTk1ZDEtZDk5OS01NzUwLTk1YmMtZjU0MmNmOGM5NTVm":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvNzM1OTk1ZDEtZDk5OS01NzUwLTk1YmMtZjU0MmNmOGM5NTVm","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzM1OTk1ZDEtZDk5OS01NzUwLTk1YmMtZjU0MmNmOGM5NTVm.caption","typename":"TextOnlyDocumentBlock"},"credit":"Ole Jensen\u002FGetty Images","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzM1OTk1ZDEtZDk5OS01NzUwLTk1YmMtZjU0MmNmOGM5NTVm.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzM1OTk1ZDEtZDk5OS01NzUwLTk1YmMtZjU0MmNmOGM5NTVm.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzM1OTk1ZDEtZDk5OS01NzUwLTk1YmMtZjU0MmNmOGM5NTVm.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzM1OTk1ZDEtZDk5OS01NzUwLTk1YmMtZjU0MmNmOGM5NTVm.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzM1OTk1ZDEtZDk5OS01NzUwLTk1YmMtZjU0MmNmOGM5NTVm.caption":{"text":"","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20220418science18virus-minkmerlin_179710830_fa796d7e-6427-4b48-927e-270692dd04d9-jumbo.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fscience\u002F18virus-mink\u002Fmerlin_179710830_fa796d7e-6427-4b48-927e-270692dd04d9-jumbo.jpg","width":1024,"height":683,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzM1OTk1ZDEtZDk5OS01NzUwLTk1YmMtZjU0MmNmOGM5NTVm.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220418science18virus-minkmerlin_179710830_fa796d7e-6427-4b48-927e-270692dd04d9-jumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220418science18virus-mink18virus-mink-thumbStandard.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fscience\u002F18virus-mink\u002F18virus-mink-thumbStandard.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20220418science18virus-mink18virus-mink-thumbLarge.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fscience\u002F18virus-mink\u002F18virus-mink-thumbLarge.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzM1OTk1ZDEtZDk5OS01NzUwLTk1YmMtZjU0MmNmOGM5NTVm.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220418science18virus-mink18virus-mink-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418science18virus-mink18virus-mink-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220418science18virus-minkmerlin_179710830_fa796d7e-6427-4b48-927e-270692dd04d9-videoLarge.jpg":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fscience\u002F18virus-mink\u002Fmerlin_179710830_fa796d7e-6427-4b48-927e-270692dd04d9-videoLarge.jpg","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20220418science18virus-minkmerlin_179710830_fa796d7e-6427-4b48-927e-270692dd04d9-mediumThreeByTwo225.jpg":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fscience\u002F18virus-mink\u002Fmerlin_179710830_fa796d7e-6427-4b48-927e-270692dd04d9-mediumThreeByTwo225.jpg","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20220418science18virus-minkmerlin_179710830_fa796d7e-6427-4b48-927e-270692dd04d9-mediumThreeByTwo440.jpg":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fscience\u002F18virus-mink\u002Fmerlin_179710830_fa796d7e-6427-4b48-927e-270692dd04d9-mediumThreeByTwo440.jpg","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20220418science18virus-minkmerlin_179710830_fa796d7e-6427-4b48-927e-270692dd04d9-threeByTwoMediumAt2X.jpg":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fscience\u002F18virus-mink\u002Fmerlin_179710830_fa796d7e-6427-4b48-927e-270692dd04d9-threeByTwoMediumAt2X.jpg","width":1500,"height":1000,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzM1OTk1ZDEtZDk5OS01NzUwLTk1YmMtZjU0MmNmOGM5NTVm.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220418science18virus-minkmerlin_179710830_fa796d7e-6427-4b48-927e-270692dd04d9-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418science18virus-minkmerlin_179710830_fa796d7e-6427-4b48-927e-270692dd04d9-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418science18virus-minkmerlin_179710830_fa796d7e-6427-4b48-927e-270692dd04d9-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418science18virus-minkmerlin_179710830_fa796d7e-6427-4b48-927e-270692dd04d9-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220418science18virus-minkmerlin_179710830_fa796d7e-6427-4b48-927e-270692dd04d9-hpSmall.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fscience\u002F18virus-mink\u002Fmerlin_179710830_fa796d7e-6427-4b48-927e-270692dd04d9-hpSmall.jpg","width":163,"height":109,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzM1OTk1ZDEtZDk5OS01NzUwLTk1YmMtZjU0MmNmOGM5NTVm.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220418science18virus-minkmerlin_179710830_fa796d7e-6427-4b48-927e-270692dd04d9-hpSmall.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.1.stream.edges.3":{"node@filterEmpty":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzMwYzNiYmFjLTZlY2EtNWIzYy1iNjQ5LTVhOTE4Y2MxNTNjZg==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NmYjg1NjYzLWNmMmItNTRjYi1hMmEzLWI1ZGU0NDM5ZWI1OA==":{"id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NmYjg1NjYzLWNmMmItNTRjYi1hMmEzLWI1ZGU0NDM5ZWI1OA==","__typename":"Article","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F21\u002Fstyle\u002Fdesign-careers-reshaped-by-pandemic.html","lastMajorModification":"2022-04-21T11:07:46.913Z","summary":"How the pandemic reshaped the careers of design professionals in three different countries.","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NmYjg1NjYzLWNmMmItNTRjYi1hMmEzLWI1ZGU0NDM5ZWI1OA==.headline","typename":"CreativeWorkHeadline"},"kicker":"","column":null,"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NmYjg1NjYzLWNmMmItNTRjYi1hMmEzLWI1ZGU0NDM5ZWI1OA==.bylines.0","typename":"Byline"}],"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzE2YWViNjUtOTE2Mi01NDg4LWI5MWMtN2UwNDZlOTAxOWRh","typename":"Image"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NmYjg1NjYzLWNmMmItNTRjYi1hMmEzLWI1ZGU0NDM5ZWI1OA==.headline":{"default":"The Upside of a Lockdown","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NmYjg1NjYzLWNmMmItNTRjYi1hMmEzLWI1ZGU0NDM5ZWI1OA==.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi8wYTk1ZWQzNS1iMTNiLTU2Y2ItOWQ5MS0yYjAzZjg4YjNlNzM=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi8wYTk1ZWQzNS1iMTNiLTU2Y2ItOWQ5MS0yYjAzZjg4YjNlNzM=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi8wYTk1ZWQzNS1iMTNiLTU2Y2ItOWQ5MS0yYjAzZjg4YjNlNzM=","displayName":"Pilar Viladas","__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzE2YWViNjUtOTE2Mi01NDg4LWI5MWMtN2UwNDZlOTAxOWRh":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvNzE2YWViNjUtOTE2Mi01NDg4LWI5MWMtN2UwNDZlOTAxOWRh","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzE2YWViNjUtOTE2Mi01NDg4LWI5MWMtN2UwNDZlOTAxOWRh.caption","typename":"TextOnlyDocumentBlock"},"credit":"Marco Petrini","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzE2YWViNjUtOTE2Mi01NDg4LWI5MWMtN2UwNDZlOTAxOWRh.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzE2YWViNjUtOTE2Mi01NDg4LWI5MWMtN2UwNDZlOTAxOWRh.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzE2YWViNjUtOTE2Mi01NDg4LWI5MWMtN2UwNDZlOTAxOWRh.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzE2YWViNjUtOTE2Mi01NDg4LWI5MWMtN2UwNDZlOTAxOWRh.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzE2YWViNjUtOTE2Mi01NDg4LWI5MWMtN2UwNDZlOTAxOWRh.caption":{"text":"A 500-square-foot cabin in the western Catskills built by the architect and designer Marc Thorpe and his partner, Claire Pijoulat, a founder of WantedDesign. Their goal was to design houses that were less expensive to build and less energy dependent.","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20220324multimedia24sp-design-leap-marc2merlin_203730774_a8878eb6-9394-45e8-be5d-d3fbbe490e7a-jumbo.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F24\u002Fmultimedia\u002F24sp-design-leap-marc2\u002Fmerlin_203730774_a8878eb6-9394-45e8-be5d-d3fbbe490e7a-jumbo.jpg","width":1024,"height":683,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzE2YWViNjUtOTE2Mi01NDg4LWI5MWMtN2UwNDZlOTAxOWRh.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220324multimedia24sp-design-leap-marc2merlin_203730774_a8878eb6-9394-45e8-be5d-d3fbbe490e7a-jumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220324multimedia24sp-design-leap-marc224sp-design-leap-marc2-thumbStandard.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F24\u002Fmultimedia\u002F24sp-design-leap-marc2\u002F24sp-design-leap-marc2-thumbStandard.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20220324multimedia24sp-design-leap-marc224sp-design-leap-marc2-thumbLarge.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F24\u002Fmultimedia\u002F24sp-design-leap-marc2\u002F24sp-design-leap-marc2-thumbLarge.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzE2YWViNjUtOTE2Mi01NDg4LWI5MWMtN2UwNDZlOTAxOWRh.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220324multimedia24sp-design-leap-marc224sp-design-leap-marc2-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220324multimedia24sp-design-leap-marc224sp-design-leap-marc2-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220324multimedia24sp-design-leap-marc2merlin_203730774_a8878eb6-9394-45e8-be5d-d3fbbe490e7a-videoLarge.jpg":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F24\u002Fmultimedia\u002F24sp-design-leap-marc2\u002Fmerlin_203730774_a8878eb6-9394-45e8-be5d-d3fbbe490e7a-videoLarge.jpg","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20220324multimedia24sp-design-leap-marc2merlin_203730774_a8878eb6-9394-45e8-be5d-d3fbbe490e7a-mediumThreeByTwo225.jpg":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F24\u002Fmultimedia\u002F24sp-design-leap-marc2\u002Fmerlin_203730774_a8878eb6-9394-45e8-be5d-d3fbbe490e7a-mediumThreeByTwo225.jpg","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20220324multimedia24sp-design-leap-marc2merlin_203730774_a8878eb6-9394-45e8-be5d-d3fbbe490e7a-mediumThreeByTwo440.jpg":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F24\u002Fmultimedia\u002F24sp-design-leap-marc2\u002Fmerlin_203730774_a8878eb6-9394-45e8-be5d-d3fbbe490e7a-mediumThreeByTwo440.jpg","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20220324multimedia24sp-design-leap-marc2merlin_203730774_a8878eb6-9394-45e8-be5d-d3fbbe490e7a-threeByTwoMediumAt2X.jpg":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F24\u002Fmultimedia\u002F24sp-design-leap-marc2\u002Fmerlin_203730774_a8878eb6-9394-45e8-be5d-d3fbbe490e7a-threeByTwoMediumAt2X.jpg","width":1500,"height":1000,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzE2YWViNjUtOTE2Mi01NDg4LWI5MWMtN2UwNDZlOTAxOWRh.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220324multimedia24sp-design-leap-marc2merlin_203730774_a8878eb6-9394-45e8-be5d-d3fbbe490e7a-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220324multimedia24sp-design-leap-marc2merlin_203730774_a8878eb6-9394-45e8-be5d-d3fbbe490e7a-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220324multimedia24sp-design-leap-marc2merlin_203730774_a8878eb6-9394-45e8-be5d-d3fbbe490e7a-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220324multimedia24sp-design-leap-marc2merlin_203730774_a8878eb6-9394-45e8-be5d-d3fbbe490e7a-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220324multimedia24sp-design-leap-marc2merlin_203730774_a8878eb6-9394-45e8-be5d-d3fbbe490e7a-hpSmall.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F24\u002Fmultimedia\u002F24sp-design-leap-marc2\u002Fmerlin_203730774_a8878eb6-9394-45e8-be5d-d3fbbe490e7a-hpSmall.jpg","width":163,"height":109,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzE2YWViNjUtOTE2Mi01NDg4LWI5MWMtN2UwNDZlOTAxOWRh.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220324multimedia24sp-design-leap-marc2merlin_203730774_a8878eb6-9394-45e8-be5d-d3fbbe490e7a-hpSmall.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.1.stream.edges.4":{"node@filterEmpty":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NmYjg1NjYzLWNmMmItNTRjYi1hMmEzLWI1ZGU0NDM5ZWI1OA==","typename":"Article"},"__typename":"AssetsEdge"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage":{"embeddedCollections":[{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.0","typename":"EmbeddedLegacyCollection"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.embeddedCollections.1","typename":"EmbeddedLegacyCollection"}],"__typename":"LegacyCollectionsPage","stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10})":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10})","typename":"AssetsConnection"}},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.headline":{"default":"","__typename":"CreativeWorkHeadline"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.language":{"name":"English","code":"en","__typename":"Language"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.commentProperties":{"status":"NO_COMMENTS","__typename":"CreativeWorkCommentProperties"},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.0":{"name":"supplemental","containers":[{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.0.containers.0","typename":"LegacyCollectionContainer"}],"__typename":"LegacyCollectionGrouping"},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.0.containers.0":{"label":"","name":"supplemental","relations":[{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.0.containers.0.relations.0","typename":"LegacyCollectionRelation"}],"__typename":"LegacyCollectionContainer","template":"band","label@stripHtml":""},"EmbeddedInteractive:RW1iZWRkZWRJbnRlcmFjdGl2ZTpueXQ6Ly9lbWJlZGRlZGludGVyYWN0aXZlLzZjYjE4NWVkLTY1YWMtNTBhNS1hY2UzLTViYWI4MTkzNDI0NQ==":{"__typename":"EmbeddedInteractive","id":"RW1iZWRkZWRJbnRlcmFjdGl2ZTpueXQ6Ly9lbWJlZGRlZGludGVyYWN0aXZlLzZjYjE4NWVkLTY1YWMtNTBhNS1hY2UzLTViYWI4MTkzNDI0NQ==","appName":"","storyFormat":null,"slug":"socialmedia","html":"socialMedia","compatibility":"NYT5","headline":{"type":"id","generated":true,"id":"$EmbeddedInteractive:RW1iZWRkZWRJbnRlcmFjdGl2ZTpueXQ6Ly9lbWJlZGRlZGludGVyYWN0aXZlLzZjYjE4NWVkLTY1YWMtNTBhNS1hY2UzLTViYWI4MTkzNDI0NQ==.headline","typename":"CreativeWorkHeadline"},"advertisingProperties":{"type":"id","generated":true,"id":"$EmbeddedInteractive:RW1iZWRkZWRJbnRlcmFjdGl2ZTpueXQ6Ly9lbWJlZGRlZGludGVyYWN0aXZlLzZjYjE4NWVkLTY1YWMtNTBhNS1hY2UzLTViYWI4MTkzNDI0NQ==.advertisingProperties","typename":"CreativeWorkAdvertisingProperties"},"displayProperties":{"type":"id","generated":true,"id":"$EmbeddedInteractive:RW1iZWRkZWRJbnRlcmFjdGl2ZTpueXQ6Ly9lbWJlZGRlZGludGVyYWN0aXZlLzZjYjE4NWVkLTY1YWMtNTBhNS1hY2UzLTViYWI4MTkzNDI0NQ==.displayProperties","typename":"CreativeWorkDisplayProperties"},"bylines":[],"sourceId":"100000003628490","credit":"","leadin":"","note":"","dataSource":"","uri":"nyt:\u002F\u002Fembeddedinteractive\u002F6cb185ed-65ac-50a5-ace3-5bab81934245","url":"","lastMajorModification":"2015-04-16T18:13:11.000Z","summary":"","kicker":"","column":null,"promotionalMedia":null},"$EmbeddedInteractive:RW1iZWRkZWRJbnRlcmFjdGl2ZTpueXQ6Ly9lbWJlZGRlZGludGVyYWN0aXZlLzZjYjE4NWVkLTY1YWMtNTBhNS1hY2UzLTViYWI4MTkzNDI0NQ==.headline":{"default":"","__typename":"CreativeWorkHeadline"},"$EmbeddedInteractive:RW1iZWRkZWRJbnRlcmFjdGl2ZTpueXQ6Ly9lbWJlZGRlZGludGVyYWN0aXZlLzZjYjE4NWVkLTY1YWMtNTBhNS1hY2UzLTViYWI4MTkzNDI0NQ==.advertisingProperties":{"sensitivity":"SHOW_ADS","__typename":"CreativeWorkAdvertisingProperties"},"$EmbeddedInteractive:RW1iZWRkZWRJbnRlcmFjdGl2ZTpueXQ6Ly9lbWJlZGRlZGludGVyYWN0aXZlLzZjYjE4NWVkLTY1YWMtNTBhNS1hY2UzLTViYWI4MTkzNDI0NQ==.displayProperties":{"displayForPromotionOnly":false,"maximumWidth":0,"minimumWidth":0,"__typename":"CreativeWorkDisplayProperties","showPublicationDate":false},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.0.containers.0.relations.0":{"asset":{"type":"id","generated":false,"id":"EmbeddedInteractive:RW1iZWRkZWRJbnRlcmFjdGl2ZTpueXQ6Ly9lbWJlZGRlZGludGVyYWN0aXZlLzZjYjE4NWVkLTY1YWMtNTBhNS1hY2UzLTViYWI4MTkzNDI0NQ==","typename":"EmbeddedInteractive"},"__typename":"LegacyCollectionRelation","overrides":"{}"},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1":{"name":"rank","containers":[{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.0","typename":"LegacyCollectionContainer"},{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.1","typename":"LegacyCollectionContainer"},{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.2","typename":"LegacyCollectionContainer"},{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.3","typename":"LegacyCollectionContainer"}],"__typename":"LegacyCollectionGrouping"},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.0":{"label":"","name":"highlights","relations":[{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.0.relations.0","typename":"LegacyCollectionRelation"},{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.0.relations.1","typename":"LegacyCollectionRelation"},{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.0.relations.2","typename":"LegacyCollectionRelation"},{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.0.relations.3","typename":"LegacyCollectionRelation"},{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.0.relations.4","typename":"LegacyCollectionRelation"},{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.0.relations.5","typename":"LegacyCollectionRelation"},{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.0.relations.6","typename":"LegacyCollectionRelation"},{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.0.relations.7","typename":"LegacyCollectionRelation"},{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.0.relations.8","typename":"LegacyCollectionRelation"}],"__typename":"LegacyCollectionContainer","template":"major-showcase","label@stripHtml":""},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhNjM2NjMwLWYzMTgtNWUzYi05OWNmLWE1NGFjMWRhZjM5ZA==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhNjM2NjMwLWYzMTgtNWUzYi05OWNmLWE1NGFjMWRhZjM5ZA==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F19\u002Fhealth\u002Fcovid-travel-masks-regulation.html","lastMajorModification":"2022-04-20T21:56:47.945Z","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhNjM2NjMwLWYzMTgtNWUzYi05OWNmLWE1NGFjMWRhZjM5ZA==.headline","typename":"CreativeWorkHeadline"},"displayProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhNjM2NjMwLWYzMTgtNWUzYi05OWNmLWE1NGFjMWRhZjM5ZA==.displayProperties","typename":"CreativeWorkDisplayProperties"},"summary":"Health experts expressed dismay at a judge’s ruling that struck down the C.D.C. mask mandate for planes, trains and buses.","kicker":"","column":null,"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhNjM2NjMwLWYzMTgtNWUzYi05OWNmLWE1NGFjMWRhZjM5ZA==.bylines.0","typename":"Byline"}],"printInformation":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhNjM2NjMwLWYzMTgtNWUzYi05OWNmLWE1NGFjMWRhZjM5ZA==.printInformation","typename":"PrintInformation"},"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNTVmNDFjMjQtYzliNy01YTVmLTk0NTYtNWEzNTdmODZiZjVi","typename":"Image"}},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.0.relations.0":{"asset":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhNjM2NjMwLWYzMTgtNWUzYi05OWNmLWE1NGFjMWRhZjM5ZA==","typename":"Article"},"__typename":"LegacyCollectionRelation","overrides":"{}"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NiMzhmOGNlLTYxMzctNTRiNS05NTRiLTVhNTQ5MzYzZDA2OA==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NiMzhmOGNlLTYxMzctNTRiNS05NTRiLTVhNTQ5MzYzZDA2OA==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F20\u002Fhealth\u002Fpgta-ivf-pregnancy-test.html","lastMajorModification":"2022-04-20T16:52:16.000Z","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NiMzhmOGNlLTYxMzctNTRiNS05NTRiLTVhNTQ5MzYzZDA2OA==.headline","typename":"CreativeWorkHeadline"},"displayProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NiMzhmOGNlLTYxMzctNTRiNS05NTRiLTVhNTQ5MzYzZDA2OA==.displayProperties","typename":"CreativeWorkDisplayProperties"},"summary":"The test leads people undergoing in vitro fertilization to discard thousands of embryos each year. The new research found implanting some “abnormal” embryos resulted in healthy live births.","kicker":"","column":null,"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NiMzhmOGNlLTYxMzctNTRiNS05NTRiLTVhNTQ5MzYzZDA2OA==.bylines.0","typename":"Byline"}],"printInformation":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NiMzhmOGNlLTYxMzctNTRiNS05NTRiLTVhNTQ5MzYzZDA2OA==.printInformation","typename":"PrintInformation"},"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWRiODAxOGMtMzg1OS01Mzc0LWE1ZjQtMTZiMTY5YTI0ZDhk","typename":"Image"}},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.0.relations.1":{"asset":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NiMzhmOGNlLTYxMzctNTRiNS05NTRiLTVhNTQ5MzYzZDA2OA==","typename":"Article"},"__typename":"LegacyCollectionRelation","overrides":"{}"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzUwZWI5ZmUxLWIxOWUtNTlkNS1iYTMwLWViMTk1NGQzMzQzZQ==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzUwZWI5ZmUxLWIxOWUtNTlkNS1iYTMwLWViMTk1NGQzMzQzZQ==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002Fbiden-mask-mandate-appeal.html","lastMajorModification":"2022-04-20T00:33:22.000Z","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzUwZWI5ZmUxLWIxOWUtNTlkNS1iYTMwLWViMTk1NGQzMzQzZQ==.headline","typename":"CreativeWorkHeadline"},"displayProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzUwZWI5ZmUxLWIxOWUtNTlkNS1iYTMwLWViMTk1NGQzMzQzZQ==.displayProperties","typename":"CreativeWorkDisplayProperties"},"summary":"If the C.D.C. decides there is a public health basis for trying to reinstate and extend the mask mandate, the Justice Department will swiftly file an appeal.","kicker":"","column":null,"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzUwZWI5ZmUxLWIxOWUtNTlkNS1iYTMwLWViMTk1NGQzMzQzZQ==.bylines.0","typename":"Byline"}],"printInformation":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzUwZWI5ZmUxLWIxOWUtNTlkNS1iYTMwLWViMTk1NGQzMzQzZQ==.printInformation","typename":"PrintInformation"},"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2VjYWJmNTMtZjNiMi01ODllLWJlYzUtYjk2NTc1MjEwYjZk","typename":"Image"}},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.0.relations.2":{"asset":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzUwZWI5ZmUxLWIxOWUtNTlkNS1iYTMwLWViMTk1NGQzMzQzZQ==","typename":"Article"},"__typename":"LegacyCollectionRelation","overrides":"{}"},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.0.relations.3":{"asset":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzk3ODA2YzAyLWMzZGQtNTA5Yy05ZjNhLTk4OTg3MTNjYTU4ZA==","typename":"Article"},"__typename":"LegacyCollectionRelation","overrides":"{}"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FkOGU4MjZlLWM0N2QtNTczNy1hOWUwLWFmNzRhYTI4OTA1NA==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FkOGU4MjZlLWM0N2QtNTczNy1hOWUwLWFmNzRhYTI4OTA1NA==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F19\u002Fhealth\u002Fdeath-records-africa-electronic-autopsy.html","lastMajorModification":"2022-04-19T12:43:42.000Z","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FkOGU4MjZlLWM0N2QtNTczNy1hOWUwLWFmNzRhYTI4OTA1NA==.headline","typename":"CreativeWorkHeadline"},"displayProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FkOGU4MjZlLWM0N2QtNTczNy1hOWUwLWFmNzRhYTI4OTA1NA==.displayProperties","typename":"CreativeWorkDisplayProperties"},"summary":"Many developing countries don’t keep official death records. A novel effort uses “electronic autopsies” to count deaths, and record their cause.","kicker":"Global Health","column":null,"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FkOGU4MjZlLWM0N2QtNTczNy1hOWUwLWFmNzRhYTI4OTA1NA==.bylines.0","typename":"Byline"}],"printInformation":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FkOGU4MjZlLWM0N2QtNTczNy1hOWUwLWFmNzRhYTI4OTA1NA==.printInformation","typename":"PrintInformation"},"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvY2E3YjQwYTEtYzdlMy01OTM1LTlmNWEtNjNjZDVlZTc5OTU0","typename":"Image"}},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.0.relations.4":{"asset":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FkOGU4MjZlLWM0N2QtNTczNy1hOWUwLWFmNzRhYTI4OTA1NA==","typename":"Article"},"__typename":"LegacyCollectionRelation","overrides":"{}"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzZhNGQ3NDk4LTA2MzctNTljNi1hYjdkLWU4NjkxNDg1YjIzOA==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzZhNGQ3NDk4LTA2MzctNTljNi1hYjdkLWU4NjkxNDg1YjIzOA==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F18\u002Fhealth\u002Falzheimers-cassava-simufilam.html","lastMajorModification":"2022-04-19T00:48:52.000Z","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzZhNGQ3NDk4LTA2MzctNTljNi1hYjdkLWU4NjkxNDg1YjIzOA==.headline","typename":"CreativeWorkHeadline"},"displayProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzZhNGQ3NDk4LTA2MzctNTljNi1hYjdkLWU4NjkxNDg1YjIzOA==.displayProperties","typename":"CreativeWorkDisplayProperties"},"summary":"Studies linked to Cassava Sciences, once a stock market favorite, have been retracted or challenged by medical journals.","kicker":"","column":null,"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzZhNGQ3NDk4LTA2MzctNTljNi1hYjdkLWU4NjkxNDg1YjIzOA==.bylines.0","typename":"Byline"}],"printInformation":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzZhNGQ3NDk4LTA2MzctNTljNi1hYjdkLWU4NjkxNDg1YjIzOA==.printInformation","typename":"PrintInformation"},"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U5NjYzNDgtNzMxZi01ZGY2LWJlNmQtNWExZTkyYjMyZmU4","typename":"Image"}},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.0.relations.5":{"asset":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzZhNGQ3NDk4LTA2MzctNTljNi1hYjdkLWU4NjkxNDg1YjIzOA==","typename":"Article"},"__typename":"LegacyCollectionRelation","overrides":"{}"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2YzNWM5YWI0LWU2Y2MtNWJmMC1iNzUwLWI5NmRkN2Q5YjllNg==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2YzNWM5YWI0LWU2Y2MtNWJmMC1iNzUwLWI5NmRkN2Q5YjllNg==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F17\u002Fscience\u002Fcovid-risks.html","lastMajorModification":"2022-04-18T17:28:26.000Z","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2YzNWM5YWI0LWU2Y2MtNWJmMC1iNzUwLWI5NmRkN2Q5YjllNg==.headline","typename":"CreativeWorkHeadline"},"displayProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2YzNWM5YWI0LWU2Y2MtNWJmMC1iNzUwLWI5NmRkN2Q5YjllNg==.displayProperties","typename":"CreativeWorkDisplayProperties"},"summary":"The coronavirus remains new enough and its long-term effects unpredictable enough that measuring the threat posed by an infection is a thorny problem.","kicker":"","column":null,"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2YzNWM5YWI0LWU2Y2MtNWJmMC1iNzUwLWI5NmRkN2Q5YjllNg==.bylines.0","typename":"Byline"}],"printInformation":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2YzNWM5YWI0LWU2Y2MtNWJmMC1iNzUwLWI5NmRkN2Q5YjllNg==.printInformation","typename":"PrintInformation"},"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGQ2Zjk3ZWUtM2U2Yi01ZGY0LWIxMDctNWI4MmI0ZWRlZDhi","typename":"Image"}},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.0.relations.6":{"asset":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2YzNWM5YWI0LWU2Y2MtNWJmMC1iNzUwLWI5NmRkN2Q5YjllNg==","typename":"Article"},"__typename":"LegacyCollectionRelation","overrides":"{}"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyNGM2YTYxLTEzN2UtNTkyMC05M2Q2LTVjZjcwYjk0Mzk2OA==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyNGM2YTYxLTEzN2UtNTkyMC05M2Q2LTVjZjcwYjk0Mzk2OA==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F19\u002Fbusiness\u002Fmask-mandate-travel-transit.html","lastMajorModification":"2022-04-19T22:27:55.000Z","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyNGM2YTYxLTEzN2UtNTkyMC05M2Q2LTVjZjcwYjk0Mzk2OA==.headline","typename":"CreativeWorkHeadline"},"displayProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyNGM2YTYxLTEzN2UtNTkyMC05M2Q2LTVjZjcwYjk0Mzk2OA==.displayProperties","typename":"CreativeWorkDisplayProperties"},"summary":"It created tensions between flight attendants and noncompliant passengers, but some travelers are worried about what comes next.","kicker":"","column":null,"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyNGM2YTYxLTEzN2UtNTkyMC05M2Q2LTVjZjcwYjk0Mzk2OA==.bylines.0","typename":"Byline"}],"printInformation":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyNGM2YTYxLTEzN2UtNTkyMC05M2Q2LTVjZjcwYjk0Mzk2OA==.printInformation","typename":"PrintInformation"},"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U1ZjkzZTEtYmVmMS01ZDM2LWFhM2EtN2NkNDMyZWE2MWIy","typename":"Image"}},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.0.relations.7":{"asset":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyNGM2YTYxLTEzN2UtNTkyMC05M2Q2LTVjZjcwYjk0Mzk2OA==","typename":"Article"},"__typename":"LegacyCollectionRelation","overrides":"{}"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzE4MGE1M2I1LTI1N2UtNWY2MC1hZTFkLWVjZjhkN2Q3MDc2Mw==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzE4MGE1M2I1LTI1N2UtNWY2MC1hZTFkLWVjZjhkN2Q3MDc2Mw==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F03\u002F30\u002Fscience\u002Flong-term-care-costs.html","lastMajorModification":"2022-03-30T21:42:04.000Z","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzE4MGE1M2I1LTI1N2UtNWY2MC1hZTFkLWVjZjhkN2Q3MDc2Mw==.headline","typename":"CreativeWorkHeadline"},"displayProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzE4MGE1M2I1LTI1N2UtNWY2MC1hZTFkLWVjZjhkN2Q3MDc2Mw==.displayProperties","typename":"CreativeWorkDisplayProperties"},"summary":"The New York Times and Kaiser Health News are looking into whether Americans have enough resources and help as they age.","kicker":"","column":null,"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzE4MGE1M2I1LTI1N2UtNWY2MC1hZTFkLWVjZjhkN2Q3MDc2Mw==.bylines.0","typename":"Byline"}],"printInformation":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzE4MGE1M2I1LTI1N2UtNWY2MC1hZTFkLWVjZjhkN2Q3MDc2Mw==.printInformation","typename":"PrintInformation"},"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGI4MTRmODctMDc2NC01NDYyLTk3ODktZmVhZmY0NWE2MDRl","typename":"Image"}},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.0.relations.8":{"asset":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzE4MGE1M2I1LTI1N2UtNWY2MC1hZTFkLWVjZjhkN2Q3MDc2Mw==","typename":"Article"},"__typename":"LegacyCollectionRelation","overrides":"{}"},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.1":{"label":"","name":"container579139264","relations":[],"__typename":"LegacyCollectionContainer","template":"band","label@stripHtml":""},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.2":{"label":"From Well","name":"container909050209","relations":[{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.2.relations.0","typename":"LegacyCollectionRelation"}],"__typename":"LegacyCollectionContainer","template":"band","label@stripHtml":"From Well"},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.2.relations.0":{"asset":{"type":"id","generated":false,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzExY2EzYWExLTU4ZTgtNTA5My1iYWQzLWEyYjUxYzAzZDMyMg==","typename":"LegacyCollection"},"__typename":"LegacyCollectionRelation","overrides":"{\"template\":\"5-band\"}"},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.3":{"label":"","name":"container242225877","relations":[{"type":"id","generated":true,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.3.relations.0","typename":"LegacyCollectionRelation"}],"__typename":"LegacyCollectionContainer","template":"band","label@stripHtml":""},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.groupings.1.containers.3.relations.0":{"asset":{"type":"id","generated":false,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzg4OGRmYTlhLThjYjktNWVhOS04ZGY1LTk1MTY3OGJhYTYyZA==","typename":"LegacyCollection"},"__typename":"LegacyCollectionRelation","overrides":"{\"template\":\"5-band\"}"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhNjM2NjMwLWYzMTgtNWUzYi05OWNmLWE1NGFjMWRhZjM5ZA==.headline":{"default":"Concerns Rise as Passenger Masks Fall","__typename":"CreativeWorkHeadline"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhNjM2NjMwLWYzMTgtNWUzYi05OWNmLWE1NGFjMWRhZjM5ZA==.displayProperties":{"showPublicationDate":false,"__typename":"CreativeWorkDisplayProperties"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhNjM2NjMwLWYzMTgtNWUzYi05OWNmLWE1NGFjMWRhZjM5ZA==.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9jYjNlYzRjNy02NzhjLTVkNjAtOGE5YS02YjJiYWM4MzVhNzg=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi9jYjNlYzRjNy02NzhjLTVkNjAtOGE5YS02YjJiYWM4MzVhNzg=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi9jYjNlYzRjNy02NzhjLTVkNjAtOGE5YS02YjJiYWM4MzVhNzg=","displayName":"Roni Caryn Rabin","__typename":"Person"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhNjM2NjMwLWYzMTgtNWUzYi05OWNmLWE1NGFjMWRhZjM5ZA==.printInformation":{"section":"","page":"","__typename":"PrintInformation"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNTVmNDFjMjQtYzliNy01YTVmLTk0NTYtNWEzNTdmODZiZjVi":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvNTVmNDFjMjQtYzliNy01YTVmLTk0NTYtNWEzNTdmODZiZjVi","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNTVmNDFjMjQtYzliNy01YTVmLTk0NTYtNWEzNTdmODZiZjVi.caption","typename":"TextOnlyDocumentBlock"},"credit":"Gabby Jones for The New York Times","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNTVmNDFjMjQtYzliNy01YTVmLTk0NTYtNWEzNTdmODZiZjVi.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNTVmNDFjMjQtYzliNy01YTVmLTk0NTYtNWEzNTdmODZiZjVi.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNTVmNDFjMjQtYzliNy01YTVmLTk0NTYtNWEzNTdmODZiZjVi.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNTVmNDFjMjQtYzliNy01YTVmLTk0NTYtNWEzNTdmODZiZjVi.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNTVmNDFjMjQtYzliNy01YTVmLTk0NTYtNWEzNTdmODZiZjVi.caption":{"text":"Kennedy Airport in New York on Tuesday after mask requirements were lifted on public transport.","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20220419science19virus-masks1merlin_205674183_0dcefec0-416e-4700-a6dd-c6b1f65c8d6b-jumbo.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F19virus-masks1\u002Fmerlin_205674183_0dcefec0-416e-4700-a6dd-c6b1f65c8d6b-jumbo.jpg","width":1024,"height":683,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNTVmNDFjMjQtYzliNy01YTVmLTk0NTYtNWEzNTdmODZiZjVi.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419science19virus-masks1merlin_205674183_0dcefec0-416e-4700-a6dd-c6b1f65c8d6b-jumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419science19virus-masks119virus-masks1-thumbStandard.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F19virus-masks1\u002F19virus-masks1-thumbStandard.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20220419science19virus-masks119virus-masks1-thumbLarge.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F19virus-masks1\u002F19virus-masks1-thumbLarge.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNTVmNDFjMjQtYzliNy01YTVmLTk0NTYtNWEzNTdmODZiZjVi.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419science19virus-masks119virus-masks1-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419science19virus-masks119virus-masks1-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419science19virus-masks119virus-masks1-videoLarge.jpg":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F19virus-masks1\u002F19virus-masks1-videoLarge.jpg","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20220419science19virus-masks119virus-masks1-mediumThreeByTwo225.jpg":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F19virus-masks1\u002F19virus-masks1-mediumThreeByTwo225.jpg","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20220419science19virus-masks119virus-masks1-mediumThreeByTwo440.jpg":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F19virus-masks1\u002F19virus-masks1-mediumThreeByTwo440.jpg","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20220419science19virus-masks119virus-masks1-threeByTwoMediumAt2X.jpg":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F19virus-masks1\u002F19virus-masks1-threeByTwoMediumAt2X.jpg","width":1500,"height":1000,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNTVmNDFjMjQtYzliNy01YTVmLTk0NTYtNWEzNTdmODZiZjVi.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419science19virus-masks119virus-masks1-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419science19virus-masks119virus-masks1-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419science19virus-masks119virus-masks1-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419science19virus-masks119virus-masks1-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419science19virus-masks119virus-masks1-hpSmall.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F19virus-masks1\u002F19virus-masks1-hpSmall.jpg","width":163,"height":108,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNTVmNDFjMjQtYzliNy01YTVmLTk0NTYtNWEzNTdmODZiZjVi.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419science19virus-masks119virus-masks1-hpSmall.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NiMzhmOGNlLTYxMzctNTRiNS05NTRiLTVhNTQ5MzYzZDA2OA==.headline":{"default":"Study Raises Questions About Popular Genetic Test for ‘Abnormal’ Embryos","__typename":"CreativeWorkHeadline"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NiMzhmOGNlLTYxMzctNTRiNS05NTRiLTVhNTQ5MzYzZDA2OA==.displayProperties":{"showPublicationDate":false,"__typename":"CreativeWorkDisplayProperties"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NiMzhmOGNlLTYxMzctNTRiNS05NTRiLTVhNTQ5MzYzZDA2OA==.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi81ZjBmMDg0NS0wYmFjLTU4MzctYjhiMy0zMWU1ODNjNWUxMDE=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi81ZjBmMDg0NS0wYmFjLTU4MzctYjhiMy0zMWU1ODNjNWUxMDE=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi81ZjBmMDg0NS0wYmFjLTU4MzctYjhiMy0zMWU1ODNjNWUxMDE=","displayName":"Azeen Ghorayshi","__typename":"Person"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NiMzhmOGNlLTYxMzctNTRiNS05NTRiLTVhNTQ5MzYzZDA2OA==.printInformation":{"section":"A","page":"21","__typename":"PrintInformation"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWRiODAxOGMtMzg1OS01Mzc0LWE1ZjQtMTZiMTY5YTI0ZDhk":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvNWRiODAxOGMtMzg1OS01Mzc0LWE1ZjQtMTZiMTY5YTI0ZDhk","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWRiODAxOGMtMzg1OS01Mzc0LWE1ZjQtMTZiMTY5YTI0ZDhk.caption","typename":"TextOnlyDocumentBlock"},"credit":"Grant Hindsley for The New York Times","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWRiODAxOGMtMzg1OS01Mzc0LWE1ZjQtMTZiMTY5YTI0ZDhk.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWRiODAxOGMtMzg1OS01Mzc0LWE1ZjQtMTZiMTY5YTI0ZDhk.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWRiODAxOGMtMzg1OS01Mzc0LWE1ZjQtMTZiMTY5YTI0ZDhk.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWRiODAxOGMtMzg1OS01Mzc0LWE1ZjQtMTZiMTY5YTI0ZDhk.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWRiODAxOGMtMzg1OS01Mzc0LWE1ZjQtMTZiMTY5YTI0ZDhk.caption":{"text":"Anna Dahlquist, her husband, Brian, and their baby son. “I was 39 when I made his embryo,” Ms. Dahlquist said. “And I was 46 when I became pregnant with him.”","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20220419science00-ivf-genetic-test1merlin_205684170_4183eaea-2ed9-4c2b-a347-57fe64034fad-jumbo.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F00-ivf-genetic-test1\u002Fmerlin_205684170_4183eaea-2ed9-4c2b-a347-57fe64034fad-jumbo.jpg","width":1024,"height":768,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWRiODAxOGMtMzg1OS01Mzc0LWE1ZjQtMTZiMTY5YTI0ZDhk.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419science00-ivf-genetic-test1merlin_205684170_4183eaea-2ed9-4c2b-a347-57fe64034fad-jumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419science00-ivf-genetic-test100-ivf-genetic-test1-thumbStandard.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F00-ivf-genetic-test1\u002F00-ivf-genetic-test1-thumbStandard.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20220419science00-ivf-genetic-test100-ivf-genetic-test1-thumbLarge.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F00-ivf-genetic-test1\u002F00-ivf-genetic-test1-thumbLarge.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWRiODAxOGMtMzg1OS01Mzc0LWE1ZjQtMTZiMTY5YTI0ZDhk.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419science00-ivf-genetic-test100-ivf-genetic-test1-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419science00-ivf-genetic-test100-ivf-genetic-test1-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419science00-ivf-genetic-test100-ivf-genetic-test1-videoLarge.jpg":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F00-ivf-genetic-test1\u002F00-ivf-genetic-test1-videoLarge.jpg","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20220419science00-ivf-genetic-test100-ivf-genetic-test1-mediumThreeByTwo225.jpg":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F00-ivf-genetic-test1\u002F00-ivf-genetic-test1-mediumThreeByTwo225.jpg","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20220419science00-ivf-genetic-test100-ivf-genetic-test1-mediumThreeByTwo440.jpg":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F00-ivf-genetic-test1\u002F00-ivf-genetic-test1-mediumThreeByTwo440.jpg","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20220419science00-ivf-genetic-test100-ivf-genetic-test1-threeByTwoMediumAt2X.jpg":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F00-ivf-genetic-test1\u002F00-ivf-genetic-test1-threeByTwoMediumAt2X.jpg","width":1500,"height":1000,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWRiODAxOGMtMzg1OS01Mzc0LWE1ZjQtMTZiMTY5YTI0ZDhk.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419science00-ivf-genetic-test100-ivf-genetic-test1-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419science00-ivf-genetic-test100-ivf-genetic-test1-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419science00-ivf-genetic-test100-ivf-genetic-test1-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419science00-ivf-genetic-test100-ivf-genetic-test1-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419science00-ivf-genetic-test100-ivf-genetic-test1-hpSmall.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F00-ivf-genetic-test1\u002F00-ivf-genetic-test1-hpSmall.jpg","width":163,"height":106,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWRiODAxOGMtMzg1OS01Mzc0LWE1ZjQtMTZiMTY5YTI0ZDhk.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419science00-ivf-genetic-test100-ivf-genetic-test1-hpSmall.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzUwZWI5ZmUxLWIxOWUtNTlkNS1iYTMwLWViMTk1NGQzMzQzZQ==.headline":{"default":"Biden Administration May Appeal Ruling That Voided Travel Mask Mandate","__typename":"CreativeWorkHeadline"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzUwZWI5ZmUxLWIxOWUtNTlkNS1iYTMwLWViMTk1NGQzMzQzZQ==.displayProperties":{"showPublicationDate":false,"__typename":"CreativeWorkDisplayProperties"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzUwZWI5ZmUxLWIxOWUtNTlkNS1iYTMwLWViMTk1NGQzMzQzZQ==.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9lZjYyMTYzOS00OTkwLTVjYjItYjAyZC0zYjdjMjgzZGYyY2E=","typename":"Person"},{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9kODIyZDcwYi1jNDg1LTU1NTItOTBlZi1jYTgyYzFiODJhMGU=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi9lZjYyMTYzOS00OTkwLTVjYjItYjAyZC0zYjdjMjgzZGYyY2E=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi9lZjYyMTYzOS00OTkwLTVjYjItYjAyZC0zYjdjMjgzZGYyY2E=","displayName":"Sheryl Gay Stolberg","__typename":"Person","url":"","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy","typename":"Image"}},"Person:UGVyc29uOm55dDovL3BlcnNvbi9kODIyZDcwYi1jNDg1LTU1NTItOTBlZi1jYTgyYzFiODJhMGU=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi9kODIyZDcwYi1jNDg1LTU1NTItOTBlZi1jYTgyYzFiODJhMGU=","displayName":"Charlie Savage","__typename":"Person"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzUwZWI5ZmUxLWIxOWUtNTlkNS1iYTMwLWViMTk1NGQzMzQzZQ==.printInformation":{"section":"A","page":"14","__typename":"PrintInformation"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2VjYWJmNTMtZjNiMi01ODllLWJlYzUtYjk2NTc1MjEwYjZk":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvN2VjYWJmNTMtZjNiMi01ODllLWJlYzUtYjk2NTc1MjEwYjZk","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2VjYWJmNTMtZjNiMi01ODllLWJlYzUtYjk2NTc1MjEwYjZk.caption","typename":"TextOnlyDocumentBlock"},"credit":"Kenny Holston for The New York Times","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2VjYWJmNTMtZjNiMi01ODllLWJlYzUtYjk2NTc1MjEwYjZk.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2VjYWJmNTMtZjNiMi01ODllLWJlYzUtYjk2NTc1MjEwYjZk.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2VjYWJmNTMtZjNiMi01ODllLWJlYzUtYjk2NTc1MjEwYjZk.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2VjYWJmNTMtZjNiMi01ODllLWJlYzUtYjk2NTc1MjEwYjZk.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2VjYWJmNTMtZjNiMi01ODllLWJlYzUtYjk2NTc1MjEwYjZk.caption":{"text":"Commuters at Union Station in Washington on Tuesday, one day after a Florida federal judge struck down the mask mandate for public transportation.","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20220419uspolitics19dc-biden-masks-1merlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-jumbo.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002F19dc-biden-masks-1\u002Fmerlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-jumbo.jpg","width":1024,"height":683,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2VjYWJmNTMtZjNiMi01ODllLWJlYzUtYjk2NTc1MjEwYjZk.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419uspolitics19dc-biden-masks-1merlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-jumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419uspolitics19dc-biden-masks-1merlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-thumbStandard.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002F19dc-biden-masks-1\u002Fmerlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-thumbStandard.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20220419uspolitics19dc-biden-masks-1merlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-thumbLarge.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002F19dc-biden-masks-1\u002Fmerlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-thumbLarge.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2VjYWJmNTMtZjNiMi01ODllLWJlYzUtYjk2NTc1MjEwYjZk.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419uspolitics19dc-biden-masks-1merlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419uspolitics19dc-biden-masks-1merlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419uspolitics19dc-biden-masks-1merlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-videoLarge.jpg":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002F19dc-biden-masks-1\u002Fmerlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-videoLarge.jpg","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20220419uspolitics19dc-biden-masks-1merlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-mediumThreeByTwo225.jpg":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002F19dc-biden-masks-1\u002Fmerlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-mediumThreeByTwo225.jpg","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20220419uspolitics19dc-biden-masks-1merlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-mediumThreeByTwo440.jpg":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002F19dc-biden-masks-1\u002Fmerlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-mediumThreeByTwo440.jpg","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20220419uspolitics19dc-biden-masks-1merlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-threeByTwoMediumAt2X.jpg":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002F19dc-biden-masks-1\u002Fmerlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-threeByTwoMediumAt2X.jpg","width":1500,"height":1000,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2VjYWJmNTMtZjNiMi01ODllLWJlYzUtYjk2NTc1MjEwYjZk.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419uspolitics19dc-biden-masks-1merlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419uspolitics19dc-biden-masks-1merlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419uspolitics19dc-biden-masks-1merlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419uspolitics19dc-biden-masks-1merlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419uspolitics19dc-biden-masks-1merlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-hpSmall.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002F19dc-biden-masks-1\u002Fmerlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-hpSmall.jpg","width":163,"height":109,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2VjYWJmNTMtZjNiMi01ODllLWJlYzUtYjk2NTc1MjEwYjZk.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419uspolitics19dc-biden-masks-1merlin_205687131_54d86477-3a59-4104-b55f-b78a0f1e8b69-hpSmall.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzk3ODA2YzAyLWMzZGQtNTA5Yy05ZjNhLTk4OTg3MTNjYTU4ZA==.displayProperties":{"showPublicationDate":false,"__typename":"CreativeWorkDisplayProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzk3ODA2YzAyLWMzZGQtNTA5Yy05ZjNhLTk4OTg3MTNjYTU4ZA==.printInformation":{"section":"A","page":"15","__typename":"PrintInformation"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FkOGU4MjZlLWM0N2QtNTczNy1hOWUwLWFmNzRhYTI4OTA1NA==.headline":{"default":"A Door-to-Door Effort to Find Out Who Died Helps Low-Income Countries Aid the Living","__typename":"CreativeWorkHeadline"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FkOGU4MjZlLWM0N2QtNTczNy1hOWUwLWFmNzRhYTI4OTA1NA==.displayProperties":{"showPublicationDate":false,"__typename":"CreativeWorkDisplayProperties"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FkOGU4MjZlLWM0N2QtNTczNy1hOWUwLWFmNzRhYTI4OTA1NA==.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9iNTU1NTgxNi1hM2YzLTU4MGYtYjlhNi1hZTQ3YThmZjAwOTc=","typename":"Person"},{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi8zOWI4NWQ4OC0zOTU2LTVlMGMtOGRlNC0wMDU5OTU2MTAwYzE=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi9iNTU1NTgxNi1hM2YzLTU4MGYtYjlhNi1hZTQ3YThmZjAwOTc=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi9iNTU1NTgxNi1hM2YzLTU4MGYtYjlhNi1hZTQ3YThmZjAwOTc=","displayName":"Stephanie Nolen","__typename":"Person"},"Person:UGVyc29uOm55dDovL3BlcnNvbi8zOWI4NWQ4OC0zOTU2LTVlMGMtOGRlNC0wMDU5OTU2MTAwYzE=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi8zOWI4NWQ4OC0zOTU2LTVlMGMtOGRlNC0wMDU5OTU2MTAwYzE=","displayName":"Finbarr O’Reilly","__typename":"Person"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FkOGU4MjZlLWM0N2QtNTczNy1hOWUwLWFmNzRhYTI4OTA1NA==.printInformation":{"section":"D","page":"1","__typename":"PrintInformation"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvY2E3YjQwYTEtYzdlMy01OTM1LTlmNWEtNjNjZDVlZTc5OTU0":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvY2E3YjQwYTEtYzdlMy01OTM1LTlmNWEtNjNjZDVlZTc5OTU0","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvY2E3YjQwYTEtYzdlMy01OTM1LTlmNWEtNjNjZDVlZTc5OTU0.caption","typename":"TextOnlyDocumentBlock"},"credit":"Finbarr O'Reilly for The New York Times","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvY2E3YjQwYTEtYzdlMy01OTM1LTlmNWEtNjNjZDVlZTc5OTU0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvY2E3YjQwYTEtYzdlMy01OTM1LTlmNWEtNjNjZDVlZTc5OTU0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvY2E3YjQwYTEtYzdlMy01OTM1LTlmNWEtNjNjZDVlZTc5OTU0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvY2E3YjQwYTEtYzdlMy01OTM1LTlmNWEtNjNjZDVlZTc5OTU0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvY2E3YjQwYTEtYzdlMy01OTM1LTlmNWEtNjNjZDVlZTc5OTU0.caption":{"text":"In northern Sierra Leone, Isata Kaitongi, top right, interviewed people in the village of Mabin to gather cause-of-death statistics.","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20220419science00sci-sierra-leone-death1merlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-jumbo.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F00sci-sierra-leone-death1\u002Fmerlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-jumbo.jpg","width":1024,"height":683,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvY2E3YjQwYTEtYzdlMy01OTM1LTlmNWEtNjNjZDVlZTc5OTU0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419science00sci-sierra-leone-death1merlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-jumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419science00sci-sierra-leone-death1merlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-thumbStandard.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F00sci-sierra-leone-death1\u002Fmerlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-thumbStandard.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20220419science00sci-sierra-leone-death1merlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-thumbLarge.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F00sci-sierra-leone-death1\u002Fmerlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-thumbLarge.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvY2E3YjQwYTEtYzdlMy01OTM1LTlmNWEtNjNjZDVlZTc5OTU0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419science00sci-sierra-leone-death1merlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419science00sci-sierra-leone-death1merlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419science00sci-sierra-leone-death1merlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-videoLarge.jpg":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F00sci-sierra-leone-death1\u002Fmerlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-videoLarge.jpg","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20220419science00sci-sierra-leone-death1merlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-mediumThreeByTwo225.jpg":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F00sci-sierra-leone-death1\u002Fmerlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-mediumThreeByTwo225.jpg","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20220419science00sci-sierra-leone-death1merlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-mediumThreeByTwo440.jpg":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F00sci-sierra-leone-death1\u002Fmerlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-mediumThreeByTwo440.jpg","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20220419science00sci-sierra-leone-death1merlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-threeByTwoMediumAt2X.jpg":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F00sci-sierra-leone-death1\u002Fmerlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-threeByTwoMediumAt2X.jpg","width":1500,"height":1000,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvY2E3YjQwYTEtYzdlMy01OTM1LTlmNWEtNjNjZDVlZTc5OTU0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419science00sci-sierra-leone-death1merlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419science00sci-sierra-leone-death1merlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419science00sci-sierra-leone-death1merlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419science00sci-sierra-leone-death1merlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419science00sci-sierra-leone-death1merlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-hpSmall.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fscience\u002F00sci-sierra-leone-death1\u002Fmerlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-hpSmall.jpg","width":163,"height":109,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvY2E3YjQwYTEtYzdlMy01OTM1LTlmNWEtNjNjZDVlZTc5OTU0.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419science00sci-sierra-leone-death1merlin_203167641_4b85b769-4743-4029-9a6d-4ded6abc9af1-hpSmall.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzZhNGQ3NDk4LTA2MzctNTljNi1hYjdkLWU4NjkxNDg1YjIzOA==.headline":{"default":"Scientists Question Data Behind an Experimental Alzheimer’s Drug","__typename":"CreativeWorkHeadline"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzZhNGQ3NDk4LTA2MzctNTljNi1hYjdkLWU4NjkxNDg1YjIzOA==.displayProperties":{"showPublicationDate":false,"__typename":"CreativeWorkDisplayProperties"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzZhNGQ3NDk4LTA2MzctNTljNi1hYjdkLWU4NjkxNDg1YjIzOA==.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi83MDY4ZTZkYi0xZmI1LTUyMGEtODU4Mi1iMGYwY2Y2YjcxYWE=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi83MDY4ZTZkYi0xZmI1LTUyMGEtODU4Mi1iMGYwY2Y2YjcxYWE=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi83MDY4ZTZkYi0xZmI1LTUyMGEtODU4Mi1iMGYwY2Y2YjcxYWE=","displayName":"Apoorva Mandavilli","__typename":"Person","url":"","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi","typename":"Image"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzZhNGQ3NDk4LTA2MzctNTljNi1hYjdkLWU4NjkxNDg1YjIzOA==.printInformation":{"section":"A","page":"14","__typename":"PrintInformation"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U5NjYzNDgtNzMxZi01ZGY2LWJlNmQtNWExZTkyYjMyZmU4":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U5NjYzNDgtNzMxZi01ZGY2LWJlNmQtNWExZTkyYjMyZmU4","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U5NjYzNDgtNzMxZi01ZGY2LWJlNmQtNWExZTkyYjMyZmU4.caption","typename":"TextOnlyDocumentBlock"},"credit":"Ilana Panich-Linsman for The New York Times","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U5NjYzNDgtNzMxZi01ZGY2LWJlNmQtNWExZTkyYjMyZmU4.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U5NjYzNDgtNzMxZi01ZGY2LWJlNmQtNWExZTkyYjMyZmU4.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U5NjYzNDgtNzMxZi01ZGY2LWJlNmQtNWExZTkyYjMyZmU4.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U5NjYzNDgtNzMxZi01ZGY2LWJlNmQtNWExZTkyYjMyZmU4.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U5NjYzNDgtNzMxZi01ZGY2LWJlNmQtNWExZTkyYjMyZmU4.caption":{"text":"","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20220418science18cassava18cassava-jumbo.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fscience\u002F18cassava\u002F18cassava-jumbo.jpg","width":1024,"height":683,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U5NjYzNDgtNzMxZi01ZGY2LWJlNmQtNWExZTkyYjMyZmU4.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220418science18cassava18cassava-jumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220418science18cassava18cassava-thumbStandard.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fscience\u002F18cassava\u002F18cassava-thumbStandard.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20220418science18cassava18cassava-thumbLarge.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fscience\u002F18cassava\u002F18cassava-thumbLarge.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U5NjYzNDgtNzMxZi01ZGY2LWJlNmQtNWExZTkyYjMyZmU4.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220418science18cassava18cassava-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418science18cassava18cassava-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220418science18cassava18cassava-videoLarge.jpg":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fscience\u002F18cassava\u002F18cassava-videoLarge.jpg","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20220418science18cassava18cassava-mediumThreeByTwo225.jpg":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fscience\u002F18cassava\u002F18cassava-mediumThreeByTwo225.jpg","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20220418science18cassava18cassava-mediumThreeByTwo440.jpg":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fscience\u002F18cassava\u002F18cassava-mediumThreeByTwo440.jpg","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20220418science18cassava18cassava-threeByTwoMediumAt2X.jpg":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fscience\u002F18cassava\u002F18cassava-threeByTwoMediumAt2X.jpg","width":1500,"height":1000,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U5NjYzNDgtNzMxZi01ZGY2LWJlNmQtNWExZTkyYjMyZmU4.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220418science18cassava18cassava-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418science18cassava18cassava-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418science18cassava18cassava-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220418science18cassava18cassava-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220418science18cassava18cassava-hpSmall.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F18\u002Fscience\u002F18cassava\u002F18cassava-hpSmall.jpg","width":163,"height":109,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U5NjYzNDgtNzMxZi01ZGY2LWJlNmQtNWExZTkyYjMyZmU4.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220418science18cassava18cassava-hpSmall.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2YzNWM5YWI0LWU2Y2MtNWJmMC1iNzUwLWI5NmRkN2Q5YjllNg==.headline":{"default":"Is Covid More Dangerous Than Driving? How Scientists Are Parsing Covid Risks.","__typename":"CreativeWorkHeadline"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2YzNWM5YWI0LWU2Y2MtNWJmMC1iNzUwLWI5NmRkN2Q5YjllNg==.displayProperties":{"showPublicationDate":false,"__typename":"CreativeWorkDisplayProperties"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2YzNWM5YWI0LWU2Y2MtNWJmMC1iNzUwLWI5NmRkN2Q5YjllNg==.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi81YWRmMjFkYS02MzJkLTU4NjEtYWZlMS1kM2I5NGQ0ZjZmMTk=","typename":"Person"}],"__typename":"Byline"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2YzNWM5YWI0LWU2Y2MtNWJmMC1iNzUwLWI5NmRkN2Q5YjllNg==.printInformation":{"section":"A","page":"1","__typename":"PrintInformation"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGQ2Zjk3ZWUtM2U2Yi01ZGY0LWIxMDctNWI4MmI0ZWRlZDhi":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvOGQ2Zjk3ZWUtM2U2Yi01ZGY0LWIxMDctNWI4MmI0ZWRlZDhi","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGQ2Zjk3ZWUtM2U2Yi01ZGY0LWIxMDctNWI4MmI0ZWRlZDhi.caption","typename":"TextOnlyDocumentBlock"},"credit":"Al Drago for The New York Times","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGQ2Zjk3ZWUtM2U2Yi01ZGY0LWIxMDctNWI4MmI0ZWRlZDhi.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGQ2Zjk3ZWUtM2U2Yi01ZGY0LWIxMDctNWI4MmI0ZWRlZDhi.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGQ2Zjk3ZWUtM2U2Yi01ZGY0LWIxMDctNWI4MmI0ZWRlZDhi.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGQ2Zjk3ZWUtM2U2Yi01ZGY0LWIxMDctNWI4MmI0ZWRlZDhi.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGQ2Zjk3ZWUtM2U2Yi01ZGY0LWIxMDctNWI4MmI0ZWRlZDhi.caption":{"text":"Even as deaths from the first Omicron surge plummeted, the virus was still the third-leading cause of death in the United States last month, behind only heart disease and cancer.","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20220414science00virus-risk1merlin_199767636_40d61984-a29f-4b5b-b86f-ffb5e33a2f3f-jumbo.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F14\u002Fscience\u002F00virus-risk1\u002Fmerlin_199767636_40d61984-a29f-4b5b-b86f-ffb5e33a2f3f-jumbo.jpg","width":1024,"height":683,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGQ2Zjk3ZWUtM2U2Yi01ZGY0LWIxMDctNWI4MmI0ZWRlZDhi.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220414science00virus-risk1merlin_199767636_40d61984-a29f-4b5b-b86f-ffb5e33a2f3f-jumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220414science00virus-risk100virus-risk1-thumbStandard.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F14\u002Fscience\u002F00virus-risk1\u002F00virus-risk1-thumbStandard.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20220414science00virus-risk100virus-risk1-thumbLarge.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F14\u002Fscience\u002F00virus-risk1\u002F00virus-risk1-thumbLarge.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGQ2Zjk3ZWUtM2U2Yi01ZGY0LWIxMDctNWI4MmI0ZWRlZDhi.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220414science00virus-risk100virus-risk1-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220414science00virus-risk100virus-risk1-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220414science00virus-risk100virus-risk1-videoLarge.jpg":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F14\u002Fscience\u002F00virus-risk1\u002F00virus-risk1-videoLarge.jpg","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20220414science00virus-risk100virus-risk1-mediumThreeByTwo225.jpg":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F14\u002Fscience\u002F00virus-risk1\u002F00virus-risk1-mediumThreeByTwo225.jpg","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20220414science00virus-risk100virus-risk1-mediumThreeByTwo440.jpg":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F14\u002Fscience\u002F00virus-risk1\u002F00virus-risk1-mediumThreeByTwo440.jpg","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20220414science00virus-risk100virus-risk1-threeByTwoMediumAt2X.jpg":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F14\u002Fscience\u002F00virus-risk1\u002F00virus-risk1-threeByTwoMediumAt2X.jpg","width":1500,"height":1000,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGQ2Zjk3ZWUtM2U2Yi01ZGY0LWIxMDctNWI4MmI0ZWRlZDhi.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220414science00virus-risk100virus-risk1-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220414science00virus-risk100virus-risk1-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220414science00virus-risk100virus-risk1-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220414science00virus-risk100virus-risk1-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220414science00virus-risk100virus-risk1-hpSmall.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F14\u002Fscience\u002F00virus-risk1\u002F00virus-risk1-hpSmall.jpg","width":163,"height":115,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGQ2Zjk3ZWUtM2U2Yi01ZGY0LWIxMDctNWI4MmI0ZWRlZDhi.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220414science00virus-risk100virus-risk1-hpSmall.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyNGM2YTYxLTEzN2UtNTkyMC05M2Q2LTVjZjcwYjk0Mzk2OA==.headline":{"default":"For Airlines, the Mask Mandate Couldn’t End Soon Enough","__typename":"CreativeWorkHeadline"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyNGM2YTYxLTEzN2UtNTkyMC05M2Q2LTVjZjcwYjk0Mzk2OA==.displayProperties":{"showPublicationDate":false,"__typename":"CreativeWorkDisplayProperties"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyNGM2YTYxLTEzN2UtNTkyMC05M2Q2LTVjZjcwYjk0Mzk2OA==.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi83MDVmZDg2Zi1lNGM2LTU4MTQtOGI3My0zNjY2Yjc5YzIyZGU=","typename":"Person"},{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9kYjI0ZTk0Yy1mM2U5LTUyOTgtOTk0OS0yYzYzYzMzMTAyYmU=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi83MDVmZDg2Zi1lNGM2LTU4MTQtOGI3My0zNjY2Yjc5YzIyZGU=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi83MDVmZDg2Zi1lNGM2LTU4MTQtOGI3My0zNjY2Yjc5YzIyZGU=","displayName":"Niraj Chokshi","__typename":"Person"},"Person:UGVyc29uOm55dDovL3BlcnNvbi9kYjI0ZTk0Yy1mM2U5LTUyOTgtOTk0OS0yYzYzYzMzMTAyYmU=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi9kYjI0ZTk0Yy1mM2U5LTUyOTgtOTk0OS0yYzYzYzMzMTAyYmU=","displayName":"Heather Murphy","__typename":"Person","url":"","promotionalMedia":null},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyNGM2YTYxLTEzN2UtNTkyMC05M2Q2LTVjZjcwYjk0Mzk2OA==.printInformation":{"section":"B","page":"1","__typename":"PrintInformation"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U1ZjkzZTEtYmVmMS01ZDM2LWFhM2EtN2NkNDMyZWE2MWIy":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U1ZjkzZTEtYmVmMS01ZDM2LWFhM2EtN2NkNDMyZWE2MWIy","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U1ZjkzZTEtYmVmMS01ZDM2LWFhM2EtN2NkNDMyZWE2MWIy.caption","typename":"TextOnlyDocumentBlock"},"credit":"Dustin Chambers for The New York Times","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U1ZjkzZTEtYmVmMS01ZDM2LWFhM2EtN2NkNDMyZWE2MWIy.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U1ZjkzZTEtYmVmMS01ZDM2LWFhM2EtN2NkNDMyZWE2MWIy.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U1ZjkzZTEtYmVmMS01ZDM2LWFhM2EtN2NkNDMyZWE2MWIy.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U1ZjkzZTEtYmVmMS01ZDM2LWFhM2EtN2NkNDMyZWE2MWIy.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U1ZjkzZTEtYmVmMS01ZDM2LWFhM2EtN2NkNDMyZWE2MWIy.caption":{"text":"Hartsfield-Jackson Atlanta International Airport on Tuesday, a day after a federal judge struck down the mask mandate for air travel.","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20220419business19travel-masks01altmerlin_205681275_f82cbfeb-5f42-4545-8cea-dfabe2dba275-jumbo.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fbusiness\u002F19travel-masks01alt\u002Fmerlin_205681275_f82cbfeb-5f42-4545-8cea-dfabe2dba275-jumbo.jpg","width":1024,"height":683,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U1ZjkzZTEtYmVmMS01ZDM2LWFhM2EtN2NkNDMyZWE2MWIy.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419business19travel-masks01altmerlin_205681275_f82cbfeb-5f42-4545-8cea-dfabe2dba275-jumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419business19travel-masks01alt19travel-masks01alt-thumbStandard.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fbusiness\u002F19travel-masks01alt\u002F19travel-masks01alt-thumbStandard.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20220419business19travel-masks01alt19travel-masks01alt-thumbLarge.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fbusiness\u002F19travel-masks01alt\u002F19travel-masks01alt-thumbLarge.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U1ZjkzZTEtYmVmMS01ZDM2LWFhM2EtN2NkNDMyZWE2MWIy.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419business19travel-masks01alt19travel-masks01alt-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419business19travel-masks01alt19travel-masks01alt-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419business19travel-masks01altmerlin_205681275_f82cbfeb-5f42-4545-8cea-dfabe2dba275-videoLarge.jpg":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fbusiness\u002F19travel-masks01alt\u002Fmerlin_205681275_f82cbfeb-5f42-4545-8cea-dfabe2dba275-videoLarge.jpg","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20220419business19travel-masks01altmerlin_205681275_f82cbfeb-5f42-4545-8cea-dfabe2dba275-mediumThreeByTwo225.jpg":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fbusiness\u002F19travel-masks01alt\u002Fmerlin_205681275_f82cbfeb-5f42-4545-8cea-dfabe2dba275-mediumThreeByTwo225.jpg","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20220419business19travel-masks01altmerlin_205681275_f82cbfeb-5f42-4545-8cea-dfabe2dba275-mediumThreeByTwo440.jpg":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fbusiness\u002F19travel-masks01alt\u002Fmerlin_205681275_f82cbfeb-5f42-4545-8cea-dfabe2dba275-mediumThreeByTwo440.jpg","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20220419business19travel-masks01altmerlin_205681275_f82cbfeb-5f42-4545-8cea-dfabe2dba275-threeByTwoMediumAt2X.jpg":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fbusiness\u002F19travel-masks01alt\u002Fmerlin_205681275_f82cbfeb-5f42-4545-8cea-dfabe2dba275-threeByTwoMediumAt2X.jpg","width":1500,"height":1000,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U1ZjkzZTEtYmVmMS01ZDM2LWFhM2EtN2NkNDMyZWE2MWIy.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419business19travel-masks01altmerlin_205681275_f82cbfeb-5f42-4545-8cea-dfabe2dba275-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419business19travel-masks01altmerlin_205681275_f82cbfeb-5f42-4545-8cea-dfabe2dba275-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419business19travel-masks01altmerlin_205681275_f82cbfeb-5f42-4545-8cea-dfabe2dba275-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419business19travel-masks01altmerlin_205681275_f82cbfeb-5f42-4545-8cea-dfabe2dba275-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419business19travel-masks01alt19travel-masks01alt-hpSmall.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fbusiness\u002F19travel-masks01alt\u002F19travel-masks01alt-hpSmall.jpg","width":163,"height":109,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvM2U1ZjkzZTEtYmVmMS01ZDM2LWFhM2EtN2NkNDMyZWE2MWIy.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419business19travel-masks01alt19travel-masks01alt-hpSmall.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzE4MGE1M2I1LTI1N2UtNWY2MC1hZTFkLWVjZjhkN2Q3MDc2Mw==.headline":{"default":"Are You Receiving, Providing or Paying for Long-Term Care?","__typename":"CreativeWorkHeadline"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzE4MGE1M2I1LTI1N2UtNWY2MC1hZTFkLWVjZjhkN2Q3MDc2Mw==.displayProperties":{"showPublicationDate":false,"__typename":"CreativeWorkDisplayProperties"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzE4MGE1M2I1LTI1N2UtNWY2MC1hZTFkLWVjZjhkN2Q3MDc2Mw==.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi8wZjFhNWIxOC03ZTM4LTU5ZmUtODEzMi1iNTAxNWNkMzcxNDg=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi8wZjFhNWIxOC03ZTM4LTU5ZmUtODEzMi1iNTAxNWNkMzcxNDg=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi8wZjFhNWIxOC03ZTM4LTU5ZmUtODEzMi1iNTAxNWNkMzcxNDg=","displayName":"The New York Times","__typename":"Person"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzE4MGE1M2I1LTI1N2UtNWY2MC1hZTFkLWVjZjhkN2Q3MDc2Mw==.printInformation":{"section":"","page":"","__typename":"PrintInformation"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGI4MTRmODctMDc2NC01NDYyLTk3ODktZmVhZmY0NWE2MDRl":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvMGI4MTRmODctMDc2NC01NDYyLTk3ODktZmVhZmY0NWE2MDRl","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGI4MTRmODctMDc2NC01NDYyLTk3ODktZmVhZmY0NWE2MDRl.caption","typename":"TextOnlyDocumentBlock"},"credit":"Michelle Gustafson for The New York Times","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGI4MTRmODctMDc2NC01NDYyLTk3ODktZmVhZmY0NWE2MDRl.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGI4MTRmODctMDc2NC01NDYyLTk3ODktZmVhZmY0NWE2MDRl.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGI4MTRmODctMDc2NC01NDYyLTk3ODktZmVhZmY0NWE2MDRl.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGI4MTRmODctMDc2NC01NDYyLTk3ODktZmVhZmY0NWE2MDRl.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGI4MTRmODctMDc2NC01NDYyLTk3ODktZmVhZmY0NWE2MDRl.caption":{"text":"","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20220317science17LONGTERMCARE-callout17LONGTERMCARE-callout-jumbo.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F17\u002Fscience\u002F17LONGTERMCARE-callout\u002F17LONGTERMCARE-callout-jumbo.jpg","width":1024,"height":683,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGI4MTRmODctMDc2NC01NDYyLTk3ODktZmVhZmY0NWE2MDRl.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220317science17LONGTERMCARE-callout17LONGTERMCARE-callout-jumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220317science17LONGTERMCARE-callout17LONGTERMCARE-callout-thumbStandard.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F17\u002Fscience\u002F17LONGTERMCARE-callout\u002F17LONGTERMCARE-callout-thumbStandard.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20220317science17LONGTERMCARE-callout17LONGTERMCARE-callout-thumbLarge.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F17\u002Fscience\u002F17LONGTERMCARE-callout\u002F17LONGTERMCARE-callout-thumbLarge.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGI4MTRmODctMDc2NC01NDYyLTk3ODktZmVhZmY0NWE2MDRl.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220317science17LONGTERMCARE-callout17LONGTERMCARE-callout-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220317science17LONGTERMCARE-callout17LONGTERMCARE-callout-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220317science17LONGTERMCARE-callout17LONGTERMCARE-callout-videoLarge.jpg":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F17\u002Fscience\u002F17LONGTERMCARE-callout\u002F17LONGTERMCARE-callout-videoLarge.jpg","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20220317science17LONGTERMCARE-callout17LONGTERMCARE-callout-mediumThreeByTwo225.jpg":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F17\u002Fscience\u002F17LONGTERMCARE-callout\u002F17LONGTERMCARE-callout-mediumThreeByTwo225.jpg","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20220317science17LONGTERMCARE-callout17LONGTERMCARE-callout-mediumThreeByTwo440.jpg":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F17\u002Fscience\u002F17LONGTERMCARE-callout\u002F17LONGTERMCARE-callout-mediumThreeByTwo440.jpg","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20220317science17LONGTERMCARE-callout17LONGTERMCARE-callout-threeByTwoMediumAt2X.jpg":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F17\u002Fscience\u002F17LONGTERMCARE-callout\u002F17LONGTERMCARE-callout-threeByTwoMediumAt2X.jpg","width":1500,"height":1000,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGI4MTRmODctMDc2NC01NDYyLTk3ODktZmVhZmY0NWE2MDRl.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220317science17LONGTERMCARE-callout17LONGTERMCARE-callout-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220317science17LONGTERMCARE-callout17LONGTERMCARE-callout-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220317science17LONGTERMCARE-callout17LONGTERMCARE-callout-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220317science17LONGTERMCARE-callout17LONGTERMCARE-callout-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220317science17LONGTERMCARE-callout17LONGTERMCARE-callout-hpSmall.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F03\u002F17\u002Fscience\u002F17LONGTERMCARE-callout\u002F17LONGTERMCARE-callout-hpSmall.jpg","width":163,"height":113,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGI4MTRmODctMDc2NC01NDYyLTk3ODktZmVhZmY0NWE2MDRl.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220317science17LONGTERMCARE-callout17LONGTERMCARE-callout-hpSmall.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzExY2EzYWExLTU4ZTgtNTA5My1iYWQzLWEyYjUxYzAzZDMyMg==.headline":{"default":"","__typename":"CreativeWorkHeadline"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzExY2EzYWExLTU4ZTgtNTA5My1iYWQzLWEyYjUxYzAzZDMyMg==.displayProperties":{"showPublicationDate":false,"__typename":"CreativeWorkDisplayProperties"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzg4OGRmYTlhLThjYjktNWVhOS04ZGY1LTk1MTY3OGJhYTYyZA==.headline":{"default":"","__typename":"CreativeWorkHeadline"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzg4OGRmYTlhLThjYjktNWVhOS04ZGY1LTk1MTY3OGJhYTYyZA==.displayProperties":{"showPublicationDate":false,"__typename":"CreativeWorkDisplayProperties"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTI3NWRmZjgtZjA5My01ODkyLTk3OWMtZjdjY2ViYTBjODk3":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvYTI3NWRmZjgtZjA5My01ODkyLTk3OWMtZjdjY2ViYTBjODk3","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTI3NWRmZjgtZjA5My01ODkyLTk3OWMtZjdjY2ViYTBjODk3.caption","typename":"TextOnlyDocumentBlock"},"credit":"The New York Times","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTI3NWRmZjgtZjA5My01ODkyLTk3OWMtZjdjY2ViYTBjODk3.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTI3NWRmZjgtZjA5My01ODkyLTk3OWMtZjdjY2ViYTBjODk3.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTI3NWRmZjgtZjA5My01ODkyLTk3OWMtZjdjY2ViYTBjODk3.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTI3NWRmZjgtZjA5My01ODkyLTk3OWMtZjdjY2ViYTBjODk3.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTI3NWRmZjgtZjA5My01ODkyLTk3OWMtZjdjY2ViYTBjODk3.caption":{"text":"","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20200303worldcoronavirus-map-promocoronavirus-map-promo-jumbo-v737.png":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F03\u002Fworld\u002Fcoronavirus-map-promo\u002Fcoronavirus-map-promo-jumbo-v737.png","width":1024,"height":683,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTI3NWRmZjgtZjA5My01ODkyLTk3OWMtZjdjY2ViYTBjODk3.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200303worldcoronavirus-map-promocoronavirus-map-promo-jumbo-v737.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200303worldcoronavirus-map-promocoronavirus-map-promo-thumbStandard-v743.png":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F03\u002Fworld\u002Fcoronavirus-map-promo\u002Fcoronavirus-map-promo-thumbStandard-v743.png","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20200303worldcoronavirus-map-promocoronavirus-map-promo-thumbLarge-v743.png":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F03\u002Fworld\u002Fcoronavirus-map-promo\u002Fcoronavirus-map-promo-thumbLarge-v743.png","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTI3NWRmZjgtZjA5My01ODkyLTk3OWMtZjdjY2ViYTBjODk3.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200303worldcoronavirus-map-promocoronavirus-map-promo-thumbStandard-v743.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200303worldcoronavirus-map-promocoronavirus-map-promo-thumbLarge-v743.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200303worldcoronavirus-map-promocoronavirus-map-promo-videoLarge-v743.png":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F03\u002Fworld\u002Fcoronavirus-map-promo\u002Fcoronavirus-map-promo-videoLarge-v743.png","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20200303worldcoronavirus-map-promocoronavirus-map-promo-mediumThreeByTwo225-v743.png":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F03\u002Fworld\u002Fcoronavirus-map-promo\u002Fcoronavirus-map-promo-mediumThreeByTwo225-v743.png","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20200303worldcoronavirus-map-promocoronavirus-map-promo-mediumThreeByTwo440-v743.png":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F03\u002Fworld\u002Fcoronavirus-map-promo\u002Fcoronavirus-map-promo-mediumThreeByTwo440-v743.png","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20200303worldcoronavirus-map-promocoronavirus-map-promo-threeByTwoMediumAt2X-v1036.png":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F03\u002Fworld\u002Fcoronavirus-map-promo\u002Fcoronavirus-map-promo-threeByTwoMediumAt2X-v1036.png","width":1500,"height":1000,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTI3NWRmZjgtZjA5My01ODkyLTk3OWMtZjdjY2ViYTBjODk3.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200303worldcoronavirus-map-promocoronavirus-map-promo-videoLarge-v743.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200303worldcoronavirus-map-promocoronavirus-map-promo-mediumThreeByTwo225-v743.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200303worldcoronavirus-map-promocoronavirus-map-promo-mediumThreeByTwo440-v743.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200303worldcoronavirus-map-promocoronavirus-map-promo-threeByTwoMediumAt2X-v1036.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200303worldcoronavirus-map-promocoronavirus-map-promo-hpSmall-v737.png":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F03\u002Fworld\u002Fcoronavirus-map-promo\u002Fcoronavirus-map-promo-hpSmall-v737.png","width":163,"height":109,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTI3NWRmZjgtZjA5My01ODkyLTk3OWMtZjdjY2ViYTBjODk3.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200303worldcoronavirus-map-promocoronavirus-map-promo-hpSmall-v737.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).pageInfo":{"hasNextPage":true,"hasPreviousPage":false,"startCursor":"YXJyYXljb25uZWN0aW9uOjA=","endCursor":"YXJyYXljb25uZWN0aW9uOjk=","__typename":"PageInfo"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10})":{"pageInfo":{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).pageInfo","typename":"PageInfo"},"__typename":"AssetsConnection","edges@filterEmpty":[{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.0","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.1","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.2","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.3","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.4","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.5","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.6","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.7","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.8","typename":"AssetsEdge"},{"type":"id","generated":true,"id":"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.9","typename":"AssetsEdge"}],"totalCount":41229},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjczM2M5LTQzMWUtNTdiNC05YjRmLTdlODQxMDkzMDRiMw==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjczM2M5LTQzMWUtNTdiNC05YjRmLTdlODQxMDkzMDRiMw==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F20\u002Fhealth\u002Faid-convoy-ukraine-deaths.html","firstPublished":"2022-04-20T22:31:52.000Z","typeOfMaterials":{"type":"json","json":["News"]},"archiveProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjczM2M5LTQzMWUtNTdiNC05YjRmLTdlODQxMDkzMDRiMw==.archiveProperties","typename":"ArticleArchiveProperties"},"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjczM2M5LTQzMWUtNTdiNC05YjRmLTdlODQxMDkzMDRiMw==.headline","typename":"CreativeWorkHeadline"},"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjczM2M5LTQzMWUtNTdiNC05YjRmLTdlODQxMDkzMDRiMw==.bylines.0","typename":"Byline"}],"kicker":"","summary":"Only one member of an aid convoy to Chernihiv, Ukraine, survived a shelling attack in March. But the convoy’s organizers have persisted through the dangers of the war.","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGYyNDdlY2ItMjU0YS01OGFjLTlhNmItMWYxNGY4ZjFhMGJh","typename":"Image"},"translations":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjczM2M5LTQzMWUtNTdiNC05YjRmLTdlODQxMDkzMDRiMw==.archiveProperties":{"lede":"","__typename":"ArticleArchiveProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjczM2M5LTQzMWUtNTdiNC05YjRmLTdlODQxMDkzMDRiMw==.headline":{"default":"Aid groups fight to deliver lifesaving supplies despite losing lives to Russian shelling.","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjczM2M5LTQzMWUtNTdiNC05YjRmLTdlODQxMDkzMDRiMw==.bylines.0":{"renderedRepresentation":"By Apoorva Mandavilli","prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi83MDY4ZTZkYi0xZmI1LTUyMGEtODU4Mi1iMGYwY2Y2YjcxYWE=","typename":"Person"}],"__typename":"Byline"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi","crops":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.4","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.5","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.6","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.7","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.8","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.9","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.10","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.11","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.12","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.13","typename":"ImageCrop"}],"__typename":"Image"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-articleLarge-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-articleLarge-v3.png","name":"articleLarge","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-popup-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-popup-v3.png","name":"popup","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-blog480-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-blog480-v3.png","name":"blog480","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-blog533-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-blog533-v3.png","name":"blog533","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-blog427-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-blog427-v3.png","name":"blog427","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-tmagSF-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-tmagSF-v3.png","name":"tmagSF","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-tmagArticle-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-tmagArticle-v3.png","name":"tmagArticle","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-slide-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-slide-v3.png","name":"slide","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-jumbo-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-jumbo-v3.png","name":"jumbo","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-superJumbo-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-superJumbo-v3.png","name":"superJumbo","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-blog225-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-blog225-v3.png","name":"blog225","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-master675-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-master675-v3.png","name":"master675","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-master495-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-master495-v3.png","name":"master495","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-master180-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-master180-v3.png","name":"master180","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-master315-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-master315-v3.png","name":"master315","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-master768-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-master768-v3.png","name":"master768","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-articleLarge-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-popup-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-blog480-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-blog533-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-blog427-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-tmagSF-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-tmagArticle-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-slide-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-jumbo-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-superJumbo-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-blog225-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-master675-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-master495-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-master180-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-master315-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-master768-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-thumbStandard-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-thumbStandard-v3.png","name":"thumbStandard","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-blogSmallThumb-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-blogSmallThumb-v3.png","name":"blogSmallThumb","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-thumbLarge-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-thumbLarge-v3.png","name":"thumbLarge","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-smallSquare168-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-smallSquare168-v3.png","name":"smallSquare168","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-smallSquare252-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-smallSquare252-v3.png","name":"smallSquare252","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-thumbStandard-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-blogSmallThumb-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-thumbLarge-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-smallSquare168-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-smallSquare252-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-square320-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-square320-v2.png","name":"square320","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-moth-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-moth-v2.png","name":"moth","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-filmstrip-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-filmstrip-v2.png","name":"filmstrip","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-square640-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-square640-v2.png","name":"square640","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-mediumSquare149-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-mediumSquare149-v2.png","name":"mediumSquare149","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-mediumSquareAt3X-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-mediumSquareAt3X-v2.png","name":"mediumSquareAt3X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-square320-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-moth-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-filmstrip-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-square640-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-mediumSquare149-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-mediumSquareAt3X-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-sfSpan-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-sfSpan-v3.png","name":"sfSpan","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-largeHorizontal375-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-largeHorizontal375-v3.png","name":"largeHorizontal375","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-largeHorizontalJumbo-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-largeHorizontalJumbo-v3.png","name":"largeHorizontalJumbo","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-horizontalMediumAt2X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-horizontalMediumAt2X-v3.png","name":"horizontalMediumAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-sfSpan-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-largeHorizontal375-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-largeHorizontalJumbo-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-horizontalMediumAt2X-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-hpLarge-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-hpLarge-v3.png","name":"hpLarge","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-largeWidescreen573-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-largeWidescreen573-v3.png","name":"largeWidescreen573","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-largeWidescreen1050-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-largeWidescreen1050-v3.png","name":"largeWidescreen1050","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-hpLarge-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-largeWidescreen573-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-largeWidescreen1050-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-thumbWide-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-thumbWide-v3.png","name":"thumbWide","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoThumb-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-videoThumb-v3.png","name":"videoThumb","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoLarge-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-videoLarge-v3.png","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-mediumThreeByTwo210-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-mediumThreeByTwo210-v3.png","name":"mediumThreeByTwo210","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-mediumThreeByTwo225-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-mediumThreeByTwo225-v3.png","name":"mediumThreeByTwo225","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-mediumThreeByTwo440-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-mediumThreeByTwo440-v3.png","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-mediumThreeByTwo252-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-mediumThreeByTwo252-v3.png","name":"mediumThreeByTwo252","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-mediumThreeByTwo378-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-mediumThreeByTwo378-v3.png","name":"mediumThreeByTwo378","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-threeByTwoLargeAt2X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-threeByTwoLargeAt2X-v3.png","name":"threeByTwoLargeAt2X","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-threeByTwoMediumAt2X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-threeByTwoMediumAt2X-v3.png","name":"threeByTwoMediumAt2X","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-threeByTwoSmallAt2X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-threeByTwoSmallAt2X-v3.png","name":"threeByTwoSmallAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.5":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-thumbWide-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoThumb-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoLarge-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-mediumThreeByTwo210-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-mediumThreeByTwo225-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-mediumThreeByTwo440-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-mediumThreeByTwo252-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-mediumThreeByTwo378-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-threeByTwoLargeAt2X-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-threeByTwoMediumAt2X-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-threeByTwoSmallAt2X-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-articleInline-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-articleInline-v3.png","name":"articleInline","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-hpSmall-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-hpSmall-v3.png","name":"hpSmall","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-blogSmallInline-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-blogSmallInline-v3.png","name":"blogSmallInline","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-mediumFlexible177-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-mediumFlexible177-v3.png","name":"mediumFlexible177","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.6":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-articleInline-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-hpSmall-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-blogSmallInline-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-mediumFlexible177-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSmall-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-videoSmall-v3.png","name":"videoSmall","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoHpMedium-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-videoHpMedium-v3.png","name":"videoHpMedium","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine600-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-videoSixteenByNine600-v3.png","name":"videoSixteenByNine600","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine540-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-videoSixteenByNine540-v3.png","name":"videoSixteenByNine540","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine495-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-videoSixteenByNine495-v3.png","name":"videoSixteenByNine495","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine390-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-videoSixteenByNine390-v3.png","name":"videoSixteenByNine390","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine1050-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-videoSixteenByNine1050-v3.png","name":"videoSixteenByNine1050","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine480-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-videoSixteenByNine480-v3.png","name":"videoSixteenByNine480","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine310-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-videoSixteenByNine310-v3.png","name":"videoSixteenByNine310","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine225-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-videoSixteenByNine225-v3.png","name":"videoSixteenByNine225","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine96-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-videoSixteenByNine96-v3.png","name":"videoSixteenByNine96","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine768-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-videoSixteenByNine768-v3.png","name":"videoSixteenByNine768","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine150-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-videoSixteenByNine150-v3.png","name":"videoSixteenByNine150","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNineJumbo1600-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-videoSixteenByNineJumbo1600-v3.png","name":"videoSixteenByNineJumbo1600","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.7":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSmall-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoHpMedium-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine600-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine540-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine495-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine390-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine1050-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine480-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine310-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine225-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine96-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine768-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNine150-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoSixteenByNineJumbo1600-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-miniMoth-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-miniMoth-v3.png","name":"miniMoth","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-windowsTile336H-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-windowsTile336H-v3.png","name":"windowsTile336H","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoFifteenBySeven1305-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-videoFifteenBySeven1305-v3.png","name":"videoFifteenBySeven1305","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.8":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-miniMoth-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-windowsTile336H-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-videoFifteenBySeven1305-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.9":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-facebookJumbo-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-facebookJumbo-v3.png","name":"facebookJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.10":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-facebookJumbo-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-watch308-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-watch308-v2.png","name":"watch308","__typename":"ImageRendition"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-watch268-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-watch268-v2.png","name":"watch268","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.11":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-watch308-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-watch268-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.12":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-mobileMasterAt3x-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F07\u002F07\u002Freader-center\u002Fauthor-apoorva-mandavilli\u002Fauthor-apoorva-mandavilli-mobileMasterAt3x-v3.png","name":"mobileMasterAt3x","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmUyODgwZTMtNzY3Ny01YWJjLWJjZGUtZTg2OWVlZmUxYTBi.crops.13":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200707reader-centerauthor-apoorva-mandavilliauthor-apoorva-mandavilli-mobileMasterAt3x-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGYyNDdlY2ItMjU0YS01OGFjLTlhNmItMWYxNGY4ZjFhMGJh":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvMGYyNDdlY2ItMjU0YS01OGFjLTlhNmItMWYxNGY4ZjFhMGJh","crops({\"cropNames\":[\"THREE_BY_TWO\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGYyNDdlY2ItMjU0YS01OGFjLTlhNmItMWYxNGY4ZjFhMGJh.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0","typename":"ImageCrop"}]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGYyNDdlY2ItMjU0YS01OGFjLTlhNmItMWYxNGY4ZjFhMGJh.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0":{"name":"THREE_BY_TWO","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-mediumThreeByTwo378.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-threeByTwoLargeAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-threeByTwoSmallAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-thumbWide.jpg":{"width":190,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fworld\u002F20ukraine-blog-aid-convoy\u002F20ukraine-blog-aid-convoy-thumbWide.jpg","name":"thumbWide","height":126,"__typename":"ImageRendition"},"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-videoThumb.jpg":{"width":75,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fworld\u002F20ukraine-blog-aid-convoy\u002F20ukraine-blog-aid-convoy-videoThumb.jpg","name":"videoThumb","height":50,"__typename":"ImageRendition"},"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-videoLarge.jpg":{"width":768,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fworld\u002F20ukraine-blog-aid-convoy\u002F20ukraine-blog-aid-convoy-videoLarge.jpg","name":"videoLarge","height":507,"__typename":"ImageRendition"},"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-mediumThreeByTwo210.jpg":{"width":210,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fworld\u002F20ukraine-blog-aid-convoy\u002F20ukraine-blog-aid-convoy-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","height":140,"__typename":"ImageRendition"},"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-mediumThreeByTwo225.jpg":{"width":225,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fworld\u002F20ukraine-blog-aid-convoy\u002F20ukraine-blog-aid-convoy-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","height":150,"__typename":"ImageRendition"},"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-mediumThreeByTwo440.jpg":{"width":440,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fworld\u002F20ukraine-blog-aid-convoy\u002F20ukraine-blog-aid-convoy-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","height":293,"__typename":"ImageRendition"},"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-mediumThreeByTwo252.jpg":{"width":252,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fworld\u002F20ukraine-blog-aid-convoy\u002F20ukraine-blog-aid-convoy-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","height":168,"__typename":"ImageRendition"},"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-mediumThreeByTwo378.jpg":{"width":378,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fworld\u002F20ukraine-blog-aid-convoy\u002F20ukraine-blog-aid-convoy-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","height":252,"__typename":"ImageRendition"},"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-threeByTwoLargeAt2X.jpg":{"width":1169,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fworld\u002F20ukraine-blog-aid-convoy\u002F20ukraine-blog-aid-convoy-threeByTwoLargeAt2X.jpg","name":"threeByTwoLargeAt2X","height":780,"__typename":"ImageRendition"},"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-threeByTwoMediumAt2X.jpg":{"width":1169,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fworld\u002F20ukraine-blog-aid-convoy\u002F20ukraine-blog-aid-convoy-threeByTwoMediumAt2X.jpg","name":"threeByTwoMediumAt2X","height":780,"__typename":"ImageRendition"},"ImageRendition:images20220420world20ukraine-blog-aid-convoy20ukraine-blog-aid-convoy-threeByTwoSmallAt2X.jpg":{"width":600,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fworld\u002F20ukraine-blog-aid-convoy\u002F20ukraine-blog-aid-convoy-threeByTwoSmallAt2X.jpg","name":"threeByTwoSmallAt2X","height":400,"__typename":"ImageRendition"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.0":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjczM2M5LTQzMWUtNTdiNC05YjRmLTdlODQxMDkzMDRiMw==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzcxZWViMjhlLTY2MTctNWVjYS1iNDFhLThlY2U0MmU0MDVlNQ==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzcxZWViMjhlLTY2MTctNWVjYS1iNDFhLThlY2U0MmU0MDVlNQ==","url":"https:\u002F\u002Fwww.nytimes.com\u002Farticle\u002Ffederal-mask-mandate-airport.html","firstPublished":"2022-04-20T22:30:18.000Z","typeOfMaterials":{"type":"json","json":["News"]},"archiveProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzcxZWViMjhlLTY2MTctNWVjYS1iNDFhLThlY2U0MmU0MDVlNQ==.archiveProperties","typename":"ArticleArchiveProperties"},"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzcxZWViMjhlLTY2MTctNWVjYS1iNDFhLThlY2U0MmU0MDVlNQ==.headline","typename":"CreativeWorkHeadline"},"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzcxZWViMjhlLTY2MTctNWVjYS1iNDFhLThlY2U0MmU0MDVlNQ==.bylines.0","typename":"Byline"}],"kicker":"","summary":"After a federal mask mandate was struck down on Monday, travelers are facing a patchwork of rules spanning air travel, trains, buses, cruise ships and ride-hailing services. Here’s what to know.","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzI5MTY4ZGMtMmY0Yy01ZWYyLTkzOGMtNWI3NmE3ZGE4YjA0","typename":"Image"},"translations":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzcxZWViMjhlLTY2MTctNWVjYS1iNDFhLThlY2U0MmU0MDVlNQ==.archiveProperties":{"lede":"","__typename":"ArticleArchiveProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzcxZWViMjhlLTY2MTctNWVjYS1iNDFhLThlY2U0MmU0MDVlNQ==.headline":{"default":"Where Do Travelers Need to Wear Masks Now?","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzcxZWViMjhlLTY2MTctNWVjYS1iNDFhLThlY2U0MmU0MDVlNQ==.bylines.0":{"renderedRepresentation":"By Heather Murphy and Ceylan Yeginsu","prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9kYjI0ZTk0Yy1mM2U5LTUyOTgtOTk0OS0yYzYzYzMzMTAyYmU=","typename":"Person"},{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9kOWEyYTEyNC0zZGQ0LTU5ZGUtYWY3Yi01MzhhZjU2ZTZlMzk=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi9kOWEyYTEyNC0zZGQ0LTU5ZGUtYWY3Yi01MzhhZjU2ZTZlMzk=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi9kOWEyYTEyNC0zZGQ0LTU5ZGUtYWY3Yi01MzhhZjU2ZTZlMzk=","displayName":"Ceylan Yeginsu","url":"","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk","typename":"Image"},"__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk","crops":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.4","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.5","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.6","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.7","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.8","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.9","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.10","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.11","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.12","typename":"ImageCrop"}],"__typename":"Image"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-articleLarge-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-articleLarge-v2.png","name":"articleLarge","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-popup-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-popup-v2.png","name":"popup","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-blog480-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-blog480-v2.png","name":"blog480","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-blog533-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-blog533-v2.png","name":"blog533","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-blog427-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-blog427-v2.png","name":"blog427","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-tmagSF-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-tmagSF-v2.png","name":"tmagSF","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-tmagArticle-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-tmagArticle-v2.png","name":"tmagArticle","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-slide-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-slide-v2.png","name":"slide","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-jumbo-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-jumbo-v2.png","name":"jumbo","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-superJumbo-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-superJumbo-v2.png","name":"superJumbo","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-blog225-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-blog225-v2.png","name":"blog225","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-master675-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-master675-v2.png","name":"master675","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-master495-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-master495-v2.png","name":"master495","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-master180-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-master180-v2.png","name":"master180","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-master315-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-master315-v2.png","name":"master315","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-master768-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-master768-v2.png","name":"master768","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-articleLarge-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-popup-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-blog480-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-blog533-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-blog427-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-tmagSF-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-tmagArticle-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-slide-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-jumbo-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-superJumbo-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-blog225-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-master675-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-master495-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-master180-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-master315-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-master768-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-thumbStandard-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-thumbStandard-v2.png","name":"thumbStandard","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-blogSmallThumb-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-blogSmallThumb-v2.png","name":"blogSmallThumb","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-thumbLarge-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-thumbLarge-v2.png","name":"thumbLarge","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-smallSquare168-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-smallSquare168-v2.png","name":"smallSquare168","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-smallSquare252-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-smallSquare252-v2.png","name":"smallSquare252","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-thumbStandard-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-blogSmallThumb-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-thumbLarge-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-smallSquare168-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-smallSquare252-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-square320-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-square320-v2.png","name":"square320","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-moth-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-moth-v2.png","name":"moth","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-filmstrip-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-filmstrip-v2.png","name":"filmstrip","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-square640-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-square640-v2.png","name":"square640","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-mediumSquare149-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-mediumSquare149-v2.png","name":"mediumSquare149","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-square320-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-moth-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-filmstrip-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-square640-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-mediumSquare149-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-sfSpan-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-sfSpan-v2.png","name":"sfSpan","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-largeHorizontal375-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-largeHorizontal375-v2.png","name":"largeHorizontal375","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-largeHorizontalJumbo-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-largeHorizontalJumbo-v2.png","name":"largeHorizontalJumbo","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-horizontalMediumAt2X-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-horizontalMediumAt2X-v2.png","name":"horizontalMediumAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-sfSpan-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-largeHorizontal375-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-largeHorizontalJumbo-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-horizontalMediumAt2X-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-hpLarge-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-hpLarge-v2.png","name":"hpLarge","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-largeWidescreen573-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-largeWidescreen573-v2.png","name":"largeWidescreen573","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-largeWidescreen1050-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-largeWidescreen1050-v2.png","name":"largeWidescreen1050","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-hpLarge-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-largeWidescreen573-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-largeWidescreen1050-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-thumbWide-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-thumbWide-v2.png","name":"thumbWide","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoThumb-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-videoThumb-v2.png","name":"videoThumb","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoLarge-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-videoLarge-v2.png","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-mediumThreeByTwo210-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-mediumThreeByTwo210-v2.png","name":"mediumThreeByTwo210","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-mediumThreeByTwo225-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-mediumThreeByTwo225-v2.png","name":"mediumThreeByTwo225","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-mediumThreeByTwo440-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-mediumThreeByTwo440-v2.png","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-mediumThreeByTwo252-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-mediumThreeByTwo252-v2.png","name":"mediumThreeByTwo252","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-mediumThreeByTwo378-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-mediumThreeByTwo378-v2.png","name":"mediumThreeByTwo378","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-threeByTwoLargeAt2X-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-threeByTwoLargeAt2X-v2.png","name":"threeByTwoLargeAt2X","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-threeByTwoMediumAt2X-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-threeByTwoMediumAt2X-v2.png","name":"threeByTwoMediumAt2X","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-threeByTwoSmallAt2X-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-threeByTwoSmallAt2X-v2.png","name":"threeByTwoSmallAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.5":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-thumbWide-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoThumb-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoLarge-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-mediumThreeByTwo210-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-mediumThreeByTwo225-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-mediumThreeByTwo440-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-mediumThreeByTwo252-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-mediumThreeByTwo378-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-threeByTwoLargeAt2X-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-threeByTwoMediumAt2X-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-threeByTwoSmallAt2X-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-articleInline-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-articleInline-v2.png","name":"articleInline","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-hpSmall-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-hpSmall-v2.png","name":"hpSmall","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-blogSmallInline-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-blogSmallInline-v2.png","name":"blogSmallInline","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-mediumFlexible177-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-mediumFlexible177-v2.png","name":"mediumFlexible177","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.6":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-articleInline-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-hpSmall-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-blogSmallInline-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-mediumFlexible177-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSmall-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-videoSmall-v2.png","name":"videoSmall","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoHpMedium-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-videoHpMedium-v2.png","name":"videoHpMedium","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine600-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-videoSixteenByNine600-v2.png","name":"videoSixteenByNine600","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine540-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-videoSixteenByNine540-v2.png","name":"videoSixteenByNine540","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine495-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-videoSixteenByNine495-v2.png","name":"videoSixteenByNine495","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine390-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-videoSixteenByNine390-v2.png","name":"videoSixteenByNine390","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine1050-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-videoSixteenByNine1050-v2.png","name":"videoSixteenByNine1050","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine480-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-videoSixteenByNine480-v2.png","name":"videoSixteenByNine480","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine310-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-videoSixteenByNine310-v2.png","name":"videoSixteenByNine310","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine225-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-videoSixteenByNine225-v2.png","name":"videoSixteenByNine225","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine96-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-videoSixteenByNine96-v2.png","name":"videoSixteenByNine96","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine768-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-videoSixteenByNine768-v2.png","name":"videoSixteenByNine768","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine150-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-videoSixteenByNine150-v2.png","name":"videoSixteenByNine150","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNineJumbo1600-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-videoSixteenByNineJumbo1600-v2.png","name":"videoSixteenByNineJumbo1600","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.7":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSmall-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoHpMedium-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine600-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine540-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine495-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine390-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine1050-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine480-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine310-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine225-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine96-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine768-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNine150-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoSixteenByNineJumbo1600-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-miniMoth-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-miniMoth-v2.png","name":"miniMoth","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-windowsTile336H-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-windowsTile336H-v2.png","name":"windowsTile336H","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoFifteenBySeven1305-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-videoFifteenBySeven1305-v2.png","name":"videoFifteenBySeven1305","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.8":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-miniMoth-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-windowsTile336H-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-videoFifteenBySeven1305-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.9":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-facebookJumbo-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-facebookJumbo-v2.png","name":"facebookJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.10":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-facebookJumbo-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-watch308-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-watch308-v2.png","name":"watch308","__typename":"ImageRendition"},"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-watch268-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F10\u002F17\u002Fmultimedia\u002Fauthor-ceylan-yeginsu\u002Fauthor-ceylan-yeginsu-watch268-v2.png","name":"watch268","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.11":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-watch308-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181017multimediaauthor-ceylan-yeginsuauthor-ceylan-yeginsu-watch268-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWFiMDEyMWMtNjU2NC01ZmZlLWI5OTItMGZhZjAzZDYxOGNk.crops.12":{"renditions":[],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzI5MTY4ZGMtMmY0Yy01ZWYyLTkzOGMtNWI3NmE3ZGE4YjA0":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvNzI5MTY4ZGMtMmY0Yy01ZWYyLTkzOGMtNWI3NmE3ZGE4YjA0","crops({\"cropNames\":[\"THREE_BY_TWO\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzI5MTY4ZGMtMmY0Yy01ZWYyLTkzOGMtNWI3NmE3ZGE4YjA0.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0","typename":"ImageCrop"}]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzI5MTY4ZGMtMmY0Yy01ZWYyLTkzOGMtNWI3NmE3ZGE4YjA0.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0":{"name":"THREE_BY_TWO","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-mediumThreeByTwo378.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-threeByTwoLargeAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-threeByTwoSmallAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-thumbWide.jpg":{"width":190,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Ftravel\u002Fxxmask-explainer-1\u002Fxxmask-explainer-1-thumbWide.jpg","name":"thumbWide","height":126,"__typename":"ImageRendition"},"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-videoThumb.jpg":{"width":75,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Ftravel\u002Fxxmask-explainer-1\u002Fxxmask-explainer-1-videoThumb.jpg","name":"videoThumb","height":50,"__typename":"ImageRendition"},"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-videoLarge.jpg":{"width":768,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Ftravel\u002Fxxmask-explainer-1\u002Fxxmask-explainer-1-videoLarge.jpg","name":"videoLarge","height":507,"__typename":"ImageRendition"},"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-mediumThreeByTwo210.jpg":{"width":210,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Ftravel\u002Fxxmask-explainer-1\u002Fxxmask-explainer-1-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","height":140,"__typename":"ImageRendition"},"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-mediumThreeByTwo225.jpg":{"width":225,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Ftravel\u002Fxxmask-explainer-1\u002Fxxmask-explainer-1-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","height":150,"__typename":"ImageRendition"},"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-mediumThreeByTwo440.jpg":{"width":440,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Ftravel\u002Fxxmask-explainer-1\u002Fxxmask-explainer-1-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","height":293,"__typename":"ImageRendition"},"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-mediumThreeByTwo252.jpg":{"width":252,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Ftravel\u002Fxxmask-explainer-1\u002Fxxmask-explainer-1-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","height":168,"__typename":"ImageRendition"},"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-mediumThreeByTwo378.jpg":{"width":378,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Ftravel\u002Fxxmask-explainer-1\u002Fxxmask-explainer-1-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","height":252,"__typename":"ImageRendition"},"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-threeByTwoLargeAt2X.jpg":{"width":3998,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Ftravel\u002Fxxmask-explainer-1\u002Fxxmask-explainer-1-threeByTwoLargeAt2X.jpg","name":"threeByTwoLargeAt2X","height":2667,"__typename":"ImageRendition"},"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-threeByTwoMediumAt2X.jpg":{"width":1500,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Ftravel\u002Fxxmask-explainer-1\u002Fxxmask-explainer-1-threeByTwoMediumAt2X.jpg","name":"threeByTwoMediumAt2X","height":1001,"__typename":"ImageRendition"},"ImageRendition:images20220420travelxxmask-explainer-1xxmask-explainer-1-threeByTwoSmallAt2X.jpg":{"width":600,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Ftravel\u002Fxxmask-explainer-1\u002Fxxmask-explainer-1-threeByTwoSmallAt2X.jpg","name":"threeByTwoSmallAt2X","height":400,"__typename":"ImageRendition"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.1":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzcxZWViMjhlLTY2MTctNWVjYS1iNDFhLThlY2U0MmU0MDVlNQ==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzNhODEyMmVjLWE0YTItNTRmYy04ZDJlLTkzNWNlYTI1ZThjYw==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzNhODEyMmVjLWE0YTItNTRmYy04ZDJlLTkzNWNlYTI1ZThjYw==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F20\u002Fus\u002Fpolitics\u002Fcdc-transportation-mask-mandate.html","firstPublished":"2022-04-20T22:17:48.000Z","typeOfMaterials":{"type":"json","json":["News"]},"archiveProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzNhODEyMmVjLWE0YTItNTRmYy04ZDJlLTkzNWNlYTI1ZThjYw==.archiveProperties","typename":"ArticleArchiveProperties"},"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzNhODEyMmVjLWE0YTItNTRmYy04ZDJlLTkzNWNlYTI1ZThjYw==.headline","typename":"CreativeWorkHeadline"},"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzNhODEyMmVjLWE0YTItNTRmYy04ZDJlLTkzNWNlYTI1ZThjYw==.bylines.0","typename":"Byline"}],"kicker":"","summary":"The Centers for Disease Control and Prevention ruled the mandate “necessary,” but an appeal risks creating a precedent that could permanently constrain the agency.","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZTNlMzZjODgtYjFmOS01NWFhLTg5YmEtMGE1ZjcyODZmODg0","typename":"Image"},"translations":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzNhODEyMmVjLWE0YTItNTRmYy04ZDJlLTkzNWNlYTI1ZThjYw==.archiveProperties":{"lede":"","__typename":"ArticleArchiveProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzNhODEyMmVjLWE0YTItNTRmYy04ZDJlLTkzNWNlYTI1ZThjYw==.headline":{"default":"Justice Dept. Appeals to Reinstate Transportation Mask Mandate","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzNhODEyMmVjLWE0YTItNTRmYy04ZDJlLTkzNWNlYTI1ZThjYw==.bylines.0":{"renderedRepresentation":"By Sheryl Gay Stolberg","prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9lZjYyMTYzOS00OTkwLTVjYjItYjAyZC0zYjdjMjgzZGYyY2E=","typename":"Person"}],"__typename":"Byline"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy","crops":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.4","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.5","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.6","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.7","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.8","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.9","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.10","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.11","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.12","typename":"ImageCrop"}],"__typename":"Image"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-articleLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-articleLarge.png","name":"articleLarge","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-popup.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-popup.png","name":"popup","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-blog480.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-blog480.png","name":"blog480","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-blog533.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-blog533.png","name":"blog533","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-blog427.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-blog427.png","name":"blog427","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-tmagSF.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-tmagSF.png","name":"tmagSF","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-tmagArticle.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-tmagArticle.png","name":"tmagArticle","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-slide.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-slide.png","name":"slide","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-jumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-jumbo.png","name":"jumbo","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-superJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-superJumbo.png","name":"superJumbo","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-blog225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-blog225.png","name":"blog225","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-master675.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-master675.png","name":"master675","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-master495.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-master495.png","name":"master495","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-master180.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-master180.png","name":"master180","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-master315.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-master315.png","name":"master315","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-master768.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-master768.png","name":"master768","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-articleLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-popup.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-blog480.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-blog533.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-blog427.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-tmagSF.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-tmagArticle.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-slide.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-jumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-superJumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-blog225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-master675.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-master495.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-master180.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-master315.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-master768.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-thumbStandard.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-thumbStandard.png","name":"thumbStandard","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-blogSmallThumb.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-blogSmallThumb.png","name":"blogSmallThumb","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-thumbLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-thumbLarge.png","name":"thumbLarge","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-smallSquare168.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-smallSquare168.png","name":"smallSquare168","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-smallSquare252.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-smallSquare252.png","name":"smallSquare252","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-thumbStandard.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-blogSmallThumb.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-thumbLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-smallSquare168.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-smallSquare252.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-square320.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-square320.png","name":"square320","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-moth.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-moth.png","name":"moth","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-filmstrip.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-filmstrip.png","name":"filmstrip","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-square640.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-square640.png","name":"square640","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-mediumSquare149.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-mediumSquare149.png","name":"mediumSquare149","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-square320.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-moth.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-filmstrip.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-square640.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-mediumSquare149.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-sfSpan.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-sfSpan.png","name":"sfSpan","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-largeHorizontal375.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-largeHorizontal375.png","name":"largeHorizontal375","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-largeHorizontalJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-largeHorizontalJumbo.png","name":"largeHorizontalJumbo","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-horizontalMediumAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-horizontalMediumAt2X.png","name":"horizontalMediumAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-sfSpan.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-largeHorizontal375.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-largeHorizontalJumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-horizontalMediumAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-hpLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-hpLarge.png","name":"hpLarge","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-largeWidescreen573.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-largeWidescreen573.png","name":"largeWidescreen573","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-largeWidescreen1050.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-largeWidescreen1050.png","name":"largeWidescreen1050","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-hpLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-largeWidescreen573.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-largeWidescreen1050.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-thumbWide.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-thumbWide.png","name":"thumbWide","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoThumb.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-videoThumb.png","name":"videoThumb","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-videoLarge.png","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-mediumThreeByTwo210.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-mediumThreeByTwo210.png","name":"mediumThreeByTwo210","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-mediumThreeByTwo225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-mediumThreeByTwo225.png","name":"mediumThreeByTwo225","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-mediumThreeByTwo440.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-mediumThreeByTwo440.png","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-mediumThreeByTwo252.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-mediumThreeByTwo252.png","name":"mediumThreeByTwo252","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-mediumThreeByTwo378.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-mediumThreeByTwo378.png","name":"mediumThreeByTwo378","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-threeByTwoLargeAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-threeByTwoLargeAt2X.png","name":"threeByTwoLargeAt2X","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-threeByTwoMediumAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-threeByTwoMediumAt2X.png","name":"threeByTwoMediumAt2X","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-threeByTwoSmallAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-threeByTwoSmallAt2X.png","name":"threeByTwoSmallAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.5":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-thumbWide.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoThumb.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-mediumThreeByTwo210.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-mediumThreeByTwo225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-mediumThreeByTwo440.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-mediumThreeByTwo252.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-mediumThreeByTwo378.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-threeByTwoLargeAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-threeByTwoMediumAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-threeByTwoSmallAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-articleInline.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-articleInline.png","name":"articleInline","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-hpSmall.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-hpSmall.png","name":"hpSmall","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-blogSmallInline.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-blogSmallInline.png","name":"blogSmallInline","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-mediumFlexible177.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-mediumFlexible177.png","name":"mediumFlexible177","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.6":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-articleInline.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-hpSmall.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-blogSmallInline.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-mediumFlexible177.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSmall.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-videoSmall.png","name":"videoSmall","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoHpMedium.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-videoHpMedium.png","name":"videoHpMedium","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine600.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-videoSixteenByNine600.png","name":"videoSixteenByNine600","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine540.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-videoSixteenByNine540.png","name":"videoSixteenByNine540","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine495.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-videoSixteenByNine495.png","name":"videoSixteenByNine495","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine390.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-videoSixteenByNine390.png","name":"videoSixteenByNine390","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine1050.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-videoSixteenByNine1050.png","name":"videoSixteenByNine1050","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine480.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-videoSixteenByNine480.png","name":"videoSixteenByNine480","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine310.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-videoSixteenByNine310.png","name":"videoSixteenByNine310","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-videoSixteenByNine225.png","name":"videoSixteenByNine225","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine96.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-videoSixteenByNine96.png","name":"videoSixteenByNine96","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine768.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-videoSixteenByNine768.png","name":"videoSixteenByNine768","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine150.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-videoSixteenByNine150.png","name":"videoSixteenByNine150","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNineJumbo1600.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-videoSixteenByNineJumbo1600.png","name":"videoSixteenByNineJumbo1600","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.7":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSmall.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoHpMedium.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine600.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine540.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine495.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine390.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine1050.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine480.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine310.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine96.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine768.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNine150.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoSixteenByNineJumbo1600.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-miniMoth.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-miniMoth.png","name":"miniMoth","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-windowsTile336H.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-windowsTile336H.png","name":"windowsTile336H","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoFifteenBySeven1305.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-videoFifteenBySeven1305.png","name":"videoFifteenBySeven1305","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.8":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-miniMoth.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-windowsTile336H.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-videoFifteenBySeven1305.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.9":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-facebookJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-facebookJumbo.png","name":"facebookJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.10":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-facebookJumbo.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-watch308.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-watch308.png","name":"watch308","__typename":"ImageRendition"},"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-watch268.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F11\u002F26\u002Fmultimedia\u002Fauthor-sheryl-gay-stolberg\u002Fauthor-sheryl-gay-stolberg-watch268.png","name":"watch268","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.11":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-watch308.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20181126multimediaauthor-sheryl-gay-stolbergauthor-sheryl-gay-stolberg-watch268.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGQ1YjczZjQtOTc0Mi01ODlmLWFhNzEtYmM2ZWM5ZWY3NWUy.crops.12":{"renditions":[],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZTNlMzZjODgtYjFmOS01NWFhLTg5YmEtMGE1ZjcyODZmODg0":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvZTNlMzZjODgtYjFmOS01NWFhLTg5YmEtMGE1ZjcyODZmODg0","crops({\"cropNames\":[\"THREE_BY_TWO\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZTNlMzZjODgtYjFmOS01NWFhLTg5YmEtMGE1ZjcyODZmODg0.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0","typename":"ImageCrop"}]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZTNlMzZjODgtYjFmOS01NWFhLTg5YmEtMGE1ZjcyODZmODg0.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0":{"name":"THREE_BY_TWO","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-mediumThreeByTwo378.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-threeByTwoLargeAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-threeByTwoSmallAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-thumbWide.jpg":{"width":190,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fus\u002Fpolitics\u002F20dc-cdc-1\u002Fmerlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-thumbWide.jpg","name":"thumbWide","height":126,"__typename":"ImageRendition"},"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-videoThumb.jpg":{"width":75,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fus\u002Fpolitics\u002F20dc-cdc-1\u002Fmerlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-videoThumb.jpg","name":"videoThumb","height":50,"__typename":"ImageRendition"},"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-videoLarge.jpg":{"width":768,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fus\u002Fpolitics\u002F20dc-cdc-1\u002Fmerlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-videoLarge.jpg","name":"videoLarge","height":507,"__typename":"ImageRendition"},"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-mediumThreeByTwo210.jpg":{"width":210,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fus\u002Fpolitics\u002F20dc-cdc-1\u002Fmerlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","height":140,"__typename":"ImageRendition"},"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-mediumThreeByTwo225.jpg":{"width":225,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fus\u002Fpolitics\u002F20dc-cdc-1\u002Fmerlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","height":150,"__typename":"ImageRendition"},"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-mediumThreeByTwo440.jpg":{"width":440,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fus\u002Fpolitics\u002F20dc-cdc-1\u002Fmerlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","height":293,"__typename":"ImageRendition"},"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-mediumThreeByTwo252.jpg":{"width":252,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fus\u002Fpolitics\u002F20dc-cdc-1\u002Fmerlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","height":168,"__typename":"ImageRendition"},"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-mediumThreeByTwo378.jpg":{"width":378,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fus\u002Fpolitics\u002F20dc-cdc-1\u002Fmerlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","height":252,"__typename":"ImageRendition"},"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-threeByTwoLargeAt2X.jpg":{"width":5568,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fus\u002Fpolitics\u002F20dc-cdc-1\u002Fmerlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-threeByTwoLargeAt2X.jpg","name":"threeByTwoLargeAt2X","height":3712,"__typename":"ImageRendition"},"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-threeByTwoMediumAt2X.jpg":{"width":1500,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fus\u002Fpolitics\u002F20dc-cdc-1\u002Fmerlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-threeByTwoMediumAt2X.jpg","name":"threeByTwoMediumAt2X","height":1000,"__typename":"ImageRendition"},"ImageRendition:images20220420uspolitics20dc-cdc-1merlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-threeByTwoSmallAt2X.jpg":{"width":600,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fus\u002Fpolitics\u002F20dc-cdc-1\u002Fmerlin_205687119_44b5347f-beaa-4a1b-a7e1-f44055b04f72-threeByTwoSmallAt2X.jpg","name":"threeByTwoSmallAt2X","height":400,"__typename":"ImageRendition"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.2":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzNhODEyMmVjLWE0YTItNTRmYy04ZDJlLTkzNWNlYTI1ZThjYw==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzBiNGMxOTRkLTExNGYtNTAxNy1iZTQ5LWQxYTc1MjMxNzdjZA==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzBiNGMxOTRkLTExNGYtNTAxNy1iZTQ5LWQxYTc1MjMxNzdjZA==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F20\u002Fhealth\u002Ftime-restricted-diets.html","firstPublished":"2022-04-20T21:00:07.000Z","typeOfMaterials":{"type":"json","json":["News"]},"archiveProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzBiNGMxOTRkLTExNGYtNTAxNy1iZTQ5LWQxYTc1MjMxNzdjZA==.archiveProperties","typename":"ArticleArchiveProperties"},"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzBiNGMxOTRkLTExNGYtNTAxNy1iZTQ5LWQxYTc1MjMxNzdjZA==.headline","typename":"CreativeWorkHeadline"},"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzBiNGMxOTRkLTExNGYtNTAxNy1iZTQ5LWQxYTc1MjMxNzdjZA==.bylines.0","typename":"Byline"}],"kicker":"","summary":"In a yearlong study, participants who confined meals to certain hours lost no more weight than those who ate at any time.","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzExNzRlMzEtMmNjNy01MGQ1LTkzYjUtYTgzMjJjZTAyZTk4","typename":"Image"},"translations":[],"lastMajorModification":"2022-04-20T21:19:56.000Z","displayProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzBiNGMxOTRkLTExNGYtNTAxNy1iZTQ5LWQxYTc1MjMxNzdjZA==.displayProperties","typename":"CreativeWorkDisplayProperties"},"column":null,"printInformation":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzBiNGMxOTRkLTExNGYtNTAxNy1iZTQ5LWQxYTc1MjMxNzdjZA==.printInformation","typename":"PrintInformation"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzBiNGMxOTRkLTExNGYtNTAxNy1iZTQ5LWQxYTc1MjMxNzdjZA==.archiveProperties":{"lede":"","__typename":"ArticleArchiveProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzBiNGMxOTRkLTExNGYtNTAxNy1iZTQ5LWQxYTc1MjMxNzdjZA==.headline":{"default":"Scientists Find No Benefit to Time-Restricted Eating","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzBiNGMxOTRkLTExNGYtNTAxNy1iZTQ5LWQxYTc1MjMxNzdjZA==.bylines.0":{"renderedRepresentation":"By Gina Kolata","prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi80NDlmMjA4MS1mMjVmLTVhMjQtYTdmOS0xZDBiMDM4YjAxMDE=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi80NDlmMjA4MS1mMjVmLTVhMjQtYTdmOS0xZDBiMDM4YjAxMDE=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi80NDlmMjA4MS1mMjVmLTVhMjQtYTdmOS0xZDBiMDM4YjAxMDE=","displayName":"Gina Kolata","url":"","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5","typename":"Image"},"__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5","crops":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.4","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.5","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.6","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.7","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.8","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.9","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.10","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.11","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.12","typename":"ImageCrop"}],"__typename":"Image"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-articleLarge.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-articleLarge.jpg","name":"articleLarge","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-popup.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-popup.jpg","name":"popup","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-blog480.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-blog480.jpg","name":"blog480","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-blog533.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-blog533.jpg","name":"blog533","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-blog427.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-blog427.jpg","name":"blog427","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-tmagSF.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-tmagSF.jpg","name":"tmagSF","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-tmagArticle.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-tmagArticle.jpg","name":"tmagArticle","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-slide.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-slide.jpg","name":"slide","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-jumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-jumbo.jpg","name":"jumbo","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-superJumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-superJumbo.jpg","name":"superJumbo","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-blog225.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-blog225.jpg","name":"blog225","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-master675.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-master675.jpg","name":"master675","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-master495.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-master495.jpg","name":"master495","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-master180.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-master180.jpg","name":"master180","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-master315.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-master315.jpg","name":"master315","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-master768.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-master768.jpg","name":"master768","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-articleLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-popup.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-blog480.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-blog533.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-blog427.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-tmagSF.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-tmagArticle.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-slide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-jumbo.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-superJumbo.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-blog225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-master675.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-master495.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-master180.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-master315.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-master768.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-thumbStandard.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-thumbStandard.jpg","name":"thumbStandard","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-blogSmallThumb.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-blogSmallThumb.jpg","name":"blogSmallThumb","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-thumbLarge.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-thumbLarge.jpg","name":"thumbLarge","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-smallSquare168.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-smallSquare168.jpg","name":"smallSquare168","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-smallSquare252.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-smallSquare252.jpg","name":"smallSquare252","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-blogSmallThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-thumbLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-smallSquare168.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-smallSquare252.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-square320.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-square320.jpg","name":"square320","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-moth.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-moth.jpg","name":"moth","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-filmstrip.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-filmstrip.jpg","name":"filmstrip","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-square640.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-square640.jpg","name":"square640","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-mediumSquare149.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-mediumSquare149.jpg","name":"mediumSquare149","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-square320.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-moth.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-filmstrip.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-square640.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-mediumSquare149.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-sfSpan.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-sfSpan.jpg","name":"sfSpan","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-largeHorizontal375.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-largeHorizontal375.jpg","name":"largeHorizontal375","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-largeHorizontalJumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-largeHorizontalJumbo.jpg","name":"largeHorizontalJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-sfSpan.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-largeHorizontal375.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-largeHorizontalJumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-hpLarge.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-hpLarge.jpg","name":"hpLarge","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-largeWidescreen573.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-largeWidescreen573.jpg","name":"largeWidescreen573","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-hpLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-largeWidescreen573.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-thumbWide.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-thumbWide.jpg","name":"thumbWide","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoThumb.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-videoThumb.jpg","name":"videoThumb","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoLarge.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-videoLarge.jpg","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-mediumThreeByTwo210.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-mediumThreeByTwo225.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-mediumThreeByTwo440.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-mediumThreeByTwo252.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-mediumThreeByTwo378.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.5":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-mediumThreeByTwo378.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-articleInline.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-articleInline.jpg","name":"articleInline","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-hpSmall.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-hpSmall.jpg","name":"hpSmall","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-blogSmallInline.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-blogSmallInline.jpg","name":"blogSmallInline","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-mediumFlexible177.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-mediumFlexible177.jpg","name":"mediumFlexible177","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.6":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-articleInline.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-hpSmall.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-blogSmallInline.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-mediumFlexible177.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSmall.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-videoSmall.jpg","name":"videoSmall","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoHpMedium.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-videoHpMedium.jpg","name":"videoHpMedium","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNine600.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-videoSixteenByNine600.jpg","name":"videoSixteenByNine600","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNine540.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-videoSixteenByNine540.jpg","name":"videoSixteenByNine540","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNine495.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-videoSixteenByNine495.jpg","name":"videoSixteenByNine495","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNine390.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-videoSixteenByNine390.jpg","name":"videoSixteenByNine390","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNine480.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-videoSixteenByNine480.jpg","name":"videoSixteenByNine480","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNine310.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-videoSixteenByNine310.jpg","name":"videoSixteenByNine310","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNine225.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-videoSixteenByNine225.jpg","name":"videoSixteenByNine225","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNine96.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-videoSixteenByNine96.jpg","name":"videoSixteenByNine96","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNine768.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-videoSixteenByNine768.jpg","name":"videoSixteenByNine768","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNine150.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-videoSixteenByNine150.jpg","name":"videoSixteenByNine150","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNineJumbo1600.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-videoSixteenByNineJumbo1600.jpg","name":"videoSixteenByNineJumbo1600","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.7":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSmall.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoHpMedium.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNine600.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNine540.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNine495.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNine390.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNine480.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNine310.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNine225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNine96.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNine768.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNine150.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-videoSixteenByNineJumbo1600.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-miniMoth.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-miniMoth.jpg","name":"miniMoth","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-windowsTile336H.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-windowsTile336H.jpg","name":"windowsTile336H","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.8":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-miniMoth.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-windowsTile336H.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.9":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-facebookJumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-facebookJumbo.jpg","name":"facebookJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.10":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-facebookJumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-watch308.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-watch308.jpg","name":"watch308","__typename":"ImageRendition"},"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-watch268.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F16\u002Fmultimedia\u002Fauthor-gina-kolata\u002Fauthor-gina-kolata-watch268.jpg","name":"watch268","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.11":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-watch308.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180216multimediaauthor-gina-kolataauthor-gina-kolata-watch268.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOGFiMTg0NWUtYmU4ZC01NGIwLTk2YjEtZWMwYTg3ZjRhMzU5.crops.12":{"renditions":[],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzExNzRlMzEtMmNjNy01MGQ1LTkzYjUtYTgzMjJjZTAyZTk4":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvNzExNzRlMzEtMmNjNy01MGQ1LTkzYjUtYTgzMjJjZTAyZTk4","crops({\"cropNames\":[\"THREE_BY_TWO\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzExNzRlMzEtMmNjNy01MGQ1LTkzYjUtYTgzMjJjZTAyZTk4.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0","typename":"ImageCrop"}],"caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzExNzRlMzEtMmNjNy01MGQ1LTkzYjUtYTgzMjJjZTAyZTk4.caption","typename":"TextOnlyDocumentBlock"},"credit":"D. Hurst\u002FAlamy","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzExNzRlMzEtMmNjNy01MGQ1LTkzYjUtYTgzMjJjZTAyZTk4.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzExNzRlMzEtMmNjNy01MGQ1LTkzYjUtYTgzMjJjZTAyZTk4.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzExNzRlMzEtMmNjNy01MGQ1LTkzYjUtYTgzMjJjZTAyZTk4.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzExNzRlMzEtMmNjNy01MGQ1LTkzYjUtYTgzMjJjZTAyZTk4.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzExNzRlMzEtMmNjNy01MGQ1LTkzYjUtYTgzMjJjZTAyZTk4.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0":{"name":"THREE_BY_TWO","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220420science20diet20diet-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420science20diet20diet-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420science20diet20diet-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420science20diet20diet-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420science20diet20diet-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420science20diet20diet-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420science20diet20diet-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420science20diet20diet-mediumThreeByTwo378.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420science20diet20diet-threeByTwoLargeAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420science20diet20diet-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420science20diet20diet-threeByTwoSmallAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220420science20diet20diet-thumbWide.jpg":{"width":190,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fscience\u002F20diet\u002F20diet-thumbWide.jpg","name":"thumbWide","height":126,"__typename":"ImageRendition"},"ImageRendition:images20220420science20diet20diet-videoThumb.jpg":{"width":75,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fscience\u002F20diet\u002F20diet-videoThumb.jpg","name":"videoThumb","height":50,"__typename":"ImageRendition"},"ImageRendition:images20220420science20diet20diet-videoLarge.jpg":{"width":768,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fscience\u002F20diet\u002F20diet-videoLarge.jpg","name":"videoLarge","height":507,"__typename":"ImageRendition"},"ImageRendition:images20220420science20diet20diet-mediumThreeByTwo210.jpg":{"width":210,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fscience\u002F20diet\u002F20diet-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","height":140,"__typename":"ImageRendition"},"ImageRendition:images20220420science20diet20diet-mediumThreeByTwo225.jpg":{"width":225,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fscience\u002F20diet\u002F20diet-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","height":150,"__typename":"ImageRendition"},"ImageRendition:images20220420science20diet20diet-mediumThreeByTwo440.jpg":{"width":440,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fscience\u002F20diet\u002F20diet-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","height":293,"__typename":"ImageRendition"},"ImageRendition:images20220420science20diet20diet-mediumThreeByTwo252.jpg":{"width":252,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fscience\u002F20diet\u002F20diet-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","height":168,"__typename":"ImageRendition"},"ImageRendition:images20220420science20diet20diet-mediumThreeByTwo378.jpg":{"width":378,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fscience\u002F20diet\u002F20diet-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","height":252,"__typename":"ImageRendition"},"ImageRendition:images20220420science20diet20diet-threeByTwoLargeAt2X.jpg":{"width":4687,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fscience\u002F20diet\u002F20diet-threeByTwoLargeAt2X.jpg","name":"threeByTwoLargeAt2X","height":3125,"__typename":"ImageRendition"},"ImageRendition:images20220420science20diet20diet-threeByTwoMediumAt2X.jpg":{"width":1500,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fscience\u002F20diet\u002F20diet-threeByTwoMediumAt2X.jpg","name":"threeByTwoMediumAt2X","height":1000,"__typename":"ImageRendition"},"ImageRendition:images20220420science20diet20diet-threeByTwoSmallAt2X.jpg":{"width":600,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fscience\u002F20diet\u002F20diet-threeByTwoSmallAt2X.jpg","name":"threeByTwoSmallAt2X","height":400,"__typename":"ImageRendition"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.3":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzBiNGMxOTRkLTExNGYtNTAxNy1iZTQ5LWQxYTc1MjMxNzdjZA==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M5ODM4ODllLWE3MGYtNWNmMS05NzJhLWJlOGEzYmQ4ZGNhZQ==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M5ODM4ODllLWE3MGYtNWNmMS05NzJhLWJlOGEzYmQ4ZGNhZQ==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F20\u002Fupshot\u002Fprenatal-genetic-tests-warning.html","firstPublished":"2022-04-20T20:20:02.000Z","typeOfMaterials":{"type":"json","json":["News"]},"archiveProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M5ODM4ODllLWE3MGYtNWNmMS05NzJhLWJlOGEzYmQ4ZGNhZQ==.archiveProperties","typename":"ArticleArchiveProperties"},"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M5ODM4ODllLWE3MGYtNWNmMS05NzJhLWJlOGEzYmQ4ZGNhZQ==.headline","typename":"CreativeWorkHeadline"},"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M5ODM4ODllLWE3MGYtNWNmMS05NzJhLWJlOGEzYmQ4ZGNhZQ==.bylines.0","typename":"Byline"}],"kicker":"","summary":"The agency cites concerns that some manufacturers’ claims about test performance “may not be supported with sound scientific evidence.”","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGM0NWE2YWUtZDZjOS01YjQzLTk3OTEtZmJiNjg1Njk0NzNl","typename":"Image"},"translations":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M5ODM4ODllLWE3MGYtNWNmMS05NzJhLWJlOGEzYmQ4ZGNhZQ==.archiveProperties":{"lede":"","__typename":"ArticleArchiveProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M5ODM4ODllLWE3MGYtNWNmMS05NzJhLWJlOGEzYmQ4ZGNhZQ==.headline":{"default":"F.D.A. Warns Patients About Some Prenatal Genetic Tests","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M5ODM4ODllLWE3MGYtNWNmMS05NzJhLWJlOGEzYmQ4ZGNhZQ==.bylines.0":{"renderedRepresentation":"By Aatish Bhatia","prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi8zMzFiYTkzZC0wM2ViLTUwZmYtYTBmZC1hNWJmYWQwMWI5ZWY=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi8zMzFiYTkzZC0wM2ViLTUwZmYtYTBmZC1hNWJmYWQwMWI5ZWY=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi8zMzFiYTkzZC0wM2ViLTUwZmYtYTBmZC1hNWJmYWQwMWI5ZWY=","displayName":"Aatish Bhatia","url":"","promotionalMedia":null,"__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGM0NWE2YWUtZDZjOS01YjQzLTk3OTEtZmJiNjg1Njk0NzNl":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvMGM0NWE2YWUtZDZjOS01YjQzLTk3OTEtZmJiNjg1Njk0NzNl","crops({\"cropNames\":[\"THREE_BY_TWO\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGM0NWE2YWUtZDZjOS01YjQzLTk3OTEtZmJiNjg1Njk0NzNl.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0","typename":"ImageCrop"}]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGM0NWE2YWUtZDZjOS01YjQzLTk3OTEtZmJiNjg1Njk0NzNl.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0":{"name":"THREE_BY_TWO","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-mediumThreeByTwo378.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-threeByTwoLargeAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-threeByTwoSmallAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-thumbWide.jpg":{"width":190,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fmultimedia\u002F00up-prenatal1\u002F00up-prenatal1-thumbWide.jpg","name":"thumbWide","height":126,"__typename":"ImageRendition"},"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-videoThumb.jpg":{"width":75,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fmultimedia\u002F00up-prenatal1\u002F00up-prenatal1-videoThumb.jpg","name":"videoThumb","height":50,"__typename":"ImageRendition"},"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-videoLarge.jpg":{"width":768,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fmultimedia\u002F00up-prenatal1\u002F00up-prenatal1-videoLarge.jpg","name":"videoLarge","height":507,"__typename":"ImageRendition"},"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-mediumThreeByTwo210.jpg":{"width":210,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fmultimedia\u002F00up-prenatal1\u002F00up-prenatal1-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","height":140,"__typename":"ImageRendition"},"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-mediumThreeByTwo225.jpg":{"width":225,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fmultimedia\u002F00up-prenatal1\u002F00up-prenatal1-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","height":150,"__typename":"ImageRendition"},"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-mediumThreeByTwo440.jpg":{"width":440,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fmultimedia\u002F00up-prenatal1\u002F00up-prenatal1-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","height":293,"__typename":"ImageRendition"},"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-mediumThreeByTwo252.jpg":{"width":252,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fmultimedia\u002F00up-prenatal1\u002F00up-prenatal1-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","height":168,"__typename":"ImageRendition"},"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-mediumThreeByTwo378.jpg":{"width":378,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fmultimedia\u002F00up-prenatal1\u002F00up-prenatal1-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","height":252,"__typename":"ImageRendition"},"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-threeByTwoLargeAt2X.jpg":{"width":6000,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fmultimedia\u002F00up-prenatal1\u002F00up-prenatal1-threeByTwoLargeAt2X.jpg","name":"threeByTwoLargeAt2X","height":4000,"__typename":"ImageRendition"},"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-threeByTwoMediumAt2X.jpg":{"width":1500,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fmultimedia\u002F00up-prenatal1\u002F00up-prenatal1-threeByTwoMediumAt2X.jpg","name":"threeByTwoMediumAt2X","height":1000,"__typename":"ImageRendition"},"ImageRendition:images20220420multimedia00up-prenatal100up-prenatal1-threeByTwoSmallAt2X.jpg":{"width":600,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fmultimedia\u002F00up-prenatal1\u002F00up-prenatal1-threeByTwoSmallAt2X.jpg","name":"threeByTwoSmallAt2X","height":400,"__typename":"ImageRendition"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.4":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2M5ODM4ODllLWE3MGYtNWNmMS05NzJhLWJlOGEzYmQ4ZGNhZQ==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzYzNGM0ZDZjLTQzOGQtNTk3Ny04ZTE1LTc2ODFkOTdmNzdjMA==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzYzNGM0ZDZjLTQzOGQtNTk3Ny04ZTE1LTc2ODFkOTdmNzdjMA==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F20\u002Fwell\u002Feat\u002Ftiktok-gut-health.html","firstPublished":"2022-04-20T09:00:23.000Z","typeOfMaterials":{"type":"json","json":["News"]},"archiveProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzYzNGM0ZDZjLTQzOGQtNTk3Ny04ZTE1LTc2ODFkOTdmNzdjMA==.archiveProperties","typename":"ArticleArchiveProperties"},"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzYzNGM0ZDZjLTQzOGQtNTk3Ny04ZTE1LTc2ODFkOTdmNzdjMA==.headline","typename":"CreativeWorkHeadline"},"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzYzNGM0ZDZjLTQzOGQtNTk3Ny04ZTE1LTc2ODFkOTdmNzdjMA==.bylines.0","typename":"Byline"}],"kicker":"","summary":"Despite what social media might have you believe, there is no overnight shortcut to better digestive health.","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMyOTE5MzUtMWFkYS01OTkwLTgyNzUtYzM2MjRkN2NlOTI0","typename":"Image"},"translations":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzYzNGM0ZDZjLTQzOGQtNTk3Ny04ZTE1LTc2ODFkOTdmNzdjMA==.archiveProperties":{"lede":"","__typename":"ArticleArchiveProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzYzNGM0ZDZjLTQzOGQtNTk3Ny04ZTE1LTc2ODFkOTdmNzdjMA==.headline":{"default":"Why Is Gut Health Taking Over TikTok?","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzYzNGM0ZDZjLTQzOGQtNTk3Ny04ZTE1LTc2ODFkOTdmNzdjMA==.bylines.0":{"renderedRepresentation":"By Dani Blum","prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9jZWNkZjMyMi04MjEzLTVlNDEtYjU4Mi0yNWNkNWI1NWQxM2Q=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi9jZWNkZjMyMi04MjEzLTVlNDEtYjU4Mi0yNWNkNWI1NWQxM2Q=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi9jZWNkZjMyMi04MjEzLTVlNDEtYjU4Mi0yNWNkNWI1NWQxM2Q=","displayName":"Dani Blum","url":"","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0","typename":"Image"},"__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0","crops":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.4","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.5","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.6","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.7","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.8","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.9","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.10","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.11","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.12","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.13","typename":"ImageCrop"}],"__typename":"Image"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-articleLarge-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-articleLarge-v3.png","name":"articleLarge","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-popup-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-popup-v3.png","name":"popup","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-blog480-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-blog480-v3.png","name":"blog480","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-blog533-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-blog533-v3.png","name":"blog533","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-blog427-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-blog427-v3.png","name":"blog427","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-tmagSF-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-tmagSF-v3.png","name":"tmagSF","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-tmagArticle-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-tmagArticle-v3.png","name":"tmagArticle","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-slide-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-slide-v3.png","name":"slide","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-jumbo-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-jumbo-v3.png","name":"jumbo","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-superJumbo-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-superJumbo-v3.png","name":"superJumbo","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-blog225-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-blog225-v3.png","name":"blog225","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-master675-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-master675-v3.png","name":"master675","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-master495-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-master495-v3.png","name":"master495","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-master180-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-master180-v3.png","name":"master180","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-master315-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-master315-v3.png","name":"master315","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-master768-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-master768-v3.png","name":"master768","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-articleLarge-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-popup-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-blog480-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-blog533-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-blog427-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-tmagSF-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-tmagArticle-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-slide-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-jumbo-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-superJumbo-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-blog225-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-master675-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-master495-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-master180-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-master315-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-master768-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-thumbStandard-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-thumbStandard-v2.png","name":"thumbStandard","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-blogSmallThumb-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-blogSmallThumb-v2.png","name":"blogSmallThumb","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-thumbLarge-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-thumbLarge-v2.png","name":"thumbLarge","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-smallSquare168-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-smallSquare168-v2.png","name":"smallSquare168","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-smallSquare252-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-smallSquare252-v2.png","name":"smallSquare252","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-thumbStandard-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-blogSmallThumb-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-thumbLarge-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-smallSquare168-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-smallSquare252-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-square320-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-square320-v2.png","name":"square320","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-moth-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-moth-v2.png","name":"moth","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-filmstrip-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-filmstrip-v2.png","name":"filmstrip","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-square640-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-square640-v2.png","name":"square640","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-mediumSquare149-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-mediumSquare149-v2.png","name":"mediumSquare149","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-mediumSquareAt3X-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-mediumSquareAt3X-v2.png","name":"mediumSquareAt3X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-square320-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-moth-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-filmstrip-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-square640-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-mediumSquare149-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-mediumSquareAt3X-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-sfSpan-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-sfSpan-v3.png","name":"sfSpan","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-largeHorizontal375-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-largeHorizontal375-v3.png","name":"largeHorizontal375","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-largeHorizontalJumbo-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-largeHorizontalJumbo-v3.png","name":"largeHorizontalJumbo","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-horizontalMediumAt2X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-horizontalMediumAt2X-v3.png","name":"horizontalMediumAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-sfSpan-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-largeHorizontal375-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-largeHorizontalJumbo-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-horizontalMediumAt2X-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-hpLarge-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-hpLarge-v3.png","name":"hpLarge","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-largeWidescreen573-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-largeWidescreen573-v3.png","name":"largeWidescreen573","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-largeWidescreen1050-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-largeWidescreen1050-v3.png","name":"largeWidescreen1050","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-hpLarge-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-largeWidescreen573-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-largeWidescreen1050-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-thumbWide-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-thumbWide-v3.png","name":"thumbWide","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoThumb-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-videoThumb-v3.png","name":"videoThumb","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoLarge-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-videoLarge-v3.png","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-mediumThreeByTwo210-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-mediumThreeByTwo210-v3.png","name":"mediumThreeByTwo210","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-mediumThreeByTwo225-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-mediumThreeByTwo225-v3.png","name":"mediumThreeByTwo225","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-mediumThreeByTwo440-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-mediumThreeByTwo440-v3.png","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-mediumThreeByTwo252-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-mediumThreeByTwo252-v3.png","name":"mediumThreeByTwo252","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-mediumThreeByTwo378-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-mediumThreeByTwo378-v3.png","name":"mediumThreeByTwo378","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-threeByTwoLargeAt2X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-threeByTwoLargeAt2X-v3.png","name":"threeByTwoLargeAt2X","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-threeByTwoMediumAt2X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-threeByTwoMediumAt2X-v3.png","name":"threeByTwoMediumAt2X","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-threeByTwoSmallAt2X-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-threeByTwoSmallAt2X-v3.png","name":"threeByTwoSmallAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.5":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-thumbWide-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoThumb-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoLarge-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-mediumThreeByTwo210-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-mediumThreeByTwo225-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-mediumThreeByTwo440-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-mediumThreeByTwo252-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-mediumThreeByTwo378-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-threeByTwoLargeAt2X-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-threeByTwoMediumAt2X-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-threeByTwoSmallAt2X-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-articleInline-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-articleInline-v3.png","name":"articleInline","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-hpSmall-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-hpSmall-v3.png","name":"hpSmall","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-blogSmallInline-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-blogSmallInline-v3.png","name":"blogSmallInline","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-mediumFlexible177-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-mediumFlexible177-v3.png","name":"mediumFlexible177","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.6":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-articleInline-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-hpSmall-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-blogSmallInline-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-mediumFlexible177-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSmall-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-videoSmall-v3.png","name":"videoSmall","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoHpMedium-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-videoHpMedium-v3.png","name":"videoHpMedium","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine600-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-videoSixteenByNine600-v3.png","name":"videoSixteenByNine600","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine540-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-videoSixteenByNine540-v3.png","name":"videoSixteenByNine540","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine495-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-videoSixteenByNine495-v3.png","name":"videoSixteenByNine495","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine390-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-videoSixteenByNine390-v3.png","name":"videoSixteenByNine390","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine1050-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-videoSixteenByNine1050-v3.png","name":"videoSixteenByNine1050","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine480-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-videoSixteenByNine480-v3.png","name":"videoSixteenByNine480","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine310-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-videoSixteenByNine310-v3.png","name":"videoSixteenByNine310","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine225-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-videoSixteenByNine225-v3.png","name":"videoSixteenByNine225","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine96-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-videoSixteenByNine96-v3.png","name":"videoSixteenByNine96","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine768-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-videoSixteenByNine768-v3.png","name":"videoSixteenByNine768","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine150-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-videoSixteenByNine150-v3.png","name":"videoSixteenByNine150","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNineJumbo1600-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-videoSixteenByNineJumbo1600-v3.png","name":"videoSixteenByNineJumbo1600","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.7":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSmall-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoHpMedium-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine600-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine540-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine495-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine390-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine1050-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine480-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine310-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine225-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine96-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine768-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNine150-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoSixteenByNineJumbo1600-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-miniMoth-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-miniMoth-v3.png","name":"miniMoth","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-windowsTile336H-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-windowsTile336H-v3.png","name":"windowsTile336H","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoFifteenBySeven1305-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-videoFifteenBySeven1305-v3.png","name":"videoFifteenBySeven1305","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.8":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-miniMoth-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-windowsTile336H-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-videoFifteenBySeven1305-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.9":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-facebookJumbo-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-facebookJumbo-v3.png","name":"facebookJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.10":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-facebookJumbo-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-watch308-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-watch308-v2.png","name":"watch308","__typename":"ImageRendition"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-watch268-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-watch268-v2.png","name":"watch268","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.11":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-watch308-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-watch268-v2.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.12":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20200317reader-centerdani-blumdani-blum-mobileMasterAt3x-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2020\u002F03\u002F17\u002Freader-center\u002Fdani-blum\u002Fdani-blum-mobileMasterAt3x-v3.png","name":"mobileMasterAt3x","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDFkOGZiMWItYzA5MC01ODg3LWI3NGUtMWZkMjY0OTQ1Zjg0.crops.13":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20200317reader-centerdani-blumdani-blum-mobileMasterAt3x-v3.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMyOTE5MzUtMWFkYS01OTkwLTgyNzUtYzM2MjRkN2NlOTI0":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMyOTE5MzUtMWFkYS01OTkwLTgyNzUtYzM2MjRkN2NlOTI0","crops({\"cropNames\":[\"THREE_BY_TWO\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMyOTE5MzUtMWFkYS01OTkwLTgyNzUtYzM2MjRkN2NlOTI0.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0","typename":"ImageCrop"}]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTMyOTE5MzUtMWFkYS01OTkwLTgyNzUtYzM2MjRkN2NlOTI0.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0":{"name":"THREE_BY_TWO","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-mediumThreeByTwo378.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-threeByTwoLargeAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-threeByTwoSmallAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-thumbWide.jpg":{"width":190,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fwell\u002F20Well-GutHacks\u002F20Well-GutHacks-thumbWide.jpg","name":"thumbWide","height":126,"__typename":"ImageRendition"},"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-videoThumb.jpg":{"width":75,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fwell\u002F20Well-GutHacks\u002F20Well-GutHacks-videoThumb.jpg","name":"videoThumb","height":50,"__typename":"ImageRendition"},"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-videoLarge.jpg":{"width":768,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fwell\u002F20Well-GutHacks\u002F20Well-GutHacks-videoLarge.jpg","name":"videoLarge","height":507,"__typename":"ImageRendition"},"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-mediumThreeByTwo210.jpg":{"width":210,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fwell\u002F20Well-GutHacks\u002F20Well-GutHacks-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","height":140,"__typename":"ImageRendition"},"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-mediumThreeByTwo225.jpg":{"width":225,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fwell\u002F20Well-GutHacks\u002F20Well-GutHacks-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","height":150,"__typename":"ImageRendition"},"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-mediumThreeByTwo440.jpg":{"width":440,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fwell\u002F20Well-GutHacks\u002F20Well-GutHacks-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","height":293,"__typename":"ImageRendition"},"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-mediumThreeByTwo252.jpg":{"width":252,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fwell\u002F20Well-GutHacks\u002F20Well-GutHacks-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","height":168,"__typename":"ImageRendition"},"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-mediumThreeByTwo378.jpg":{"width":378,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fwell\u002F20Well-GutHacks\u002F20Well-GutHacks-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","height":252,"__typename":"ImageRendition"},"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-threeByTwoLargeAt2X.jpg":{"width":2048,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fwell\u002F20Well-GutHacks\u002F20Well-GutHacks-threeByTwoLargeAt2X.jpg","name":"threeByTwoLargeAt2X","height":1365,"__typename":"ImageRendition"},"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-threeByTwoMediumAt2X.jpg":{"width":1500,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fwell\u002F20Well-GutHacks\u002F20Well-GutHacks-threeByTwoMediumAt2X.jpg","name":"threeByTwoMediumAt2X","height":1000,"__typename":"ImageRendition"},"ImageRendition:images20220420well20Well-GutHacks20Well-GutHacks-threeByTwoSmallAt2X.jpg":{"width":600,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fwell\u002F20Well-GutHacks\u002F20Well-GutHacks-threeByTwoSmallAt2X.jpg","name":"threeByTwoSmallAt2X","height":400,"__typename":"ImageRendition"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.5":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzYzNGM0ZDZjLTQzOGQtNTk3Ny04ZTE1LTc2ODFkOTdmNzdjMA==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzRjN2I0YjJiLTdiMDktNTYwYi1hOGU4LTA4NTE4MGQ0MDkwZA==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzRjN2I0YjJiLTdiMDktNTYwYi1hOGU4LTA4NTE4MGQ0MDkwZA==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002Fmoderna-vaccine-beta-variant.html","firstPublished":"2022-04-19T11:00:07.000Z","typeOfMaterials":{"type":"json","json":["News"]},"archiveProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzRjN2I0YjJiLTdiMDktNTYwYi1hOGU4LTA4NTE4MGQ0MDkwZA==.archiveProperties","typename":"ArticleArchiveProperties"},"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzRjN2I0YjJiLTdiMDktNTYwYi1hOGU4LTA4NTE4MGQ0MDkwZA==.headline","typename":"CreativeWorkHeadline"},"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzRjN2I0YjJiLTdiMDktNTYwYi1hOGU4LTA4NTE4MGQ0MDkwZA==.bylines.0","typename":"Byline"}],"kicker":"","summary":"Researchers combined Moderna’s existing vaccine with one designed to attack the Beta variant, and found it provided a stronger defense against several variants.","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDQ0YmMyZjYtYmY1ZC01ODIwLTg2NWQtZjQ1MjRhZWE0Mjg4","typename":"Image"},"translations":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzRjN2I0YjJiLTdiMDktNTYwYi1hOGU4LTA4NTE4MGQ0MDkwZA==.archiveProperties":{"lede":"","__typename":"ArticleArchiveProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzRjN2I0YjJiLTdiMDktNTYwYi1hOGU4LTA4NTE4MGQ0MDkwZA==.headline":{"default":"Moderna says trial results suggest redesigned vaccines can better protect against variants.","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzRjN2I0YjJiLTdiMDktNTYwYi1hOGU4LTA4NTE4MGQ0MDkwZA==.bylines.0":{"renderedRepresentation":"By Sharon LaFraniere","prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi81NWRhZjA1NC02OWYxLTU0YjQtYWYwZS1jY2I3ZWQzMDI2NjU=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi81NWRhZjA1NC02OWYxLTU0YjQtYWYwZS1jY2I3ZWQzMDI2NjU=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi81NWRhZjA1NC02OWYxLTU0YjQtYWYwZS1jY2I3ZWQzMDI2NjU=","displayName":"Sharon LaFraniere","url":"","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5","typename":"Image"},"__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5","crops":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.4","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.5","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.6","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.7","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.8","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.9","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.10","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.11","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.12","typename":"ImageCrop"}],"__typename":"Image"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-articleLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-articleLarge.png","name":"articleLarge","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-popup.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-popup.png","name":"popup","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-blog480.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-blog480.png","name":"blog480","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-blog533.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-blog533.png","name":"blog533","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-blog427.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-blog427.png","name":"blog427","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-tmagSF.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-tmagSF.png","name":"tmagSF","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-tmagArticle.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-tmagArticle.png","name":"tmagArticle","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-slide.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-slide.png","name":"slide","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-jumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-jumbo.png","name":"jumbo","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-superJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-superJumbo.png","name":"superJumbo","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-blog225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-blog225.png","name":"blog225","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-master675.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-master675.png","name":"master675","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-master495.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-master495.png","name":"master495","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-master180.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-master180.png","name":"master180","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-master315.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-master315.png","name":"master315","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-master768.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-master768.png","name":"master768","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-articleLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-popup.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-blog480.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-blog533.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-blog427.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-tmagSF.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-tmagArticle.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-slide.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-jumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-superJumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-blog225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-master675.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-master495.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-master180.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-master315.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-master768.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-thumbStandard-v3.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-thumbStandard-v3.png","name":"thumbStandard","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-blogSmallThumb.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-blogSmallThumb.png","name":"blogSmallThumb","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-thumbLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-thumbLarge.png","name":"thumbLarge","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-smallSquare168-v2.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-smallSquare168-v2.png","name":"smallSquare168","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-smallSquare252.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-smallSquare252.png","name":"smallSquare252","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-thumbStandard-v3.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-blogSmallThumb.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-thumbLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-smallSquare168-v2.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-smallSquare252.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-square320.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-square320.png","name":"square320","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-moth.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-moth.png","name":"moth","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-filmstrip.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-filmstrip.png","name":"filmstrip","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-square640.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-square640.png","name":"square640","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-mediumSquare149.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-mediumSquare149.png","name":"mediumSquare149","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-square320.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-moth.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-filmstrip.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-square640.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-mediumSquare149.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-sfSpan.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-sfSpan.png","name":"sfSpan","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-largeHorizontal375.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-largeHorizontal375.png","name":"largeHorizontal375","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-largeHorizontalJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-largeHorizontalJumbo.png","name":"largeHorizontalJumbo","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-horizontalMediumAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-horizontalMediumAt2X.png","name":"horizontalMediumAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-sfSpan.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-largeHorizontal375.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-largeHorizontalJumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-horizontalMediumAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-hpLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-hpLarge.png","name":"hpLarge","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-largeWidescreen573.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-largeWidescreen573.png","name":"largeWidescreen573","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-hpLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-largeWidescreen573.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-thumbWide.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-thumbWide.png","name":"thumbWide","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoThumb.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-videoThumb.png","name":"videoThumb","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-videoLarge.png","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-mediumThreeByTwo210.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-mediumThreeByTwo210.png","name":"mediumThreeByTwo210","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-mediumThreeByTwo225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-mediumThreeByTwo225.png","name":"mediumThreeByTwo225","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-mediumThreeByTwo440.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-mediumThreeByTwo440.png","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-mediumThreeByTwo252.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-mediumThreeByTwo252.png","name":"mediumThreeByTwo252","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-mediumThreeByTwo378.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-mediumThreeByTwo378.png","name":"mediumThreeByTwo378","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-threeByTwoLargeAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-threeByTwoLargeAt2X.png","name":"threeByTwoLargeAt2X","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-threeByTwoMediumAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-threeByTwoMediumAt2X.png","name":"threeByTwoMediumAt2X","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-threeByTwoSmallAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-threeByTwoSmallAt2X.png","name":"threeByTwoSmallAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.5":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-thumbWide.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoThumb.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-mediumThreeByTwo210.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-mediumThreeByTwo225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-mediumThreeByTwo440.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-mediumThreeByTwo252.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-mediumThreeByTwo378.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-threeByTwoLargeAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-threeByTwoMediumAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-threeByTwoSmallAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-articleInline.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-articleInline.png","name":"articleInline","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-hpSmall.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-hpSmall.png","name":"hpSmall","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-blogSmallInline.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-blogSmallInline.png","name":"blogSmallInline","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-mediumFlexible177.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-mediumFlexible177.png","name":"mediumFlexible177","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.6":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-articleInline.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-hpSmall.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-blogSmallInline.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-mediumFlexible177.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSmall.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-videoSmall.png","name":"videoSmall","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoHpMedium.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-videoHpMedium.png","name":"videoHpMedium","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNine600.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-videoSixteenByNine600.png","name":"videoSixteenByNine600","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNine540.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-videoSixteenByNine540.png","name":"videoSixteenByNine540","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNine495.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-videoSixteenByNine495.png","name":"videoSixteenByNine495","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNine390.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-videoSixteenByNine390.png","name":"videoSixteenByNine390","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNine480.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-videoSixteenByNine480.png","name":"videoSixteenByNine480","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNine310.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-videoSixteenByNine310.png","name":"videoSixteenByNine310","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNine225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-videoSixteenByNine225.png","name":"videoSixteenByNine225","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNine96.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-videoSixteenByNine96.png","name":"videoSixteenByNine96","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNine768.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-videoSixteenByNine768.png","name":"videoSixteenByNine768","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNine150.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-videoSixteenByNine150.png","name":"videoSixteenByNine150","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNineJumbo1600.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-videoSixteenByNineJumbo1600.png","name":"videoSixteenByNineJumbo1600","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.7":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSmall.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoHpMedium.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNine600.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNine540.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNine495.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNine390.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNine480.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNine310.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNine225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNine96.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNine768.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNine150.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-videoSixteenByNineJumbo1600.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-miniMoth.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-miniMoth.png","name":"miniMoth","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-windowsTile336H.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-windowsTile336H.png","name":"windowsTile336H","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.8":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-miniMoth.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-windowsTile336H.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.9":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-facebookJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-facebookJumbo.png","name":"facebookJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.10":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-facebookJumbo.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-watch308.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-watch308.png","name":"watch308","__typename":"ImageRendition"},"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-watch268.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F12\u002Fmultimedia\u002Fauthor-sharon-lafraniere\u002Fauthor-sharon-lafraniere-watch268.png","name":"watch268","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.11":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-watch308.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180712multimediaauthor-sharon-lafraniereauthor-sharon-lafraniere-watch268.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmYwYmU1NmEtNTRiYi01MGRhLThiNjUtYjkzYzM3N2VhOGU5.crops.12":{"renditions":[],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDQ0YmMyZjYtYmY1ZC01ODIwLTg2NWQtZjQ1MjRhZWE0Mjg4":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvNDQ0YmMyZjYtYmY1ZC01ODIwLTg2NWQtZjQ1MjRhZWE0Mjg4","crops({\"cropNames\":[\"THREE_BY_TWO\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDQ0YmMyZjYtYmY1ZC01ODIwLTg2NWQtZjQ1MjRhZWE0Mjg4.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0","typename":"ImageCrop"}]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNDQ0YmMyZjYtYmY1ZC01ODIwLTg2NWQtZjQ1MjRhZWE0Mjg4.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0":{"name":"THREE_BY_TWO","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-mediumThreeByTwo378.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-threeByTwoLargeAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-threeByTwoSmallAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-thumbWide.jpg":{"width":190,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002F19dc-moderna3\u002F19dc-moderna3-thumbWide.jpg","name":"thumbWide","height":126,"__typename":"ImageRendition"},"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-videoThumb.jpg":{"width":75,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002F19dc-moderna3\u002F19dc-moderna3-videoThumb.jpg","name":"videoThumb","height":50,"__typename":"ImageRendition"},"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-videoLarge.jpg":{"width":768,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002F19dc-moderna3\u002F19dc-moderna3-videoLarge.jpg","name":"videoLarge","height":507,"__typename":"ImageRendition"},"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-mediumThreeByTwo210.jpg":{"width":210,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002F19dc-moderna3\u002F19dc-moderna3-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","height":140,"__typename":"ImageRendition"},"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-mediumThreeByTwo225.jpg":{"width":225,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002F19dc-moderna3\u002F19dc-moderna3-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","height":150,"__typename":"ImageRendition"},"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-mediumThreeByTwo440.jpg":{"width":440,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002F19dc-moderna3\u002F19dc-moderna3-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","height":293,"__typename":"ImageRendition"},"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-mediumThreeByTwo252.jpg":{"width":252,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002F19dc-moderna3\u002F19dc-moderna3-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","height":168,"__typename":"ImageRendition"},"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-mediumThreeByTwo378.jpg":{"width":378,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002F19dc-moderna3\u002F19dc-moderna3-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","height":252,"__typename":"ImageRendition"},"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-threeByTwoLargeAt2X.jpg":{"width":3946,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002F19dc-moderna3\u002F19dc-moderna3-threeByTwoLargeAt2X.jpg","name":"threeByTwoLargeAt2X","height":2631,"__typename":"ImageRendition"},"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-threeByTwoMediumAt2X.jpg":{"width":1500,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002F19dc-moderna3\u002F19dc-moderna3-threeByTwoMediumAt2X.jpg","name":"threeByTwoMediumAt2X","height":1000,"__typename":"ImageRendition"},"ImageRendition:images20220419uspolitics19dc-moderna319dc-moderna3-threeByTwoSmallAt2X.jpg":{"width":600,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F19\u002Fus\u002Fpolitics\u002F19dc-moderna3\u002F19dc-moderna3-threeByTwoSmallAt2X.jpg","name":"threeByTwoSmallAt2X","height":400,"__typename":"ImageRendition"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.6":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzRjN2I0YjJiLTdiMDktNTYwYi1hOGU4LTA4NTE4MGQ0MDkwZA==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzA2MGU3NjhhLWFjNzktNTQyYi05YTM2LWEzNzUwN2E1ZTQzMA==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzA2MGU3NjhhLWFjNzktNTQyYi05YTM2LWEzNzUwN2E1ZTQzMA==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F19\u002Fmagazine\u002Fmri-brain-activity-psychology.html","firstPublished":"2022-04-19T09:00:18.535Z","typeOfMaterials":{"type":"json","json":["News"]},"archiveProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzA2MGU3NjhhLWFjNzktNTQyYi05YTM2LWEzNzUwN2E1ZTQzMA==.archiveProperties","typename":"ArticleArchiveProperties"},"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzA2MGU3NjhhLWFjNzktNTQyYi05YTM2LWEzNzUwN2E1ZTQzMA==.headline","typename":"CreativeWorkHeadline"},"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzA2MGU3NjhhLWFjNzktNTQyYi05YTM2LWEzNzUwN2E1ZTQzMA==.bylines.0","typename":"Byline"}],"kicker":"Studies Show","summary":"How might we leverage knowing that a particular neurological feature makes someone more vulnerable to autism or Alzheimer’s or more likely to achieve academically?","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzEwNzUwOGMtMWYwYy01MjE4LWE0YmEtNzNlZTdmOTQ1NGQ3","typename":"Image"},"translations":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzA2MGU3NjhhLWFjNzktNTQyYi05YTM2LWEzNzUwN2E1ZTQzMA==.archiveProperties":{"lede":"","__typename":"ArticleArchiveProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzA2MGU3NjhhLWFjNzktNTQyYi05YTM2LWEzNzUwN2E1ZTQzMA==.headline":{"default":"M.R.I.s Are Finding Connections Between Our Brain Activity and Psychology","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzA2MGU3NjhhLWFjNzktNTQyYi05YTM2LWEzNzUwN2E1ZTQzMA==.bylines.0":{"renderedRepresentation":"By Kim Tingley","prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi8xMjE0ZTRjNy0zNTMxLTU2MzMtYmFkZC1jNDdmYmFiZDRjYmU=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi8xMjE0ZTRjNy0zNTMxLTU2MzMtYmFkZC1jNDdmYmFiZDRjYmU=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi8xMjE0ZTRjNy0zNTMxLTU2MzMtYmFkZC1jNDdmYmFiZDRjYmU=","displayName":"Kim Tingley","url":"","promotionalMedia":null,"__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzEwNzUwOGMtMWYwYy01MjE4LWE0YmEtNzNlZTdmOTQ1NGQ3":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvYzEwNzUwOGMtMWYwYy01MjE4LWE0YmEtNzNlZTdmOTQ1NGQ3","crops({\"cropNames\":[\"THREE_BY_TWO\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzEwNzUwOGMtMWYwYy01MjE4LWE0YmEtNzNlZTdmOTQ1NGQ3.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0","typename":"ImageCrop"}]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYzEwNzUwOGMtMWYwYy01MjE4LWE0YmEtNzNlZTdmOTQ1NGQ3.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0":{"name":"THREE_BY_TWO","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-mediumThreeByTwo378.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-threeByTwoLargeAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-threeByTwoSmallAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-thumbWide.jpg":{"width":190,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F24\u002Fmagazine\u002F24mag-studiesshow_01\u002F24mag-studiesshow_01-thumbWide.jpg","name":"thumbWide","height":126,"__typename":"ImageRendition"},"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-videoThumb.jpg":{"width":75,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F24\u002Fmagazine\u002F24mag-studiesshow_01\u002F24mag-studiesshow_01-videoThumb.jpg","name":"videoThumb","height":50,"__typename":"ImageRendition"},"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-videoLarge.jpg":{"width":768,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F24\u002Fmagazine\u002F24mag-studiesshow_01\u002F24mag-studiesshow_01-videoLarge.jpg","name":"videoLarge","height":507,"__typename":"ImageRendition"},"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-mediumThreeByTwo210.jpg":{"width":210,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F24\u002Fmagazine\u002F24mag-studiesshow_01\u002F24mag-studiesshow_01-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","height":140,"__typename":"ImageRendition"},"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-mediumThreeByTwo225.jpg":{"width":225,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F24\u002Fmagazine\u002F24mag-studiesshow_01\u002F24mag-studiesshow_01-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","height":150,"__typename":"ImageRendition"},"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-mediumThreeByTwo440.jpg":{"width":440,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F24\u002Fmagazine\u002F24mag-studiesshow_01\u002F24mag-studiesshow_01-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","height":293,"__typename":"ImageRendition"},"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-mediumThreeByTwo252.jpg":{"width":252,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F24\u002Fmagazine\u002F24mag-studiesshow_01\u002F24mag-studiesshow_01-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","height":168,"__typename":"ImageRendition"},"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-mediumThreeByTwo378.jpg":{"width":378,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F24\u002Fmagazine\u002F24mag-studiesshow_01\u002F24mag-studiesshow_01-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","height":252,"__typename":"ImageRendition"},"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-threeByTwoLargeAt2X.jpg":{"width":3432,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F24\u002Fmagazine\u002F24mag-studiesshow_01\u002F24mag-studiesshow_01-threeByTwoLargeAt2X.jpg","name":"threeByTwoLargeAt2X","height":2288,"__typename":"ImageRendition"},"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-threeByTwoMediumAt2X.jpg":{"width":1500,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F24\u002Fmagazine\u002F24mag-studiesshow_01\u002F24mag-studiesshow_01-threeByTwoMediumAt2X.jpg","name":"threeByTwoMediumAt2X","height":1000,"__typename":"ImageRendition"},"ImageRendition:images20220424magazine24mag-studiesshow_0124mag-studiesshow_01-threeByTwoSmallAt2X.jpg":{"width":600,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F24\u002Fmagazine\u002F24mag-studiesshow_01\u002F24mag-studiesshow_01-threeByTwoSmallAt2X.jpg","name":"threeByTwoSmallAt2X","height":400,"__typename":"ImageRendition"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.7":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzA2MGU3NjhhLWFjNzktNTQyYi05YTM2LWEzNzUwN2E1ZTQzMA==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzc2Zjg1ZjRmLTk1OGUtNTk4OS04MzFlLTBkYmNiNzI4ZTZkOQ==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzc2Zjg1ZjRmLTk1OGUtNTk4OS04MzFlLTBkYmNiNzI4ZTZkOQ==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F17\u002Fus\u002Fsecond-covid-booster-60.html","firstPublished":"2022-04-17T19:07:13.000Z","typeOfMaterials":{"type":"json","json":["News"]},"archiveProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzc2Zjg1ZjRmLTk1OGUtNTk4OS04MzFlLTBkYmNiNzI4ZTZkOQ==.archiveProperties","typename":"ArticleArchiveProperties"},"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzc2Zjg1ZjRmLTk1OGUtNTk4OS04MzFlLTBkYmNiNzI4ZTZkOQ==.headline","typename":"CreativeWorkHeadline"},"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzc2Zjg1ZjRmLTk1OGUtNTk4OS04MzFlLTBkYmNiNzI4ZTZkOQ==.bylines.0","typename":"Byline"}],"kicker":"","summary":"Citing data from Israel, the Biden administration’s Covid response coordinator said a second booster offered significant protection to older people.","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMWI5ZTk4NzgtZWY4Mi01OWYwLWExYTQtOGM2M2E3NzVmM2E3","typename":"Image"},"translations":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzc2Zjg1ZjRmLTk1OGUtNTk4OS04MzFlLTBkYmNiNzI4ZTZkOQ==.archiveProperties":{"lede":"","__typename":"ArticleArchiveProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzc2Zjg1ZjRmLTk1OGUtNTk4OS04MzFlLTBkYmNiNzI4ZTZkOQ==.headline":{"default":"Americans Over 60 Should Get Second Booster, Official Says","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzc2Zjg1ZjRmLTk1OGUtNTk4OS04MzFlLTBkYmNiNzI4ZTZkOQ==.bylines.0":{"renderedRepresentation":"By William Lamb","prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi84OTNiMDhlOS1hZmQ3LTUxZmItOGIwMi0zODJiZDQ5ZGQxOGU=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi84OTNiMDhlOS1hZmQ3LTUxZmItOGIwMi0zODJiZDQ5ZGQxOGU=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi84OTNiMDhlOS1hZmQ3LTUxZmItOGIwMi0zODJiZDQ5ZGQxOGU=","displayName":"William Lamb","url":"","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4","typename":"Image"},"__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4","crops":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.4","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.5","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.6","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.7","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.8","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.9","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.10","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.11","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.12","typename":"ImageCrop"}],"__typename":"Image"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-articleLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-articleLarge.png","name":"articleLarge","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-popup.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-popup.png","name":"popup","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-blog480.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-blog480.png","name":"blog480","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-blog533.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-blog533.png","name":"blog533","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-blog427.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-blog427.png","name":"blog427","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-tmagSF.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-tmagSF.png","name":"tmagSF","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-tmagArticle.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-tmagArticle.png","name":"tmagArticle","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-slide.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-slide.png","name":"slide","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-jumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-jumbo.png","name":"jumbo","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-superJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-superJumbo.png","name":"superJumbo","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-blog225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-blog225.png","name":"blog225","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-master675.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-master675.png","name":"master675","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-master495.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-master495.png","name":"master495","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-master180.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-master180.png","name":"master180","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-master315.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-master315.png","name":"master315","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-master768.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-master768.png","name":"master768","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-articleLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-popup.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-blog480.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-blog533.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-blog427.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-tmagSF.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-tmagArticle.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-slide.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-jumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-superJumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-blog225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-master675.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-master495.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-master180.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-master315.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-master768.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-thumbStandard.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-thumbStandard.png","name":"thumbStandard","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-blogSmallThumb.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-blogSmallThumb.png","name":"blogSmallThumb","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-thumbLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-thumbLarge.png","name":"thumbLarge","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-smallSquare168.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-smallSquare168.png","name":"smallSquare168","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-smallSquare252.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-smallSquare252.png","name":"smallSquare252","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-thumbStandard.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-blogSmallThumb.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-thumbLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-smallSquare168.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-smallSquare252.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-square320.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-square320.png","name":"square320","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-moth.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-moth.png","name":"moth","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-filmstrip.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-filmstrip.png","name":"filmstrip","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-square640.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-square640.png","name":"square640","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-mediumSquare149.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-mediumSquare149.png","name":"mediumSquare149","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-square320.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-moth.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-filmstrip.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-square640.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-mediumSquare149.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-sfSpan.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-sfSpan.png","name":"sfSpan","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-largeHorizontal375.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-largeHorizontal375.png","name":"largeHorizontal375","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-largeHorizontalJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-largeHorizontalJumbo.png","name":"largeHorizontalJumbo","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-horizontalMediumAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-horizontalMediumAt2X.png","name":"horizontalMediumAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-sfSpan.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-largeHorizontal375.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-largeHorizontalJumbo.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-horizontalMediumAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-hpLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-hpLarge.png","name":"hpLarge","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-largeWidescreen573.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-largeWidescreen573.png","name":"largeWidescreen573","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-largeWidescreen1050.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-largeWidescreen1050.png","name":"largeWidescreen1050","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-hpLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-largeWidescreen573.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-largeWidescreen1050.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-thumbWide.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-thumbWide.png","name":"thumbWide","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoThumb.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-videoThumb.png","name":"videoThumb","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-videoLarge.png","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-mediumThreeByTwo210.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-mediumThreeByTwo210.png","name":"mediumThreeByTwo210","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-mediumThreeByTwo225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-mediumThreeByTwo225.png","name":"mediumThreeByTwo225","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-mediumThreeByTwo440.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-mediumThreeByTwo440.png","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-mediumThreeByTwo252.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-mediumThreeByTwo252.png","name":"mediumThreeByTwo252","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-mediumThreeByTwo378.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-mediumThreeByTwo378.png","name":"mediumThreeByTwo378","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-threeByTwoLargeAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-threeByTwoLargeAt2X.png","name":"threeByTwoLargeAt2X","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-threeByTwoMediumAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-threeByTwoMediumAt2X.png","name":"threeByTwoMediumAt2X","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-threeByTwoSmallAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-threeByTwoSmallAt2X.png","name":"threeByTwoSmallAt2X","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.5":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-thumbWide.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoThumb.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-mediumThreeByTwo210.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-mediumThreeByTwo225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-mediumThreeByTwo440.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-mediumThreeByTwo252.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-mediumThreeByTwo378.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-threeByTwoLargeAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-threeByTwoMediumAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-threeByTwoSmallAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-articleInline.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-articleInline.png","name":"articleInline","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-hpSmall.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-hpSmall.png","name":"hpSmall","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-blogSmallInline.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-blogSmallInline.png","name":"blogSmallInline","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-mediumFlexible177.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-mediumFlexible177.png","name":"mediumFlexible177","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.6":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-articleInline.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-hpSmall.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-blogSmallInline.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-mediumFlexible177.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSmall.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-videoSmall.png","name":"videoSmall","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoHpMedium.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-videoHpMedium.png","name":"videoHpMedium","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine600.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-videoSixteenByNine600.png","name":"videoSixteenByNine600","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine540.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-videoSixteenByNine540.png","name":"videoSixteenByNine540","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine495.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-videoSixteenByNine495.png","name":"videoSixteenByNine495","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine390.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-videoSixteenByNine390.png","name":"videoSixteenByNine390","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine1050.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-videoSixteenByNine1050.png","name":"videoSixteenByNine1050","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine480.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-videoSixteenByNine480.png","name":"videoSixteenByNine480","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine310.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-videoSixteenByNine310.png","name":"videoSixteenByNine310","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine225.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-videoSixteenByNine225.png","name":"videoSixteenByNine225","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine96.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-videoSixteenByNine96.png","name":"videoSixteenByNine96","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine768.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-videoSixteenByNine768.png","name":"videoSixteenByNine768","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine150.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-videoSixteenByNine150.png","name":"videoSixteenByNine150","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNineJumbo1600.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-videoSixteenByNineJumbo1600.png","name":"videoSixteenByNineJumbo1600","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.7":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSmall.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoHpMedium.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine600.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine540.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine495.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine390.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine1050.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine480.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine310.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine225.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine96.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine768.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNine150.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoSixteenByNineJumbo1600.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-miniMoth.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-miniMoth.png","name":"miniMoth","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-windowsTile336H.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-windowsTile336H.png","name":"windowsTile336H","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoFifteenBySeven1305.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-videoFifteenBySeven1305.png","name":"videoFifteenBySeven1305","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.8":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-miniMoth.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-windowsTile336H.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-videoFifteenBySeven1305.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.9":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-facebookJumbo.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-facebookJumbo.png","name":"facebookJumbo","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.10":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-facebookJumbo.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-watch308.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-watch308.png","name":"watch308","__typename":"ImageRendition"},"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-watch268.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F07\u002F16\u002Freader-center\u002Fauthor-william-lamb\u002Fauthor-william-lamb-watch268.png","name":"watch268","__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.11":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-watch308.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190716reader-centerauthor-william-lambauthor-william-lamb-watch268.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYmU5YjczN2QtM2E5Mi01MjVjLTgzYWItOTlhYjc0MDQ4NmE4.crops.12":{"renditions":[],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMWI5ZTk4NzgtZWY4Mi01OWYwLWExYTQtOGM2M2E3NzVmM2E3":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvMWI5ZTk4NzgtZWY4Mi01OWYwLWExYTQtOGM2M2E3NzVmM2E3","crops({\"cropNames\":[\"THREE_BY_TWO\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMWI5ZTk4NzgtZWY4Mi01OWYwLWExYTQtOGM2M2E3NzVmM2E3.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0","typename":"ImageCrop"}]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMWI5ZTk4NzgtZWY4Mi01OWYwLWExYTQtOGM2M2E3NzVmM2E3.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0":{"name":"THREE_BY_TWO","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-mediumThreeByTwo378.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-threeByTwoLargeAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-threeByTwoSmallAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-thumbWide.jpg":{"width":190,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F17\u002Fmultimedia\u002F17xp-vaccine\u002F17xp-vaccine-thumbWide.jpg","name":"thumbWide","height":126,"__typename":"ImageRendition"},"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-videoThumb.jpg":{"width":75,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F17\u002Fmultimedia\u002F17xp-vaccine\u002F17xp-vaccine-videoThumb.jpg","name":"videoThumb","height":50,"__typename":"ImageRendition"},"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-videoLarge.jpg":{"width":768,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F17\u002Fmultimedia\u002F17xp-vaccine\u002F17xp-vaccine-videoLarge.jpg","name":"videoLarge","height":507,"__typename":"ImageRendition"},"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-mediumThreeByTwo210.jpg":{"width":210,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F17\u002Fmultimedia\u002F17xp-vaccine\u002F17xp-vaccine-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","height":140,"__typename":"ImageRendition"},"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-mediumThreeByTwo225.jpg":{"width":225,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F17\u002Fmultimedia\u002F17xp-vaccine\u002F17xp-vaccine-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","height":150,"__typename":"ImageRendition"},"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-mediumThreeByTwo440.jpg":{"width":440,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F17\u002Fmultimedia\u002F17xp-vaccine\u002F17xp-vaccine-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","height":293,"__typename":"ImageRendition"},"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-mediumThreeByTwo252.jpg":{"width":252,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F17\u002Fmultimedia\u002F17xp-vaccine\u002F17xp-vaccine-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","height":168,"__typename":"ImageRendition"},"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-mediumThreeByTwo378.jpg":{"width":378,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F17\u002Fmultimedia\u002F17xp-vaccine\u002F17xp-vaccine-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","height":252,"__typename":"ImageRendition"},"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-threeByTwoLargeAt2X.jpg":{"width":4000,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F17\u002Fmultimedia\u002F17xp-vaccine\u002F17xp-vaccine-threeByTwoLargeAt2X.jpg","name":"threeByTwoLargeAt2X","height":2667,"__typename":"ImageRendition"},"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-threeByTwoMediumAt2X.jpg":{"width":1500,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F17\u002Fmultimedia\u002F17xp-vaccine\u002F17xp-vaccine-threeByTwoMediumAt2X.jpg","name":"threeByTwoMediumAt2X","height":1000,"__typename":"ImageRendition"},"ImageRendition:images20220417multimedia17xp-vaccine17xp-vaccine-threeByTwoSmallAt2X.jpg":{"width":600,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F17\u002Fmultimedia\u002F17xp-vaccine\u002F17xp-vaccine-threeByTwoSmallAt2X.jpg","name":"threeByTwoSmallAt2X","height":400,"__typename":"ImageRendition"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.8":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzc2Zjg1ZjRmLTk1OGUtNTk4OS04MzFlLTBkYmNiNzI4ZTZkOQ==","typename":"Article"},"__typename":"AssetsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzAzOTExMTRiLTNlYzItNTljZS05MTUyLWU5MGQ4YWFlNjVhNg==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzAzOTExMTRiLTNlYzItNTljZS05MTUyLWU5MGQ4YWFlNjVhNg==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F17\u002Fus\u002Foffice-birthday-party-lawsuit-kentucky.html","firstPublished":"2022-04-17T09:00:09.000Z","typeOfMaterials":{"type":"json","json":["News"]},"archiveProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzAzOTExMTRiLTNlYzItNTljZS05MTUyLWU5MGQ4YWFlNjVhNg==.archiveProperties","typename":"ArticleArchiveProperties"},"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzAzOTExMTRiLTNlYzItNTljZS05MTUyLWU5MGQ4YWFlNjVhNg==.headline","typename":"CreativeWorkHeadline"},"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzAzOTExMTRiLTNlYzItNTljZS05MTUyLWU5MGQ4YWFlNjVhNg==.bylines.0","typename":"Byline"}],"kicker":"","summary":"The man asked a manager not to have a party because he had an anxiety disorder. What followed spiraled into a legal dispute over whether the man had a panic attack or a violent outburst.","promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTRhMjc5NTctZjEwNC01MDBlLTk5MTktYWVlMDU0ZGYyNGNj","typename":"Image"},"translations":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzAzOTExMTRiLTNlYzItNTljZS05MTUyLWU5MGQ4YWFlNjVhNg==.archiveProperties":{"lede":"","__typename":"ArticleArchiveProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzAzOTExMTRiLTNlYzItNTljZS05MTUyLWU5MGQ4YWFlNjVhNg==.headline":{"default":"Jury Awards $450,000 to Man Fired Over Unwanted Office Birthday Party","__typename":"CreativeWorkHeadline"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzAzOTExMTRiLTNlYzItNTljZS05MTUyLWU5MGQ4YWFlNjVhNg==.bylines.0":{"renderedRepresentation":"By Amanda Holpuch","prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi85Y2FjZjM5Ny01MzdjLTVmMmItYTJiYi1jNzg1Njk0NWFhNDE=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi85Y2FjZjM5Ny01MzdjLTVmMmItYTJiYi1jNzg1Njk0NWFhNDE=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi85Y2FjZjM5Ny01MzdjLTVmMmItYTJiYi1jNzg1Njk0NWFhNDE=","displayName":"Amanda Holpuch","url":"","promotionalMedia":null,"__typename":"Person"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTRhMjc5NTctZjEwNC01MDBlLTk5MTktYWVlMDU0ZGYyNGNj":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvYTRhMjc5NTctZjEwNC01MDBlLTk5MTktYWVlMDU0ZGYyNGNj","crops({\"cropNames\":[\"THREE_BY_TWO\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTRhMjc5NTctZjEwNC01MDBlLTk5MTktYWVlMDU0ZGYyNGNj.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0","typename":"ImageCrop"}]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYTRhMjc5NTctZjEwNC01MDBlLTk5MTktYWVlMDU0ZGYyNGNj.crops({\"cropNames\":[\"THREE_BY_TWO\"]}).0":{"name":"THREE_BY_TWO","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220416us16xp-birthday116xp-birthday1-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220416us16xp-birthday116xp-birthday1-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220416us16xp-birthday116xp-birthday1-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220416us16xp-birthday116xp-birthday1-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220416us16xp-birthday116xp-birthday1-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220416us16xp-birthday116xp-birthday1-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220416us16xp-birthday116xp-birthday1-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220416us16xp-birthday116xp-birthday1-mediumThreeByTwo378.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220416us16xp-birthday116xp-birthday1-threeByTwoLargeAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220416us16xp-birthday116xp-birthday1-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220416us16xp-birthday116xp-birthday1-threeByTwoSmallAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220416us16xp-birthday116xp-birthday1-thumbWide.jpg":{"width":190,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fus\u002F16xp-birthday1\u002F16xp-birthday1-thumbWide.jpg","name":"thumbWide","height":126,"__typename":"ImageRendition"},"ImageRendition:images20220416us16xp-birthday116xp-birthday1-videoThumb.jpg":{"width":75,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fus\u002F16xp-birthday1\u002F16xp-birthday1-videoThumb.jpg","name":"videoThumb","height":50,"__typename":"ImageRendition"},"ImageRendition:images20220416us16xp-birthday116xp-birthday1-videoLarge.jpg":{"width":768,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fus\u002F16xp-birthday1\u002F16xp-birthday1-videoLarge.jpg","name":"videoLarge","height":507,"__typename":"ImageRendition"},"ImageRendition:images20220416us16xp-birthday116xp-birthday1-mediumThreeByTwo210.jpg":{"width":210,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fus\u002F16xp-birthday1\u002F16xp-birthday1-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","height":140,"__typename":"ImageRendition"},"ImageRendition:images20220416us16xp-birthday116xp-birthday1-mediumThreeByTwo225.jpg":{"width":225,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fus\u002F16xp-birthday1\u002F16xp-birthday1-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","height":150,"__typename":"ImageRendition"},"ImageRendition:images20220416us16xp-birthday116xp-birthday1-mediumThreeByTwo440.jpg":{"width":440,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fus\u002F16xp-birthday1\u002F16xp-birthday1-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","height":293,"__typename":"ImageRendition"},"ImageRendition:images20220416us16xp-birthday116xp-birthday1-mediumThreeByTwo252.jpg":{"width":252,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fus\u002F16xp-birthday1\u002F16xp-birthday1-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","height":168,"__typename":"ImageRendition"},"ImageRendition:images20220416us16xp-birthday116xp-birthday1-mediumThreeByTwo378.jpg":{"width":378,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fus\u002F16xp-birthday1\u002F16xp-birthday1-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","height":252,"__typename":"ImageRendition"},"ImageRendition:images20220416us16xp-birthday116xp-birthday1-threeByTwoLargeAt2X.jpg":{"width":2608,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fus\u002F16xp-birthday1\u002F16xp-birthday1-threeByTwoLargeAt2X.jpg","name":"threeByTwoLargeAt2X","height":1739,"__typename":"ImageRendition"},"ImageRendition:images20220416us16xp-birthday116xp-birthday1-threeByTwoMediumAt2X.jpg":{"width":1500,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fus\u002F16xp-birthday1\u002F16xp-birthday1-threeByTwoMediumAt2X.jpg","name":"threeByTwoMediumAt2X","height":1000,"__typename":"ImageRendition"},"ImageRendition:images20220416us16xp-birthday116xp-birthday1-threeByTwoSmallAt2X.jpg":{"width":600,"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F16\u002Fus\u002F16xp-birthday1\u002F16xp-birthday1-threeByTwoSmallAt2X.jpg","name":"threeByTwoSmallAt2X","height":400,"__typename":"ImageRendition"},"$LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.collectionsPage.stream({\"exclusionMode\":\"HIGHLIGHTS_AND_EMBEDDED\",\"first\":10}).edges@filterEmpty.9":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzAzOTExMTRiLTNlYzItNTljZS05MTUyLWU5MGQ4YWFlNjVhNg==","typename":"Article"},"__typename":"AssetsEdge"},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.socialMedia.0":{"type":"Twitter","account":"@nythealth","__typename":"ContactDetailsSocialMedia"},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.socialMedia.1":{"type":"Facebook","account":"NYTimesScience","__typename":"ContactDetailsSocialMedia"},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.socialMedia.2":{"type":"Facebook","account":"WellNYT","__typename":"ContactDetailsSocialMedia"},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==.socialMedia.3":{"type":"Twitter","account":"@nytimeswell","__typename":"ContactDetailsSocialMedia"},"ROOT_QUERY":{"workOrLocation({\"id\":\"\u002Fsection\u002Fhealth\"})":{"type":"id","generated":false,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzQxZGYzYzA0LWI0ZjEtNWQ4Ni1hYTU1LWE3MDAwNDZiYmI4Ng==","typename":"LegacyCollection"},"lists":{"type":"id","generated":true,"id":"$ROOT_QUERY.lists","typename":"Lists"}},"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}}).pageInfo":{"hasNextPage":false,"hasPreviousPage":false,"startCursor":"YXJyYXljb25uZWN0aW9uOjA=","endCursor":"YXJyYXljb25uZWN0aW9uOjg=","__typename":"PageInfo"},"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}})":{"pageInfo":{"type":"id","generated":true,"id":"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}}).pageInfo","typename":"PageInfo"},"__typename":"PersonalizedItemsConnection","edges":[{"type":"id","generated":true,"id":"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}}).edges.0","typename":"PersonalizedItemsEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}}).edges.1","typename":"PersonalizedItemsEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}}).edges.2","typename":"PersonalizedItemsEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}}).edges.3","typename":"PersonalizedItemsEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}}).edges.4","typename":"PersonalizedItemsEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}}).edges.5","typename":"PersonalizedItemsEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}}).edges.6","typename":"PersonalizedItemsEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}}).edges.7","typename":"PersonalizedItemsEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}}).edges.8","typename":"PersonalizedItemsEdge"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzBiNGMxOTRkLTExNGYtNTAxNy1iZTQ5LWQxYTc1MjMxNzdjZA==.displayProperties":{"showPublicationDate":false,"__typename":"CreativeWorkDisplayProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzBiNGMxOTRkLTExNGYtNTAxNy1iZTQ5LWQxYTc1MjMxNzdjZA==.printInformation":{"section":"A","page":"21","__typename":"PrintInformation"},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzExNzRlMzEtMmNjNy01MGQ1LTkzYjUtYTgzMjJjZTAyZTk4.caption":{"text":"The new study is not the first to test time-restricted eating, but previous studies often were smaller, of shorter duration and without control groups.","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20220420science20diet20diet-jumbo.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fscience\u002F20diet\u002F20diet-jumbo.jpg","width":1024,"height":683,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzExNzRlMzEtMmNjNy01MGQ1LTkzYjUtYTgzMjJjZTAyZTk4.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220420science20diet20diet-jumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220420science20diet20diet-thumbStandard.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fscience\u002F20diet\u002F20diet-thumbStandard.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20220420science20diet20diet-thumbLarge.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fscience\u002F20diet\u002F20diet-thumbLarge.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzExNzRlMzEtMmNjNy01MGQ1LTkzYjUtYTgzMjJjZTAyZTk4.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220420science20diet20diet-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420science20diet20diet-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzExNzRlMzEtMmNjNy01MGQ1LTkzYjUtYTgzMjJjZTAyZTk4.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220420science20diet20diet-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420science20diet20diet-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420science20diet20diet-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220420science20diet20diet-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220420science20diet20diet-hpSmall.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F20\u002Fscience\u002F20diet\u002F20diet-hpSmall.jpg","width":163,"height":109,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNzExNzRlMzEtMmNjNy01MGQ1LTkzYjUtYTgzMjJjZTAyZTk4.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220420science20diet20diet-hpSmall.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}}).edges.0":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzBiNGMxOTRkLTExNGYtNTAxNy1iZTQ5LWQxYTc1MjMxNzdjZA==","typename":"Article"},"__typename":"PersonalizedItemsEdge"},"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}}).edges.1":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NiMzhmOGNlLTYxMzctNTRiNS05NTRiLTVhNTQ5MzYzZDA2OA==","typename":"Article"},"__typename":"PersonalizedItemsEdge"},"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}}).edges.2":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzZhNGQ3NDk4LTA2MzctNTljNi1hYjdkLWU4NjkxNDg1YjIzOA==","typename":"Article"},"__typename":"PersonalizedItemsEdge"},"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}}).edges.3":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzk3ODA2YzAyLWMzZGQtNTA5Yy05ZjNhLTk4OTg3MTNjYTU4ZA==","typename":"Article"},"__typename":"PersonalizedItemsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzI2YmU3MDcwLTE3OWYtNTA2ZC1iZDViLWU2NzEwNGIwOGE3MA==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzI2YmU3MDcwLTE3OWYtNTA2ZC1iZDViLWU2NzEwNGIwOGE3MA==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F16\u002Fhealth\u002Fglobal-covid-deaths-who-india.html","lastMajorModification":"2022-04-18T09:02:00.000Z","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzI2YmU3MDcwLTE3OWYtNTA2ZC1iZDViLWU2NzEwNGIwOGE3MA==.headline","typename":"CreativeWorkHeadline"},"displayProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzI2YmU3MDcwLTE3OWYtNTA2ZC1iZDViLWU2NzEwNGIwOGE3MA==.displayProperties","typename":"CreativeWorkDisplayProperties"},"summary":"The agency has calculated that 15 million people have died as a result of the pandemic, far more than earlier estimates, but has yet to release those numbers.","kicker":"Global Health","column":null,"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzI2YmU3MDcwLTE3OWYtNTA2ZC1iZDViLWU2NzEwNGIwOGE3MA==.bylines.0","typename":"Byline"}],"printInformation":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzI2YmU3MDcwLTE3OWYtNTA2ZC1iZDViLWU2NzEwNGIwOGE3MA==.printInformation","typename":"PrintInformation"},"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZTgyZmFlMjAtNzdlZi01NzYxLWFhNjItNWU1ODkyYzI3ZjMz","typename":"Image"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzI2YmU3MDcwLTE3OWYtNTA2ZC1iZDViLWU2NzEwNGIwOGE3MA==.headline":{"default":"India Is Stalling the W.H.O.’s Efforts to Make Global Covid Death Toll Public","__typename":"CreativeWorkHeadline"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzI2YmU3MDcwLTE3OWYtNTA2ZC1iZDViLWU2NzEwNGIwOGE3MA==.displayProperties":{"showPublicationDate":false,"__typename":"CreativeWorkDisplayProperties"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzI2YmU3MDcwLTE3OWYtNTA2ZC1iZDViLWU2NzEwNGIwOGE3MA==.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9iNTU1NTgxNi1hM2YzLTU4MGYtYjlhNi1hZTQ3YThmZjAwOTc=","typename":"Person"},{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi9kN2I4Y2M3Zi05MWQxLTU5YjMtOTljZC0yN2RiZjVmYTc2NDQ=","typename":"Person"}],"__typename":"Byline"},"Person:UGVyc29uOm55dDovL3BlcnNvbi9kN2I4Y2M3Zi05MWQxLTU5YjMtOTljZC0yN2RiZjVmYTc2NDQ=":{"id":"UGVyc29uOm55dDovL3BlcnNvbi9kN2I4Y2M3Zi05MWQxLTU5YjMtOTljZC0yN2RiZjVmYTc2NDQ=","displayName":"Karan Deep Singh","__typename":"Person"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzI2YmU3MDcwLTE3OWYtNTA2ZC1iZDViLWU2NzEwNGIwOGE3MA==.printInformation":{"section":"A","page":"1","__typename":"PrintInformation"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZTgyZmFlMjAtNzdlZi01NzYxLWFhNjItNWU1ODkyYzI3ZjMz":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvZTgyZmFlMjAtNzdlZi01NzYxLWFhNjItNWU1ODkyYzI3ZjMz","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZTgyZmFlMjAtNzdlZi01NzYxLWFhNjItNWU1ODkyYzI3ZjMz.caption","typename":"TextOnlyDocumentBlock"},"credit":"Atul Loke for The New York Times","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZTgyZmFlMjAtNzdlZi01NzYxLWFhNjItNWU1ODkyYzI3ZjMz.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZTgyZmFlMjAtNzdlZi01NzYxLWFhNjItNWU1ODkyYzI3ZjMz.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZTgyZmFlMjAtNzdlZi01NzYxLWFhNjItNWU1ODkyYzI3ZjMz.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZTgyZmFlMjAtNzdlZi01NzYxLWFhNjItNWU1ODkyYzI3ZjMz.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZTgyZmFlMjAtNzdlZi01NzYxLWFhNjItNWU1ODkyYzI3ZjMz.caption":{"text":"A mass cremation in New Delhi during a devastating Covid surge in April 2021.","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20220415science15virus-WHO-deaths1merlin_186952887_7c274e00-bde5-46af-bbd2-9798332b2ade-jumbo.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fscience\u002F15virus-WHO-deaths1\u002Fmerlin_186952887_7c274e00-bde5-46af-bbd2-9798332b2ade-jumbo.jpg","width":1024,"height":683,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZTgyZmFlMjAtNzdlZi01NzYxLWFhNjItNWU1ODkyYzI3ZjMz.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220415science15virus-WHO-deaths1merlin_186952887_7c274e00-bde5-46af-bbd2-9798332b2ade-jumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220415science15virus-WHO-deaths115virus-WHO-deaths1-thumbStandard.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fscience\u002F15virus-WHO-deaths1\u002F15virus-WHO-deaths1-thumbStandard.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20220415science15virus-WHO-deaths115virus-WHO-deaths1-thumbLarge.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fscience\u002F15virus-WHO-deaths1\u002F15virus-WHO-deaths1-thumbLarge.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZTgyZmFlMjAtNzdlZi01NzYxLWFhNjItNWU1ODkyYzI3ZjMz.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220415science15virus-WHO-deaths115virus-WHO-deaths1-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415science15virus-WHO-deaths115virus-WHO-deaths1-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220415science15virus-WHO-deaths1merlin_186952887_7c274e00-bde5-46af-bbd2-9798332b2ade-videoLarge.jpg":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fscience\u002F15virus-WHO-deaths1\u002Fmerlin_186952887_7c274e00-bde5-46af-bbd2-9798332b2ade-videoLarge.jpg","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20220415science15virus-WHO-deaths1merlin_186952887_7c274e00-bde5-46af-bbd2-9798332b2ade-mediumThreeByTwo225.jpg":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fscience\u002F15virus-WHO-deaths1\u002Fmerlin_186952887_7c274e00-bde5-46af-bbd2-9798332b2ade-mediumThreeByTwo225.jpg","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20220415science15virus-WHO-deaths1merlin_186952887_7c274e00-bde5-46af-bbd2-9798332b2ade-mediumThreeByTwo440.jpg":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fscience\u002F15virus-WHO-deaths1\u002Fmerlin_186952887_7c274e00-bde5-46af-bbd2-9798332b2ade-mediumThreeByTwo440.jpg","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20220415science15virus-WHO-deaths1merlin_186952887_7c274e00-bde5-46af-bbd2-9798332b2ade-threeByTwoMediumAt2X.jpg":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fscience\u002F15virus-WHO-deaths1\u002Fmerlin_186952887_7c274e00-bde5-46af-bbd2-9798332b2ade-threeByTwoMediumAt2X.jpg","width":1500,"height":1000,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZTgyZmFlMjAtNzdlZi01NzYxLWFhNjItNWU1ODkyYzI3ZjMz.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220415science15virus-WHO-deaths1merlin_186952887_7c274e00-bde5-46af-bbd2-9798332b2ade-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415science15virus-WHO-deaths1merlin_186952887_7c274e00-bde5-46af-bbd2-9798332b2ade-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415science15virus-WHO-deaths1merlin_186952887_7c274e00-bde5-46af-bbd2-9798332b2ade-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415science15virus-WHO-deaths1merlin_186952887_7c274e00-bde5-46af-bbd2-9798332b2ade-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220415science15virus-WHO-deaths1merlin_186952887_7c274e00-bde5-46af-bbd2-9798332b2ade-hpSmall.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fscience\u002F15virus-WHO-deaths1\u002Fmerlin_186952887_7c274e00-bde5-46af-bbd2-9798332b2ade-hpSmall.jpg","width":163,"height":109,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZTgyZmFlMjAtNzdlZi01NzYxLWFhNjItNWU1ODkyYzI3ZjMz.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220415science15virus-WHO-deaths1merlin_186952887_7c274e00-bde5-46af-bbd2-9798332b2ade-hpSmall.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}}).edges.4":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzI2YmU3MDcwLTE3OWYtNTA2ZC1iZDViLWU2NzEwNGIwOGE3MA==","typename":"Article"},"__typename":"PersonalizedItemsEdge"},"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}}).edges.5":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzdhNjM2NjMwLWYzMTgtNWUzYi05OWNmLWE1NGFjMWRhZjM5ZA==","typename":"Article"},"__typename":"PersonalizedItemsEdge"},"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}}).edges.6":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2FkOGU4MjZlLWM0N2QtNTczNy1hOWUwLWFmNzRhYTI4OTA1NA==","typename":"Article"},"__typename":"PersonalizedItemsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyY2NmNjI1LTZiMjUtNWUyYy1hMjcxLTRjMjllNWY0ZjM5ZA==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyY2NmNjI1LTZiMjUtNWUyYy1hMjcxLTRjMjllNWY0ZjM5ZA==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F14\u002Fhealth\u002Fcovid-cases-tracking.html","lastMajorModification":"2022-04-14T13:50:17.000Z","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyY2NmNjI1LTZiMjUtNWUyYy1hMjcxLTRjMjllNWY0ZjM5ZA==.headline","typename":"CreativeWorkHeadline"},"displayProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyY2NmNjI1LTZiMjUtNWUyYy1hMjcxLTRjMjllNWY0ZjM5ZA==.displayProperties","typename":"CreativeWorkDisplayProperties"},"summary":"An increasing reliance on at-home testing and the closings of mass testing sites are making official case counts less reliable, scientists say.","kicker":"","column":null,"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyY2NmNjI1LTZiMjUtNWUyYy1hMjcxLTRjMjllNWY0ZjM5ZA==.bylines.0","typename":"Byline"}],"printInformation":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyY2NmNjI1LTZiMjUtNWUyYy1hMjcxLTRjMjllNWY0ZjM5ZA==.printInformation","typename":"PrintInformation"},"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZGZlMTljMjgtOWM5Yy01MmFjLWJkYmMtYzE2MWEwMzBkNzQz","typename":"Image"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyY2NmNjI1LTZiMjUtNWUyYy1hMjcxLTRjMjllNWY0ZjM5ZA==.headline":{"default":"Many Virus Cases Go Uncounted. Are There Better Ways to Track the Pandemic?","__typename":"CreativeWorkHeadline"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyY2NmNjI1LTZiMjUtNWUyYy1hMjcxLTRjMjllNWY0ZjM5ZA==.displayProperties":{"showPublicationDate":false,"__typename":"CreativeWorkDisplayProperties"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyY2NmNjI1LTZiMjUtNWUyYy1hMjcxLTRjMjllNWY0ZjM5ZA==.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi83NWVmNGU5ZS0yYmQxLTUzMGQtYTEwZC04ZDJiZTIyZmMxNjI=","typename":"Person"}],"__typename":"Byline"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyY2NmNjI1LTZiMjUtNWUyYy1hMjcxLTRjMjllNWY0ZjM5ZA==.printInformation":{"section":"A","page":"13","__typename":"PrintInformation"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZGZlMTljMjgtOWM5Yy01MmFjLWJkYmMtYzE2MWEwMzBkNzQz":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvZGZlMTljMjgtOWM5Yy01MmFjLWJkYmMtYzE2MWEwMzBkNzQz","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZGZlMTljMjgtOWM5Yy01MmFjLWJkYmMtYzE2MWEwMzBkNzQz.caption","typename":"TextOnlyDocumentBlock"},"credit":"Etienne Laurent\u002FEPA, via Shutterstock","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZGZlMTljMjgtOWM5Yy01MmFjLWJkYmMtYzE2MWEwMzBkNzQz.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZGZlMTljMjgtOWM5Yy01MmFjLWJkYmMtYzE2MWEwMzBkNzQz.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZGZlMTljMjgtOWM5Yy01MmFjLWJkYmMtYzE2MWEwMzBkNzQz.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZGZlMTljMjgtOWM5Yy01MmFjLWJkYmMtYzE2MWEwMzBkNzQz.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZGZlMTljMjgtOWM5Yy01MmFjLWJkYmMtYzE2MWEwMzBkNzQz.caption":{"text":"At-home Covid antigen tests being handed out in Los Angeles this year.","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20220413climate00virus-case-counts100virus-case-counts1-jumbo.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F13\u002Fclimate\u002F00virus-case-counts1\u002F00virus-case-counts1-jumbo.jpg","width":1024,"height":683,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZGZlMTljMjgtOWM5Yy01MmFjLWJkYmMtYzE2MWEwMzBkNzQz.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220413climate00virus-case-counts100virus-case-counts1-jumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220413climate00virus-case-counts100virus-case-counts1-thumbStandard.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F13\u002Fclimate\u002F00virus-case-counts1\u002F00virus-case-counts1-thumbStandard.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20220413climate00virus-case-counts100virus-case-counts1-thumbLarge.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F13\u002Fclimate\u002F00virus-case-counts1\u002F00virus-case-counts1-thumbLarge.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZGZlMTljMjgtOWM5Yy01MmFjLWJkYmMtYzE2MWEwMzBkNzQz.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220413climate00virus-case-counts100virus-case-counts1-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220413climate00virus-case-counts100virus-case-counts1-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220413climate00virus-case-counts100virus-case-counts1-videoLarge.jpg":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F13\u002Fclimate\u002F00virus-case-counts1\u002F00virus-case-counts1-videoLarge.jpg","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20220413climate00virus-case-counts100virus-case-counts1-mediumThreeByTwo225.jpg":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F13\u002Fclimate\u002F00virus-case-counts1\u002F00virus-case-counts1-mediumThreeByTwo225.jpg","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20220413climate00virus-case-counts100virus-case-counts1-mediumThreeByTwo440.jpg":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F13\u002Fclimate\u002F00virus-case-counts1\u002F00virus-case-counts1-mediumThreeByTwo440.jpg","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20220413climate00virus-case-counts100virus-case-counts1-threeByTwoMediumAt2X.jpg":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F13\u002Fclimate\u002F00virus-case-counts1\u002F00virus-case-counts1-threeByTwoMediumAt2X.jpg","width":1500,"height":1000,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZGZlMTljMjgtOWM5Yy01MmFjLWJkYmMtYzE2MWEwMzBkNzQz.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220413climate00virus-case-counts100virus-case-counts1-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220413climate00virus-case-counts100virus-case-counts1-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220413climate00virus-case-counts100virus-case-counts1-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220413climate00virus-case-counts100virus-case-counts1-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220413climate00virus-case-counts100virus-case-counts1-hpSmall.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F13\u002Fclimate\u002F00virus-case-counts1\u002F00virus-case-counts1-hpSmall.jpg","width":163,"height":111,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvZGZlMTljMjgtOWM5Yy01MmFjLWJkYmMtYzE2MWEwMzBkNzQz.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220413climate00virus-case-counts100virus-case-counts1-hpSmall.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}}).edges.7":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzEyY2NmNjI1LTZiMjUtNWUyYy1hMjcxLTRjMjllNWY0ZjM5ZA==","typename":"Article"},"__typename":"PersonalizedItemsEdge"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NhMjEyN2FlLTdmMTAtNWE1YS05NDZkLWE4ZTY2NjE3ZTY1YQ==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NhMjEyN2FlLTdmMTAtNWE1YS05NDZkLWE4ZTY2NjE3ZTY1YQ==","url":"https:\u002F\u002Fwww.nytimes.com\u002F2022\u002F04\u002F15\u002Fhealth\u002Fcovid-breath-test-fda.html","lastMajorModification":"2022-04-16T03:16:00.000Z","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NhMjEyN2FlLTdmMTAtNWE1YS05NDZkLWE4ZTY2NjE3ZTY1YQ==.headline","typename":"CreativeWorkHeadline"},"displayProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NhMjEyN2FlLTdmMTAtNWE1YS05NDZkLWE4ZTY2NjE3ZTY1YQ==.displayProperties","typename":"CreativeWorkDisplayProperties"},"summary":"The F.D.A. authorized a breath-based test made by a small Texas company, which said it hoped that mobile sites could use the device.","kicker":"","column":null,"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NhMjEyN2FlLTdmMTAtNWE1YS05NDZkLWE4ZTY2NjE3ZTY1YQ==.bylines.0","typename":"Byline"}],"printInformation":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NhMjEyN2FlLTdmMTAtNWE1YS05NDZkLWE4ZTY2NjE3ZTY1YQ==.printInformation","typename":"PrintInformation"},"promotionalMedia":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2FlYTZhN2ItOGNiMC01NjZmLWE4M2UtZDMwYjMyYjk4ZTJh","typename":"Image"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NhMjEyN2FlLTdmMTAtNWE1YS05NDZkLWE4ZTY2NjE3ZTY1YQ==.headline":{"default":"A New Covid Breath Test Holds Promise, but Wide Use May Still Be Far Off","__typename":"CreativeWorkHeadline"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NhMjEyN2FlLTdmMTAtNWE1YS05NDZkLWE4ZTY2NjE3ZTY1YQ==.displayProperties":{"showPublicationDate":false,"__typename":"CreativeWorkDisplayProperties"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NhMjEyN2FlLTdmMTAtNWE1YS05NDZkLWE4ZTY2NjE3ZTY1YQ==.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":false,"id":"Person:UGVyc29uOm55dDovL3BlcnNvbi83NWVmNGU5ZS0yYmQxLTUzMGQtYTEwZC04ZDJiZTIyZmMxNjI=","typename":"Person"}],"__typename":"Byline"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NhMjEyN2FlLTdmMTAtNWE1YS05NDZkLWE4ZTY2NjE3ZTY1YQ==.printInformation":{"section":"A","page":"16","__typename":"PrintInformation"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2FlYTZhN2ItOGNiMC01NjZmLWE4M2UtZDMwYjMyYjk4ZTJh":{"__typename":"Image","id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvN2FlYTZhN2ItOGNiMC01NjZmLWE4M2UtZDMwYjMyYjk4ZTJh","caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2FlYTZhN2ItOGNiMC01NjZmLWE4M2UtZDMwYjMyYjk4ZTJh.caption","typename":"TextOnlyDocumentBlock"},"credit":"via InspectIR Systems","crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2FlYTZhN2ItOGNiMC01NjZmLWE4M2UtZDMwYjMyYjk4ZTJh.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2FlYTZhN2ItOGNiMC01NjZmLWE4M2UtZDMwYjMyYjk4ZTJh.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2FlYTZhN2ItOGNiMC01NjZmLWE4M2UtZDMwYjMyYjk4ZTJh.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2FlYTZhN2ItOGNiMC01NjZmLWE4M2UtZDMwYjMyYjk4ZTJh.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3","typename":"ImageCrop"}]},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2FlYTZhN2ItOGNiMC01NjZmLWE4M2UtZDMwYjMyYjk4ZTJh.caption":{"text":"The first U.S. breathalyzer test to detect the coronavirus was authorized by the F.D.A. The InspectIR device analyzed chemical compounds exhaled by a person breathing through a cardboard straw. ","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20220415science15virus-breath-test15virus-breath-test-jumbo.jpg":{"name":"jumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fscience\u002F15virus-breath-test\u002F15virus-breath-test-jumbo.jpg","width":1024,"height":565,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2FlYTZhN2ItOGNiMC01NjZmLWE4M2UtZDMwYjMyYjk4ZTJh.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220415science15virus-breath-test15virus-breath-test-jumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220415science15virus-breath-test15virus-breath-test-thumbStandard.jpg":{"name":"thumbStandard","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fscience\u002F15virus-breath-test\u002F15virus-breath-test-thumbStandard.jpg","width":75,"height":75,"__typename":"ImageRendition"},"ImageRendition:images20220415science15virus-breath-test15virus-breath-test-thumbLarge.jpg":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fscience\u002F15virus-breath-test\u002F15virus-breath-test-thumbLarge.jpg","width":150,"height":150,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2FlYTZhN2ItOGNiMC01NjZmLWE4M2UtZDMwYjMyYjk4ZTJh.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220415science15virus-breath-test15virus-breath-test-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415science15virus-breath-test15virus-breath-test-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220415science15virus-breath-test15virus-breath-test-videoLarge.jpg":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fscience\u002F15virus-breath-test\u002F15virus-breath-test-videoLarge.jpg","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20220415science15virus-breath-test15virus-breath-test-mediumThreeByTwo225.jpg":{"name":"mediumThreeByTwo225","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fscience\u002F15virus-breath-test\u002F15virus-breath-test-mediumThreeByTwo225.jpg","width":225,"height":150,"__typename":"ImageRendition"},"ImageRendition:images20220415science15virus-breath-test15virus-breath-test-mediumThreeByTwo440.jpg":{"name":"mediumThreeByTwo440","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fscience\u002F15virus-breath-test\u002F15virus-breath-test-mediumThreeByTwo440.jpg","width":440,"height":293,"__typename":"ImageRendition"},"ImageRendition:images20220415science15virus-breath-test15virus-breath-test-threeByTwoMediumAt2X.jpg":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fscience\u002F15virus-breath-test\u002F15virus-breath-test-threeByTwoMediumAt2X.jpg","width":1160,"height":774,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2FlYTZhN2ItOGNiMC01NjZmLWE4M2UtZDMwYjMyYjk4ZTJh.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220415science15virus-breath-test15virus-breath-test-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415science15virus-breath-test15virus-breath-test-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415science15virus-breath-test15virus-breath-test-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20220415science15virus-breath-test15virus-breath-test-threeByTwoMediumAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20220415science15virus-breath-test15virus-breath-test-hpSmall.jpg":{"name":"hpSmall","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2022\u002F04\u002F15\u002Fscience\u002F15virus-breath-test\u002F15virus-breath-test-hpSmall.jpg","width":163,"height":90,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvN2FlYTZhN2ItOGNiMC01NjZmLWE4M2UtZDMwYjMyYjk4ZTJh.crops({\"renditionNames\":[\"videoLarge\",\"mediumThreeByTwo440\",\"mediumThreeByTwo225\",\"threeByTwoMediumAt2X\",\"hpSmall\",\"thumbLarge\",\"thumbStandard\",\"jumbo\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20220415science15virus-breath-test15virus-breath-test-hpSmall.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}}).edges.8":{"node":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2NhMjEyN2FlLTdmMTAtNWE1YS05NDZkLWE4ZTY2NjE3ZTY1YQ==","typename":"Article"},"__typename":"PersonalizedItemsEdge"},"$ROOT_QUERY.lists":{"personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}})":{"type":"id","generated":true,"id":"$ROOT_QUERY.lists.personalizedList({\"first\":9,\"listUri\":\"nyt:\u002F\u002Fper\u002Fpersonalized-list\u002Fintl-sectionfront-health\",\"personalizedListContext\":{\"appType\":\"WEB\"}})","typename":"PersonalizedItemsConnection"},"__typename":"Lists"}},"config":{"gqlUrlClient":"https:\u002F\u002Fsamizdat-graphql.nytimes.com\u002Fgraphql\u002Fv2","gqlRequestHeaders":{"nyt-app-type":"project-vi","nyt-app-version":"0.0.5","nyt-token":"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs+\u002FoUCTBmD\u002FcLdmcecrnBMHiU\u002FpxQCn2DDyaPKUOXxi4p0uUSZQzsuq1pJ1m5z1i0YGPd1U1OeGHAChWtqoxC7bFMCXcwnE1oyui9G1uobgpm1GdhtwkR7ta7akVTcsF8zxiXx7DNXIPd2nIJFH83rmkZueKrC4JVaNzjvD+Z03piLn5bHWU6+w+rA+kyJtGgZNTXKyPh6EC6o5N+rknNMG5+CdTq35p8f99WjFawSvYgP9V64kgckbTbtdJ6YhVP58TnuYgr12urtwnIqWP9KSJ1e5vmgf3tunMqWNm6+AnsqNj8mCLdCuc5cEB74CwUeQcP2HQQmbCddBy2y0mEwIDAQAB"},"gqlFetchTimeout":4000,"disablePersistedQueries":false,"fastlyHeaders":{},"initialDeviceType":"desktop","fastlyAbraConfig":{},"internalPreviewConfig":{"meter":undefined,"swg":undefined},"serviceWorkerFile":"service-worker-test-1650475080620.js"},"ssrQuery":{},"initialLocation":{"pathname":"\u002Finternational\u002Fsection\u002Fhealth","search":""}};
!function(e){function a(a){for(var r,o,n=a[0],i=a[1],s=a[2],b=0,l=[];b<n.length;b++)o=n[b],Object.prototype.hasOwnProperty.call(d,o)&&d[o]&&l.push(d[o][0]),d[o]=0;for(r in i)Object.prototype.hasOwnProperty.call(i,r)&&(e[r]=i[r]);for(f&&f(a);l.length;)l.shift()();return t.push.apply(t,s||[]),c()}function c(){for(var e,a=0;a<t.length;a++){for(var c=t[a],r=!0,n=1;n<c.length;n++){var i=c[n];0!==d[i]&&(r=!1)}r&&(t.splice(a--,1),e=o(o.s=c[0]))}return e}var r={},d={84:0},t=[];function o(a){if(r[a])return r[a].exports;var c=r[a]={i:a,l:!1,exports:{}};return e[a].call(c.exports,c,c.exports,o),c.l=!0,c.exports}o.e=function(e){var a=[],c=d[e];if(0!==c)if(c)a.push(c[2]);else{var r=new Promise((function(a,r){c=d[e]=[a,r]}));a.push(c[2]=r);var t,n=document.createElement("script");n.charset="utf-8",n.timeout=120,o.nc&&n.setAttribute("nonce",o.nc),n.src=function(e){return o.p+""+({1:"vendors~answerpage~audio~bestsellers~byline~capsule~collections~explainer~home~hubpage~liveblog~mark~58f33aa8",2:"vendors~audio~byline~capsule~clientSideCapsule~collections~explainer~liveblog~paidpost~slideshow~sto~a2187976",3:"vendors~audio~capsule~card~clientSideCapsule~collections~explainer~home~liveblog~paidpost~story~tren~0ac42215",4:"answerpage~bestsellers~card~hubpage~markets~privacy~reviews~search~timeswire~trending~weddings",5:"answerpage~bestsellers~hubpage~markets~reviews~your-list",6:"freeaccess~getstarted~recirculation~welcomeBannerRecirculationBlock~welcomesubscriber",7:"vendors~emailsignup~newsletter~newsletters~recirculation",8:"freeaccess~getstarted~welcomesubscriber",9:"getstarted~postLoginInterrupter~welcomesubscriber",10:"vendors~byline~timeswire~your-list",11:"coderedeem~freeaccess",12:"explainerRecirculation~liveRecirculation",13:"livePostHeader~liveRecirculation",14:"newsletter~newsletters",15:"vendors~clientSideCapsule~home",16:"vendors~commentsForm~weddings",17:"NotificationToggle",18:"activationBlock",19:"additionalPlaylists",21:"answerpage",22:"ask",23:"audio",24:"audioblock",25:"bestsellers",26:"blank",27:"byline",28:"canadaHamburgerNavData",29:"canadaSiteIndexData",30:"capsule",31:"card",32:"clientSideCapsule",33:"coderedeem",34:"collections",35:"comments",36:"commentsForm",37:"datasubjectrequest",38:"datasubjectrequestverification",39:"dealbook",40:"defaultHamburgerNavData",41:"defaultSiteIndexData",42:"desktopNav",43:"emailsignup",44:"episodefooter",45:"explainer",46:"explainerPostHeader",47:"explainerRecirculation",48:"foo",49:"footerBlock",50:"freeaccess",51:"getstarted",52:"headerfullbleedhorizontal",53:"headerfullbleedvertical",54:"headerlivebriefingvi",55:"home",56:"hubpage",59:"internationalHamburgerNavData",60:"internationalSiteIndexData",61:"lens",62:"livePostHeader",63:"liveRecirculation",64:"liveblog",66:"markets",67:"mortgagecalculator",68:"newsletter",69:"newsletters",70:"opinion",71:"paidpost",72:"phone-number-input",73:"postLoginInterrupter",74:"privacy",75:"producernotes",76:"recirculation",77:"refer",78:"related-coverage-chunk",79:"reviewheader",80:"reviews",85:"search",86:"siteIndexContent",87:"sitemap",88:"slideshow",89:"slideshowinline",90:"stickyfilljs",91:"story",92:"surveywithdrawconsent",93:"timeswire",94:"trending",95:"upshot",98:"vendors~ask",99:"vendors~audioblock",100:"vendors~card",101:"vendors~episodefooter",102:"vendors~footerBlock",103:"vendors~headerlivebriefingvi",104:"vendors~livePostHeader",105:"vendors~mortgagecalculator",106:"vendors~phone-number-input",107:"vendors~producernotes",108:"vendors~recirculation",109:"vendors~reviewheader",110:"vendors~search",111:"vendors~slideshow",112:"vendors~slideshowinline",113:"vendors~videoblock",114:"vendors~weddings",115:"vendors~well",116:"video",117:"videoblock",118:"weddings",119:"welcomeBannerRecirculationBlock",120:"welcomesubscriber",121:"well",122:"world-cup-2019",123:"your-list"}[e]||e)+"-"+{1:"b557b7c4c18a8dc1b80d",2:"e3f089a627764c56e473",3:"d200ab0916f6e87d55fd",4:"b0b86f0f9f3062f43f21",5:"3686b59dfb321c715bc5",6:"6bf973520d2f47a2868c",7:"e04070080e704a9ce8b6",8:"de92cb0c2c77eebaae2d",9:"a291c7cefb0a179557ae",10:"3f44c444b8f4c145dc81",11:"83322cd33a5c926389a0",12:"6ad118ddf23aec0b23fd",13:"4cd8951d4c2bf0c4e7d2",14:"d887f3a3f13619a065cf",15:"5e0ae82736025b1547f7",16:"5dbbfc94789a78666367",17:"55426c668b44c8765921",18:"d84283eed398a89ae3b4",19:"9815531a8c4bd8e6bf88",21:"c13eaedbac7b8ab6aa59",22:"dc8afe8c5011447cb013",23:"56b3e79603d2c7c42517",24:"cc711b4c7b285734e0d4",25:"40b1ea2e52f41c77316b",26:"d2eea6350f02b350f813",27:"aaf76d78bc667dcfbe9f",28:"8a65dc76164f45dc1ad1",29:"2eabc61552e4e41ecc17",30:"5985cc3acfe55d75d4d1",31:"b08acf4cf35bfa3859e0",32:"39d528b763203d66dd7e",33:"29a4f072803bebb8d6a4",34:"c944c7ca1d288ad130f6",35:"d4109be247cbe5cf1a57",36:"8c38be429e8f177e1191",37:"69f63ff2a8f44f0dba7c",38:"34e63c0d1e57786735b5",39:"c35360725778b6d70278",40:"351988a5935c73ab3140",41:"18152e66172d502214e8",42:"8e9278c9d70822a013a3",43:"5ca9d53eeccce00317a8",44:"26f2f7e54c568f9b8a5f",45:"85e9cd28a9db3d07493a",46:"9094300debbd19741b8a",47:"cb30696e0842843798b9",48:"b4ecbedcb7c09dda2512",49:"a2d8eaced77d514818ed",50:"4d069a5d759ccd5a5a19",51:"0361c4031d895eed6729",52:"d04c007a3394938a1ba0",53:"adfc9977aabbb541b16c",54:"7441f97088e8b840dd0d",55:"f954ee96e74681566181",56:"00bfd767896d3518934a",59:"1f092b7638753868afa1",60:"5c5fedc043752dfd5346",61:"d89ebf4d13762fce3272",62:"54190ba79c9df963e047",63:"ec0b923961ed5e6a46d0",64:"67e638d86459d165070d",66:"f23f56965172837a2437",67:"6d5b9b1477dfa8ff02af",68:"6fb957d7684dc977265b",69:"4e1b0df97b6a18ab6238",70:"e96d135144eb7d21b18b",71:"d7d06e1917b28ae32db9",72:"1b28ee1f310c03ecfc64",73:"da077b71b092ef198168",74:"926c9c94c89fc8f43de7",75:"53c78ed2c602f7110819",76:"b7156937257457d75628",77:"53cf769873ea874f1344",78:"df9e8c92882de59f70cc",79:"dfed611e96c6b6656fc0",80:"57e6a28a46265614ce03",85:"bcf5ca6626fa2baa5c59",86:"d5a8468aace816a9ace8",87:"140226aa9cf0e4bca555",88:"f275930c8821595839c3",89:"d41f327236983a3d4d41",90:"6ce2b60c6b332110493b",91:"993002c0930e126957a4",92:"5407684f02a878b8b704",93:"b36b257872cbdff9384f",94:"8bf7dbb34e5de3c3e6f1",95:"02c1753a00c56ff988ae",98:"9917b0f07abe3d3245dc",99:"69c38c8260f6486a1dcb",100:"8a9c3703059a9c3a08bb",101:"d73c0f3cd0bbe1ee4be0",102:"da78e6d21ee93729ef86",103:"79be73384fafe1c27d71",104:"085d2935a17a992cfa8a",105:"a131ae9dbe581d7e0292",106:"50b0610e75d438546482",107:"1217c59ce471a7461947",108:"d9af1a724f8c9e2a2478",109:"fba3b86f9d60a1064f4a",110:"e40264fe9fcc6e178a4c",111:"7d7c99a271f2fb91bf39",112:"4a839e22fdfc400aab21",113:"7be13e51ca2d793468c4",114:"f943e8578b5d008c59ca",115:"1230ef72910c62878ad0",116:"535a8c00125d64e3593a",117:"7a4e398392d2ec02b96f",118:"4d0aad1cf36a77dbec8b",119:"06258acbaf3a68297e56",120:"242f6b310f300f87f3c9",121:"279266e7e5087b1829b8",122:"e049c2d9378606750a50",123:"9c4a80f337794d71f3d4"}[e]+".js"}(e);var i=new Error;t=function(a){n.onerror=n.onload=null,clearTimeout(s);var c=d[e];if(0!==c){if(c){var r=a&&("load"===a.type?"missing":a.type),t=a&&a.target&&a.target.src;i.message="Loading chunk "+e+" failed.\n("+r+": "+t+")",i.name="ChunkLoadError",i.type=r,i.request=t,c[1](i)}d[e]=void 0}};var s=setTimeout((function(){t({type:"timeout",target:n})}),12e4);n.onerror=n.onload=t,document.head.appendChild(n)}return Promise.all(a)},o.m=e,o.c=r,o.d=function(e,a,c){o.o(e,a)||Object.defineProperty(e,a,{enumerable:!0,get:c})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(e,a){if(1&a&&(e=o(e)),8&a)return e;if(4&a&&"object"==typeof e&&e&&e.__esModule)return e;var c=Object.create(null);if(o.r(c),Object.defineProperty(c,"default",{enumerable:!0,value:e}),2&a&&"string"!=typeof e)for(var r in e)o.d(c,r,function(a){return e[a]}.bind(null,r));return c},o.n=function(e){var a=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(a,"a",a),a},o.o=function(e,a){return Object.prototype.hasOwnProperty.call(e,a)},o.p="/vi-assets/static-assets/",o.oe=function(e){throw console.error(e),e};var n=window.webpackJsonp=window.webpackJsonp||[],i=n.push.bind(n);n.push=a,n=n.slice();for(var s=0;s<n.length;s++)a(n[s]);var f=i;c()}([]);
//# sourceMappingURL=runtime~main-b7d6d4cba8aa37f2c2cc.js.map
(function () { var _f=function(){try{var e=["first-paint","first-contentful-paint","userBtnRender","appRenderTime"];new window.PerformanceObserver(function(r){for(var n=r.getEntries(),a=0;a<n.length;a+=1){var t=n[a];if(e.indexOf(t.name)>-1){var i={};i[t.name]=Math.round(t.duration||t.startTime),(window.dataLayer=window.dataLayer||[]).push({event:"performance",pageview:{performance:i}})}}}).observe({entryTypes:["mark","measure","paint"]})}catch(e){}};;_f.apply(null, []); })();(function () { var _f=function(){!function(){if(1===Math.floor(20*Math.random())&&(!window.BOOMR||!window.BOOMR.version&&!window.BOOMR.snippetExecuted)){window.BOOMR=window.BOOMR||{},window.BOOMR.snippetStart=(new Date).getTime(),window.BOOMR.snippetExecuted=!0,window.BOOMR.snippetVersion=14,window.BOOMR.url="https://s.go-mpulse.net/boomerang/ATH8A-MAMN8-XPXCH-N5KAX-8D239";var e=(document.currentScript||document.getElementsByTagName("script")[0]).parentNode,n=!1,t=document.createElement("link");t.relList&&"function"==typeof t.relList.supports&&t.relList.supports("preload")&&"as"in t?(window.BOOMR.snippetMethod="p",t.href=window.BOOMR.url,t.rel="preload",t.as="script",t.addEventListener("load",function(){if(!n){var t=document.createElement("script");t.id="boomr-scr-as",t.src=window.BOOMR.url,t.async=!0,e.appendChild(t),n=!0}}),t.addEventListener("error",function(){o(!0)}),setTimeout(function(){n||o(!0)},3e3),BOOMR_lstart=(new Date).getTime(),e.appendChild(t)):o(!1),window.addEventListener?window.addEventListener("load",i,!1):window.attachEvent&&window.attachEvent("onload",i)}function o(t){n=!0;var o,i,d,a,r=document,s=window;if(window.BOOMR.snippetMethod=t?"if":"i",i=function(e,n){var t=r.createElement("script");t.id=n||"boomr-if-as",t.src=window.BOOMR.url,BOOMR_lstart=(new Date).getTime(),(e=e||r.body).appendChild(t)},!window.addEventListener&&window.attachEvent&&navigator.userAgent.match(/MSIE [67]./))return window.BOOMR.snippetMethod="s",void i(e,"boomr-async");(d=document.createElement("IFRAME")).src="about:blank",d.title="",d.role="presentation",d.loading="eager",(a=(d.frameElement||d).style).width=0,a.height=0,a.border=0,a.display="none",e.appendChild(d);try{s=d.contentWindow,r=s.document.open()}catch(e){o=document.domain,d.src="javascript:var d=document.open();d.domain='"+o+"';void 0;",s=d.contentWindow,r=s.document.open()}o?(r._boomrl=function(){this.domain=o,i()},r.write("<body onload='document._boomrl();'>")):(s._boomrl=function(){i()},s.addEventListener?s.addEventListener("load",s._boomrl,!1):s.attachEvent&&s.attachEvent("onload",s._boomrl)),r.close()}function i(e){window.BOOMR_onload=e&&e.timeStamp||(new Date).getTime()}}()};;_f.apply(null, []); })();
(function(w, l) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
})(window, 'dataLayer');
# Import regex package
import re
# Find all words in the URL and print several
tokens = re.findall('\w+',content)
tokens[:20]
['Health', 'The', 'New', 'York', 'Times', 'International', 'Sections', 'SEARCH', 'Skip', 'to', 'content', 'Skip', 'to', 'site', 'index', 'Health', 'Log', 'in', 'Today', 's']
# Import RegexpTokenizer from nltk.tokenize
from nltk.tokenize import RegexpTokenizer
# Create tokenizer
tokenizer = RegexpTokenizer('\w+')
# Create tokens
tokens = tokenizer.tokenize(content)
tokens[:20]
['Health', 'The', 'New', 'York', 'Times', 'International', 'Sections', 'SEARCH', 'Skip', 'to', 'content', 'Skip', 'to', 'site', 'index', 'Health', 'Log', 'in', 'Today', 's']
# Initialize new list
words = []
# Loop through list tokens and make lower case
for word in tokens:
words.append(word.lower())
# Print several items from list as sanity check
words[:8]
['health', 'the', 'new', 'york', 'times', 'international', 'sections', 'search']
# Import nltk
import nltk
nltk.download('stopwords')
# Get English stopwords and print some of them
sw = nltk.corpus.stopwords.words('english')
sw[:20]
[nltk_data] Downloading package stopwords to /root/nltk_data... [nltk_data] Package stopwords is already up-to-date!
['i', 'me', 'my', 'myself', 'we', 'our', 'ours', 'ourselves', 'you', "you're", "you've", "you'll", "you'd", 'your', 'yours', 'yourself', 'yourselves', 'he', 'him', 'his']
# Initialize new list
words_ns = []
# Add to words_ns all words that are in words but not in sw
for word in words:
if word not in sw:
words_ns.append(word)
# Print several list items as sanity check
words_ns[:5]
['health', 'new', 'york', 'times', 'international']
#Import datavis libraries
import matplotlib.pyplot as plt
import seaborn as sns
# Figures inline and set visualization style
%matplotlib inline
sns.set()
# Create freq dist and plot
freqdist1 = nltk.FreqDist(words_ns)
freqdist1.plot(25)
import pandas as pd
df = pd.DataFrame(words_ns)
df.to_csv('file4.csv')
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import seaborn as sns
import re
import nltk
from nltk.corpus import stopwords
nltk.download('stopwords')
from nltk.stem import PorterStemmer
from nltk.stem import WordNetLemmatizer
nltk.download('wordnet')
from nltk.tokenize import word_tokenize
from nltk.tokenize import sent_tokenize
nltk.download('punkt')
from wordcloud import WordCloud
from sklearn.feature_extraction.text import CountVectorizer
from sklearn.feature_extraction.text import TfidfVectorizer
from sklearn.model_selection import train_test_split
from sklearn.metrics import accuracy_score
from sklearn.metrics import confusion_matrix
from sklearn.metrics import classification_report
from sklearn.metrics import make_scorer, roc_curve, roc_auc_score
from sklearn.metrics import precision_recall_fscore_support as score
from sklearn.metrics.pairwise import cosine_similarity
from sklearn.multiclass import OneVsRestClassifier
from sklearn.linear_model import LogisticRegression
from sklearn.svm import SVC, LinearSVC
from sklearn.tree import DecisionTreeClassifier
from sklearn.ensemble import RandomForestClassifier
from sklearn.neighbors import KNeighborsClassifier
from sklearn.naive_bayes import GaussianNB,MultinomialNB,BernoulliNB
[nltk_data] Downloading package stopwords to /root/nltk_data... [nltk_data] Package stopwords is already up-to-date! [nltk_data] Downloading package wordnet to /root/nltk_data... [nltk_data] Unzipping corpora/wordnet.zip. [nltk_data] Downloading package punkt to /root/nltk_data... [nltk_data] Unzipping tokenizers/punkt.zip.
dataset = pd.read_csv("Dataset.csv")
dataset.head()
| Unnamed: 0 | Text | Category | |
|---|---|---|---|
| 0 | 0 | latest | Technology |
| 1 | 1 | medical | Technology |
| 2 | 2 | news | Technology |
| 3 | 3 | clinical | Technology |
| 4 | 4 | trials | Technology |
dataset.shape
(3483, 3)
dataset.info()
<class 'pandas.core.frame.DataFrame'> RangeIndex: 3483 entries, 0 to 3482 Data columns (total 3 columns): # Column Non-Null Count Dtype --- ------ -------------- ----- 0 Unnamed: 0 3483 non-null int64 1 Text 3483 non-null object 2 Category 3483 non-null object dtypes: int64(1), object(2) memory usage: 81.8+ KB
dataset['Category'].value_counts()
Sports 1327 Technology 936 Medical 885 Business 335 Name: Category, dtype: int64
# Associate Category names with numerical index and save it in new column CategoryId
target_category = dataset['Category'].unique()
print(target_category)
['Technology' 'Sports' 'Business' 'Medical']
dataset['CategoryId'] = dataset['Category'].factorize()[0]
dataset.head()
| Unnamed: 0 | Text | Category | CategoryId | |
|---|---|---|---|---|
| 0 | 0 | latest | Technology | 0 |
| 1 | 1 | medical | Technology | 0 |
| 2 | 2 | news | Technology | 0 |
| 3 | 3 | clinical | Technology | 0 |
| 4 | 4 | trials | Technology | 0 |
# Create a new pandas dataframe "category", which only has unique Categories, also sorting this list in order of CategoryId values
category = dataset[['Category', 'CategoryId']].drop_duplicates().sort_values('CategoryId')
category
| Category | CategoryId | |
|---|---|---|
| 0 | Technology | 0 |
| 936 | Sports | 1 |
| 2263 | Business | 2 |
| 2598 | Medical | 3 |
dataset.groupby('Category').CategoryId.value_counts().plot(kind = "bar", color = ["pink", "orange", "red", "yellow", "blue"])
plt.xlabel("Category of data")
plt.title("Visulaize numbers of Category of data")
plt.show()
fig = plt.figure(figsize = (5,5))
colors = ["skyblue"]
business = dataset[dataset['CategoryId'] == 0 ]
tech = dataset[dataset['CategoryId'] == 1 ]
politics = dataset[dataset['CategoryId'] == 2]
sport = dataset[dataset['CategoryId'] == 3]
entertainment = dataset[dataset['CategoryId'] == 4]
count = [business['CategoryId'].count(), tech['CategoryId'].count(), politics['CategoryId'].count(), sport['CategoryId'].count(), entertainment['CategoryId'].count()]
pie = plt.pie(count, labels = ['Technology', 'Sports', 'Business', 'Medical', ''],
autopct = "%1.1f%%",
shadow = True,
colors = colors,
startangle = 45,
explode = (0.05, 0.05, 0.05, 0.05,0.05))
from wordcloud import WordCloud
stop = set(stopwords.words('english'))
business = dataset[dataset['CategoryId'] == 0]
business = business['Text']
tech = dataset[dataset['CategoryId'] == 1]
tech = tech['Text']
politics = dataset[dataset['CategoryId'] == 2]
politics = politics['Text']
sport = dataset[dataset['CategoryId'] == 3]
sport = sport['Text']
entertainment = dataset[dataset['CategoryId'] == 4]
entertainment = entertainment['Text']
def wordcloud_draw(dataset, color = 'white'):
words = ' '.join(dataset)
cleaned_word = ' '.join([word for word in words.split()
if (word != 'news' and word != 'text')])
wordcloud = WordCloud(stopwords = stop,
background_color = color,
width = 2500, height = 2500).generate(cleaned_word)
plt.figure(1, figsize = (10,7))
plt.imshow(wordcloud)
plt.axis("off")
plt.show()
print("business related words:")
wordcloud_draw(business, 'white')
print("tech related words:")
wordcloud_draw(tech, 'white')
print("politics related words:")
wordcloud_draw(politics, 'white')
print("sport related words:")
wordcloud_draw(sport, 'white')
print("entertainment related words:")
wordcloud_draw(entertainment, 'white')
File "<ipython-input-79-355320447470>", line 27 words = ' '.join(dataset) ^ IndentationError: expected an indented block
text = dataset["Text"]
text.head(10)
0 latest 1 medical 2 news 3 clinical 4 trials 5 guidelines 6 today 7 medscape 8 news 9 perspective Name: Text, dtype: object
category = dataset['Category']
category.head(10)
0 Technology 1 Technology 2 Technology 3 Technology 4 Technology 5 Technology 6 Technology 7 Technology 8 Technology 9 Technology Name: Category, dtype: object
dataset
| Unnamed: 0 | Text | Category | CategoryId | |
|---|---|---|---|---|
| 0 | 0 | latest | Technology | 0 |
| 1 | 1 | medical | Technology | 0 |
| 2 | 2 | news | Technology | 0 |
| 3 | 3 | clinical | Technology | 0 |
| 4 | 4 | trials | Technology | 0 |
| ... | ... | ... | ... | ... |
| 3478 | 880 | map | Medical | 3 |
| 3479 | 881 | canada | Medical | 3 |
| 3480 | 882 | international | Medical | 3 |
| 3481 | 883 | help | Medical | 3 |
| 3482 | 884 | subscriptions | Medical | 3 |
3483 rows × 4 columns
x = dataset['Text']
y = dataset['CategoryId']
from sklearn.feature_extraction.text import CountVectorizer
x = np.array(dataset.iloc[:,0].values)
y = np.array(dataset.CategoryId.values)
cv = CountVectorizer(max_features = 5000)
x = cv.fit_transform(dataset.Text).toarray()
print("X.shape = ",x.shape)
print("y.shape = ",y.shape)
X.shape = (3483, 1673) y.shape = (3483,)
from sklearn.model_selection import train_test_split
x_train, x_test, y_train, y_test = train_test_split(x, y, test_size = 0.3, random_state = 0, shuffle = True)
print(len(x_train))
print(len(x_test))
2438 1045
#create list of model and accuracy dicts
perform_list = [ ]
def run_model(model_name, est_c, est_pnlty):
mdl=''
if model_name == 'Logistic Regression':
mdl = LogisticRegression()
elif model_name == 'Random Forest':
mdl = RandomForestClassifier(n_estimators=100 ,criterion='entropy' , random_state=0)
elif model_name == 'Multinomial Naive Bayes':
mdl = MultinomialNB(alpha=1.0,fit_prior=True)
elif model_name == 'Support Vector Classifer':
mdl = SVC()
elif model_name == 'Decision Tree Classifier':
mdl = DecisionTreeClassifier()
elif model_name == 'K Nearest Neighbour':
mdl = KNeighborsClassifier(n_neighbors=10 , metric= 'minkowski' , p = 4)
elif model_name == 'Gaussian Naive Bayes':
mdl = GaussianNB()
oneVsRest = OneVsRestClassifier(mdl)
oneVsRest.fit(x_train, y_train)
y_pred = oneVsRest.predict(x_test)
# Performance metrics
accuracy = round(accuracy_score(y_test, y_pred) * 100, 2)
# Get precision, recall, f1 scores
precision, recall, f1score, support = score(y_test, y_pred, average='micro')
print(f'Test Accuracy Score of Basic {model_name}: % {accuracy}')
print(f'Precision : {precision}')
print(f'Recall : {recall}')
print(f'F1-score : {f1score}')
# Add performance parameters to list
perform_list.append(dict([
('Model', model_name),
('Test Accuracy', round(accuracy, 2)),
('Precision', round(precision, 2)),
('Recall', round(recall, 2)),
('F1', round(f1score, 2))
]))
run_model('Logistic Regression', est_c=None, est_pnlty=None)
Test Accuracy Score of Basic Logistic Regression: % 62.2 Precision : 0.6220095693779905 Recall : 0.6220095693779905 F1-score : 0.6220095693779905
run_model('Random Forest', est_c=None, est_pnlty=None)
Test Accuracy Score of Basic Random Forest: % 61.53 Precision : 0.615311004784689 Recall : 0.615311004784689 F1-score : 0.615311004784689
run_model('Multinomial Naive Bayes', est_c=None, est_pnlty=None)
Test Accuracy Score of Basic Multinomial Naive Bayes: % 62.97 Precision : 0.6296650717703349 Recall : 0.6296650717703349 F1-score : 0.6296650717703349
run_model('Support Vector Classifer', est_c=None, est_pnlty=None)
Test Accuracy Score of Basic Support Vector Classifer: % 61.24 Precision : 0.6124401913875598 Recall : 0.6124401913875598 F1-score : 0.6124401913875598
run_model('Decision Tree Classifier', est_c=None, est_pnlty=None)
Test Accuracy Score of Basic Decision Tree Classifier: % 61.63 Precision : 0.6162679425837321 Recall : 0.6162679425837321 F1-score : 0.6162679425837321
run_model('K Nearest Neighbour', est_c=None, est_pnlty=None)
Test Accuracy Score of Basic K Nearest Neighbour: % 50.81 Precision : 0.508133971291866 Recall : 0.508133971291866 F1-score : 0.508133971291866
run_model('Gaussian Naive Bayes', est_c=None, est_pnlty=None)
Test Accuracy Score of Basic Gaussian Naive Bayes: % 55.6 Precision : 0.5559808612440191 Recall : 0.5559808612440191 F1-score : 0.5559808612440191
model_performance = pd.DataFrame(data=perform_list)
model_performance = model_performance[['Model', 'Test Accuracy', 'Precision', 'Recall', 'F1']]
model_performance
| Model | Test Accuracy | Precision | Recall | F1 | |
|---|---|---|---|---|---|
| 0 | Logistic Regression | 62.20 | 0.62 | 0.62 | 0.62 |
| 1 | Random Forest | 61.53 | 0.62 | 0.62 | 0.62 |
| 2 | Multinomial Naive Bayes | 62.97 | 0.63 | 0.63 | 0.63 |
| 3 | Support Vector Classifer | 61.24 | 0.61 | 0.61 | 0.61 |
| 4 | Decision Tree Classifier | 61.63 | 0.62 | 0.62 | 0.62 |
| 5 | K Nearest Neighbour | 50.81 | 0.51 | 0.51 | 0.51 |
| 6 | Gaussian Naive Bayes | 55.60 | 0.56 | 0.56 | 0.56 |
classifier = RandomForestClassifier(n_estimators=100 ,criterion='entropy' , random_state=0).fit(x_train, y_train)
classifier
y_pred = classifier.predict(x_test)
y_pred1 = cv.transform(['India Is Stalling the W.H.O.’s Efforts to Make Global Covid Death Toll Public'])
yy = classifier.predict(y_pred1)
result = ""
if yy == [0]:
result = "Technology News"
elif yy == [1]:
result = "Sports News"
elif yy == [2]:
result = "Business News"
elif yy == [3]:
result = "Medical News"
print(result)
Medical News
y_pred1 = cv.transform(['Global Economic Forecasts Drop as Russia’s War in Ukraine Takes Toll'])
yy = classifier.predict(y_pred1)
result = ""
if yy == [0]:
result = "Technology News"
elif yy == [1]:
result = "Sports News"
elif yy == [2]:
result = "Business News"
elif yy == [3]:
result = "Medical News"
print(result)
Business News
y_pred1 = cv.transform(['The Tech Bubble That Never Burst'])
yy = classifier.predict(y_pred1)
result = ""
if yy == [0]:
result = "Technology News"
elif yy == [1]:
result = "Sports News"
elif yy == [2]:
result = "Business News"
elif yy == [3]:
result = "Medical News"
print(result)
Technology News
y_pred1 = cv.transform(['The N.F.L. franchise sent 102 pages of documents rebutting claims made by a former employee that the team failed to properly report ticket revenue and withheld refunds from fans.'])
yy = classifier.predict(y_pred1)
result = ""
if yy == [0]:
result = "Technology News"
elif yy == [1]:
result = "Sports News"
elif yy == [2]:
result = "Business News"
elif yy == [3]:
result = "Medical News"
print(result)
Technology News